2024-03-21T13:05:43.352 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-21T13:05:43.352 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_gabrioux@teuthology --archive /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614995 --verbose --name gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi -- /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614995/orig.config.yaml 2024-03-21T13:05:43.380 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T13:05:43.466 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614995 branch: wip-guits-testing-2024-03-21-0818 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} email: gabrioux@ibm.com first_in_suite: false job_id: '7614995' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-guits-testing-2024-03-21-0818 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 sha1: 960fbbe4645c2becc8084669be194c95183c7753 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 960fbbe4645c2becc8084669be194c95183c7753 workunit: branch: wip-guits-testing-2024-03-21-0818 sha1: 960fbbe4645c2becc8084669be194c95183c7753 owner: scheduled_gabrioux@teuthology priority: 70 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: 187 sha1: 960fbbe4645c2becc8084669be194c95183c7753 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-03-21-0818 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_960fbbe4645c2becc8084669be194c95183c7753/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 960fbbe4645c2becc8084669be194c95183c7753 targets: smithi001.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDIX5VapvFCBryX/ZI6l2LjTZu5+IwN+GQerR3QcTcRtB3QKRjKMrx3tf//iBX/z87SElmBI8n0zQ7qkOAojBPQ= smithi106.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGCa3RUSmlFX9BbrxjOR/hJcPojAEbrWThoUN3siLUXpUAz9CO7jCK8pgGsWjHv+knFMNUWlHp3SNqNDbsZHFaU= smithi188.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNN2iCVDhArQl92gt8kaOytnoPJgOQW4SQ7hvCFSloVRjkGVGWBU4uq5Ot2RLE0Tx+eJuMzb1q0Y7MIOHTCrlFI= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-21_12:04:17 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-21T13:05:43.466 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_960fbbe4645c2becc8084669be194c95183c7753/qa; will attempt to use it 2024-03-21T13:05:43.467 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_960fbbe4645c2becc8084669be194c95183c7753/qa/tasks 2024-03-21T13:05:43.467 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-21T13:05:43.469 INFO:teuthology.task.internal:Checking packages... 2024-03-21T13:05:43.492 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '960fbbe4645c2becc8084669be194c95183c7753' 2024-03-21T13:05:43.492 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-21T13:05:43.492 INFO:teuthology.packaging:ref: None 2024-03-21T13:05:43.493 INFO:teuthology.packaging:tag: None 2024-03-21T13:05:43.493 INFO:teuthology.packaging:branch: wip-guits-testing-2024-03-21-0818 2024-03-21T13:05:43.493 INFO:teuthology.packaging:sha1: 960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:05:43.493 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-guits-testing-2024-03-21-0818 2024-03-21T13:05:43.636 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2267-g960fbbe4-1jammy 2024-03-21T13:05:43.637 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-21T13:05:43.645 INFO:teuthology.task.internal:no buildpackages task found 2024-03-21T13:05:43.645 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-21T13:05:43.656 INFO:teuthology.task.internal:Saving configuration 2024-03-21T13:05:43.667 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-21T13:05:43.674 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:05:43.699 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi001.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614995', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:59:33.854215', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGBOt2uUHas7RNoUkfVV1QRUDdZavlxG0L8hGkc/To70'} 2024-03-21T13:05:43.721 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi106.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614995', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:59:33.855682', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMoaGtqOhDOBrw5KKcQMujMi29eDpPRR4GH5lSnuaMT2'} 2024-03-21T13:05:43.745 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi188.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614995', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:59:33.852834', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAOr6GDhOhyXvyQhqn12bnRC6NY0HetGAv8HvpCvgBO0'} 2024-03-21T13:05:43.745 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-21T13:05:43.754 INFO:teuthology.task.internal:roles: ubuntu@smithi001.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-21T13:05:43.754 INFO:teuthology.task.internal:roles: ubuntu@smithi106.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-21T13:05:43.754 INFO:teuthology.task.internal:roles: ubuntu@smithi188.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-21T13:05:43.754 INFO:teuthology.run_tasks:Running task console_log... 2024-03-21T13:05:43.860 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa71387fe50>, signals=[15]) 2024-03-21T13:05:43.861 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-21T13:05:43.869 INFO:teuthology.task.internal:Opening connections... 2024-03-21T13:05:43.869 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi001.front.sepia.ceph.com 2024-03-21T13:05:43.871 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:05:43.957 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi106.front.sepia.ceph.com 2024-03-21T13:05:43.958 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi106.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:05:44.083 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi188.front.sepia.ceph.com 2024-03-21T13:05:44.084 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:05:44.162 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-21T13:05:44.170 DEBUG:teuthology.orchestra.run.smithi001:> uname -m 2024-03-21T13:05:44.176 INFO:teuthology.orchestra.run.smithi001.stdout:x86_64 2024-03-21T13:05:44.176 DEBUG:teuthology.orchestra.run.smithi001:> cat /etc/os-release 2024-03-21T13:05:44.224 INFO:teuthology.orchestra.run.smithi001.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T13:05:44.224 INFO:teuthology.orchestra.run.smithi001.stdout:NAME="Ubuntu" 2024-03-21T13:05:44.224 INFO:teuthology.orchestra.run.smithi001.stdout:VERSION_ID="22.04" 2024-03-21T13:05:44.224 INFO:teuthology.orchestra.run.smithi001.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T13:05:44.224 INFO:teuthology.orchestra.run.smithi001.stdout:VERSION_CODENAME=jammy 2024-03-21T13:05:44.224 INFO:teuthology.orchestra.run.smithi001.stdout:ID=ubuntu 2024-03-21T13:05:44.225 INFO:teuthology.orchestra.run.smithi001.stdout:ID_LIKE=debian 2024-03-21T13:05:44.225 INFO:teuthology.orchestra.run.smithi001.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T13:05:44.225 INFO:teuthology.orchestra.run.smithi001.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T13:05:44.225 INFO:teuthology.orchestra.run.smithi001.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T13:05:44.225 INFO:teuthology.orchestra.run.smithi001.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T13:05:44.225 INFO:teuthology.orchestra.run.smithi001.stdout:UBUNTU_CODENAME=jammy 2024-03-21T13:05:44.225 INFO:teuthology.lock.ops:Updating smithi001.front.sepia.ceph.com on lock server 2024-03-21T13:05:44.251 DEBUG:teuthology.orchestra.run.smithi106:> uname -m 2024-03-21T13:05:44.256 INFO:teuthology.orchestra.run.smithi106.stdout:x86_64 2024-03-21T13:05:44.257 DEBUG:teuthology.orchestra.run.smithi106:> cat /etc/os-release 2024-03-21T13:05:44.303 INFO:teuthology.orchestra.run.smithi106.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T13:05:44.303 INFO:teuthology.orchestra.run.smithi106.stdout:NAME="Ubuntu" 2024-03-21T13:05:44.303 INFO:teuthology.orchestra.run.smithi106.stdout:VERSION_ID="22.04" 2024-03-21T13:05:44.303 INFO:teuthology.orchestra.run.smithi106.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T13:05:44.303 INFO:teuthology.orchestra.run.smithi106.stdout:VERSION_CODENAME=jammy 2024-03-21T13:05:44.303 INFO:teuthology.orchestra.run.smithi106.stdout:ID=ubuntu 2024-03-21T13:05:44.303 INFO:teuthology.orchestra.run.smithi106.stdout:ID_LIKE=debian 2024-03-21T13:05:44.303 INFO:teuthology.orchestra.run.smithi106.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T13:05:44.303 INFO:teuthology.orchestra.run.smithi106.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T13:05:44.303 INFO:teuthology.orchestra.run.smithi106.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T13:05:44.303 INFO:teuthology.orchestra.run.smithi106.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T13:05:44.304 INFO:teuthology.orchestra.run.smithi106.stdout:UBUNTU_CODENAME=jammy 2024-03-21T13:05:44.304 INFO:teuthology.lock.ops:Updating smithi106.front.sepia.ceph.com on lock server 2024-03-21T13:05:44.325 DEBUG:teuthology.orchestra.run.smithi188:> uname -m 2024-03-21T13:05:44.331 INFO:teuthology.orchestra.run.smithi188.stdout:x86_64 2024-03-21T13:05:44.331 DEBUG:teuthology.orchestra.run.smithi188:> cat /etc/os-release 2024-03-21T13:05:44.379 INFO:teuthology.orchestra.run.smithi188.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T13:05:44.379 INFO:teuthology.orchestra.run.smithi188.stdout:NAME="Ubuntu" 2024-03-21T13:05:44.379 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION_ID="22.04" 2024-03-21T13:05:44.379 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T13:05:44.379 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION_CODENAME=jammy 2024-03-21T13:05:44.380 INFO:teuthology.orchestra.run.smithi188.stdout:ID=ubuntu 2024-03-21T13:05:44.380 INFO:teuthology.orchestra.run.smithi188.stdout:ID_LIKE=debian 2024-03-21T13:05:44.380 INFO:teuthology.orchestra.run.smithi188.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T13:05:44.380 INFO:teuthology.orchestra.run.smithi188.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T13:05:44.380 INFO:teuthology.orchestra.run.smithi188.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T13:05:44.380 INFO:teuthology.orchestra.run.smithi188.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T13:05:44.380 INFO:teuthology.orchestra.run.smithi188.stdout:UBUNTU_CODENAME=jammy 2024-03-21T13:05:44.380 INFO:teuthology.lock.ops:Updating smithi188.front.sepia.ceph.com on lock server 2024-03-21T13:05:44.409 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-21T13:05:44.419 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-21T13:05:44.459 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-21T13:05:44.459 DEBUG:teuthology.orchestra.run.smithi001:> test '!' -e /home/ubuntu/cephtest 2024-03-21T13:05:44.462 DEBUG:teuthology.orchestra.run.smithi106:> test '!' -e /home/ubuntu/cephtest 2024-03-21T13:05:44.464 DEBUG:teuthology.orchestra.run.smithi188:> test '!' -e /home/ubuntu/cephtest 2024-03-21T13:05:44.469 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-21T13:05:44.477 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-21T13:05:44.477 DEBUG:teuthology.orchestra.run.smithi001:> test -z $(ls -A /var/lib/ceph) 2024-03-21T13:05:44.510 DEBUG:teuthology.orchestra.run.smithi106:> test -z $(ls -A /var/lib/ceph) 2024-03-21T13:05:44.512 DEBUG:teuthology.orchestra.run.smithi188:> test -z $(ls -A /var/lib/ceph) 2024-03-21T13:05:44.518 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-21T13:05:44.597 INFO:teuthology.run_tasks:Running task kernel... 2024-03-21T13:05:44.615 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-21T13:05:44.615 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-21T13:05:44.616 DEBUG:teuthology.orchestra.run.smithi001:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T13:05:44.616 DEBUG:teuthology.orchestra.run.smithi106:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T13:05:44.616 DEBUG:teuthology.orchestra.run.smithi188:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T13:05:44.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:05:44.621 DEBUG:teuthology.orchestra.run.smithi106:> uname -r 2024-03-21T13:05:44.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:05:44.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:05:44.623 DEBUG:teuthology.orchestra.run.smithi188:> uname -r 2024-03-21T13:05:44.624 DEBUG:teuthology.orchestra.run.smithi001:> uname -r 2024-03-21T13:05:44.669 INFO:teuthology.orchestra.run.smithi001.stdout:5.15.0-56-generic 2024-03-21T13:05:44.669 INFO:teuthology.task.kernel:Running kernel on smithi001: 5.15.0-56-generic 2024-03-21T13:05:44.669 DEBUG:teuthology.orchestra.run.smithi001:> sudo apt-get clean 2024-03-21T13:05:44.670 INFO:teuthology.orchestra.run.smithi106.stdout:5.15.0-56-generic 2024-03-21T13:05:44.671 INFO:teuthology.task.kernel:Running kernel on smithi106: 5.15.0-56-generic 2024-03-21T13:05:44.671 DEBUG:teuthology.orchestra.run.smithi106:> sudo apt-get clean 2024-03-21T13:05:44.672 INFO:teuthology.orchestra.run.smithi188.stdout:5.15.0-56-generic 2024-03-21T13:05:44.672 INFO:teuthology.task.kernel:Running kernel on smithi188: 5.15.0-56-generic 2024-03-21T13:05:44.672 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt-get clean 2024-03-21T13:05:44.784 DEBUG:teuthology.orchestra.run.smithi001:> sudo apt-get update 2024-03-21T13:05:44.811 DEBUG:teuthology.orchestra.run.smithi106:> sudo apt-get update 2024-03-21T13:05:44.814 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt-get update 2024-03-21T13:05:44.919 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:05:44.927 INFO:teuthology.orchestra.run.smithi001.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T13:05:44.927 INFO:teuthology.orchestra.run.smithi001.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T13:05:44.946 INFO:teuthology.orchestra.run.smithi106.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T13:05:44.982 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:05:44.986 INFO:teuthology.orchestra.run.smithi188.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T13:05:44.986 INFO:teuthology.orchestra.run.smithi188.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T13:05:45.009 INFO:teuthology.orchestra.run.smithi001.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T13:05:45.058 INFO:teuthology.orchestra.run.smithi106.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:05:45.074 INFO:teuthology.orchestra.run.smithi188.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T13:05:45.140 INFO:teuthology.orchestra.run.smithi106.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T13:05:45.173 INFO:teuthology.orchestra.run.smithi001.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T13:05:45.188 INFO:teuthology.orchestra.run.smithi106.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T13:05:45.211 INFO:teuthology.orchestra.run.smithi188.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T13:05:45.252 INFO:teuthology.orchestra.run.smithi001.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T13:05:45.283 INFO:teuthology.orchestra.run.smithi001.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T13:05:45.288 INFO:teuthology.orchestra.run.smithi001.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T13:05:45.290 INFO:teuthology.orchestra.run.smithi001.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T13:05:45.290 INFO:teuthology.orchestra.run.smithi001.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T13:05:45.291 INFO:teuthology.orchestra.run.smithi001.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T13:05:45.294 INFO:teuthology.orchestra.run.smithi188.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T13:05:45.294 INFO:teuthology.orchestra.run.smithi188.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T13:05:45.297 INFO:teuthology.orchestra.run.smithi106.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T13:05:45.305 INFO:teuthology.orchestra.run.smithi106.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T13:05:45.308 INFO:teuthology.orchestra.run.smithi106.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T13:05:45.308 INFO:teuthology.orchestra.run.smithi106.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T13:05:45.327 INFO:teuthology.orchestra.run.smithi001.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T13:05:45.330 INFO:teuthology.orchestra.run.smithi001.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T13:05:45.330 INFO:teuthology.orchestra.run.smithi001.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T13:05:45.343 INFO:teuthology.orchestra.run.smithi001.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T13:05:45.355 INFO:teuthology.orchestra.run.smithi106.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T13:05:45.356 INFO:teuthology.orchestra.run.smithi106.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T13:05:45.362 INFO:teuthology.orchestra.run.smithi106.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T13:05:45.362 INFO:teuthology.orchestra.run.smithi106.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T13:05:45.366 INFO:teuthology.orchestra.run.smithi001.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T13:05:45.368 INFO:teuthology.orchestra.run.smithi001.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T13:05:45.373 INFO:teuthology.orchestra.run.smithi001.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T13:05:45.373 INFO:teuthology.orchestra.run.smithi001.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T13:05:45.374 INFO:teuthology.orchestra.run.smithi001.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T13:05:45.375 INFO:teuthology.orchestra.run.smithi188.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T13:05:45.377 INFO:teuthology.orchestra.run.smithi106.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T13:05:45.382 INFO:teuthology.orchestra.run.smithi188.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T13:05:45.383 INFO:teuthology.orchestra.run.smithi188.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T13:05:45.383 INFO:teuthology.orchestra.run.smithi188.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T13:05:45.386 INFO:teuthology.orchestra.run.smithi106.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T13:05:45.389 INFO:teuthology.orchestra.run.smithi106.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T13:05:45.390 INFO:teuthology.orchestra.run.smithi106.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T13:05:45.391 INFO:teuthology.orchestra.run.smithi106.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T13:05:45.410 INFO:teuthology.orchestra.run.smithi106.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T13:05:45.411 INFO:teuthology.orchestra.run.smithi106.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T13:05:45.411 INFO:teuthology.orchestra.run.smithi188.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T13:05:45.411 INFO:teuthology.orchestra.run.smithi188.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T13:05:45.415 INFO:teuthology.orchestra.run.smithi188.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T13:05:45.415 INFO:teuthology.orchestra.run.smithi188.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T13:05:45.416 INFO:teuthology.orchestra.run.smithi001.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T13:05:45.416 INFO:teuthology.orchestra.run.smithi001.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T13:05:45.420 INFO:teuthology.orchestra.run.smithi001.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T13:05:45.422 INFO:teuthology.orchestra.run.smithi001.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T13:05:45.422 INFO:teuthology.orchestra.run.smithi001.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T13:05:45.423 INFO:teuthology.orchestra.run.smithi188.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T13:05:45.435 INFO:teuthology.orchestra.run.smithi188.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T13:05:45.452 INFO:teuthology.orchestra.run.smithi001.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T13:05:45.453 INFO:teuthology.orchestra.run.smithi001.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T13:05:45.454 INFO:teuthology.orchestra.run.smithi188.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T13:05:45.455 INFO:teuthology.orchestra.run.smithi188.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T13:05:45.455 INFO:teuthology.orchestra.run.smithi188.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T13:05:45.455 INFO:teuthology.orchestra.run.smithi188.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T13:05:45.456 INFO:teuthology.orchestra.run.smithi188.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T13:05:45.458 INFO:teuthology.orchestra.run.smithi001.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T13:05:45.458 INFO:teuthology.orchestra.run.smithi001.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T13:05:45.473 INFO:teuthology.orchestra.run.smithi001.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T13:05:45.476 INFO:teuthology.orchestra.run.smithi188.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T13:05:45.481 INFO:teuthology.orchestra.run.smithi188.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T13:05:45.481 INFO:teuthology.orchestra.run.smithi001.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T13:05:45.481 INFO:teuthology.orchestra.run.smithi188.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T13:05:45.483 INFO:teuthology.orchestra.run.smithi001.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T13:05:45.484 INFO:teuthology.orchestra.run.smithi001.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T13:05:45.484 INFO:teuthology.orchestra.run.smithi001.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T13:05:45.491 INFO:teuthology.orchestra.run.smithi001.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T13:05:45.491 INFO:teuthology.orchestra.run.smithi001.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T13:05:45.491 INFO:teuthology.orchestra.run.smithi001.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T13:05:45.492 INFO:teuthology.orchestra.run.smithi001.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T13:05:45.498 INFO:teuthology.orchestra.run.smithi106.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T13:05:45.500 INFO:teuthology.orchestra.run.smithi188.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T13:05:45.500 INFO:teuthology.orchestra.run.smithi188.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T13:05:45.503 INFO:teuthology.orchestra.run.smithi188.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T13:05:45.503 INFO:teuthology.orchestra.run.smithi188.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T13:05:45.505 INFO:teuthology.orchestra.run.smithi001.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T13:05:45.505 INFO:teuthology.orchestra.run.smithi001.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T13:05:45.506 INFO:teuthology.orchestra.run.smithi001.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T13:05:45.506 INFO:teuthology.orchestra.run.smithi001.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T13:05:45.507 INFO:teuthology.orchestra.run.smithi001.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T13:05:45.510 INFO:teuthology.orchestra.run.smithi188.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T13:05:45.512 INFO:teuthology.orchestra.run.smithi001.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T13:05:45.519 INFO:teuthology.orchestra.run.smithi188.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T13:05:45.521 INFO:teuthology.orchestra.run.smithi188.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T13:05:45.521 INFO:teuthology.orchestra.run.smithi188.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T13:05:45.522 INFO:teuthology.orchestra.run.smithi188.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T13:05:45.540 INFO:teuthology.orchestra.run.smithi188.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T13:05:45.540 INFO:teuthology.orchestra.run.smithi188.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T13:05:45.541 INFO:teuthology.orchestra.run.smithi188.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T13:05:45.541 INFO:teuthology.orchestra.run.smithi188.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T13:05:45.542 INFO:teuthology.orchestra.run.smithi188.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T13:05:45.542 INFO:teuthology.orchestra.run.smithi188.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T13:05:45.562 INFO:teuthology.orchestra.run.smithi188.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T13:05:45.563 INFO:teuthology.orchestra.run.smithi188.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T13:05:45.563 INFO:teuthology.orchestra.run.smithi188.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T13:05:45.563 INFO:teuthology.orchestra.run.smithi188.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T13:05:45.638 INFO:teuthology.orchestra.run.smithi106.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T13:05:45.833 INFO:teuthology.orchestra.run.smithi106.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T13:05:45.979 INFO:teuthology.orchestra.run.smithi106.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T13:05:45.995 INFO:teuthology.orchestra.run.smithi106.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T13:05:45.995 INFO:teuthology.orchestra.run.smithi106.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T13:05:45.997 INFO:teuthology.orchestra.run.smithi106.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T13:05:46.056 INFO:teuthology.orchestra.run.smithi106.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T13:05:46.063 INFO:teuthology.orchestra.run.smithi106.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T13:05:46.227 INFO:teuthology.orchestra.run.smithi106.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T13:05:46.811 INFO:teuthology.orchestra.run.smithi106.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T13:05:46.915 INFO:teuthology.orchestra.run.smithi106.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T13:05:46.935 INFO:teuthology.orchestra.run.smithi106.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T13:05:46.937 INFO:teuthology.orchestra.run.smithi106.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T13:05:46.937 INFO:teuthology.orchestra.run.smithi106.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T13:05:46.941 INFO:teuthology.orchestra.run.smithi106.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T13:05:46.941 INFO:teuthology.orchestra.run.smithi106.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T13:05:46.941 INFO:teuthology.orchestra.run.smithi106.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T13:05:46.946 INFO:teuthology.orchestra.run.smithi106.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T13:05:46.949 INFO:teuthology.orchestra.run.smithi106.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T13:05:47.114 INFO:teuthology.orchestra.run.smithi106.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T13:05:47.200 INFO:teuthology.orchestra.run.smithi106.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T13:05:47.310 INFO:teuthology.orchestra.run.smithi106.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T13:05:47.363 INFO:teuthology.orchestra.run.smithi106.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T13:05:47.395 INFO:teuthology.orchestra.run.smithi106.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T13:05:51.032 INFO:teuthology.orchestra.run.smithi188.stdout:Fetched 12.5 MB in 2s (6,919 kB/s) 2024-03-21T13:05:51.248 INFO:teuthology.orchestra.run.smithi001.stdout:Fetched 12.5 MB in 2s (6,684 kB/s) 2024-03-21T13:05:51.716 INFO:teuthology.orchestra.run.smithi106.stdout:Fetched 12.5 MB in 3s (4,943 kB/s) 2024-03-21T13:05:52.511 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2024-03-21T13:05:52.530 DEBUG:teuthology.orchestra.run.smithi188:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:05:52.576 INFO:teuthology.orchestra.run.smithi001.stdout:Reading package lists... 2024-03-21T13:05:52.592 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2024-03-21T13:05:52.594 DEBUG:teuthology.orchestra.run.smithi001:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:05:52.659 INFO:teuthology.orchestra.run.smithi001.stdout:Reading package lists... 2024-03-21T13:05:52.788 INFO:teuthology.orchestra.run.smithi188.stdout:Building dependency tree... 2024-03-21T13:05:52.788 INFO:teuthology.orchestra.run.smithi188.stdout:Reading state information... 2024-03-21T13:05:52.859 INFO:teuthology.orchestra.run.smithi001.stdout:Building dependency tree... 2024-03-21T13:05:52.859 INFO:teuthology.orchestra.run.smithi001.stdout:Reading state information... 2024-03-21T13:05:52.956 INFO:teuthology.orchestra.run.smithi188.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:05:52.957 INFO:teuthology.orchestra.run.smithi188.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:05:52.957 INFO:teuthology.orchestra.run.smithi188.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:05:52.957 INFO:teuthology.orchestra.run.smithi188.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:05:52.957 INFO:teuthology.orchestra.run.smithi188.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T13:05:52.957 INFO:teuthology.orchestra.run.smithi188.stdout: python2.7-minimal 2024-03-21T13:05:52.958 INFO:teuthology.orchestra.run.smithi188.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:05:52.959 INFO:teuthology.orchestra.run.smithi188.stdout:The following additional packages will be installed: 2024-03-21T13:05:52.959 INFO:teuthology.orchestra.run.smithi188.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T13:05:52.959 INFO:teuthology.orchestra.run.smithi188.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T13:05:52.959 INFO:teuthology.orchestra.run.smithi188.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T13:05:52.960 INFO:teuthology.orchestra.run.smithi188.stdout:Suggested packages: 2024-03-21T13:05:52.960 INFO:teuthology.orchestra.run.smithi188.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T13:05:52.961 INFO:teuthology.orchestra.run.smithi188.stdout:Recommended packages: 2024-03-21T13:05:52.961 INFO:teuthology.orchestra.run.smithi188.stdout: thermald 2024-03-21T13:05:52.987 INFO:teuthology.orchestra.run.smithi106.stdout:Reading package lists... 2024-03-21T13:05:53.002 INFO:teuthology.orchestra.run.smithi188.stdout:The following NEW packages will be installed: 2024-03-21T13:05:53.002 INFO:teuthology.orchestra.run.smithi188.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T13:05:53.002 INFO:teuthology.orchestra.run.smithi188.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T13:05:53.002 INFO:teuthology.orchestra.run.smithi188.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T13:05:53.004 DEBUG:teuthology.orchestra.run.smithi106:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:05:53.005 INFO:teuthology.orchestra.run.smithi188.stdout:The following packages will be upgraded: 2024-03-21T13:05:53.005 INFO:teuthology.orchestra.run.smithi188.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T13:05:53.040 INFO:teuthology.orchestra.run.smithi001.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:05:53.040 INFO:teuthology.orchestra.run.smithi001.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:05:53.040 INFO:teuthology.orchestra.run.smithi001.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:05:53.040 INFO:teuthology.orchestra.run.smithi001.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:05:53.040 INFO:teuthology.orchestra.run.smithi001.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T13:05:53.041 INFO:teuthology.orchestra.run.smithi001.stdout: python2.7-minimal 2024-03-21T13:05:53.041 INFO:teuthology.orchestra.run.smithi001.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:05:53.042 INFO:teuthology.orchestra.run.smithi001.stdout:The following additional packages will be installed: 2024-03-21T13:05:53.042 INFO:teuthology.orchestra.run.smithi001.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T13:05:53.042 INFO:teuthology.orchestra.run.smithi001.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T13:05:53.043 INFO:teuthology.orchestra.run.smithi001.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T13:05:53.044 INFO:teuthology.orchestra.run.smithi001.stdout:Suggested packages: 2024-03-21T13:05:53.044 INFO:teuthology.orchestra.run.smithi001.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T13:05:53.044 INFO:teuthology.orchestra.run.smithi001.stdout:Recommended packages: 2024-03-21T13:05:53.044 INFO:teuthology.orchestra.run.smithi001.stdout: thermald 2024-03-21T13:05:53.063 INFO:teuthology.orchestra.run.smithi106.stdout:Reading package lists... 2024-03-21T13:05:53.094 INFO:teuthology.orchestra.run.smithi001.stdout:The following NEW packages will be installed: 2024-03-21T13:05:53.094 INFO:teuthology.orchestra.run.smithi001.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T13:05:53.094 INFO:teuthology.orchestra.run.smithi001.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T13:05:53.094 INFO:teuthology.orchestra.run.smithi001.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T13:05:53.096 INFO:teuthology.orchestra.run.smithi001.stdout:The following packages will be upgraded: 2024-03-21T13:05:53.096 INFO:teuthology.orchestra.run.smithi001.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T13:05:53.174 INFO:teuthology.orchestra.run.smithi001.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T13:05:53.174 INFO:teuthology.orchestra.run.smithi001.stdout:Need to get 113 MB of archives. 2024-03-21T13:05:53.174 INFO:teuthology.orchestra.run.smithi001.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T13:05:53.174 INFO:teuthology.orchestra.run.smithi001.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T13:05:53.185 INFO:teuthology.orchestra.run.smithi188.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T13:05:53.185 INFO:teuthology.orchestra.run.smithi188.stdout:Need to get 113 MB of archives. 2024-03-21T13:05:53.185 INFO:teuthology.orchestra.run.smithi188.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T13:05:53.185 INFO:teuthology.orchestra.run.smithi188.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T13:05:53.258 INFO:teuthology.orchestra.run.smithi106.stdout:Building dependency tree... 2024-03-21T13:05:53.259 INFO:teuthology.orchestra.run.smithi106.stdout:Reading state information... 2024-03-21T13:05:53.426 INFO:teuthology.orchestra.run.smithi106.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:05:53.427 INFO:teuthology.orchestra.run.smithi106.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:05:53.427 INFO:teuthology.orchestra.run.smithi106.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:05:53.427 INFO:teuthology.orchestra.run.smithi106.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:05:53.427 INFO:teuthology.orchestra.run.smithi106.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T13:05:53.427 INFO:teuthology.orchestra.run.smithi106.stdout: python2.7-minimal 2024-03-21T13:05:53.428 INFO:teuthology.orchestra.run.smithi106.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:05:53.428 INFO:teuthology.orchestra.run.smithi106.stdout:The following additional packages will be installed: 2024-03-21T13:05:53.428 INFO:teuthology.orchestra.run.smithi106.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T13:05:53.428 INFO:teuthology.orchestra.run.smithi106.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T13:05:53.429 INFO:teuthology.orchestra.run.smithi106.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T13:05:53.430 INFO:teuthology.orchestra.run.smithi106.stdout:Suggested packages: 2024-03-21T13:05:53.430 INFO:teuthology.orchestra.run.smithi106.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T13:05:53.430 INFO:teuthology.orchestra.run.smithi106.stdout:Recommended packages: 2024-03-21T13:05:53.430 INFO:teuthology.orchestra.run.smithi106.stdout: thermald 2024-03-21T13:05:53.475 INFO:teuthology.orchestra.run.smithi106.stdout:The following NEW packages will be installed: 2024-03-21T13:05:53.475 INFO:teuthology.orchestra.run.smithi106.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T13:05:53.475 INFO:teuthology.orchestra.run.smithi106.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T13:05:53.476 INFO:teuthology.orchestra.run.smithi106.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T13:05:53.476 INFO:teuthology.orchestra.run.smithi106.stdout:The following packages will be upgraded: 2024-03-21T13:05:53.477 INFO:teuthology.orchestra.run.smithi106.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T13:05:53.558 INFO:teuthology.orchestra.run.smithi106.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T13:05:53.558 INFO:teuthology.orchestra.run.smithi106.stdout:Need to get 113 MB of archives. 2024-03-21T13:05:53.558 INFO:teuthology.orchestra.run.smithi106.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T13:05:53.558 INFO:teuthology.orchestra.run.smithi106.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T13:05:53.815 INFO:teuthology.orchestra.run.smithi001.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T13:05:54.092 INFO:teuthology.orchestra.run.smithi001.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T13:05:54.595 INFO:teuthology.orchestra.run.smithi188.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T13:05:54.675 INFO:teuthology.orchestra.run.smithi106.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T13:05:54.947 INFO:teuthology.orchestra.run.smithi188.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T13:05:55.170 INFO:teuthology.orchestra.run.smithi106.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T13:05:55.678 INFO:teuthology.orchestra.run.smithi001.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T13:05:55.678 INFO:teuthology.orchestra.run.smithi001.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T13:05:55.679 INFO:teuthology.orchestra.run.smithi001.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T13:05:55.907 INFO:teuthology.orchestra.run.smithi001.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T13:05:55.957 INFO:teuthology.orchestra.run.smithi001.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T13:05:56.382 INFO:teuthology.orchestra.run.smithi001.stdout:Fetched 113 MB in 3s (39.7 MB/s) 2024-03-21T13:05:56.392 INFO:teuthology.orchestra.run.smithi106.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T13:05:56.393 INFO:teuthology.orchestra.run.smithi106.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T13:05:56.393 INFO:teuthology.orchestra.run.smithi106.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T13:05:56.530 INFO:teuthology.orchestra.run.smithi106.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T13:05:56.553 INFO:teuthology.orchestra.run.smithi106.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T13:05:56.574 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T13:05:56.955 INFO:teuthology.orchestra.run.smithi106.stdout:Fetched 113 MB in 3s (36.9 MB/s) 2024-03-21T13:05:57.136 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T13:05:57.192 INFO:teuthology.orchestra.run.smithi188.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T13:05:57.192 INFO:teuthology.orchestra.run.smithi188.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T13:05:57.193 INFO:teuthology.orchestra.run.smithi188.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T13:05:58.330 INFO:teuthology.orchestra.run.smithi188.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T13:05:58.474 INFO:teuthology.orchestra.run.smithi188.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T13:05:58.527 INFO:teuthology.orchestra.run.smithi001.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-21T13:05:58.532 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:05:58.621 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:05:58.894 INFO:teuthology.orchestra.run.smithi188.stdout:Fetched 113 MB in 5s (20.7 MB/s) 2024-03-21T13:05:59.074 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T13:05:59.160 INFO:teuthology.orchestra.run.smithi106.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-21T13:05:59.164 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:05:59.291 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:00.939 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T13:06:00.960 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:06:01.049 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:01.142 INFO:teuthology.orchestra.run.smithi188.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-21T13:06:01.148 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:06:01.364 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:01.509 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T13:06:01.529 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:06:01.566 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:01.883 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T13:06:01.904 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:06:01.984 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:02.486 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T13:06:02.507 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:06:02.544 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:03.616 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T13:06:03.637 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:06:03.721 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:04.203 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T13:06:04.224 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:06:04.261 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:08.393 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:06:08.518 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:06:08.934 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:06:09.038 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:06:09.078 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:06:09.202 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:06:09.349 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T13:06:09.372 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T13:06:09.416 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T13:06:09.569 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:06:09.697 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:06:10.000 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T13:06:10.011 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T13:06:10.050 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T13:06:11.149 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:06:11.249 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:06:11.574 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:06:11.702 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:06:12.013 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T13:06:12.024 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T13:06:12.102 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T13:06:15.498 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T13:06:15.517 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:06:15.556 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:15.837 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T13:06:15.874 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:06:15.911 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:18.261 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:06:18.408 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:06:18.409 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T13:06:18.446 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:06:18.484 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:18.629 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:06:18.742 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T13:06:18.780 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:06:18.855 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:18.956 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T13:06:19.101 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:19.121 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T13:06:19.268 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:19.394 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T13:06:19.523 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:20.499 INFO:teuthology.orchestra.run.smithi001.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:06:20.499 INFO:teuthology.orchestra.run.smithi001.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T13:06:20.500 INFO:teuthology.orchestra.run.smithi001.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:06:20.500 INFO:teuthology.orchestra.run.smithi001.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T13:06:20.918 INFO:teuthology.orchestra.run.smithi106.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:06:20.918 INFO:teuthology.orchestra.run.smithi106.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T13:06:20.918 INFO:teuthology.orchestra.run.smithi106.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:06:20.919 INFO:teuthology.orchestra.run.smithi106.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T13:06:21.254 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:21.258 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:21.955 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:06:22.105 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:06:22.471 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T13:06:22.618 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:22.688 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:22.742 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:22.744 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T13:06:22.873 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:24.080 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T13:06:24.127 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T13:06:24.165 INFO:teuthology.orchestra.run.smithi188.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:06:24.165 INFO:teuthology.orchestra.run.smithi188.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T13:06:24.165 INFO:teuthology.orchestra.run.smithi188.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:06:24.165 INFO:teuthology.orchestra.run.smithi188.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T13:06:24.181 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T13:06:24.228 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T13:06:24.308 INFO:teuthology.orchestra.run.smithi001.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:24.335 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:24.346 INFO:teuthology.orchestra.run.smithi106.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:24.374 INFO:teuthology.orchestra.run.smithi001.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T13:06:24.375 INFO:teuthology.orchestra.run.smithi001.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:06:24.412 INFO:teuthology.orchestra.run.smithi106.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T13:06:24.413 INFO:teuthology.orchestra.run.smithi106.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:06:25.702 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:27.428 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T13:06:27.554 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T13:06:27.680 INFO:teuthology.orchestra.run.smithi188.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:27.744 INFO:teuthology.orchestra.run.smithi188.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T13:06:27.744 INFO:teuthology.orchestra.run.smithi188.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:06:38.372 INFO:teuthology.orchestra.run.smithi106.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T13:06:38.372 INFO:teuthology.orchestra.run.smithi106.stdout:Sourcing file `/etc/default/grub' 2024-03-21T13:06:38.390 INFO:teuthology.orchestra.run.smithi106.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:06:38.429 INFO:teuthology.orchestra.run.smithi106.stdout:Generating grub configuration file ... 2024-03-21T13:06:38.743 INFO:teuthology.orchestra.run.smithi106.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:06:38.769 INFO:teuthology.orchestra.run.smithi106.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:06:38.962 INFO:teuthology.orchestra.run.smithi001.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T13:06:38.963 INFO:teuthology.orchestra.run.smithi001.stdout:Sourcing file `/etc/default/grub' 2024-03-21T13:06:38.986 INFO:teuthology.orchestra.run.smithi001.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:06:39.009 INFO:teuthology.orchestra.run.smithi001.stdout:Generating grub configuration file ... 2024-03-21T13:06:39.043 INFO:teuthology.orchestra.run.smithi106.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:06:39.048 INFO:teuthology.orchestra.run.smithi106.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T13:06:39.117 INFO:teuthology.orchestra.run.smithi106.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T13:06:39.122 INFO:teuthology.orchestra.run.smithi106.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T13:06:39.273 INFO:teuthology.orchestra.run.smithi001.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:06:39.286 INFO:teuthology.orchestra.run.smithi106.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T13:06:39.286 INFO:teuthology.orchestra.run.smithi106.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T13:06:39.286 INFO:teuthology.orchestra.run.smithi106.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T13:06:39.289 INFO:teuthology.orchestra.run.smithi001.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:06:39.326 INFO:teuthology.orchestra.run.smithi106.stdout:done 2024-03-21T13:06:39.627 INFO:teuthology.orchestra.run.smithi001.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:06:39.633 INFO:teuthology.orchestra.run.smithi001.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T13:06:39.712 INFO:teuthology.orchestra.run.smithi001.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T13:06:39.718 INFO:teuthology.orchestra.run.smithi001.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T13:06:39.789 DEBUG:teuthology.orchestra.run.smithi106:> dpkg -s linux-image-generic 2024-03-21T13:06:39.813 INFO:teuthology.orchestra.run.smithi106.stdout:Package: linux-image-generic 2024-03-21T13:06:39.813 INFO:teuthology.orchestra.run.smithi106.stdout:Status: install ok installed 2024-03-21T13:06:39.813 INFO:teuthology.orchestra.run.smithi106.stdout:Priority: optional 2024-03-21T13:06:39.813 INFO:teuthology.orchestra.run.smithi106.stdout:Section: kernel 2024-03-21T13:06:39.813 INFO:teuthology.orchestra.run.smithi106.stdout:Installed-Size: 21 2024-03-21T13:06:39.813 INFO:teuthology.orchestra.run.smithi106.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:06:39.813 INFO:teuthology.orchestra.run.smithi106.stdout:Architecture: amd64 2024-03-21T13:06:39.814 INFO:teuthology.orchestra.run.smithi106.stdout:Source: linux-meta 2024-03-21T13:06:39.814 INFO:teuthology.orchestra.run.smithi106.stdout:Version: 5.15.0.101.98 2024-03-21T13:06:39.814 INFO:teuthology.orchestra.run.smithi106.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T13:06:39.814 INFO:teuthology.orchestra.run.smithi106.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T13:06:39.814 INFO:teuthology.orchestra.run.smithi106.stdout:Recommends: thermald 2024-03-21T13:06:39.814 INFO:teuthology.orchestra.run.smithi106.stdout:Description: Generic Linux kernel image 2024-03-21T13:06:39.814 INFO:teuthology.orchestra.run.smithi106.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:06:39.814 INFO:teuthology.orchestra.run.smithi106.stdout: available. 2024-03-21T13:06:39.818 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T13:06:39.818 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T13:06:39.818 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T13:06:39.818 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-21T13:06:39.818 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi106.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T13:06:39.818 DEBUG:teuthology.orchestra.run.smithi106:> sudo apt-get clean 2024-03-21T13:06:39.899 INFO:teuthology.orchestra.run.smithi001.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T13:06:39.899 INFO:teuthology.orchestra.run.smithi001.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T13:06:39.899 INFO:teuthology.orchestra.run.smithi001.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T13:06:39.943 INFO:teuthology.orchestra.run.smithi001.stdout:done 2024-03-21T13:06:39.983 DEBUG:teuthology.orchestra.run.smithi106:> sudo apt-get update 2024-03-21T13:06:40.134 INFO:teuthology.orchestra.run.smithi106.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:06:40.144 INFO:teuthology.orchestra.run.smithi106.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T13:06:40.165 INFO:teuthology.orchestra.run.smithi106.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T13:06:40.269 INFO:teuthology.orchestra.run.smithi106.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T13:06:40.412 DEBUG:teuthology.orchestra.run.smithi001:> dpkg -s linux-image-generic 2024-03-21T13:06:40.435 INFO:teuthology.orchestra.run.smithi001.stdout:Package: linux-image-generic 2024-03-21T13:06:40.435 INFO:teuthology.orchestra.run.smithi001.stdout:Status: install ok installed 2024-03-21T13:06:40.435 INFO:teuthology.orchestra.run.smithi001.stdout:Priority: optional 2024-03-21T13:06:40.435 INFO:teuthology.orchestra.run.smithi001.stdout:Section: kernel 2024-03-21T13:06:40.435 INFO:teuthology.orchestra.run.smithi001.stdout:Installed-Size: 21 2024-03-21T13:06:40.435 INFO:teuthology.orchestra.run.smithi001.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:06:40.435 INFO:teuthology.orchestra.run.smithi001.stdout:Architecture: amd64 2024-03-21T13:06:40.435 INFO:teuthology.orchestra.run.smithi001.stdout:Source: linux-meta 2024-03-21T13:06:40.435 INFO:teuthology.orchestra.run.smithi001.stdout:Version: 5.15.0.101.98 2024-03-21T13:06:40.435 INFO:teuthology.orchestra.run.smithi001.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T13:06:40.436 INFO:teuthology.orchestra.run.smithi001.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T13:06:40.436 INFO:teuthology.orchestra.run.smithi001.stdout:Recommends: thermald 2024-03-21T13:06:40.436 INFO:teuthology.orchestra.run.smithi001.stdout:Description: Generic Linux kernel image 2024-03-21T13:06:40.436 INFO:teuthology.orchestra.run.smithi001.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:06:40.436 INFO:teuthology.orchestra.run.smithi001.stdout: available. 2024-03-21T13:06:40.436 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T13:06:40.436 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T13:06:40.436 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T13:06:40.436 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-21T13:06:40.436 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi001.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T13:06:40.437 DEBUG:teuthology.orchestra.run.smithi001:> sudo apt-get clean 2024-03-21T13:06:40.637 DEBUG:teuthology.orchestra.run.smithi001:> sudo apt-get update 2024-03-21T13:06:40.781 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:06:40.787 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T13:06:40.822 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T13:06:40.881 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T13:06:41.423 INFO:teuthology.orchestra.run.smithi106.stdout:Reading package lists... 2024-03-21T13:06:41.440 DEBUG:teuthology.orchestra.run.smithi106:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:06:41.500 INFO:teuthology.orchestra.run.smithi106.stdout:Reading package lists... 2024-03-21T13:06:41.693 INFO:teuthology.orchestra.run.smithi106.stdout:Building dependency tree... 2024-03-21T13:06:41.693 INFO:teuthology.orchestra.run.smithi106.stdout:Reading state information... 2024-03-21T13:06:41.866 INFO:teuthology.orchestra.run.smithi106.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T13:06:41.866 INFO:teuthology.orchestra.run.smithi106.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:06:41.866 INFO:teuthology.orchestra.run.smithi106.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:06:41.866 INFO:teuthology.orchestra.run.smithi106.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:06:41.866 INFO:teuthology.orchestra.run.smithi106.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:06:41.867 INFO:teuthology.orchestra.run.smithi106.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T13:06:41.867 INFO:teuthology.orchestra.run.smithi106.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T13:06:41.867 INFO:teuthology.orchestra.run.smithi106.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:06:41.909 INFO:teuthology.orchestra.run.smithi106.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T13:06:41.911 DEBUG:teuthology.orchestra.run.smithi106:> dpkg -s linux-image-generic 2024-03-21T13:06:41.969 INFO:teuthology.orchestra.run.smithi106.stdout:Package: linux-image-generic 2024-03-21T13:06:41.969 INFO:teuthology.orchestra.run.smithi106.stdout:Status: install ok installed 2024-03-21T13:06:41.969 INFO:teuthology.orchestra.run.smithi106.stdout:Priority: optional 2024-03-21T13:06:41.969 INFO:teuthology.orchestra.run.smithi106.stdout:Section: kernel 2024-03-21T13:06:41.969 INFO:teuthology.orchestra.run.smithi106.stdout:Installed-Size: 21 2024-03-21T13:06:41.969 INFO:teuthology.orchestra.run.smithi106.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:06:41.969 INFO:teuthology.orchestra.run.smithi106.stdout:Architecture: amd64 2024-03-21T13:06:41.970 INFO:teuthology.orchestra.run.smithi106.stdout:Source: linux-meta 2024-03-21T13:06:41.970 INFO:teuthology.orchestra.run.smithi106.stdout:Version: 5.15.0.101.98 2024-03-21T13:06:41.970 INFO:teuthology.orchestra.run.smithi106.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T13:06:41.970 INFO:teuthology.orchestra.run.smithi106.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T13:06:41.970 INFO:teuthology.orchestra.run.smithi106.stdout:Recommends: thermald 2024-03-21T13:06:41.970 INFO:teuthology.orchestra.run.smithi106.stdout:Description: Generic Linux kernel image 2024-03-21T13:06:41.970 INFO:teuthology.orchestra.run.smithi106.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:06:41.970 INFO:teuthology.orchestra.run.smithi106.stdout: available. 2024-03-21T13:06:41.970 DEBUG:teuthology.orchestra.run.smithi106:> mktemp 2024-03-21T13:06:42.018 INFO:teuthology.orchestra.run.smithi106.stdout:/tmp/tmp.DQ0DqyvF4U 2024-03-21T13:06:42.018 DEBUG:teuthology.orchestra.run.smithi106:> sudo cp /boot/grub/grub.cfg /tmp/tmp.DQ0DqyvF4U 2024-03-21T13:06:42.080 DEBUG:teuthology.orchestra.run.smithi106:> sudo chmod 0666 /tmp/tmp.DQ0DqyvF4U 2024-03-21T13:06:42.190 DEBUG:teuthology.orchestra.remote:smithi106:/tmp/tmp.DQ0DqyvF4U is 10KB 2024-03-21T13:06:42.203 INFO:teuthology.orchestra.run.smithi001.stdout:Reading package lists... 2024-03-21T13:06:42.204 DEBUG:teuthology.orchestra.run.smithi106:> rm -fr /tmp/tmp.DQ0DqyvF4U 2024-03-21T13:06:42.209 DEBUG:teuthology.orchestra.run.smithi106:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T13:06:42.221 DEBUG:teuthology.orchestra.run.smithi001:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:06:42.265 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-03-21T13:06:42.265 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T13:06:42.265 DEBUG:teuthology.orchestra.run.smithi106:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T13:06:42.273 INFO:teuthology.orchestra.run.smithi001.stdout:Reading package lists... 2024-03-21T13:06:42.329 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T13:06:42.329 DEBUG:teuthology.orchestra.run.smithi106:> sudo update-grub 2024-03-21T13:06:42.369 INFO:teuthology.orchestra.run.smithi188.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T13:06:42.369 INFO:teuthology.orchestra.run.smithi188.stdout:Sourcing file `/etc/default/grub' 2024-03-21T13:06:42.397 INFO:teuthology.orchestra.run.smithi188.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:06:42.423 INFO:teuthology.orchestra.run.smithi188.stdout:Generating grub configuration file ... 2024-03-21T13:06:42.451 INFO:teuthology.orchestra.run.smithi001.stdout:Building dependency tree... 2024-03-21T13:06:42.451 INFO:teuthology.orchestra.run.smithi001.stdout:Reading state information... 2024-03-21T13:06:42.609 INFO:teuthology.orchestra.run.smithi001.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T13:06:42.609 INFO:teuthology.orchestra.run.smithi001.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:06:42.609 INFO:teuthology.orchestra.run.smithi001.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:06:42.609 INFO:teuthology.orchestra.run.smithi001.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:06:42.609 INFO:teuthology.orchestra.run.smithi001.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:06:42.609 INFO:teuthology.orchestra.run.smithi001.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T13:06:42.610 INFO:teuthology.orchestra.run.smithi001.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T13:06:42.610 INFO:teuthology.orchestra.run.smithi001.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:06:42.646 INFO:teuthology.orchestra.run.smithi001.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T13:06:42.648 DEBUG:teuthology.orchestra.run.smithi001:> dpkg -s linux-image-generic 2024-03-21T13:06:42.703 INFO:teuthology.orchestra.run.smithi001.stdout:Package: linux-image-generic 2024-03-21T13:06:42.703 INFO:teuthology.orchestra.run.smithi001.stdout:Status: install ok installed 2024-03-21T13:06:42.703 INFO:teuthology.orchestra.run.smithi001.stdout:Priority: optional 2024-03-21T13:06:42.703 INFO:teuthology.orchestra.run.smithi001.stdout:Section: kernel 2024-03-21T13:06:42.703 INFO:teuthology.orchestra.run.smithi001.stdout:Installed-Size: 21 2024-03-21T13:06:42.703 INFO:teuthology.orchestra.run.smithi001.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:06:42.703 INFO:teuthology.orchestra.run.smithi001.stdout:Architecture: amd64 2024-03-21T13:06:42.704 INFO:teuthology.orchestra.run.smithi001.stdout:Source: linux-meta 2024-03-21T13:06:42.704 INFO:teuthology.orchestra.run.smithi001.stdout:Version: 5.15.0.101.98 2024-03-21T13:06:42.704 INFO:teuthology.orchestra.run.smithi001.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T13:06:42.704 INFO:teuthology.orchestra.run.smithi001.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T13:06:42.704 INFO:teuthology.orchestra.run.smithi001.stdout:Recommends: thermald 2024-03-21T13:06:42.704 INFO:teuthology.orchestra.run.smithi001.stdout:Description: Generic Linux kernel image 2024-03-21T13:06:42.704 INFO:teuthology.orchestra.run.smithi001.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:06:42.704 INFO:teuthology.orchestra.run.smithi001.stdout: available. 2024-03-21T13:06:42.704 DEBUG:teuthology.orchestra.run.smithi001:> mktemp 2024-03-21T13:06:42.747 INFO:teuthology.orchestra.run.smithi001.stdout:/tmp/tmp.CvfJWrCcat 2024-03-21T13:06:42.748 DEBUG:teuthology.orchestra.run.smithi001:> sudo cp /boot/grub/grub.cfg /tmp/tmp.CvfJWrCcat 2024-03-21T13:06:42.800 INFO:teuthology.orchestra.run.smithi188.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:06:42.803 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 0666 /tmp/tmp.CvfJWrCcat 2024-03-21T13:06:42.817 INFO:teuthology.orchestra.run.smithi188.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:06:42.924 DEBUG:teuthology.orchestra.remote:smithi001:/tmp/tmp.CvfJWrCcat is 10KB 2024-03-21T13:06:42.937 DEBUG:teuthology.orchestra.run.smithi001:> rm -fr /tmp/tmp.CvfJWrCcat 2024-03-21T13:06:42.943 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T13:06:42.999 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-03-21T13:06:42.999 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T13:06:42.999 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T13:06:43.073 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T13:06:43.073 DEBUG:teuthology.orchestra.run.smithi001:> sudo update-grub 2024-03-21T13:06:43.197 INFO:teuthology.orchestra.run.smithi188.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:06:43.202 INFO:teuthology.orchestra.run.smithi188.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T13:06:43.274 INFO:teuthology.orchestra.run.smithi188.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T13:06:43.280 INFO:teuthology.orchestra.run.smithi188.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T13:06:43.454 INFO:teuthology.orchestra.run.smithi188.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T13:06:43.454 INFO:teuthology.orchestra.run.smithi188.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T13:06:43.455 INFO:teuthology.orchestra.run.smithi188.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T13:06:43.489 INFO:teuthology.orchestra.run.smithi188.stdout:done 2024-03-21T13:06:43.716 INFO:teuthology.orchestra.run.smithi106.stderr:Sourcing file `/etc/default/grub' 2024-03-21T13:06:43.717 INFO:teuthology.orchestra.run.smithi106.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:06:43.721 INFO:teuthology.orchestra.run.smithi106.stderr:Generating grub configuration file ... 2024-03-21T13:06:43.910 INFO:teuthology.orchestra.run.smithi106.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:06:43.917 INFO:teuthology.orchestra.run.smithi106.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:06:43.986 DEBUG:teuthology.orchestra.run.smithi188:> dpkg -s linux-image-generic 2024-03-21T13:06:44.009 INFO:teuthology.orchestra.run.smithi188.stdout:Package: linux-image-generic 2024-03-21T13:06:44.009 INFO:teuthology.orchestra.run.smithi188.stdout:Status: install ok installed 2024-03-21T13:06:44.009 INFO:teuthology.orchestra.run.smithi188.stdout:Priority: optional 2024-03-21T13:06:44.009 INFO:teuthology.orchestra.run.smithi188.stdout:Section: kernel 2024-03-21T13:06:44.009 INFO:teuthology.orchestra.run.smithi188.stdout:Installed-Size: 21 2024-03-21T13:06:44.010 INFO:teuthology.orchestra.run.smithi188.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:06:44.010 INFO:teuthology.orchestra.run.smithi188.stdout:Architecture: amd64 2024-03-21T13:06:44.010 INFO:teuthology.orchestra.run.smithi188.stdout:Source: linux-meta 2024-03-21T13:06:44.010 INFO:teuthology.orchestra.run.smithi188.stdout:Version: 5.15.0.101.98 2024-03-21T13:06:44.010 INFO:teuthology.orchestra.run.smithi188.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T13:06:44.010 INFO:teuthology.orchestra.run.smithi188.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T13:06:44.010 INFO:teuthology.orchestra.run.smithi188.stdout:Recommends: thermald 2024-03-21T13:06:44.010 INFO:teuthology.orchestra.run.smithi188.stdout:Description: Generic Linux kernel image 2024-03-21T13:06:44.010 INFO:teuthology.orchestra.run.smithi188.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:06:44.010 INFO:teuthology.orchestra.run.smithi188.stdout: available. 2024-03-21T13:06:44.010 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T13:06:44.010 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T13:06:44.011 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T13:06:44.011 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-21T13:06:44.011 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi188.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T13:06:44.011 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt-get clean 2024-03-21T13:06:44.191 INFO:teuthology.orchestra.run.smithi106.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:06:44.196 INFO:teuthology.orchestra.run.smithi106.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T13:06:44.212 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt-get update 2024-03-21T13:06:44.237 INFO:teuthology.orchestra.run.smithi106.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T13:06:44.243 INFO:teuthology.orchestra.run.smithi106.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T13:06:44.276 INFO:teuthology.orchestra.run.smithi001.stderr:Sourcing file `/etc/default/grub' 2024-03-21T13:06:44.277 INFO:teuthology.orchestra.run.smithi001.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:06:44.287 INFO:teuthology.orchestra.run.smithi001.stderr:Generating grub configuration file ... 2024-03-21T13:06:44.353 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:06:44.362 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T13:06:44.379 INFO:teuthology.orchestra.run.smithi106.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T13:06:44.379 INFO:teuthology.orchestra.run.smithi106.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T13:06:44.379 INFO:teuthology.orchestra.run.smithi106.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T13:06:44.385 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T13:06:44.391 INFO:teuthology.orchestra.run.smithi106.stderr:done 2024-03-21T13:06:44.393 DEBUG:teuthology.orchestra.run.smithi106:> sudo shutdown -r now 2024-03-21T13:06:44.452 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T13:06:44.462 INFO:teuthology.orchestra.run.smithi001.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:06:44.468 INFO:teuthology.orchestra.run.smithi001.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:06:44.688 INFO:teuthology.orchestra.run.smithi001.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:06:44.694 INFO:teuthology.orchestra.run.smithi001.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T13:06:44.733 INFO:teuthology.orchestra.run.smithi001.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T13:06:44.738 INFO:teuthology.orchestra.run.smithi001.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T13:06:44.853 INFO:teuthology.orchestra.run.smithi001.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T13:06:44.853 INFO:teuthology.orchestra.run.smithi001.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T13:06:44.853 INFO:teuthology.orchestra.run.smithi001.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T13:06:44.864 INFO:teuthology.orchestra.run.smithi001.stderr:done 2024-03-21T13:06:44.879 DEBUG:teuthology.orchestra.run.smithi001:> sudo shutdown -r now 2024-03-21T13:06:45.690 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2024-03-21T13:06:45.708 DEBUG:teuthology.orchestra.run.smithi188:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:06:45.767 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2024-03-21T13:06:45.977 INFO:teuthology.orchestra.run.smithi188.stdout:Building dependency tree... 2024-03-21T13:06:45.977 INFO:teuthology.orchestra.run.smithi188.stdout:Reading state information... 2024-03-21T13:06:46.142 INFO:teuthology.orchestra.run.smithi188.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T13:06:46.142 INFO:teuthology.orchestra.run.smithi188.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:06:46.142 INFO:teuthology.orchestra.run.smithi188.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:06:46.142 INFO:teuthology.orchestra.run.smithi188.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:06:46.142 INFO:teuthology.orchestra.run.smithi188.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:06:46.143 INFO:teuthology.orchestra.run.smithi188.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T13:06:46.143 INFO:teuthology.orchestra.run.smithi188.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T13:06:46.143 INFO:teuthology.orchestra.run.smithi188.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:06:46.183 INFO:teuthology.orchestra.run.smithi188.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T13:06:46.184 DEBUG:teuthology.orchestra.run.smithi188:> dpkg -s linux-image-generic 2024-03-21T13:06:46.237 INFO:teuthology.orchestra.run.smithi188.stdout:Package: linux-image-generic 2024-03-21T13:06:46.237 INFO:teuthology.orchestra.run.smithi188.stdout:Status: install ok installed 2024-03-21T13:06:46.237 INFO:teuthology.orchestra.run.smithi188.stdout:Priority: optional 2024-03-21T13:06:46.237 INFO:teuthology.orchestra.run.smithi188.stdout:Section: kernel 2024-03-21T13:06:46.238 INFO:teuthology.orchestra.run.smithi188.stdout:Installed-Size: 21 2024-03-21T13:06:46.238 INFO:teuthology.orchestra.run.smithi188.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:06:46.238 INFO:teuthology.orchestra.run.smithi188.stdout:Architecture: amd64 2024-03-21T13:06:46.238 INFO:teuthology.orchestra.run.smithi188.stdout:Source: linux-meta 2024-03-21T13:06:46.238 INFO:teuthology.orchestra.run.smithi188.stdout:Version: 5.15.0.101.98 2024-03-21T13:06:46.238 INFO:teuthology.orchestra.run.smithi188.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T13:06:46.238 INFO:teuthology.orchestra.run.smithi188.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T13:06:46.238 INFO:teuthology.orchestra.run.smithi188.stdout:Recommends: thermald 2024-03-21T13:06:46.238 INFO:teuthology.orchestra.run.smithi188.stdout:Description: Generic Linux kernel image 2024-03-21T13:06:46.238 INFO:teuthology.orchestra.run.smithi188.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:06:46.238 INFO:teuthology.orchestra.run.smithi188.stdout: available. 2024-03-21T13:06:46.239 DEBUG:teuthology.orchestra.run.smithi188:> mktemp 2024-03-21T13:06:46.282 INFO:teuthology.orchestra.run.smithi188.stdout:/tmp/tmp.bn5SLJGbzL 2024-03-21T13:06:46.282 DEBUG:teuthology.orchestra.run.smithi188:> sudo cp /boot/grub/grub.cfg /tmp/tmp.bn5SLJGbzL 2024-03-21T13:06:46.338 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 0666 /tmp/tmp.bn5SLJGbzL 2024-03-21T13:06:46.457 DEBUG:teuthology.orchestra.remote:smithi188:/tmp/tmp.bn5SLJGbzL is 10KB 2024-03-21T13:06:46.472 DEBUG:teuthology.orchestra.run.smithi188:> rm -fr /tmp/tmp.bn5SLJGbzL 2024-03-21T13:06:46.477 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T13:06:46.529 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-03-21T13:06:46.529 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T13:06:46.529 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T13:06:46.608 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T13:06:46.609 DEBUG:teuthology.orchestra.run.smithi188:> sudo update-grub 2024-03-21T13:06:47.863 INFO:teuthology.orchestra.run.smithi188.stderr:Sourcing file `/etc/default/grub' 2024-03-21T13:06:47.865 INFO:teuthology.orchestra.run.smithi188.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:06:47.868 INFO:teuthology.orchestra.run.smithi188.stderr:Generating grub configuration file ... 2024-03-21T13:06:48.158 INFO:teuthology.orchestra.run.smithi188.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:06:48.163 INFO:teuthology.orchestra.run.smithi188.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:06:48.464 INFO:teuthology.orchestra.run.smithi188.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:06:48.469 INFO:teuthology.orchestra.run.smithi188.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T13:06:48.510 INFO:teuthology.orchestra.run.smithi188.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T13:06:48.515 INFO:teuthology.orchestra.run.smithi188.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T13:06:48.652 INFO:teuthology.orchestra.run.smithi188.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T13:06:48.652 INFO:teuthology.orchestra.run.smithi188.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T13:06:48.652 INFO:teuthology.orchestra.run.smithi188.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T13:06:48.675 INFO:teuthology.orchestra.run.smithi188.stderr:done 2024-03-21T13:06:48.684 DEBUG:teuthology.orchestra.run.smithi188:> sudo shutdown -r now 2024-03-21T13:07:14.419 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-21T13:07:14.420 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi106.front.sepia.ceph.com' 2024-03-21T13:07:14.421 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi106.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:14.882 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-21T13:07:14.882 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-03-21T13:07:14.883 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:18.686 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-21T13:07:18.686 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-03-21T13:07:18.687 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:32.766 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.106 2024-03-21T13:07:33.278 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.1 2024-03-21T13:07:37.118 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.188 2024-03-21T13:07:41.774 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi106.front.sepia.ceph.com' 2024-03-21T13:07:41.776 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi106.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:42.280 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-03-21T13:07:42.280 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:44.830 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.106 2024-03-21T13:07:46.120 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-03-21T13:07:46.121 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:49.186 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.188 2024-03-21T13:07:56.838 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi106.front.sepia.ceph.com' 2024-03-21T13:07:56.839 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi106.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:59.902 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.106 2024-03-21T13:08:01.189 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-03-21T13:08:01.190 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:08:14.915 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi106.front.sepia.ceph.com' 2024-03-21T13:08:14.916 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi106.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:08:17.982 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.106 2024-03-21T13:08:19.619 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.188 2024-03-21T13:08:34.634 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-03-21T13:08:34.636 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:08:34.865 DEBUG:teuthology.orchestra.run.smithi188:> true 2024-03-21T13:08:35.439 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-03-21T13:08:35.439 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-101-generic"... 2024-03-21T13:08:35.440 DEBUG:teuthology.orchestra.run.smithi188:> uname -r 2024-03-21T13:08:35.486 INFO:teuthology.orchestra.run.smithi188.stdout:5.15.0-101-generic 2024-03-21T13:08:35.487 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T13:08:35.487 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T13:08:35.487 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T13:08:35.984 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi106.front.sepia.ceph.com' 2024-03-21T13:08:35.984 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi106.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:08:36.488 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-21T13:08:36.488 DEBUG:teuthology.orchestra.run.smithi188:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T13:08:36.541 DEBUG:teuthology.orchestra.run.smithi106:> true 2024-03-21T13:08:36.568 INFO:teuthology.orchestra.run.smithi188.stdout:ttyS1 2024-03-21T13:08:36.600 DEBUG:teuthology.parallel:result is None 2024-03-21T13:08:37.088 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi106.front.sepia.ceph.com' 2024-03-21T13:08:37.088 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-03-21T13:08:37.089 DEBUG:teuthology.orchestra.run.smithi106:> uname -r 2024-03-21T13:08:37.134 INFO:teuthology.orchestra.run.smithi106.stdout:5.15.0-101-generic 2024-03-21T13:08:37.135 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T13:08:37.135 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T13:08:37.135 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T13:08:38.136 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-21T13:08:38.136 DEBUG:teuthology.orchestra.run.smithi106:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T13:08:38.479 INFO:teuthology.orchestra.run.smithi106.stdout:ttyS1 2024-03-21T13:08:38.512 DEBUG:teuthology.parallel:result is None 2024-03-21T13:08:42.284 DEBUG:teuthology.orchestra.remote:timed out 2024-03-21T13:08:54.285 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-03-21T13:08:54.286 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:08:54.572 DEBUG:teuthology.orchestra.run.smithi001:> true 2024-03-21T13:08:55.163 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-03-21T13:08:55.163 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-03-21T13:08:55.163 DEBUG:teuthology.orchestra.run.smithi001:> uname -r 2024-03-21T13:08:55.212 INFO:teuthology.orchestra.run.smithi001.stdout:5.15.0-101-generic 2024-03-21T13:08:55.212 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T13:08:55.212 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T13:08:55.212 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T13:08:56.213 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-21T13:08:56.213 DEBUG:teuthology.orchestra.run.smithi001:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T13:08:56.288 INFO:teuthology.orchestra.run.smithi001.stdout:ttyS1 2024-03-21T13:08:56.309 DEBUG:teuthology.parallel:result is None 2024-03-21T13:08:56.310 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-21T13:08:56.317 INFO:teuthology.task.internal:Creating test directory... 2024-03-21T13:08:56.317 DEBUG:teuthology.orchestra.run.smithi001:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T13:08:56.320 DEBUG:teuthology.orchestra.run.smithi106:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T13:08:56.322 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T13:08:56.328 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-21T13:08:56.335 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-21T13:08:56.342 INFO:teuthology.task.internal:Creating archive directory... 2024-03-21T13:08:56.342 DEBUG:teuthology.orchestra.run.smithi001:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T13:08:56.373 DEBUG:teuthology.orchestra.run.smithi106:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T13:08:56.376 DEBUG:teuthology.orchestra.run.smithi188:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T13:08:56.409 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-21T13:08:56.415 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-21T13:08:56.416 DEBUG:teuthology.orchestra.run.smithi001:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-21T13:08:56.429 DEBUG:teuthology.orchestra.run.smithi106:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-21T13:08:56.435 DEBUG:teuthology.orchestra.run.smithi188:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-21T13:08:56.449 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:08:56.457 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:08:56.465 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:08:56.475 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:08:56.500 INFO:teuthology.orchestra.run.smithi106.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:08:56.509 INFO:teuthology.orchestra.run.smithi106.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:08:56.511 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-21T13:08:56.517 INFO:teuthology.task.internal:Configuring sudo... 2024-03-21T13:08:56.517 DEBUG:teuthology.orchestra.run.smithi001:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T13:08:56.520 DEBUG:teuthology.orchestra.run.smithi106:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T13:08:56.522 DEBUG:teuthology.orchestra.run.smithi188:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T13:08:56.535 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-21T13:08:56.544 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-21T13:08:56.544 DEBUG:teuthology.orchestra.run.smithi001:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T13:08:56.577 DEBUG:teuthology.orchestra.run.smithi106:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T13:08:56.580 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T13:08:56.586 DEBUG:teuthology.orchestra.run.smithi001:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:08:56.629 DEBUG:teuthology.orchestra.run.smithi001:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:08:56.676 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-03-21T13:08:56.676 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T13:08:56.740 DEBUG:teuthology.orchestra.run.smithi106:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:08:56.746 DEBUG:teuthology.orchestra.run.smithi106:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:08:56.794 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-03-21T13:08:56.794 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T13:08:56.856 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:08:56.862 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:08:56.910 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-03-21T13:08:56.911 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T13:08:56.978 DEBUG:teuthology.orchestra.run.smithi001:> sudo service rsyslog restart 2024-03-21T13:08:56.981 DEBUG:teuthology.orchestra.run.smithi106:> sudo service rsyslog restart 2024-03-21T13:08:56.983 DEBUG:teuthology.orchestra.run.smithi188:> sudo service rsyslog restart 2024-03-21T13:08:57.051 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-21T13:08:57.058 INFO:teuthology.task.internal:Starting timer... 2024-03-21T13:08:57.059 INFO:teuthology.run_tasks:Running task pcp... 2024-03-21T13:08:57.128 INFO:teuthology.run_tasks:Running task selinux... 2024-03-21T13:08:57.165 DEBUG:teuthology.task.selinux:Excluding smithi001: OS 'ubuntu' does not support SELinux 2024-03-21T13:08:57.165 DEBUG:teuthology.task.selinux:Excluding smithi106: OS 'ubuntu' does not support SELinux 2024-03-21T13:08:57.165 DEBUG:teuthology.task.selinux:Excluding smithi188: OS 'ubuntu' does not support SELinux 2024-03-21T13:08:57.165 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-21T13:08:57.165 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-21T13:08:57.165 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-21T13:08:57.165 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-21T13:08:57.174 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-21T13:08:57.194 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-03-21T13:08:57.195 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi001.front.sepia.ceph.com,smithi106.front.sepia.ceph.com,smithi188.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-21T13:16:02.971 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi001.front.sepia.ceph.com'), Remote(name='ubuntu@smithi106.front.sepia.ceph.com'), Remote(name='ubuntu@smithi188.front.sepia.ceph.com')] 2024-03-21T13:16:02.973 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-03-21T13:16:02.974 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:16:03.057 DEBUG:teuthology.orchestra.run.smithi001:> true 2024-03-21T13:16:03.139 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-03-21T13:16:03.139 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi106.front.sepia.ceph.com' 2024-03-21T13:16:03.140 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi106.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:16:03.218 DEBUG:teuthology.orchestra.run.smithi106:> true 2024-03-21T13:16:03.294 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi106.front.sepia.ceph.com' 2024-03-21T13:16:03.294 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-03-21T13:16:03.295 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:16:03.376 DEBUG:teuthology.orchestra.run.smithi188:> true 2024-03-21T13:16:03.450 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-03-21T13:16:03.451 INFO:teuthology.run_tasks:Running task clock... 2024-03-21T13:16:03.462 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-21T13:16:03.462 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T13:16:03.463 DEBUG:teuthology.orchestra.run.smithi001:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:16:03.465 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T13:16:03.465 DEBUG:teuthology.orchestra.run.smithi106:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:16:03.468 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T13:16:03.468 DEBUG:teuthology.orchestra.run.smithi188:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:16:03.490 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:03 ntpd[17090]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T13:16:03.490 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:03 ntpd[17090]: Command line: ntpd -gq 2024-03-21T13:16:03.491 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:03 ntpd[17090]: ---------------------------------------------------- 2024-03-21T13:16:03.491 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:03 ntpd[17090]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T13:16:03.491 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:03 ntpd[17090]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T13:16:03.491 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:03 ntpd[17090]: corporation. Support and training for ntp-4 are 2024-03-21T13:16:03.491 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:03 ntpd[17090]: available at https://www.nwtime.org/support 2024-03-21T13:16:03.491 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:03 ntpd[17090]: ---------------------------------------------------- 2024-03-21T13:16:03.491 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:03 ntpd[17090]: proto: precision = 0.064 usec (-24) 2024-03-21T13:16:03.492 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:03 ntpd[17090]: basedate set to 2022-02-04 2024-03-21T13:16:03.492 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:03 ntpd[17090]: gps base set to 2022-02-06 (week 2196) 2024-03-21T13:16:03.492 INFO:teuthology.orchestra.run.smithi001.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:16:03.492 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:03 ntpd[17090]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:16:03.492 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:03 ntpd[17090]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:16:03.493 INFO:teuthology.orchestra.run.smithi001.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:16:03.494 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:03 ntpd[17090]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T13:16:03.494 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:03 ntpd[17090]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T13:16:03.494 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:03 ntpd[17090]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T13:16:03.494 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:03 ntpd[17090]: Listen normally on 3 ens1f0 172.21.15.1:123 2024-03-21T13:16:03.494 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:03 ntpd[17090]: Listen normally on 4 lo [::1]:123 2024-03-21T13:16:03.494 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:03 ntpd[17090]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15e8%4]:123 2024-03-21T13:16:03.494 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:03 ntpd[17090]: Listening on routing socket on fd #22 for interface updates 2024-03-21T13:16:03.497 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:03 ntpd[17225]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T13:16:03.497 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:03 ntpd[17225]: Command line: ntpd -gq 2024-03-21T13:16:03.497 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:03 ntpd[17225]: ---------------------------------------------------- 2024-03-21T13:16:03.497 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:03 ntpd[17225]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T13:16:03.497 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:03 ntpd[17225]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T13:16:03.497 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:03 ntpd[17225]: corporation. Support and training for ntp-4 are 2024-03-21T13:16:03.498 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:03 ntpd[17225]: available at https://www.nwtime.org/support 2024-03-21T13:16:03.498 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:03 ntpd[17225]: ---------------------------------------------------- 2024-03-21T13:16:03.498 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:03 ntpd[17225]: proto: precision = 0.060 usec (-24) 2024-03-21T13:16:03.498 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:03 ntpd[17225]: basedate set to 2022-02-04 2024-03-21T13:16:03.498 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:03 ntpd[17225]: gps base set to 2022-02-06 (week 2196) 2024-03-21T13:16:03.498 INFO:teuthology.orchestra.run.smithi106.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:16:03.499 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:03 ntpd[17225]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:16:03.499 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:03 ntpd[17225]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:16:03.499 INFO:teuthology.orchestra.run.smithi106.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:16:03.500 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:03 ntpd[17225]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T13:16:03.500 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:03 ntpd[17225]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T13:16:03.500 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:03 ntpd[17225]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T13:16:03.500 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:03 ntpd[17225]: Listen normally on 3 enp3s0f1 172.21.15.106:123 2024-03-21T13:16:03.500 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:03 ntpd[17225]: Listen normally on 4 lo [::1]:123 2024-03-21T13:16:03.500 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:03 ntpd[17225]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce6d%5]:123 2024-03-21T13:16:03.500 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:03 ntpd[17225]: Listening on routing socket on fd #22 for interface updates 2024-03-21T13:16:03.521 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:03 ntpd[17196]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T13:16:03.521 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:03 ntpd[17196]: Command line: ntpd -gq 2024-03-21T13:16:03.522 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:03 ntpd[17196]: ---------------------------------------------------- 2024-03-21T13:16:03.522 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:03 ntpd[17196]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T13:16:03.522 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:03 ntpd[17196]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T13:16:03.522 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:03 ntpd[17196]: corporation. Support and training for ntp-4 are 2024-03-21T13:16:03.522 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:03 ntpd[17196]: available at https://www.nwtime.org/support 2024-03-21T13:16:03.522 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:03 ntpd[17196]: ---------------------------------------------------- 2024-03-21T13:16:03.522 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:03 ntpd[17196]: proto: precision = 0.042 usec (-24) 2024-03-21T13:16:03.522 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:03 ntpd[17196]: basedate set to 2022-02-04 2024-03-21T13:16:03.522 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:03 ntpd[17196]: gps base set to 2022-02-06 (week 2196) 2024-03-21T13:16:03.522 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:03 ntpd[17196]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:16:03.523 INFO:teuthology.orchestra.run.smithi188.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:16:03.523 INFO:teuthology.orchestra.run.smithi188.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:16:03.524 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:03 ntpd[17196]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:16:03.524 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:03 ntpd[17196]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T13:16:03.524 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:03 ntpd[17196]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T13:16:03.524 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:03 ntpd[17196]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T13:16:03.524 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:03 ntpd[17196]: Listen normally on 3 enp3s0f1 172.21.15.188:123 2024-03-21T13:16:03.524 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:03 ntpd[17196]: Listen normally on 4 lo [::1]:123 2024-03-21T13:16:03.524 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:03 ntpd[17196]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8039%5]:123 2024-03-21T13:16:03.524 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:03 ntpd[17196]: Listening on routing socket on fd #22 for interface updates 2024-03-21T13:16:04.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:04 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:04.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:04 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:04.521 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:04 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:04.521 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:04 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:05.491 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:05 ntpd[17090]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:05.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:05 ntpd[17090]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:05.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:05 ntpd[17090]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:05.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:05 ntpd[17090]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:05.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:05 ntpd[17090]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:05.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:05 ntpd[17090]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:05.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:05 ntpd[17090]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:05.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:05 ntpd[17090]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:05.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:05 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:05.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:05 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:05.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:05 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:05.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:05 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:05.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:05 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:05.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:05 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:05.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:05 ntpd[17225]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:05.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:05 ntpd[17225]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:05.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:05 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:05.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:05 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:05.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:05 ntpd[17225]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:05.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:05 ntpd[17225]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:06.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:06 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:06.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:06 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:06.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:06 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:06.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:06 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:06.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:06 ntpd[17225]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:06.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:06 ntpd[17225]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:06.521 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:06 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:06.521 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:06 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:06.521 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:06 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:06.521 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:06 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:06.522 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:06 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:06.522 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:06 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:07.491 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:07 ntpd[17090]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:07.491 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:07 ntpd[17090]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:07.491 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:07 ntpd[17090]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:07.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:07 ntpd[17090]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:07.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:07 ntpd[17090]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:07.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:07 ntpd[17090]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:07.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:07 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:07.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:07 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:07.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:07 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:07.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:07 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:07.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:07 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:07.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:07 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:07.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:07 ntpd[17225]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:07.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:07 ntpd[17225]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:07.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:07 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:07.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:07 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:07.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:07 ntpd[17225]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:07.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:07 ntpd[17225]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:08.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:08 ntpd[17090]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:08.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:08 ntpd[17090]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:08.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:08 ntpd[17090]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:08.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:08 ntpd[17090]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:08.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:08 ntpd[17090]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:08.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:08 ntpd[17090]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:08.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:08 ntpd[17090]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:08.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:08 ntpd[17090]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:08.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:08 ntpd[17090]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:08.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:08 ntpd[17090]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:08.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:08 ntpd[17090]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:08.493 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:08 ntpd[17090]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:08.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:08 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:08.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:08 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:08.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:08 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:08.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:08 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:08.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:08 ntpd[17225]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:08.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:08 ntpd[17225]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:08.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:08 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:08.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:08 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:08.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:08 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:08.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:08 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:08.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:08 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:08.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:08 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:08.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:08 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:08.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:08 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:08.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:08 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:08.524 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:08 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:08.524 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:08 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:08.524 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:08 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:08.524 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:08 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:08.524 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:08 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:08.524 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:08 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:08.524 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:08 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:08.524 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:08 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:08.524 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:08 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:09.491 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:09 ntpd[17090]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:09.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:09 ntpd[17090]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:09.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:09 ntpd[17090]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:09.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:09 ntpd[17090]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:09.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:09 ntpd[17090]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:09.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:09 ntpd[17090]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:09.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:09 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:09.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:09 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:09.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:09 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:09.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:09 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:09.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:09 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:09.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:09 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:09.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:09 ntpd[17225]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:09.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:09 ntpd[17225]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:09.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:09 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:09.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:09 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:09.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:09 ntpd[17225]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:09.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:09 ntpd[17225]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:10.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:10 ntpd[17090]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:10.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:10 ntpd[17090]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:10.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:10 ntpd[17090]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:10.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:10 ntpd[17090]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:10.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:10 ntpd[17090]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:10.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:10 ntpd[17090]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:10.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:10 ntpd[17090]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:10.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:10 ntpd[17090]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:10.493 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:10 ntpd[17090]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:10.493 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:10 ntpd[17090]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:10.493 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:10 ntpd[17090]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:10.493 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:10 ntpd[17090]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:10.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:10 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:10.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:10 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:10.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:10 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:10.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:10 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:10.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:10 ntpd[17225]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:10.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:10 ntpd[17225]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:10.522 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:10 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:10.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:10 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:10.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:10 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:10.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:10 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:10.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:10 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:10.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:10 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:10.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:10 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:10.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:10 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:10.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:10 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:10.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:10 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:10.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:10 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:10.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:10 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:10.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:10 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:10.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:10 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:10.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:10 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:10.524 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:10 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:10.524 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:10 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:10.524 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:10 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:11.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:11 ntpd[17090]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:11.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:11 ntpd[17090]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:11.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:11 ntpd[17090]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:11.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:11 ntpd[17090]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:11.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:11 ntpd[17090]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:11.492 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:11 ntpd[17090]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:11.492 INFO:teuthology.orchestra.run.smithi001.stdout:21 Mar 13:16:11 ntpd[17090]: ntpd: time slew -0.000910 s 2024-03-21T13:16:11.493 INFO:teuthology.orchestra.run.smithi001.stdout:ntpd: time slew -0.000910s 2024-03-21T13:16:11.493 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:11 ntpd[17090]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T13:16:11.493 INFO:teuthology.orchestra.run.smithi001.stderr:21 Mar 13:16:11 ntpd[17090]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T13:16:11.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:11 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:11.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:11 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:11.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:11 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:11.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:11 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:11.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:11 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:11.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:11 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:11.497 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:11 ntpd[17225]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:11.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:11 ntpd[17225]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:11.498 INFO:teuthology.orchestra.run.smithi106.stdout:21 Mar 13:16:11 ntpd[17225]: ntpd: time slew +0.000815 s 2024-03-21T13:16:11.498 INFO:teuthology.orchestra.run.smithi106.stdout:ntpd: time slew +0.000815s 2024-03-21T13:16:11.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:11 ntpd[17225]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T13:16:11.498 INFO:teuthology.orchestra.run.smithi106.stderr:21 Mar 13:16:11 ntpd[17225]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T13:16:11.549 INFO:teuthology.orchestra.run.smithi001.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:16:11.550 INFO:teuthology.orchestra.run.smithi001.stdout:============================================================================== 2024-03-21T13:16:11.550 INFO:teuthology.orchestra.run.smithi001.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:16:11.550 INFO:teuthology.orchestra.run.smithi001.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:16:11.550 INFO:teuthology.orchestra.run.smithi001.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:16:11.550 INFO:teuthology.orchestra.run.smithi001.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:16:11.554 INFO:teuthology.orchestra.run.smithi106.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:16:11.554 INFO:teuthology.orchestra.run.smithi106.stdout:============================================================================== 2024-03-21T13:16:11.554 INFO:teuthology.orchestra.run.smithi106.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:16:11.555 INFO:teuthology.orchestra.run.smithi106.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:16:11.555 INFO:teuthology.orchestra.run.smithi106.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:16:11.555 INFO:teuthology.orchestra.run.smithi106.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:16:12.522 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:12 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:12.522 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:12 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:12.522 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:12 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:12.522 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:12 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:12.522 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:12 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:12.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:12 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:12.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:12 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:16:12.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:12 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:16:12.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:12 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:16:12.523 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:12 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:16:12.523 INFO:teuthology.orchestra.run.smithi188.stdout:21 Mar 13:16:12 ntpd[17196]: ntpd: time slew -0.002457 s 2024-03-21T13:16:12.523 INFO:teuthology.orchestra.run.smithi188.stdout:ntpd: time slew -0.002457s 2024-03-21T13:16:12.524 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:12 ntpd[17196]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T13:16:12.524 INFO:teuthology.orchestra.run.smithi188.stderr:21 Mar 13:16:12 ntpd[17196]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T13:16:12.617 INFO:teuthology.orchestra.run.smithi188.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:16:12.617 INFO:teuthology.orchestra.run.smithi188.stdout:============================================================================== 2024-03-21T13:16:12.617 INFO:teuthology.orchestra.run.smithi188.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:16:12.617 INFO:teuthology.orchestra.run.smithi188.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:16:12.617 INFO:teuthology.orchestra.run.smithi188.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:16:12.618 INFO:teuthology.orchestra.run.smithi188.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:16:12.619 INFO:teuthology.run_tasks:Running task install... 2024-03-21T13:16:12.630 DEBUG:teuthology.task.install:project ceph 2024-03-21T13:16:12.630 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '960fbbe4645c2becc8084669be194c95183c7753'}} 2024-03-21T13:16:12.630 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '960fbbe4645c2becc8084669be194c95183c7753'} 2024-03-21T13:16:12.630 INFO:teuthology.task.install:Using flavor: default 2024-03-21T13:16:12.636 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-03-21T13:16:12.636 INFO:teuthology.task.install:extra packages: [] 2024-03-21T13:16:12.636 DEBUG:teuthology.orchestra.run.smithi001:> sudo apt-key list | grep Ceph 2024-03-21T13:16:12.637 DEBUG:teuthology.orchestra.run.smithi106:> sudo apt-key list | grep Ceph 2024-03-21T13:16:12.637 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt-key list | grep Ceph 2024-03-21T13:16:12.702 INFO:teuthology.orchestra.run.smithi001.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-21T13:16:12.704 INFO:teuthology.orchestra.run.smithi106.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-21T13:16:12.725 INFO:teuthology.orchestra.run.smithi188.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-21T13:16:12.730 INFO:teuthology.orchestra.run.smithi001.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-21T13:16:12.731 INFO:teuthology.orchestra.run.smithi001.stdout:uid [ unknown] Ceph.com (release key) 2024-03-21T13:16:12.731 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-03-21T13:16:12.732 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:16:12.738 INFO:teuthology.orchestra.run.smithi106.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-21T13:16:12.738 INFO:teuthology.orchestra.run.smithi106.stdout:uid [ unknown] Ceph.com (release key) 2024-03-21T13:16:12.739 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-03-21T13:16:12.739 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:16:12.755 INFO:teuthology.orchestra.run.smithi188.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-21T13:16:12.755 INFO:teuthology.orchestra.run.smithi188.stdout:uid [ unknown] Ceph.com (release key) 2024-03-21T13:16:12.756 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-03-21T13:16:12.756 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:16:12.906 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default/ 2024-03-21T13:16:12.906 INFO:teuthology.task.install.deb:Package version is 19.0.0-2267-g960fbbe4-1jammy 2024-03-21T13:16:12.956 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default/ 2024-03-21T13:16:12.956 INFO:teuthology.task.install.deb:Package version is 19.0.0-2267-g960fbbe4-1jammy 2024-03-21T13:16:12.975 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default/ 2024-03-21T13:16:12.975 INFO:teuthology.task.install.deb:Package version is 19.0.0-2267-g960fbbe4-1jammy 2024-03-21T13:16:13.272 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-03-21T13:16:13.272 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-21T13:16:13.286 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt-get update 2024-03-21T13:16:13.317 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-03-21T13:16:13.317 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-21T13:16:13.331 DEBUG:teuthology.orchestra.run.smithi001:> sudo apt-get update 2024-03-21T13:16:13.343 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-03-21T13:16:13.343 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-21T13:16:13.357 DEBUG:teuthology.orchestra.run.smithi106:> sudo apt-get update 2024-03-21T13:16:13.457 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:16:13.471 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T13:16:13.491 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T13:16:13.514 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T13:16:13.528 INFO:teuthology.orchestra.run.smithi106.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T13:16:13.529 INFO:teuthology.orchestra.run.smithi106.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:16:13.543 INFO:teuthology.orchestra.run.smithi106.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T13:16:13.564 INFO:teuthology.orchestra.run.smithi106.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T13:16:13.576 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T13:16:13.626 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:16:13.709 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T13:16:13.722 INFO:teuthology.orchestra.run.smithi188.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy InRelease 2024-03-21T13:16:13.779 INFO:teuthology.orchestra.run.smithi001.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy InRelease 2024-03-21T13:16:13.789 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T13:16:13.796 INFO:teuthology.orchestra.run.smithi106.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy InRelease 2024-03-21T13:16:13.800 INFO:teuthology.orchestra.run.smithi188.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-21T13:16:13.862 INFO:teuthology.orchestra.run.smithi001.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-21T13:16:13.876 INFO:teuthology.orchestra.run.smithi106.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-21T13:16:13.881 INFO:teuthology.orchestra.run.smithi188.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-21T13:16:13.941 INFO:teuthology.orchestra.run.smithi001.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-21T13:16:13.957 INFO:teuthology.orchestra.run.smithi106.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-21T13:16:13.960 INFO:teuthology.orchestra.run.smithi188.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,417 B] 2024-03-21T13:16:14.016 INFO:teuthology.orchestra.run.smithi001.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,417 B] 2024-03-21T13:16:14.030 INFO:teuthology.orchestra.run.smithi106.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-21T13:16:14.043 INFO:teuthology.orchestra.run.smithi188.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-21T13:16:14.090 INFO:teuthology.orchestra.run.smithi001.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-21T13:16:14.107 INFO:teuthology.orchestra.run.smithi106.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,417 B] 2024-03-21T13:16:14.131 INFO:teuthology.orchestra.run.smithi188.stdout:Fetched 29.2 kB in 1s (44.5 kB/s) 2024-03-21T13:16:14.190 INFO:teuthology.orchestra.run.smithi001.stdout:Fetched 29.2 kB in 1s (44.6 kB/s) 2024-03-21T13:16:14.191 INFO:teuthology.orchestra.run.smithi106.stdout:Fetched 29.2 kB in 1s (45.1 kB/s) 2024-03-21T13:16:15.086 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2024-03-21T13:16:15.103 DEBUG:teuthology.orchestra.run.smithi188:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2267-g960fbbe4-1jammy cephadm=19.0.0-2267-g960fbbe4-1jammy ceph-mds=19.0.0-2267-g960fbbe4-1jammy ceph-mgr=19.0.0-2267-g960fbbe4-1jammy ceph-common=19.0.0-2267-g960fbbe4-1jammy ceph-fuse=19.0.0-2267-g960fbbe4-1jammy ceph-test=19.0.0-2267-g960fbbe4-1jammy ceph-volume=19.0.0-2267-g960fbbe4-1jammy radosgw=19.0.0-2267-g960fbbe4-1jammy python3-rados=19.0.0-2267-g960fbbe4-1jammy python3-rgw=19.0.0-2267-g960fbbe4-1jammy python3-cephfs=19.0.0-2267-g960fbbe4-1jammy python3-rbd=19.0.0-2267-g960fbbe4-1jammy libcephfs2=19.0.0-2267-g960fbbe4-1jammy libcephfs-dev=19.0.0-2267-g960fbbe4-1jammy librados2=19.0.0-2267-g960fbbe4-1jammy librbd1=19.0.0-2267-g960fbbe4-1jammy rbd-fuse=19.0.0-2267-g960fbbe4-1jammy 2024-03-21T13:16:15.152 INFO:teuthology.orchestra.run.smithi106.stdout:Reading package lists... 2024-03-21T13:16:15.161 INFO:teuthology.orchestra.run.smithi001.stdout:Reading package lists... 2024-03-21T13:16:15.165 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2024-03-21T13:16:15.168 DEBUG:teuthology.orchestra.run.smithi106:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2267-g960fbbe4-1jammy cephadm=19.0.0-2267-g960fbbe4-1jammy ceph-mds=19.0.0-2267-g960fbbe4-1jammy ceph-mgr=19.0.0-2267-g960fbbe4-1jammy ceph-common=19.0.0-2267-g960fbbe4-1jammy ceph-fuse=19.0.0-2267-g960fbbe4-1jammy ceph-test=19.0.0-2267-g960fbbe4-1jammy ceph-volume=19.0.0-2267-g960fbbe4-1jammy radosgw=19.0.0-2267-g960fbbe4-1jammy python3-rados=19.0.0-2267-g960fbbe4-1jammy python3-rgw=19.0.0-2267-g960fbbe4-1jammy python3-cephfs=19.0.0-2267-g960fbbe4-1jammy python3-rbd=19.0.0-2267-g960fbbe4-1jammy libcephfs2=19.0.0-2267-g960fbbe4-1jammy libcephfs-dev=19.0.0-2267-g960fbbe4-1jammy librados2=19.0.0-2267-g960fbbe4-1jammy librbd1=19.0.0-2267-g960fbbe4-1jammy rbd-fuse=19.0.0-2267-g960fbbe4-1jammy 2024-03-21T13:16:15.178 DEBUG:teuthology.orchestra.run.smithi001:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2267-g960fbbe4-1jammy cephadm=19.0.0-2267-g960fbbe4-1jammy ceph-mds=19.0.0-2267-g960fbbe4-1jammy ceph-mgr=19.0.0-2267-g960fbbe4-1jammy ceph-common=19.0.0-2267-g960fbbe4-1jammy ceph-fuse=19.0.0-2267-g960fbbe4-1jammy ceph-test=19.0.0-2267-g960fbbe4-1jammy ceph-volume=19.0.0-2267-g960fbbe4-1jammy radosgw=19.0.0-2267-g960fbbe4-1jammy python3-rados=19.0.0-2267-g960fbbe4-1jammy python3-rgw=19.0.0-2267-g960fbbe4-1jammy python3-cephfs=19.0.0-2267-g960fbbe4-1jammy python3-rbd=19.0.0-2267-g960fbbe4-1jammy libcephfs2=19.0.0-2267-g960fbbe4-1jammy libcephfs-dev=19.0.0-2267-g960fbbe4-1jammy librados2=19.0.0-2267-g960fbbe4-1jammy librbd1=19.0.0-2267-g960fbbe4-1jammy rbd-fuse=19.0.0-2267-g960fbbe4-1jammy 2024-03-21T13:16:15.227 INFO:teuthology.orchestra.run.smithi106.stdout:Reading package lists... 2024-03-21T13:16:15.237 INFO:teuthology.orchestra.run.smithi001.stdout:Reading package lists... 2024-03-21T13:16:15.361 INFO:teuthology.orchestra.run.smithi188.stdout:Building dependency tree... 2024-03-21T13:16:15.362 INFO:teuthology.orchestra.run.smithi188.stdout:Reading state information... 2024-03-21T13:16:15.422 INFO:teuthology.orchestra.run.smithi106.stdout:Building dependency tree... 2024-03-21T13:16:15.423 INFO:teuthology.orchestra.run.smithi106.stdout:Reading state information... 2024-03-21T13:16:15.436 INFO:teuthology.orchestra.run.smithi001.stdout:Building dependency tree... 2024-03-21T13:16:15.437 INFO:teuthology.orchestra.run.smithi001.stdout:Reading state information... 2024-03-21T13:16:15.540 INFO:teuthology.orchestra.run.smithi188.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:16:15.576 INFO:teuthology.orchestra.run.smithi188.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:16:15.576 INFO:teuthology.orchestra.run.smithi188.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:16:15.577 INFO:teuthology.orchestra.run.smithi188.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:16:15.577 INFO:teuthology.orchestra.run.smithi188.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T13:16:15.578 INFO:teuthology.orchestra.run.smithi188.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T13:16:15.579 INFO:teuthology.orchestra.run.smithi188.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:16:15.579 INFO:teuthology.orchestra.run.smithi188.stdout:The following additional packages will be installed: 2024-03-21T13:16:15.579 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-21T13:16:15.579 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-21T13:16:15.579 INFO:teuthology.orchestra.run.smithi188.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-21T13:16:15.579 INFO:teuthology.orchestra.run.smithi188.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-21T13:16:15.579 INFO:teuthology.orchestra.run.smithi188.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-21T13:16:15.579 INFO:teuthology.orchestra.run.smithi188.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-21T13:16:15.579 INFO:teuthology.orchestra.run.smithi188.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-21T13:16:15.579 INFO:teuthology.orchestra.run.smithi188.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-21T13:16:15.579 INFO:teuthology.orchestra.run.smithi188.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-21T13:16:15.579 INFO:teuthology.orchestra.run.smithi188.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T13:16:15.579 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T13:16:15.580 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T13:16:15.580 INFO:teuthology.orchestra.run.smithi188.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T13:16:15.580 INFO:teuthology.orchestra.run.smithi188.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T13:16:15.580 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T13:16:15.580 INFO:teuthology.orchestra.run.smithi188.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T13:16:15.580 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-21T13:16:15.580 INFO:teuthology.orchestra.run.smithi188.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-21T13:16:15.580 INFO:teuthology.orchestra.run.smithi188.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-21T13:16:15.580 INFO:teuthology.orchestra.run.smithi188.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-21T13:16:15.580 INFO:teuthology.orchestra.run.smithi188.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-21T13:16:15.581 INFO:teuthology.orchestra.run.smithi188.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-21T13:16:15.581 INFO:teuthology.orchestra.run.smithi188.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-21T13:16:15.581 INFO:teuthology.orchestra.run.smithi188.stdout: xmlstarlet zip 2024-03-21T13:16:15.581 INFO:teuthology.orchestra.run.smithi188.stdout:Suggested packages: 2024-03-21T13:16:15.581 INFO:teuthology.orchestra.run.smithi188.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-21T13:16:15.581 INFO:teuthology.orchestra.run.smithi188.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-21T13:16:15.581 INFO:teuthology.orchestra.run.smithi188.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-21T13:16:15.581 INFO:teuthology.orchestra.run.smithi188.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-21T13:16:15.581 INFO:teuthology.orchestra.run.smithi188.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-21T13:16:15.581 INFO:teuthology.orchestra.run.smithi188.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-21T13:16:15.581 INFO:teuthology.orchestra.run.smithi188.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-21T13:16:15.581 INFO:teuthology.orchestra.run.smithi188.stdout:Recommended packages: 2024-03-21T13:16:15.581 INFO:teuthology.orchestra.run.smithi188.stdout: btrfs-tools 2024-03-21T13:16:15.604 INFO:teuthology.orchestra.run.smithi106.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:16:15.604 INFO:teuthology.orchestra.run.smithi106.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:16:15.604 INFO:teuthology.orchestra.run.smithi106.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:16:15.604 INFO:teuthology.orchestra.run.smithi106.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:16:15.604 INFO:teuthology.orchestra.run.smithi106.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T13:16:15.606 INFO:teuthology.orchestra.run.smithi106.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T13:16:15.606 INFO:teuthology.orchestra.run.smithi106.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:16:15.606 INFO:teuthology.orchestra.run.smithi106.stdout:The following additional packages will be installed: 2024-03-21T13:16:15.606 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-21T13:16:15.606 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-21T13:16:15.606 INFO:teuthology.orchestra.run.smithi106.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-21T13:16:15.606 INFO:teuthology.orchestra.run.smithi106.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-21T13:16:15.607 INFO:teuthology.orchestra.run.smithi106.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-21T13:16:15.607 INFO:teuthology.orchestra.run.smithi106.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-21T13:16:15.607 INFO:teuthology.orchestra.run.smithi106.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-21T13:16:15.607 INFO:teuthology.orchestra.run.smithi106.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-21T13:16:15.608 INFO:teuthology.orchestra.run.smithi106.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-21T13:16:15.608 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T13:16:15.608 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T13:16:15.608 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T13:16:15.608 INFO:teuthology.orchestra.run.smithi106.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T13:16:15.608 INFO:teuthology.orchestra.run.smithi106.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T13:16:15.608 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T13:16:15.608 INFO:teuthology.orchestra.run.smithi106.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T13:16:15.608 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-21T13:16:15.608 INFO:teuthology.orchestra.run.smithi106.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-21T13:16:15.608 INFO:teuthology.orchestra.run.smithi106.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-21T13:16:15.608 INFO:teuthology.orchestra.run.smithi106.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-21T13:16:15.608 INFO:teuthology.orchestra.run.smithi106.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-21T13:16:15.608 INFO:teuthology.orchestra.run.smithi106.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-21T13:16:15.608 INFO:teuthology.orchestra.run.smithi106.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-21T13:16:15.608 INFO:teuthology.orchestra.run.smithi106.stdout: xmlstarlet zip 2024-03-21T13:16:15.609 INFO:teuthology.orchestra.run.smithi106.stdout:Suggested packages: 2024-03-21T13:16:15.609 INFO:teuthology.orchestra.run.smithi106.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-21T13:16:15.609 INFO:teuthology.orchestra.run.smithi106.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-21T13:16:15.609 INFO:teuthology.orchestra.run.smithi106.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-21T13:16:15.609 INFO:teuthology.orchestra.run.smithi106.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-21T13:16:15.609 INFO:teuthology.orchestra.run.smithi106.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-21T13:16:15.609 INFO:teuthology.orchestra.run.smithi106.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-21T13:16:15.609 INFO:teuthology.orchestra.run.smithi106.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-21T13:16:15.610 INFO:teuthology.orchestra.run.smithi106.stdout:Recommended packages: 2024-03-21T13:16:15.610 INFO:teuthology.orchestra.run.smithi106.stdout: btrfs-tools 2024-03-21T13:16:15.627 INFO:teuthology.orchestra.run.smithi001.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:16:15.627 INFO:teuthology.orchestra.run.smithi001.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:16:15.627 INFO:teuthology.orchestra.run.smithi001.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:16:15.627 INFO:teuthology.orchestra.run.smithi001.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:16:15.628 INFO:teuthology.orchestra.run.smithi001.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T13:16:15.628 INFO:teuthology.orchestra.run.smithi001.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T13:16:15.628 INFO:teuthology.orchestra.run.smithi001.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:16:15.628 INFO:teuthology.orchestra.run.smithi001.stdout:The following additional packages will be installed: 2024-03-21T13:16:15.629 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-21T13:16:15.629 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-21T13:16:15.630 INFO:teuthology.orchestra.run.smithi001.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-21T13:16:15.630 INFO:teuthology.orchestra.run.smithi001.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-21T13:16:15.630 INFO:teuthology.orchestra.run.smithi001.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-21T13:16:15.630 INFO:teuthology.orchestra.run.smithi001.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-21T13:16:15.630 INFO:teuthology.orchestra.run.smithi001.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-21T13:16:15.630 INFO:teuthology.orchestra.run.smithi001.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-21T13:16:15.631 INFO:teuthology.orchestra.run.smithi001.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-21T13:16:15.631 INFO:teuthology.orchestra.run.smithi001.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T13:16:15.631 INFO:teuthology.orchestra.run.smithi001.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T13:16:15.631 INFO:teuthology.orchestra.run.smithi001.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T13:16:15.631 INFO:teuthology.orchestra.run.smithi001.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T13:16:15.631 INFO:teuthology.orchestra.run.smithi001.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T13:16:15.631 INFO:teuthology.orchestra.run.smithi001.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T13:16:15.631 INFO:teuthology.orchestra.run.smithi001.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T13:16:15.631 INFO:teuthology.orchestra.run.smithi001.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-21T13:16:15.631 INFO:teuthology.orchestra.run.smithi001.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-21T13:16:15.631 INFO:teuthology.orchestra.run.smithi001.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-21T13:16:15.631 INFO:teuthology.orchestra.run.smithi001.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-21T13:16:15.631 INFO:teuthology.orchestra.run.smithi001.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-21T13:16:15.631 INFO:teuthology.orchestra.run.smithi001.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-21T13:16:15.631 INFO:teuthology.orchestra.run.smithi001.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-21T13:16:15.632 INFO:teuthology.orchestra.run.smithi001.stdout: xmlstarlet zip 2024-03-21T13:16:15.632 INFO:teuthology.orchestra.run.smithi001.stdout:Suggested packages: 2024-03-21T13:16:15.632 INFO:teuthology.orchestra.run.smithi001.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-21T13:16:15.632 INFO:teuthology.orchestra.run.smithi001.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-21T13:16:15.632 INFO:teuthology.orchestra.run.smithi001.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-21T13:16:15.632 INFO:teuthology.orchestra.run.smithi001.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-21T13:16:15.632 INFO:teuthology.orchestra.run.smithi001.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-21T13:16:15.632 INFO:teuthology.orchestra.run.smithi001.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-21T13:16:15.632 INFO:teuthology.orchestra.run.smithi001.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-21T13:16:15.632 INFO:teuthology.orchestra.run.smithi001.stdout:Recommended packages: 2024-03-21T13:16:15.632 INFO:teuthology.orchestra.run.smithi001.stdout: btrfs-tools 2024-03-21T13:16:15.645 INFO:teuthology.orchestra.run.smithi188.stdout:The following NEW packages will be installed: 2024-03-21T13:16:15.645 INFO:teuthology.orchestra.run.smithi188.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-21T13:16:15.645 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-21T13:16:15.645 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-21T13:16:15.645 INFO:teuthology.orchestra.run.smithi188.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-21T13:16:15.646 INFO:teuthology.orchestra.run.smithi188.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-21T13:16:15.646 INFO:teuthology.orchestra.run.smithi188.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-21T13:16:15.647 INFO:teuthology.orchestra.run.smithi188.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-21T13:16:15.647 INFO:teuthology.orchestra.run.smithi188.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-21T13:16:15.647 INFO:teuthology.orchestra.run.smithi188.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-21T13:16:15.647 INFO:teuthology.orchestra.run.smithi188.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-21T13:16:15.647 INFO:teuthology.orchestra.run.smithi188.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-21T13:16:15.647 INFO:teuthology.orchestra.run.smithi188.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T13:16:15.647 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T13:16:15.647 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T13:16:15.647 INFO:teuthology.orchestra.run.smithi188.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T13:16:15.647 INFO:teuthology.orchestra.run.smithi188.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T13:16:15.648 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T13:16:15.648 INFO:teuthology.orchestra.run.smithi188.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T13:16:15.648 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-21T13:16:15.648 INFO:teuthology.orchestra.run.smithi188.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-21T13:16:15.648 INFO:teuthology.orchestra.run.smithi188.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-21T13:16:15.648 INFO:teuthology.orchestra.run.smithi188.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-21T13:16:15.648 INFO:teuthology.orchestra.run.smithi188.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-21T13:16:15.648 INFO:teuthology.orchestra.run.smithi188.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-21T13:16:15.648 INFO:teuthology.orchestra.run.smithi188.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-21T13:16:15.648 INFO:teuthology.orchestra.run.smithi188.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-21T13:16:15.707 INFO:teuthology.orchestra.run.smithi106.stdout:The following NEW packages will be installed: 2024-03-21T13:16:15.708 INFO:teuthology.orchestra.run.smithi106.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-21T13:16:15.708 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-21T13:16:15.708 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-21T13:16:15.708 INFO:teuthology.orchestra.run.smithi106.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-21T13:16:15.708 INFO:teuthology.orchestra.run.smithi106.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-21T13:16:15.708 INFO:teuthology.orchestra.run.smithi106.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-21T13:16:15.709 INFO:teuthology.orchestra.run.smithi106.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-21T13:16:15.709 INFO:teuthology.orchestra.run.smithi106.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-21T13:16:15.709 INFO:teuthology.orchestra.run.smithi106.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-21T13:16:15.709 INFO:teuthology.orchestra.run.smithi106.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-21T13:16:15.709 INFO:teuthology.orchestra.run.smithi106.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-21T13:16:15.709 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T13:16:15.709 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T13:16:15.710 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T13:16:15.710 INFO:teuthology.orchestra.run.smithi106.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T13:16:15.710 INFO:teuthology.orchestra.run.smithi106.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T13:16:15.710 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T13:16:15.710 INFO:teuthology.orchestra.run.smithi106.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T13:16:15.710 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-21T13:16:15.710 INFO:teuthology.orchestra.run.smithi106.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-21T13:16:15.710 INFO:teuthology.orchestra.run.smithi106.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-21T13:16:15.710 INFO:teuthology.orchestra.run.smithi106.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-21T13:16:15.710 INFO:teuthology.orchestra.run.smithi106.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-21T13:16:15.710 INFO:teuthology.orchestra.run.smithi106.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-21T13:16:15.710 INFO:teuthology.orchestra.run.smithi106.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-21T13:16:15.710 INFO:teuthology.orchestra.run.smithi106.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-21T13:16:15.712 INFO:teuthology.orchestra.run.smithi188.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-21T13:16:15.713 INFO:teuthology.orchestra.run.smithi188.stdout:Need to get 178 MB of archives. 2024-03-21T13:16:15.713 INFO:teuthology.orchestra.run.smithi188.stdout:After this operation, 818 MB of additional disk space will be used. 2024-03-21T13:16:15.713 INFO:teuthology.orchestra.run.smithi188.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-21T13:16:15.738 INFO:teuthology.orchestra.run.smithi001.stdout:The following NEW packages will be installed: 2024-03-21T13:16:15.739 INFO:teuthology.orchestra.run.smithi001.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-21T13:16:15.739 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-21T13:16:15.739 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-21T13:16:15.739 INFO:teuthology.orchestra.run.smithi001.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-21T13:16:15.739 INFO:teuthology.orchestra.run.smithi001.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-21T13:16:15.739 INFO:teuthology.orchestra.run.smithi001.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-21T13:16:15.740 INFO:teuthology.orchestra.run.smithi001.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-21T13:16:15.740 INFO:teuthology.orchestra.run.smithi001.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-21T13:16:15.740 INFO:teuthology.orchestra.run.smithi001.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-21T13:16:15.740 INFO:teuthology.orchestra.run.smithi001.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-21T13:16:15.740 INFO:teuthology.orchestra.run.smithi001.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-21T13:16:15.740 INFO:teuthology.orchestra.run.smithi001.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T13:16:15.741 INFO:teuthology.orchestra.run.smithi001.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T13:16:15.741 INFO:teuthology.orchestra.run.smithi001.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T13:16:15.741 INFO:teuthology.orchestra.run.smithi001.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T13:16:15.741 INFO:teuthology.orchestra.run.smithi001.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T13:16:15.741 INFO:teuthology.orchestra.run.smithi001.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T13:16:15.741 INFO:teuthology.orchestra.run.smithi001.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T13:16:15.741 INFO:teuthology.orchestra.run.smithi001.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-21T13:16:15.741 INFO:teuthology.orchestra.run.smithi001.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-21T13:16:15.741 INFO:teuthology.orchestra.run.smithi001.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-21T13:16:15.741 INFO:teuthology.orchestra.run.smithi001.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-21T13:16:15.741 INFO:teuthology.orchestra.run.smithi001.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-21T13:16:15.741 INFO:teuthology.orchestra.run.smithi001.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-21T13:16:15.741 INFO:teuthology.orchestra.run.smithi001.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-21T13:16:15.741 INFO:teuthology.orchestra.run.smithi001.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-21T13:16:15.808 INFO:teuthology.orchestra.run.smithi001.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-21T13:16:15.808 INFO:teuthology.orchestra.run.smithi001.stdout:Need to get 178 MB of archives. 2024-03-21T13:16:15.808 INFO:teuthology.orchestra.run.smithi001.stdout:After this operation, 818 MB of additional disk space will be used. 2024-03-21T13:16:15.808 INFO:teuthology.orchestra.run.smithi001.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-21T13:16:15.820 INFO:teuthology.orchestra.run.smithi188.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-21T13:16:15.823 INFO:teuthology.orchestra.run.smithi188.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-21T13:16:15.843 INFO:teuthology.orchestra.run.smithi188.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-21T13:16:15.899 INFO:teuthology.orchestra.run.smithi106.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-21T13:16:15.899 INFO:teuthology.orchestra.run.smithi106.stdout:Need to get 178 MB of archives. 2024-03-21T13:16:15.899 INFO:teuthology.orchestra.run.smithi106.stdout:After this operation, 818 MB of additional disk space will be used. 2024-03-21T13:16:15.899 INFO:teuthology.orchestra.run.smithi106.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-21T13:16:15.909 INFO:teuthology.orchestra.run.smithi188.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-21T13:16:15.914 INFO:teuthology.orchestra.run.smithi188.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-21T13:16:15.919 INFO:teuthology.orchestra.run.smithi001.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-21T13:16:15.923 INFO:teuthology.orchestra.run.smithi001.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-21T13:16:15.927 INFO:teuthology.orchestra.run.smithi188.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-21T13:16:15.931 INFO:teuthology.orchestra.run.smithi188.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-21T13:16:15.932 INFO:teuthology.orchestra.run.smithi188.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-21T13:16:15.933 INFO:teuthology.orchestra.run.smithi188.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-21T13:16:15.941 INFO:teuthology.orchestra.run.smithi188.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-21T13:16:15.942 INFO:teuthology.orchestra.run.smithi001.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-21T13:16:15.944 INFO:teuthology.orchestra.run.smithi188.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-21T13:16:15.946 INFO:teuthology.orchestra.run.smithi188.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-21T13:16:15.947 INFO:teuthology.orchestra.run.smithi188.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-21T13:16:15.955 INFO:teuthology.orchestra.run.smithi188.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-21T13:16:15.957 INFO:teuthology.orchestra.run.smithi188.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-21T13:16:15.960 INFO:teuthology.orchestra.run.smithi188.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-21T13:16:15.976 INFO:teuthology.orchestra.run.smithi188.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-21T13:16:15.977 INFO:teuthology.orchestra.run.smithi188.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-21T13:16:15.977 INFO:teuthology.orchestra.run.smithi188.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-21T13:16:15.978 INFO:teuthology.orchestra.run.smithi188.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-21T13:16:15.978 INFO:teuthology.orchestra.run.smithi188.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-21T13:16:15.979 INFO:teuthology.orchestra.run.smithi188.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-21T13:16:15.979 INFO:teuthology.orchestra.run.smithi188.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-21T13:16:15.997 INFO:teuthology.orchestra.run.smithi188.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-21T13:16:15.997 INFO:teuthology.orchestra.run.smithi188.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-21T13:16:15.997 INFO:teuthology.orchestra.run.smithi188.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-21T13:16:16.010 INFO:teuthology.orchestra.run.smithi001.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-21T13:16:16.015 INFO:teuthology.orchestra.run.smithi001.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-21T13:16:16.017 INFO:teuthology.orchestra.run.smithi188.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-21T13:16:16.018 INFO:teuthology.orchestra.run.smithi188.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-21T13:16:16.018 INFO:teuthology.orchestra.run.smithi188.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-21T13:16:16.019 INFO:teuthology.orchestra.run.smithi188.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-21T13:16:16.020 INFO:teuthology.orchestra.run.smithi188.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-21T13:16:16.020 INFO:teuthology.orchestra.run.smithi188.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-21T13:16:16.020 INFO:teuthology.orchestra.run.smithi188.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-21T13:16:16.028 INFO:teuthology.orchestra.run.smithi001.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-21T13:16:16.033 INFO:teuthology.orchestra.run.smithi001.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-21T13:16:16.033 INFO:teuthology.orchestra.run.smithi001.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-21T13:16:16.034 INFO:teuthology.orchestra.run.smithi001.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-21T13:16:16.038 INFO:teuthology.orchestra.run.smithi188.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-21T13:16:16.039 INFO:teuthology.orchestra.run.smithi188.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-21T13:16:16.039 INFO:teuthology.orchestra.run.smithi188.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-21T13:16:16.043 INFO:teuthology.orchestra.run.smithi001.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-21T13:16:16.046 INFO:teuthology.orchestra.run.smithi001.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-21T13:16:16.048 INFO:teuthology.orchestra.run.smithi001.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-21T13:16:16.050 INFO:teuthology.orchestra.run.smithi001.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-21T13:16:16.056 INFO:teuthology.orchestra.run.smithi001.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-21T13:16:16.058 INFO:teuthology.orchestra.run.smithi001.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-21T13:16:16.061 INFO:teuthology.orchestra.run.smithi188.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-21T13:16:16.061 INFO:teuthology.orchestra.run.smithi001.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-21T13:16:16.061 INFO:teuthology.orchestra.run.smithi188.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-21T13:16:16.061 INFO:teuthology.orchestra.run.smithi188.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-21T13:16:16.062 INFO:teuthology.orchestra.run.smithi188.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-21T13:16:16.063 INFO:teuthology.orchestra.run.smithi188.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-21T13:16:16.065 INFO:teuthology.orchestra.run.smithi188.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-21T13:16:16.066 INFO:teuthology.orchestra.run.smithi188.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-21T13:16:16.076 INFO:teuthology.orchestra.run.smithi001.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-21T13:16:16.077 INFO:teuthology.orchestra.run.smithi001.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-21T13:16:16.077 INFO:teuthology.orchestra.run.smithi001.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-21T13:16:16.078 INFO:teuthology.orchestra.run.smithi001.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-21T13:16:16.079 INFO:teuthology.orchestra.run.smithi001.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-21T13:16:16.079 INFO:teuthology.orchestra.run.smithi001.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-21T13:16:16.080 INFO:teuthology.orchestra.run.smithi001.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-21T13:16:16.081 INFO:teuthology.orchestra.run.smithi188.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-21T13:16:16.082 INFO:teuthology.orchestra.run.smithi188.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-21T13:16:16.084 INFO:teuthology.orchestra.run.smithi188.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-21T13:16:16.097 INFO:teuthology.orchestra.run.smithi001.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-21T13:16:16.098 INFO:teuthology.orchestra.run.smithi001.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-21T13:16:16.098 INFO:teuthology.orchestra.run.smithi001.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-21T13:16:16.102 INFO:teuthology.orchestra.run.smithi188.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-21T13:16:16.103 INFO:teuthology.orchestra.run.smithi188.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-21T13:16:16.105 INFO:teuthology.orchestra.run.smithi188.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-21T13:16:16.129 INFO:teuthology.orchestra.run.smithi001.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-21T13:16:16.130 INFO:teuthology.orchestra.run.smithi001.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-21T13:16:16.131 INFO:teuthology.orchestra.run.smithi001.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-21T13:16:16.131 INFO:teuthology.orchestra.run.smithi188.stdout:Get:51 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2267-g960fbbe4-1jammy [3,556 kB] 2024-03-21T13:16:16.132 INFO:teuthology.orchestra.run.smithi001.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-21T13:16:16.134 INFO:teuthology.orchestra.run.smithi001.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-21T13:16:16.134 INFO:teuthology.orchestra.run.smithi001.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-21T13:16:16.135 INFO:teuthology.orchestra.run.smithi001.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-21T13:16:16.156 INFO:teuthology.orchestra.run.smithi001.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-21T13:16:16.158 INFO:teuthology.orchestra.run.smithi188.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-21T13:16:16.158 INFO:teuthology.orchestra.run.smithi001.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-21T13:16:16.159 INFO:teuthology.orchestra.run.smithi001.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-21T13:16:16.159 INFO:teuthology.orchestra.run.smithi188.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-21T13:16:16.160 INFO:teuthology.orchestra.run.smithi188.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-21T13:16:16.160 INFO:teuthology.orchestra.run.smithi188.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-21T13:16:16.161 INFO:teuthology.orchestra.run.smithi188.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-21T13:16:16.175 INFO:teuthology.orchestra.run.smithi106.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2267-g960fbbe4-1jammy [3,556 kB] 2024-03-21T13:16:16.179 INFO:teuthology.orchestra.run.smithi188.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-21T13:16:16.181 INFO:teuthology.orchestra.run.smithi188.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-21T13:16:16.181 INFO:teuthology.orchestra.run.smithi188.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-21T13:16:16.186 INFO:teuthology.orchestra.run.smithi001.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-21T13:16:16.187 INFO:teuthology.orchestra.run.smithi001.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-21T13:16:16.188 INFO:teuthology.orchestra.run.smithi001.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-21T13:16:16.189 INFO:teuthology.orchestra.run.smithi001.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-21T13:16:16.191 INFO:teuthology.orchestra.run.smithi001.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-21T13:16:16.195 INFO:teuthology.orchestra.run.smithi001.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-21T13:16:16.197 INFO:teuthology.orchestra.run.smithi001.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-21T13:16:16.203 INFO:teuthology.orchestra.run.smithi188.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-21T13:16:16.203 INFO:teuthology.orchestra.run.smithi188.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-21T13:16:16.203 INFO:teuthology.orchestra.run.smithi188.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-21T13:16:16.207 INFO:teuthology.orchestra.run.smithi001.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-21T13:16:16.208 INFO:teuthology.orchestra.run.smithi001.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-21T13:16:16.211 INFO:teuthology.orchestra.run.smithi188.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-21T13:16:16.211 INFO:teuthology.orchestra.run.smithi188.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-21T13:16:16.212 INFO:teuthology.orchestra.run.smithi188.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-21T13:16:16.212 INFO:teuthology.orchestra.run.smithi188.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-21T13:16:16.213 INFO:teuthology.orchestra.run.smithi001.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-21T13:16:16.213 INFO:teuthology.orchestra.run.smithi188.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-21T13:16:16.216 INFO:teuthology.orchestra.run.smithi188.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-21T13:16:16.225 INFO:teuthology.orchestra.run.smithi001.stdout:Get:48 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2267-g960fbbe4-1jammy [3,556 kB] 2024-03-21T13:16:16.227 INFO:teuthology.orchestra.run.smithi001.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-21T13:16:16.229 INFO:teuthology.orchestra.run.smithi001.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-21T13:16:16.234 INFO:teuthology.orchestra.run.smithi001.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-21T13:16:16.239 INFO:teuthology.orchestra.run.smithi188.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-21T13:16:16.241 INFO:teuthology.orchestra.run.smithi188.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-21T13:16:16.242 INFO:teuthology.orchestra.run.smithi188.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-21T13:16:16.247 INFO:teuthology.orchestra.run.smithi188.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-21T13:16:16.271 INFO:teuthology.orchestra.run.smithi188.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-21T13:16:16.272 INFO:teuthology.orchestra.run.smithi188.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-21T13:16:16.272 INFO:teuthology.orchestra.run.smithi188.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-21T13:16:16.278 INFO:teuthology.orchestra.run.smithi188.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-21T13:16:16.278 INFO:teuthology.orchestra.run.smithi188.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-21T13:16:16.281 INFO:teuthology.orchestra.run.smithi188.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-21T13:16:16.298 INFO:teuthology.orchestra.run.smithi188.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-21T13:16:16.299 INFO:teuthology.orchestra.run.smithi188.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-21T13:16:16.299 INFO:teuthology.orchestra.run.smithi188.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-21T13:16:16.301 INFO:teuthology.orchestra.run.smithi188.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-21T13:16:16.311 INFO:teuthology.orchestra.run.smithi001.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-21T13:16:16.312 INFO:teuthology.orchestra.run.smithi001.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-21T13:16:16.314 INFO:teuthology.orchestra.run.smithi001.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-21T13:16:16.314 INFO:teuthology.orchestra.run.smithi001.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-21T13:16:16.315 INFO:teuthology.orchestra.run.smithi001.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-21T13:16:16.318 INFO:teuthology.orchestra.run.smithi106.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-21T13:16:16.323 INFO:teuthology.orchestra.run.smithi188.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-21T13:16:16.331 INFO:teuthology.orchestra.run.smithi106.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-21T13:16:16.334 INFO:teuthology.orchestra.run.smithi001.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-21T13:16:16.334 INFO:teuthology.orchestra.run.smithi188.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-21T13:16:16.335 INFO:teuthology.orchestra.run.smithi188.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-21T13:16:16.335 INFO:teuthology.orchestra.run.smithi188.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-21T13:16:16.336 INFO:teuthology.orchestra.run.smithi001.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-21T13:16:16.336 INFO:teuthology.orchestra.run.smithi001.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-21T13:16:16.339 INFO:teuthology.orchestra.run.smithi188.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-21T13:16:16.340 INFO:teuthology.orchestra.run.smithi188.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-21T13:16:16.369 INFO:teuthology.orchestra.run.smithi001.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-21T13:16:16.370 INFO:teuthology.orchestra.run.smithi001.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-21T13:16:16.371 INFO:teuthology.orchestra.run.smithi001.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-21T13:16:16.372 INFO:teuthology.orchestra.run.smithi001.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-21T13:16:16.372 INFO:teuthology.orchestra.run.smithi001.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-21T13:16:16.373 INFO:teuthology.orchestra.run.smithi001.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-21T13:16:16.374 INFO:teuthology.orchestra.run.smithi001.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-21T13:16:16.375 INFO:teuthology.orchestra.run.smithi001.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-21T13:16:16.380 INFO:teuthology.orchestra.run.smithi001.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-21T13:16:16.391 INFO:teuthology.orchestra.run.smithi001.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-21T13:16:16.404 INFO:teuthology.orchestra.run.smithi001.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-21T13:16:16.405 INFO:teuthology.orchestra.run.smithi001.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-21T13:16:16.410 INFO:teuthology.orchestra.run.smithi001.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-21T13:16:16.412 INFO:teuthology.orchestra.run.smithi106.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-21T13:16:16.414 INFO:teuthology.orchestra.run.smithi001.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-21T13:16:16.415 INFO:teuthology.orchestra.run.smithi001.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-21T13:16:16.416 INFO:teuthology.orchestra.run.smithi001.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-21T13:16:16.422 INFO:teuthology.orchestra.run.smithi001.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-21T13:16:16.423 INFO:teuthology.orchestra.run.smithi001.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-21T13:16:16.428 INFO:teuthology.orchestra.run.smithi001.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-21T13:16:16.434 INFO:teuthology.orchestra.run.smithi001.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-21T13:16:16.435 INFO:teuthology.orchestra.run.smithi001.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-21T13:16:16.435 INFO:teuthology.orchestra.run.smithi001.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-21T13:16:16.454 INFO:teuthology.orchestra.run.smithi001.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-21T13:16:16.455 INFO:teuthology.orchestra.run.smithi001.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-21T13:16:16.466 INFO:teuthology.orchestra.run.smithi001.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-21T13:16:16.466 INFO:teuthology.orchestra.run.smithi001.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-21T13:16:16.467 INFO:teuthology.orchestra.run.smithi001.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-21T13:16:16.470 INFO:teuthology.orchestra.run.smithi001.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-21T13:16:16.470 INFO:teuthology.orchestra.run.smithi001.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-21T13:16:16.642 INFO:teuthology.orchestra.run.smithi106.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-21T13:16:16.653 INFO:teuthology.orchestra.run.smithi106.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-21T13:16:16.684 INFO:teuthology.orchestra.run.smithi106.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-21T13:16:16.693 INFO:teuthology.orchestra.run.smithi106.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-21T13:16:16.694 INFO:teuthology.orchestra.run.smithi106.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-21T13:16:16.695 INFO:teuthology.orchestra.run.smithi106.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-21T13:16:16.714 INFO:teuthology.orchestra.run.smithi106.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-21T13:16:16.881 INFO:teuthology.orchestra.run.smithi106.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-21T13:16:17.290 INFO:teuthology.orchestra.run.smithi106.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-21T13:16:17.323 INFO:teuthology.orchestra.run.smithi106.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-21T13:16:17.325 INFO:teuthology.orchestra.run.smithi106.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-21T13:16:17.406 INFO:teuthology.orchestra.run.smithi106.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-21T13:16:17.457 INFO:teuthology.orchestra.run.smithi106.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-21T13:16:17.478 INFO:teuthology.orchestra.run.smithi106.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-21T13:16:17.485 INFO:teuthology.orchestra.run.smithi106.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-21T13:16:17.486 INFO:teuthology.orchestra.run.smithi106.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-21T13:16:17.498 INFO:teuthology.orchestra.run.smithi106.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-21T13:16:17.498 INFO:teuthology.orchestra.run.smithi106.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-21T13:16:17.648 INFO:teuthology.orchestra.run.smithi188.stdout:Get:89 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2267-g960fbbe4-1jammy [3,223 kB] 2024-03-21T13:16:17.667 INFO:teuthology.orchestra.run.smithi106.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-21T13:16:17.751 INFO:teuthology.orchestra.run.smithi106.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-21T13:16:17.780 INFO:teuthology.orchestra.run.smithi106.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-21T13:16:17.796 INFO:teuthology.orchestra.run.smithi106.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-21T13:16:17.841 INFO:teuthology.orchestra.run.smithi106.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-21T13:16:18.050 INFO:teuthology.orchestra.run.smithi106.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-21T13:16:18.066 INFO:teuthology.orchestra.run.smithi106.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-21T13:16:18.073 INFO:teuthology.orchestra.run.smithi106.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-21T13:16:18.078 INFO:teuthology.orchestra.run.smithi106.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-21T13:16:18.099 INFO:teuthology.orchestra.run.smithi106.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-21T13:16:18.103 INFO:teuthology.orchestra.run.smithi106.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-21T13:16:18.269 INFO:teuthology.orchestra.run.smithi106.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-21T13:16:18.307 INFO:teuthology.orchestra.run.smithi188.stdout:Get:90 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2267-g960fbbe4-1jammy [712 kB] 2024-03-21T13:16:18.341 INFO:teuthology.orchestra.run.smithi106.stdout:Get:36 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2267-g960fbbe4-1jammy [3,223 kB] 2024-03-21T13:16:18.470 INFO:teuthology.orchestra.run.smithi188.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2267-g960fbbe4-1jammy [357 kB] 2024-03-21T13:16:18.498 INFO:teuthology.orchestra.run.smithi188.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2267-g960fbbe4-1jammy [32.8 kB] 2024-03-21T13:16:18.551 INFO:teuthology.orchestra.run.smithi188.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2267-g960fbbe4-1jammy [180 kB] 2024-03-21T13:16:18.562 INFO:teuthology.orchestra.run.smithi188.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2267-g960fbbe4-1jammy [64.8 kB] 2024-03-21T13:16:18.567 INFO:teuthology.orchestra.run.smithi188.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2267-g960fbbe4-1jammy [330 kB] 2024-03-21T13:16:18.599 INFO:teuthology.orchestra.run.smithi106.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-21T13:16:18.638 INFO:teuthology.orchestra.run.smithi188.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2267-g960fbbe4-1jammy [6,662 kB] 2024-03-21T13:16:18.639 INFO:teuthology.orchestra.run.smithi106.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-21T13:16:18.652 INFO:teuthology.orchestra.run.smithi106.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-21T13:16:18.852 INFO:teuthology.orchestra.run.smithi001.stdout:Get:89 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2267-g960fbbe4-1jammy [3,223 kB] 2024-03-21T13:16:18.859 INFO:teuthology.orchestra.run.smithi106.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-21T13:16:18.860 INFO:teuthology.orchestra.run.smithi106.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-21T13:16:18.866 INFO:teuthology.orchestra.run.smithi106.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-21T13:16:18.872 INFO:teuthology.orchestra.run.smithi106.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-21T13:16:18.886 INFO:teuthology.orchestra.run.smithi106.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-21T13:16:18.907 INFO:teuthology.orchestra.run.smithi106.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-21T13:16:18.913 INFO:teuthology.orchestra.run.smithi106.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-21T13:16:19.088 INFO:teuthology.orchestra.run.smithi106.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-21T13:16:19.352 INFO:teuthology.orchestra.run.smithi106.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-21T13:16:19.529 INFO:teuthology.orchestra.run.smithi106.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-21T13:16:19.537 INFO:teuthology.orchestra.run.smithi188.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2267-g960fbbe4-1jammy [112 kB] 2024-03-21T13:16:19.539 INFO:teuthology.orchestra.run.smithi188.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2267-g960fbbe4-1jammy [467 kB] 2024-03-21T13:16:19.543 INFO:teuthology.orchestra.run.smithi106.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-21T13:16:19.549 INFO:teuthology.orchestra.run.smithi188.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2267-g960fbbe4-1jammy [25.0 MB] 2024-03-21T13:16:19.563 INFO:teuthology.orchestra.run.smithi106.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-21T13:16:19.628 INFO:teuthology.orchestra.run.smithi106.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-21T13:16:19.667 INFO:teuthology.orchestra.run.smithi106.stdout:Get:53 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2267-g960fbbe4-1jammy [712 kB] 2024-03-21T13:16:19.913 INFO:teuthology.orchestra.run.smithi106.stdout:Get:54 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2267-g960fbbe4-1jammy [357 kB] 2024-03-21T13:16:19.915 INFO:teuthology.orchestra.run.smithi106.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-21T13:16:19.919 INFO:teuthology.orchestra.run.smithi106.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-21T13:16:19.921 INFO:teuthology.orchestra.run.smithi106.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-21T13:16:19.922 INFO:teuthology.orchestra.run.smithi106.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-21T13:16:19.924 INFO:teuthology.orchestra.run.smithi106.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-21T13:16:20.004 INFO:teuthology.orchestra.run.smithi106.stdout:Get:60 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2267-g960fbbe4-1jammy [32.8 kB] 2024-03-21T13:16:20.041 INFO:teuthology.orchestra.run.smithi106.stdout:Get:61 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2267-g960fbbe4-1jammy [180 kB] 2024-03-21T13:16:20.086 INFO:teuthology.orchestra.run.smithi106.stdout:Get:62 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2267-g960fbbe4-1jammy [64.8 kB] 2024-03-21T13:16:20.125 INFO:teuthology.orchestra.run.smithi106.stdout:Get:63 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2267-g960fbbe4-1jammy [330 kB] 2024-03-21T13:16:20.147 INFO:teuthology.orchestra.run.smithi106.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-21T13:16:20.248 INFO:teuthology.orchestra.run.smithi106.stdout:Get:65 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2267-g960fbbe4-1jammy [6,662 kB] 2024-03-21T13:16:20.584 INFO:teuthology.orchestra.run.smithi106.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-21T13:16:20.590 INFO:teuthology.orchestra.run.smithi106.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-21T13:16:20.881 INFO:teuthology.orchestra.run.smithi106.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-21T13:16:20.882 INFO:teuthology.orchestra.run.smithi106.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-21T13:16:20.884 INFO:teuthology.orchestra.run.smithi106.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-21T13:16:20.886 INFO:teuthology.orchestra.run.smithi106.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-21T13:16:20.887 INFO:teuthology.orchestra.run.smithi106.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-21T13:16:20.890 INFO:teuthology.orchestra.run.smithi106.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-03-21T13:16:20.890 INFO:teuthology.orchestra.run.smithi106.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-21T13:16:20.893 INFO:teuthology.orchestra.run.smithi106.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-21T13:16:21.074 INFO:teuthology.orchestra.run.smithi106.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-21T13:16:21.491 INFO:teuthology.orchestra.run.smithi106.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-21T13:16:21.538 INFO:teuthology.orchestra.run.smithi106.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-21T13:16:21.573 INFO:teuthology.orchestra.run.smithi106.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-21T13:16:21.671 INFO:teuthology.orchestra.run.smithi106.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-21T13:16:21.712 INFO:teuthology.orchestra.run.smithi106.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-21T13:16:21.723 INFO:teuthology.orchestra.run.smithi106.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-21T13:16:21.728 INFO:teuthology.orchestra.run.smithi106.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-21T13:16:21.776 INFO:teuthology.orchestra.run.smithi106.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-21T13:16:21.780 INFO:teuthology.orchestra.run.smithi106.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-21T13:16:21.801 INFO:teuthology.orchestra.run.smithi106.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-21T13:16:21.803 INFO:teuthology.orchestra.run.smithi001.stdout:Get:90 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2267-g960fbbe4-1jammy [712 kB] 2024-03-21T13:16:21.967 INFO:teuthology.orchestra.run.smithi106.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-21T13:16:22.234 INFO:teuthology.orchestra.run.smithi106.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-21T13:16:22.252 INFO:teuthology.orchestra.run.smithi106.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-21T13:16:22.407 INFO:teuthology.orchestra.run.smithi106.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-21T13:16:22.435 INFO:teuthology.orchestra.run.smithi106.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-21T13:16:22.509 INFO:teuthology.orchestra.run.smithi001.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2267-g960fbbe4-1jammy [357 kB] 2024-03-21T13:16:22.596 INFO:teuthology.orchestra.run.smithi106.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-21T13:16:22.599 INFO:teuthology.orchestra.run.smithi106.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-21T13:16:22.600 INFO:teuthology.orchestra.run.smithi106.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-21T13:16:22.623 INFO:teuthology.orchestra.run.smithi106.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-21T13:16:22.628 INFO:teuthology.orchestra.run.smithi106.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-21T13:16:22.636 INFO:teuthology.orchestra.run.smithi106.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2267-g960fbbe4-1jammy [112 kB] 2024-03-21T13:16:22.642 INFO:teuthology.orchestra.run.smithi106.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2267-g960fbbe4-1jammy [467 kB] 2024-03-21T13:16:22.652 INFO:teuthology.orchestra.run.smithi188.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2267-g960fbbe4-1jammy [5,084 kB] 2024-03-21T13:16:22.778 INFO:teuthology.orchestra.run.smithi001.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2267-g960fbbe4-1jammy [32.8 kB] 2024-03-21T13:16:22.811 INFO:teuthology.orchestra.run.smithi106.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2267-g960fbbe4-1jammy [25.0 MB] 2024-03-21T13:16:22.839 INFO:teuthology.orchestra.run.smithi001.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2267-g960fbbe4-1jammy [180 kB] 2024-03-21T13:16:23.043 INFO:teuthology.orchestra.run.smithi001.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2267-g960fbbe4-1jammy [64.8 kB] 2024-03-21T13:16:23.075 INFO:teuthology.orchestra.run.smithi001.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2267-g960fbbe4-1jammy [330 kB] 2024-03-21T13:16:23.250 INFO:teuthology.orchestra.run.smithi188.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2267-g960fbbe4-1jammy [244 kB] 2024-03-21T13:16:23.265 INFO:teuthology.orchestra.run.smithi188.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2267-g960fbbe4-1jammy [124 kB] 2024-03-21T13:16:23.309 INFO:teuthology.orchestra.run.smithi188.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2267-g960fbbe4-1jammy [1,525 kB] 2024-03-21T13:16:23.423 INFO:teuthology.orchestra.run.smithi001.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2267-g960fbbe4-1jammy [6,662 kB] 2024-03-21T13:16:23.495 INFO:teuthology.orchestra.run.smithi188.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2267-g960fbbe4-1jammy [6,253 kB] 2024-03-21T13:16:24.351 INFO:teuthology.orchestra.run.smithi188.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2267-g960fbbe4-1jammy [22.8 MB] 2024-03-21T13:16:27.453 INFO:teuthology.orchestra.run.smithi188.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2267-g960fbbe4-1jammy [14.1 kB] 2024-03-21T13:16:27.454 INFO:teuthology.orchestra.run.smithi188.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2267-g960fbbe4-1jammy [870 kB] 2024-03-21T13:16:27.514 INFO:teuthology.orchestra.run.smithi188.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2267-g960fbbe4-1jammy [2,384 kB] 2024-03-21T13:16:27.835 INFO:teuthology.orchestra.run.smithi188.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2267-g960fbbe4-1jammy [779 kB] 2024-03-21T13:16:27.934 INFO:teuthology.orchestra.run.smithi188.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2267-g960fbbe4-1jammy [146 kB] 2024-03-21T13:16:27.977 INFO:teuthology.orchestra.run.smithi188.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2267-g960fbbe4-1jammy [2,277 kB] 2024-03-21T13:16:28.295 INFO:teuthology.orchestra.run.smithi188.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2267-g960fbbe4-1jammy [8,625 kB] 2024-03-21T13:16:29.349 INFO:teuthology.orchestra.run.smithi001.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2267-g960fbbe4-1jammy [112 kB] 2024-03-21T13:16:29.437 INFO:teuthology.orchestra.run.smithi001.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2267-g960fbbe4-1jammy [467 kB] 2024-03-21T13:16:29.580 INFO:teuthology.orchestra.run.smithi188.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2267-g960fbbe4-1jammy [14.2 kB] 2024-03-21T13:16:29.607 INFO:teuthology.orchestra.run.smithi188.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2267-g960fbbe4-1jammy [50.3 MB] 2024-03-21T13:16:29.854 INFO:teuthology.orchestra.run.smithi001.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2267-g960fbbe4-1jammy [25.0 MB] 2024-03-21T13:16:31.097 INFO:teuthology.orchestra.run.smithi106.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2267-g960fbbe4-1jammy [5,084 kB] 2024-03-21T13:16:32.447 INFO:teuthology.orchestra.run.smithi106.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2267-g960fbbe4-1jammy [244 kB] 2024-03-21T13:16:32.520 INFO:teuthology.orchestra.run.smithi106.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2267-g960fbbe4-1jammy [124 kB] 2024-03-21T13:16:32.583 INFO:teuthology.orchestra.run.smithi106.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2267-g960fbbe4-1jammy [1,525 kB] 2024-03-21T13:16:32.991 INFO:teuthology.orchestra.run.smithi106.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2267-g960fbbe4-1jammy [6,253 kB] 2024-03-21T13:16:34.756 INFO:teuthology.orchestra.run.smithi106.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2267-g960fbbe4-1jammy [22.8 MB] 2024-03-21T13:16:38.445 INFO:teuthology.orchestra.run.smithi188.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2267-g960fbbe4-1jammy [124 kB] 2024-03-21T13:16:38.448 INFO:teuthology.orchestra.run.smithi188.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2267-g960fbbe4-1jammy [38.5 kB] 2024-03-21T13:16:38.449 INFO:teuthology.orchestra.run.smithi188.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2267-g960fbbe4-1jammy [13.2 MB] 2024-03-21T13:16:40.286 INFO:teuthology.orchestra.run.smithi106.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2267-g960fbbe4-1jammy [14.1 kB] 2024-03-21T13:16:40.287 INFO:teuthology.orchestra.run.smithi106.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2267-g960fbbe4-1jammy [870 kB] 2024-03-21T13:16:40.305 INFO:teuthology.orchestra.run.smithi106.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2267-g960fbbe4-1jammy [2,384 kB] 2024-03-21T13:16:40.501 INFO:teuthology.orchestra.run.smithi106.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2267-g960fbbe4-1jammy [779 kB] 2024-03-21T13:16:40.561 INFO:teuthology.orchestra.run.smithi188.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2267-g960fbbe4-1jammy [91.5 kB] 2024-03-21T13:16:40.583 INFO:teuthology.orchestra.run.smithi106.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2267-g960fbbe4-1jammy [146 kB] 2024-03-21T13:16:40.594 INFO:teuthology.orchestra.run.smithi106.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2267-g960fbbe4-1jammy [2,277 kB] 2024-03-21T13:16:40.825 INFO:teuthology.orchestra.run.smithi106.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2267-g960fbbe4-1jammy [8,625 kB] 2024-03-21T13:16:41.121 INFO:teuthology.orchestra.run.smithi188.stdout:Fetched 178 MB in 25s (7,153 kB/s) 2024-03-21T13:16:41.199 INFO:teuthology.orchestra.run.smithi001.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2267-g960fbbe4-1jammy [5,084 kB] 2024-03-21T13:16:41.258 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-21T13:16:41.357 INFO:teuthology.orchestra.run.smithi188.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-03-21T13:16:41.362 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-21T13:16:41.465 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T13:16:41.664 INFO:teuthology.orchestra.run.smithi106.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2267-g960fbbe4-1jammy [14.2 kB] 2024-03-21T13:16:41.664 INFO:teuthology.orchestra.run.smithi106.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2267-g960fbbe4-1jammy [50.3 MB] 2024-03-21T13:16:41.802 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-21T13:16:41.828 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-21T13:16:41.868 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T13:16:42.188 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-21T13:16:42.214 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-21T13:16:42.254 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T13:16:42.281 INFO:teuthology.orchestra.run.smithi001.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2267-g960fbbe4-1jammy [244 kB] 2024-03-21T13:16:42.341 INFO:teuthology.orchestra.run.smithi001.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2267-g960fbbe4-1jammy [124 kB] 2024-03-21T13:16:42.386 INFO:teuthology.orchestra.run.smithi001.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2267-g960fbbe4-1jammy [1,525 kB] 2024-03-21T13:16:42.641 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-21T13:16:42.668 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T13:16:42.672 INFO:teuthology.orchestra.run.smithi001.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2267-g960fbbe4-1jammy [6,253 kB] 2024-03-21T13:16:42.708 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:16:43.103 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-21T13:16:43.129 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T13:16:43.169 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:16:43.514 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-21T13:16:43.540 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T13:16:43.581 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:16:43.859 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-21T13:16:43.874 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-21T13:16:43.917 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T13:16:44.024 INFO:teuthology.orchestra.run.smithi001.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2267-g960fbbe4-1jammy [22.8 MB] 2024-03-21T13:16:44.270 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package librados2. 2024-03-21T13:16:44.296 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../007-librados2_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:16:44.337 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking librados2 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:44.798 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package librbd1. 2024-03-21T13:16:44.824 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../008-librbd1_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:16:44.864 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking librbd1 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:45.301 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libcephfs2. 2024-03-21T13:16:45.327 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:16:45.367 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libcephfs2 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:45.645 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-rados. 2024-03-21T13:16:45.660 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:16:45.685 INFO:teuthology.orchestra.run.smithi106.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2267-g960fbbe4-1jammy [124 kB] 2024-03-21T13:16:45.703 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-rados (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:45.757 INFO:teuthology.orchestra.run.smithi106.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2267-g960fbbe4-1jammy [38.5 kB] 2024-03-21T13:16:45.758 INFO:teuthology.orchestra.run.smithi106.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2267-g960fbbe4-1jammy [13.2 MB] 2024-03-21T13:16:46.206 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-21T13:16:46.233 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:16:46.272 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-ceph-argparse (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:46.492 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-cephfs. 2024-03-21T13:16:46.507 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:16:46.542 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-cephfs (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:46.845 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-21T13:16:46.871 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:16:46.911 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-ceph-common (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:46.949 INFO:teuthology.orchestra.run.smithi106.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2267-g960fbbe4-1jammy [91.5 kB] 2024-03-21T13:16:47.248 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-21T13:16:47.274 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-21T13:16:47.314 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T13:16:47.512 INFO:teuthology.orchestra.run.smithi106.stdout:Fetched 178 MB in 31s (5,704 kB/s) 2024-03-21T13:16:47.626 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-prettytable. 2024-03-21T13:16:47.652 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-21T13:16:47.692 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-21T13:16:47.911 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-rbd. 2024-03-21T13:16:47.927 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:16:47.961 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-rbd (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:48.248 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-21T13:16:48.274 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-21T13:16:48.314 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T13:16:48.397 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-21T13:16:48.499 INFO:teuthology.orchestra.run.smithi106.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-03-21T13:16:48.504 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-21T13:16:48.612 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T13:16:48.957 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-21T13:16:48.983 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-21T13:16:49.024 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T13:16:49.126 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-21T13:16:49.153 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-21T13:16:49.352 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-21T13:16:49.378 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-21T13:16:49.392 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T13:16:49.419 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T13:16:49.704 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-21T13:16:49.730 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-21T13:16:49.770 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T13:16:49.797 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-21T13:16:49.823 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T13:16:49.863 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:16:50.082 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package lua5.1. 2024-03-21T13:16:50.109 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-21T13:16:50.140 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-21T13:16:50.242 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-21T13:16:50.268 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T13:16:50.270 INFO:teuthology.orchestra.run.smithi001.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2267-g960fbbe4-1jammy [14.1 kB] 2024-03-21T13:16:50.271 INFO:teuthology.orchestra.run.smithi001.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2267-g960fbbe4-1jammy [870 kB] 2024-03-21T13:16:50.300 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:16:50.380 INFO:teuthology.orchestra.run.smithi001.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2267-g960fbbe4-1jammy [2,384 kB] 2024-03-21T13:16:50.452 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package lua-any. 2024-03-21T13:16:50.479 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-21T13:16:50.518 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-21T13:16:50.654 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-21T13:16:50.680 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T13:16:50.720 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:16:50.762 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package zip. 2024-03-21T13:16:50.778 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-21T13:16:50.821 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking zip (3.0-12build2) ... 2024-03-21T13:16:50.841 INFO:teuthology.orchestra.run.smithi001.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2267-g960fbbe4-1jammy [779 kB] 2024-03-21T13:16:50.955 INFO:teuthology.orchestra.run.smithi001.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2267-g960fbbe4-1jammy [146 kB] 2024-03-21T13:16:50.989 INFO:teuthology.orchestra.run.smithi001.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2267-g960fbbe4-1jammy [2,277 kB] 2024-03-21T13:16:51.073 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-21T13:16:51.099 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-21T13:16:51.116 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package unzip. 2024-03-21T13:16:51.143 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-21T13:16:51.183 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-21T13:16:51.298 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T13:16:51.385 INFO:teuthology.orchestra.run.smithi001.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2267-g960fbbe4-1jammy [8,625 kB] 2024-03-21T13:16:51.553 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package luarocks. 2024-03-21T13:16:51.580 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-21T13:16:51.593 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package librados2. 2024-03-21T13:16:51.619 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../007-librados2_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:16:51.620 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-21T13:16:51.659 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking librados2 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:52.019 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package librgw2. 2024-03-21T13:16:52.046 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../025-librgw2_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:16:52.079 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package librbd1. 2024-03-21T13:16:52.086 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking librgw2 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:52.105 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../008-librbd1_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:16:52.145 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking librbd1 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:52.588 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-rgw. 2024-03-21T13:16:52.604 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:16:52.656 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package libcephfs2. 2024-03-21T13:16:52.671 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-rgw (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:52.683 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:16:52.723 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking libcephfs2 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:52.798 INFO:teuthology.orchestra.run.smithi001.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2267-g960fbbe4-1jammy [14.2 kB] 2024-03-21T13:16:52.799 INFO:teuthology.orchestra.run.smithi001.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2267-g960fbbe4-1jammy [50.3 MB] 2024-03-21T13:16:52.983 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-21T13:16:53.009 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-rados. 2024-03-21T13:16:53.009 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-21T13:16:53.035 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:16:53.049 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T13:16:53.075 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-rados (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:53.361 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libradosstriper1. 2024-03-21T13:16:53.370 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-21T13:16:53.387 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:16:53.397 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:16:53.427 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libradosstriper1 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:53.428 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-ceph-argparse (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:53.630 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-cephfs. 2024-03-21T13:16:53.646 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:16:53.689 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-cephfs (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:53.806 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-common. 2024-03-21T13:16:53.833 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:16:53.863 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-common (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:54.008 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-21T13:16:54.035 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:16:54.075 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-ceph-common (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:54.403 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-21T13:16:54.430 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-21T13:16:54.470 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T13:16:54.739 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-prettytable. 2024-03-21T13:16:54.765 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-21T13:16:54.806 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-21T13:16:55.058 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-rbd. 2024-03-21T13:16:55.074 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:16:55.117 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-rbd (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:55.127 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-base. 2024-03-21T13:16:55.154 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:16:55.211 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-base (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:55.461 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-21T13:16:55.488 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-21T13:16:55.528 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T13:16:55.805 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-21T13:16:55.807 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-21T13:16:55.821 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-21T13:16:55.834 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-21T13:16:55.855 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T13:16:55.873 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-21T13:16:56.091 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-21T13:16:56.107 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-21T13:16:56.150 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T13:16:56.176 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-cheroot. 2024-03-21T13:16:56.203 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-21T13:16:56.243 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T13:16:56.487 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package lua5.1. 2024-03-21T13:16:56.513 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-21T13:16:56.553 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-21T13:16:56.721 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-21T13:16:56.748 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-21T13:16:56.779 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-21T13:16:56.890 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package lua-any. 2024-03-21T13:16:56.916 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-21T13:16:56.956 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-21T13:16:57.057 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-21T13:16:57.084 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-21T13:16:57.124 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-21T13:16:57.167 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package zip. 2024-03-21T13:16:57.182 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-21T13:16:57.217 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking zip (3.0-12build2) ... 2024-03-21T13:16:57.427 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-21T13:16:57.449 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-21T13:16:57.493 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-21T13:16:57.537 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package unzip. 2024-03-21T13:16:57.563 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-21T13:16:57.604 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-21T13:16:57.821 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-tempora. 2024-03-21T13:16:57.848 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-21T13:16:57.887 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-21T13:16:57.999 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package luarocks. 2024-03-21T13:16:58.025 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-21T13:16:58.066 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-21T13:16:58.141 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-portend. 2024-03-21T13:16:58.167 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-21T13:16:58.207 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-21T13:16:58.424 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package librgw2. 2024-03-21T13:16:58.450 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../025-librgw2_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:16:58.482 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking librgw2 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:58.510 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-21T13:16:58.537 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-21T13:16:58.585 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-21T13:16:58.888 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-21T13:16:58.915 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-21T13:16:58.954 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-21T13:16:59.001 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-rgw. 2024-03-21T13:16:59.017 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:16:59.068 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-rgw (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:16:59.163 INFO:teuthology.orchestra.run.smithi001.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2267-g960fbbe4-1jammy [124 kB] 2024-03-21T13:16:59.166 INFO:teuthology.orchestra.run.smithi001.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2267-g960fbbe4-1jammy [38.5 kB] 2024-03-21T13:16:59.167 INFO:teuthology.orchestra.run.smithi001.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2267-g960fbbe4-1jammy [13.2 MB] 2024-03-21T13:16:59.300 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-natsort. 2024-03-21T13:16:59.327 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-21T13:16:59.367 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-21T13:16:59.404 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-21T13:16:59.431 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-21T13:16:59.471 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T13:16:59.678 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-logutils. 2024-03-21T13:16:59.705 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-21T13:16:59.744 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-21T13:16:59.765 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package libradosstriper1. 2024-03-21T13:16:59.792 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:16:59.831 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking libradosstriper1 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:00.048 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-21T13:17:00.075 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-21T13:17:00.114 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-21T13:17:00.177 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package ceph-common. 2024-03-21T13:17:00.204 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:00.243 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking ceph-common (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:00.296 INFO:teuthology.orchestra.run.smithi001.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2267-g960fbbe4-1jammy [91.5 kB] 2024-03-21T13:17:00.359 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-mako. 2024-03-21T13:17:00.375 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-21T13:17:00.417 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T13:17:00.737 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-21T13:17:00.763 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-21T13:17:00.803 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-21T13:17:00.880 INFO:teuthology.orchestra.run.smithi001.stdout:Fetched 178 MB in 45s (3,999 kB/s) 2024-03-21T13:17:01.046 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-21T13:17:01.106 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-21T13:17:01.134 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-21T13:17:01.149 INFO:teuthology.orchestra.run.smithi001.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-03-21T13:17:01.155 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-21T13:17:01.173 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-21T13:17:01.236 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T13:17:01.451 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-webob. 2024-03-21T13:17:01.466 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-21T13:17:01.509 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-21T13:17:01.582 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package ceph-base. 2024-03-21T13:17:01.598 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-21T13:17:01.612 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:01.615 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-21T13:17:01.656 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T13:17:01.812 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-waitress. 2024-03-21T13:17:01.833 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking ceph-base (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:01.839 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-21T13:17:01.882 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T13:17:01.992 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-21T13:17:02.019 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-21T13:17:02.059 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T13:17:02.166 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-tempita. 2024-03-21T13:17:02.193 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-21T13:17:02.232 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T13:17:02.437 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-21T13:17:02.463 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-21T13:17:02.503 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-21T13:17:02.535 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-paste. 2024-03-21T13:17:02.562 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-21T13:17:02.601 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T13:17:02.613 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-21T13:17:02.641 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T13:17:02.696 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:17:02.806 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-cheroot. 2024-03-21T13:17:02.833 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-21T13:17:02.873 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T13:17:02.896 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-21T13:17:02.914 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-21T13:17:02.955 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T13:17:03.133 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-21T13:17:03.149 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T13:17:03.191 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:17:03.201 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-21T13:17:03.227 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-21T13:17:03.266 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-21T13:17:03.267 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-21T13:17:03.293 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-21T13:17:03.332 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-21T13:17:03.521 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-21T13:17:03.535 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-21T13:17:03.547 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-21T13:17:03.563 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T13:17:03.579 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-21T13:17:03.610 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:17:03.636 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-webtest. 2024-03-21T13:17:03.663 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-21T13:17:03.702 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-21T13:17:03.856 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-21T13:17:03.883 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-21T13:17:03.923 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-21T13:17:03.980 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-pecan. 2024-03-21T13:17:04.007 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-21T13:17:04.022 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-21T13:17:04.038 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T13:17:04.049 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-21T13:17:04.097 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T13:17:04.226 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-tempora. 2024-03-21T13:17:04.252 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-21T13:17:04.292 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-21T13:17:04.412 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-certifi. 2024-03-21T13:17:04.439 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-21T13:17:04.458 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package librados2. 2024-03-21T13:17:04.478 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-21T13:17:04.485 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../007-librados2_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:04.524 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking librados2 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:04.562 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-portend. 2024-03-21T13:17:04.589 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-21T13:17:04.620 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-21T13:17:04.790 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-idna. 2024-03-21T13:17:04.816 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-21T13:17:04.856 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-21T13:17:04.898 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-21T13:17:04.925 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-21T13:17:04.965 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-21T13:17:04.986 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package librbd1. 2024-03-21T13:17:05.013 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../008-librbd1_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:05.052 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking librbd1 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:05.176 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-urllib3. 2024-03-21T13:17:05.203 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-21T13:17:05.251 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T13:17:05.284 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-21T13:17:05.311 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-21T13:17:05.351 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-21T13:17:05.579 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-requests. 2024-03-21T13:17:05.580 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libcephfs2. 2024-03-21T13:17:05.606 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-21T13:17:05.607 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:05.646 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T13:17:05.655 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libcephfs2 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:05.723 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-natsort. 2024-03-21T13:17:05.750 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-21T13:17:05.790 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-21T13:17:05.915 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-21T13:17:05.942 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-21T13:17:05.973 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T13:17:06.101 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-logutils. 2024-03-21T13:17:06.128 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-21T13:17:06.150 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-rados. 2024-03-21T13:17:06.168 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-21T13:17:06.176 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:06.224 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-rados (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:06.252 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-21T13:17:06.267 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:17:06.301 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:06.454 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-21T13:17:06.469 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-21T13:17:06.560 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-21T13:17:06.587 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:17:06.627 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-ceph-argparse (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:06.654 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-21T13:17:06.681 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-21T13:17:06.708 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:06.890 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:06.924 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-mako. 2024-03-21T13:17:06.951 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-21T13:17:06.990 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T13:17:07.096 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-cephfs. 2024-03-21T13:17:07.123 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:07.163 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-cephfs (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:07.310 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-21T13:17:07.337 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-21T13:17:07.376 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-21T13:17:07.401 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-21T13:17:07.428 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-21T13:17:07.457 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-21T13:17:07.468 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-21T13:17:07.473 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:17:07.515 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-ceph-common (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:07.680 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-21T13:17:07.706 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-21T13:17:07.712 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-openssl. 2024-03-21T13:17:07.727 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-21T13:17:07.746 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-21T13:17:07.762 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-21T13:17:07.835 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-21T13:17:07.862 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-21T13:17:07.902 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T13:17:08.007 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-webob. 2024-03-21T13:17:08.022 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-21T13:17:08.057 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-21T13:17:08.082 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-mgr. 2024-03-21T13:17:08.109 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:08.148 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-mgr (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:08.205 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-prettytable. 2024-03-21T13:17:08.231 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-21T13:17:08.263 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-21T13:17:08.369 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-waitress. 2024-03-21T13:17:08.395 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-21T13:17:08.438 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T13:17:08.526 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-mon. 2024-03-21T13:17:08.532 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-rbd. 2024-03-21T13:17:08.550 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:08.559 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:08.593 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-mon (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:08.598 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-rbd (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:08.730 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-tempita. 2024-03-21T13:17:08.746 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-21T13:17:08.780 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T13:17:08.951 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-21T13:17:08.978 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-21T13:17:09.018 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T13:17:09.049 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-paste. 2024-03-21T13:17:09.076 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-21T13:17:09.116 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T13:17:09.121 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-osd. 2024-03-21T13:17:09.137 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:09.171 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-osd (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:09.312 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-21T13:17:09.339 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-21T13:17:09.379 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T13:17:09.427 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-21T13:17:09.443 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-21T13:17:09.477 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T13:17:09.673 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-21T13:17:09.689 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-21T13:17:09.723 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T13:17:09.772 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-21T13:17:09.798 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-21T13:17:09.838 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-21T13:17:10.081 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package lua5.1. 2024-03-21T13:17:10.108 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-21T13:17:10.141 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-webtest. 2024-03-21T13:17:10.151 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-21T13:17:10.169 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-21T13:17:10.191 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph. 2024-03-21T13:17:10.208 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-21T13:17:10.218 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../066-ceph_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:10.258 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:10.472 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package lua-any. 2024-03-21T13:17:10.498 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-21T13:17:10.519 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-pecan. 2024-03-21T13:17:10.538 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-21T13:17:10.546 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-21T13:17:10.586 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T13:17:10.586 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-fuse. 2024-03-21T13:17:10.612 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:10.652 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-fuse (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:10.774 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package zip. 2024-03-21T13:17:10.790 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-21T13:17:10.824 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking zip (3.0-12build2) ... 2024-03-21T13:17:10.941 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-certifi. 2024-03-21T13:17:10.968 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-21T13:17:11.007 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-21T13:17:11.022 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-mds. 2024-03-21T13:17:11.049 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:11.088 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-mds (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:11.110 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package unzip. 2024-03-21T13:17:11.137 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-21T13:17:11.177 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-21T13:17:11.301 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-idna. 2024-03-21T13:17:11.317 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-21T13:17:11.352 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-21T13:17:11.416 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package cephadm. 2024-03-21T13:17:11.432 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../069-cephadm_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:11.483 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking cephadm (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:11.564 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package luarocks. 2024-03-21T13:17:11.591 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-21T13:17:11.630 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-21T13:17:11.647 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-urllib3. 2024-03-21T13:17:11.674 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-21T13:17:11.713 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T13:17:11.778 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-21T13:17:11.804 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-21T13:17:11.836 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-21T13:17:12.016 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-requests. 2024-03-21T13:17:12.030 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package librgw2. 2024-03-21T13:17:12.043 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-21T13:17:12.057 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../025-librgw2_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:12.083 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T13:17:12.096 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking librgw2 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:12.130 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-21T13:17:12.145 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T13:17:12.188 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T13:17:12.394 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-21T13:17:12.421 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-21T13:17:12.460 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T13:17:12.632 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-rgw. 2024-03-21T13:17:12.648 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:12.682 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-rgw (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:12.755 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-21T13:17:12.771 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:17:12.814 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:13.027 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-21T13:17:13.054 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-21T13:17:13.093 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T13:17:13.194 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-21T13:17:13.209 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:13.219 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-babel. 2024-03-21T13:17:13.243 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:13.247 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T13:17:13.285 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T13:17:13.421 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libradosstriper1. 2024-03-21T13:17:13.448 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:13.488 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libradosstriper1 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:13.555 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-21T13:17:13.582 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-21T13:17:13.596 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-jinja2. 2024-03-21T13:17:13.623 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-21T13:17:13.629 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-21T13:17:13.663 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T13:17:13.858 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-common. 2024-03-21T13:17:13.885 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:13.916 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-common (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:13.932 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-openssl. 2024-03-21T13:17:13.959 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-21T13:17:13.999 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-21T13:17:14.007 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-21T13:17:14.026 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:17:14.066 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:14.386 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package ceph-mgr. 2024-03-21T13:17:14.411 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-21T13:17:14.413 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:14.426 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-21T13:17:14.460 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking ceph-mgr (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:14.461 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-21T13:17:14.739 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-routes. 2024-03-21T13:17:14.754 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-21T13:17:14.788 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T13:17:14.922 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package ceph-mon. 2024-03-21T13:17:14.949 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:14.988 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking ceph-mon (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:15.151 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-21T13:17:15.177 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:17:15.217 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:15.246 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-base. 2024-03-21T13:17:15.273 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:15.323 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-base (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:15.584 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package ceph-osd. 2024-03-21T13:17:15.611 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:15.650 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking ceph-osd (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:15.967 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-21T13:17:15.994 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-21T13:17:16.042 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-21T13:17:16.497 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-21T13:17:16.513 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-21T13:17:16.555 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T13:17:16.578 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-cheroot. 2024-03-21T13:17:16.605 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-21T13:17:16.653 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T13:17:16.695 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package ceph. 2024-03-21T13:17:16.722 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../066-ceph_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:16.770 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking ceph (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:17.000 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-joblib. 2024-03-21T13:17:17.015 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-21T13:17:17.027 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-21T13:17:17.041 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-21T13:17:17.067 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T13:17:17.081 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-21T13:17:17.173 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package ceph-fuse. 2024-03-21T13:17:17.200 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:17.256 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking ceph-fuse (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:17.384 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-21T13:17:17.411 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-21T13:17:17.420 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-21T13:17:17.448 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-21T13:17:17.450 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-21T13:17:17.618 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package ceph-mds. 2024-03-21T13:17:17.645 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:17.647 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-21T13:17:17.684 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking ceph-mds (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:17.803 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-21T13:17:17.831 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-21T13:17:17.887 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-21T13:17:17.948 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-sklearn. 2024-03-21T13:17:17.975 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-21T13:17:18.014 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T13:17:18.079 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package cephadm. 2024-03-21T13:17:18.095 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../069-cephadm_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:18.137 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking cephadm (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:18.256 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-tempora. 2024-03-21T13:17:18.283 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-21T13:17:18.331 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-21T13:17:18.524 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-21T13:17:18.551 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-21T13:17:18.598 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-21T13:17:18.634 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-portend. 2024-03-21T13:17:18.661 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-21T13:17:18.700 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-21T13:17:18.748 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-21T13:17:18.777 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:17:18.892 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:18.918 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-21T13:17:18.945 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T13:17:18.993 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T13:17:19.028 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-21T13:17:19.055 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-21T13:17:19.103 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-21T13:17:19.531 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-21T13:17:19.558 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-21T13:17:19.606 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-21T13:17:19.796 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-cachetools. 2024-03-21T13:17:19.812 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-21T13:17:19.845 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-21T13:17:19.943 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-natsort. 2024-03-21T13:17:19.970 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-21T13:17:20.009 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-21T13:17:20.023 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-babel. 2024-03-21T13:17:20.042 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T13:17:20.081 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T13:17:20.124 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-21T13:17:20.151 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-21T13:17:20.190 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-21T13:17:20.359 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-jinja2. 2024-03-21T13:17:20.375 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-21T13:17:20.379 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-logutils. 2024-03-21T13:17:20.407 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-21T13:17:20.409 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T13:17:20.454 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-21T13:17:20.510 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-21T13:17:20.538 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-21T13:17:20.577 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T13:17:20.737 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-21T13:17:20.753 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:17:20.787 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:20.824 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-21T13:17:20.851 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-21T13:17:20.888 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-rsa. 2024-03-21T13:17:20.898 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-21T13:17:20.916 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-21T13:17:20.954 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-21T13:17:21.174 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-21T13:17:21.201 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-21T13:17:21.210 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-mako. 2024-03-21T13:17:21.226 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-21T13:17:21.240 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-21T13:17:21.268 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T13:17:21.284 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-google-auth. 2024-03-21T13:17:21.312 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-21T13:17:21.350 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-21T13:17:21.526 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-routes. 2024-03-21T13:17:21.554 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-21T13:17:21.593 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T13:17:21.605 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-21T13:17:21.628 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-21T13:17:21.632 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-21T13:17:21.656 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-21T13:17:21.671 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-21T13:17:21.686 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T13:17:21.929 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-21T13:17:21.957 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:17:21.973 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-websocket. 2024-03-21T13:17:21.974 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-21T13:17:21.996 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:22.000 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-21T13:17:22.001 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-21T13:17:22.039 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-21T13:17:22.040 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-21T13:17:22.343 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-webob. 2024-03-21T13:17:22.360 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-21T13:17:22.371 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-21T13:17:22.387 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-21T13:17:22.410 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-21T13:17:22.426 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T13:17:22.807 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-waitress. 2024-03-21T13:17:22.834 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-21T13:17:22.877 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T13:17:23.040 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-21T13:17:23.056 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:17:23.098 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:23.185 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-tempita. 2024-03-21T13:17:23.212 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-21T13:17:23.251 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T13:17:23.443 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-21T13:17:23.470 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-21T13:17:23.509 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T13:17:23.543 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-21T13:17:23.554 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-paste. 2024-03-21T13:17:23.559 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-21T13:17:23.581 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-21T13:17:23.601 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T13:17:23.620 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T13:17:23.804 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-21T13:17:23.820 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T13:17:23.854 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T13:17:23.991 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-21T13:17:24.007 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-21T13:17:24.048 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T13:17:24.096 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-joblib. 2024-03-21T13:17:24.115 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package jq. 2024-03-21T13:17:24.123 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-21T13:17:24.131 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T13:17:24.162 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T13:17:24.173 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-21T13:17:24.351 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-21T13:17:24.379 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-21T13:17:24.418 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-21T13:17:24.434 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package socat. 2024-03-21T13:17:24.450 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-21T13:17:24.492 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-21T13:17:24.525 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-21T13:17:24.552 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-21T13:17:24.591 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-21T13:17:24.704 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-webtest. 2024-03-21T13:17:24.732 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-21T13:17:24.770 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-21T13:17:24.787 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package xmlstarlet. 2024-03-21T13:17:24.804 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-21T13:17:24.845 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-21T13:17:24.927 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-sklearn. 2024-03-21T13:17:24.954 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-21T13:17:24.993 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T13:17:25.049 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pecan. 2024-03-21T13:17:25.076 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-21T13:17:25.107 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T13:17:25.174 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-test. 2024-03-21T13:17:25.191 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:25.233 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-test (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:25.420 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-certifi. 2024-03-21T13:17:25.447 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-21T13:17:25.486 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-21T13:17:25.727 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-21T13:17:25.755 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:17:25.806 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-idna. 2024-03-21T13:17:25.833 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-21T13:17:25.879 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:25.881 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-21T13:17:26.201 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-urllib3. 2024-03-21T13:17:26.228 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-21T13:17:26.267 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T13:17:26.595 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-requests. 2024-03-21T13:17:26.623 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-21T13:17:26.662 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T13:17:26.833 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-cachetools. 2024-03-21T13:17:26.860 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-21T13:17:26.899 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-21T13:17:26.973 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-21T13:17:27.000 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-21T13:17:27.039 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T13:17:27.202 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-21T13:17:27.245 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-21T13:17:27.269 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-21T13:17:27.334 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-21T13:17:27.350 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:17:27.387 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-volume. 2024-03-21T13:17:27.392 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:27.415 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:17:27.454 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-volume (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:27.572 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-21T13:17:27.600 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-21T13:17:27.639 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T13:17:27.749 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-21T13:17:27.766 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:27.780 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-21T13:17:27.808 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libcephfs-dev (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:27.808 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:27.847 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:27.950 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-rsa. 2024-03-21T13:17:27.978 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-21T13:17:28.017 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-21T13:17:28.102 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-21T13:17:28.130 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-21T13:17:28.169 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T13:17:28.175 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-21T13:17:28.203 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-21T13:17:28.241 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-21T13:17:28.329 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-google-auth. 2024-03-21T13:17:28.357 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-21T13:17:28.395 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-21T13:17:28.431 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-21T13:17:28.448 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-21T13:17:28.481 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-21T13:17:28.561 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-openssl. 2024-03-21T13:17:28.588 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-21T13:17:28.627 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-21T13:17:28.715 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-21T13:17:28.742 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-21T13:17:28.790 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T13:17:28.827 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package nvme-cli. 2024-03-21T13:17:28.855 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-21T13:17:28.894 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T13:17:28.914 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mgr. 2024-03-21T13:17:28.941 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:28.980 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mgr (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:29.085 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-websocket. 2024-03-21T13:17:29.102 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-21T13:17:29.143 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-21T13:17:29.302 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package pkg-config. 2024-03-21T13:17:29.327 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-21T13:17:29.365 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T13:17:29.384 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mon. 2024-03-21T13:17:29.411 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:29.450 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mon (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:29.463 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-21T13:17:29.490 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-21T13:17:29.529 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T13:17:29.627 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-21T13:17:29.643 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-21T13:17:29.676 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-21T13:17:30.062 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-osd. 2024-03-21T13:17:30.080 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-21T13:17:30.090 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:30.108 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-21T13:17:30.128 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-osd (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:30.146 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-21T13:17:30.169 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-21T13:17:30.196 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:17:30.235 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:30.407 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-pastescript. 2024-03-21T13:17:30.423 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-21T13:17:30.457 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-21T13:17:30.504 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-21T13:17:30.532 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-21T13:17:30.562 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T13:17:30.752 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-pluggy. 2024-03-21T13:17:30.769 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-21T13:17:30.802 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-21T13:17:30.899 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-21T13:17:30.927 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T13:17:30.966 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T13:17:31.080 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-psutil. 2024-03-21T13:17:31.108 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-21T13:17:31.147 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-21T13:17:31.190 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph. 2024-03-21T13:17:31.206 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../066-ceph_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:31.235 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package jq. 2024-03-21T13:17:31.240 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:31.253 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T13:17:31.293 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-21T13:17:31.500 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-py. 2024-03-21T13:17:31.527 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-21T13:17:31.537 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package socat. 2024-03-21T13:17:31.554 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-21T13:17:31.559 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-fuse. 2024-03-21T13:17:31.574 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-21T13:17:31.587 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:31.596 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-21T13:17:31.625 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-fuse (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:31.857 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package xmlstarlet. 2024-03-21T13:17:31.873 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-21T13:17:31.878 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-pygments. 2024-03-21T13:17:31.906 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-21T13:17:31.907 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-21T13:17:31.944 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T13:17:32.162 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mds. 2024-03-21T13:17:32.190 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:32.228 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mds (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:32.286 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package ceph-test. 2024-03-21T13:17:32.302 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:32.336 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking ceph-test (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:32.407 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-21T13:17:32.423 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-21T13:17:32.456 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-21T13:17:32.632 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package cephadm. 2024-03-21T13:17:32.659 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../069-cephadm_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:32.698 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking cephadm (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:32.768 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-toml. 2024-03-21T13:17:32.796 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-21T13:17:32.834 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-21T13:17:32.993 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-21T13:17:33.021 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-21T13:17:33.059 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-21T13:17:33.137 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-pytest. 2024-03-21T13:17:33.165 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-21T13:17:33.203 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T13:17:33.387 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-21T13:17:33.403 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T13:17:33.445 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T13:17:33.549 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-simplejson. 2024-03-21T13:17:33.565 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-21T13:17:33.599 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-21T13:17:33.852 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-21T13:17:33.879 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-21T13:17:33.918 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-21T13:17:34.459 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-babel. 2024-03-21T13:17:34.486 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T13:17:34.525 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T13:17:34.558 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package ceph-volume. 2024-03-21T13:17:34.585 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:17:34.624 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking ceph-volume (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:34.630 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package radosgw. 2024-03-21T13:17:34.659 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../116-radosgw_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:34.697 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking radosgw (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:34.861 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-jinja2. 2024-03-21T13:17:34.888 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-21T13:17:34.903 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-21T13:17:34.919 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:34.927 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T13:17:34.953 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking libcephfs-dev (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:35.256 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-21T13:17:35.272 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-21T13:17:35.283 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-21T13:17:35.299 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:17:35.322 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T13:17:35.339 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:35.483 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package rbd-fuse. 2024-03-21T13:17:35.500 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:35.533 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking rbd-fuse (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:35.692 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-21T13:17:35.710 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-21T13:17:35.720 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-21T13:17:35.738 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-21T13:17:35.758 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-21T13:17:35.776 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-21T13:17:35.812 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-21T13:17:36.062 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-routes. 2024-03-21T13:17:36.063 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T13:17:36.089 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-21T13:17:36.105 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package nvme-cli. 2024-03-21T13:17:36.128 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T13:17:36.133 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-21T13:17:36.172 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T13:17:36.189 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T13:17:36.418 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-21T13:17:36.464 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-21T13:17:36.492 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:17:36.531 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:36.561 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package pkg-config. 2024-03-21T13:17:36.588 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-21T13:17:36.619 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T13:17:36.718 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-21T13:17:36.863 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-21T13:17:36.891 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-21T13:17:36.930 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-21T13:17:37.157 INFO:teuthology.orchestra.run.smithi188.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-21T13:17:37.224 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up cephadm (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:37.325 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-21T13:17:37.341 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-21T13:17:37.383 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-21T13:17:37.666 INFO:teuthology.orchestra.run.smithi188.stdout:Adding system user cephadm....done 2024-03-21T13:17:37.686 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-pastescript. 2024-03-21T13:17:37.713 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-21T13:17:37.752 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-21T13:17:37.813 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T13:17:37.819 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-21T13:17:37.836 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-21T13:17:37.877 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T13:17:38.065 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-21T13:17:38.072 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-pluggy. 2024-03-21T13:17:38.100 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-21T13:17:38.138 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-21T13:17:38.308 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-21T13:17:38.390 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-joblib. 2024-03-21T13:17:38.417 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-21T13:17:38.417 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-21T13:17:38.433 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-psutil. 2024-03-21T13:17:38.449 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-21T13:17:38.456 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T13:17:38.483 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-21T13:17:38.685 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-21T13:17:38.793 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-21T13:17:38.810 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-21T13:17:38.851 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-21T13:17:38.952 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T13:17:39.079 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-21T13:17:39.128 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-py. 2024-03-21T13:17:39.128 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-sklearn. 2024-03-21T13:17:39.156 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-21T13:17:39.157 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-21T13:17:39.194 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-21T13:17:39.195 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T13:17:39.380 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T13:17:39.523 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-pygments. 2024-03-21T13:17:39.551 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-21T13:17:39.598 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T13:17:39.733 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-21T13:17:39.895 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-21T13:17:39.925 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:17:39.967 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-21T13:17:40.027 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-21T13:17:40.055 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-21T13:17:40.055 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:40.085 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-21T13:17:40.243 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-21T13:17:40.446 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-toml. 2024-03-21T13:17:40.474 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-21T13:17:40.495 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-21T13:17:40.512 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-21T13:17:40.754 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-21T13:17:40.816 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-pytest. 2024-03-21T13:17:40.843 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-21T13:17:40.882 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T13:17:41.001 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-cachetools. 2024-03-21T13:17:41.022 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-21T13:17:41.028 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-21T13:17:41.067 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-21T13:17:41.211 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package python3-simplejson. 2024-03-21T13:17:41.238 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-21T13:17:41.265 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-ceph-argparse (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:41.277 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-21T13:17:41.370 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-21T13:17:41.398 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-21T13:17:41.436 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-21T13:17:41.546 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-21T13:17:41.562 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-21T13:17:41.604 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-21T13:17:41.610 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T13:17:41.773 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-21T13:17:41.800 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T13:17:41.801 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-21T13:17:41.839 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T13:17:41.927 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T13:17:42.052 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-21T13:17:42.312 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-21T13:17:42.326 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package radosgw. 2024-03-21T13:17:42.351 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-rsa. 2024-03-21T13:17:42.353 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../116-radosgw_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:42.379 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-21T13:17:42.392 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking radosgw (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:42.417 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-21T13:17:42.706 INFO:teuthology.orchestra.run.smithi188.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-21T13:17:42.713 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-google-auth. 2024-03-21T13:17:42.735 INFO:teuthology.orchestra.run.smithi188.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-21T13:17:42.741 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-21T13:17:42.771 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-21T13:17:42.807 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T13:17:42.933 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-21T13:17:43.058 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-21T13:17:43.086 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-21T13:17:43.124 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T13:17:43.203 INFO:teuthology.orchestra.run.smithi106.stdout:Selecting previously unselected package rbd-fuse. 2024-03-21T13:17:43.231 INFO:teuthology.orchestra.run.smithi106.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:43.269 INFO:teuthology.orchestra.run.smithi106.stdout:Unpacking rbd-fuse (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:43.301 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T13:17:43.427 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-21T13:17:43.435 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-websocket. 2024-03-21T13:17:43.463 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-21T13:17:43.502 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-21T13:17:43.568 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-21T13:17:43.695 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T13:17:43.814 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-21T13:17:43.818 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T13:17:43.841 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-21T13:17:43.880 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T13:17:43.944 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T13:17:43.954 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-21T13:17:44.204 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-21T13:17:44.247 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up zip (3.0-12build2) ... 2024-03-21T13:17:44.373 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T13:17:44.486 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-21T13:17:44.514 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:17:44.544 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:44.577 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-21T13:17:44.846 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-21T13:17:44.874 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-21T13:17:44.913 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T13:17:44.995 INFO:teuthology.orchestra.run.smithi106.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-21T13:17:45.033 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T13:17:45.080 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up cephadm (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:45.183 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-21T13:17:45.210 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T13:17:45.249 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T13:17:45.293 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T13:17:45.419 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-21T13:17:45.502 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package jq. 2024-03-21T13:17:45.519 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T13:17:45.536 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T13:17:45.560 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-21T13:17:45.813 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package socat. 2024-03-21T13:17:45.821 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-21T13:17:45.831 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-21T13:17:45.870 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-21T13:17:45.897 INFO:teuthology.orchestra.run.smithi106.stdout:Adding system user cephadm....done 2024-03-21T13:17:46.020 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T13:17:46.172 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-21T13:17:46.190 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package xmlstarlet. 2024-03-21T13:17:46.207 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-21T13:17:46.248 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-21T13:17:46.313 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-21T13:17:46.448 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T13:17:46.539 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-21T13:17:46.595 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-test. 2024-03-21T13:17:46.623 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:46.657 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-21T13:17:46.661 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-test (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:46.827 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T13:17:46.908 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-21T13:17:47.119 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T13:17:47.176 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T13:17:47.302 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-21T13:17:47.454 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-21T13:17:47.612 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T13:17:47.688 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-21T13:17:47.789 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-ceph-common (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:47.980 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-21T13:17:48.091 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-idna (3.3-1) ... 2024-03-21T13:17:48.223 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-21T13:17:48.417 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T13:17:48.491 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-21T13:17:48.743 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-21T13:17:48.874 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-volume. 2024-03-21T13:17:48.902 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2267-g960fbbe4-1jammy_all.deb ... 2024-03-21T13:17:48.940 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-volume (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:48.993 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-21T13:17:49.244 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-21T13:17:49.261 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-21T13:17:49.272 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:49.310 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libcephfs-dev (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:49.622 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-21T13:17:49.649 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-21T13:17:49.662 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-ceph-argparse (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:49.688 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T13:17:49.889 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T13:17:49.905 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T13:17:50.014 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T13:17:50.034 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-21T13:17:50.063 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-21T13:17:50.101 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-21T13:17:50.132 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T13:17:50.132 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:17:50.258 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-21T13:17:50.266 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-21T13:17:50.472 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package nvme-cli. 2024-03-21T13:17:50.500 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-21T13:17:50.517 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-21T13:17:50.538 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T13:17:50.542 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T13:17:50.669 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-21T13:17:50.778 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T13:17:50.893 INFO:teuthology.orchestra.run.smithi106.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-21T13:17:50.923 INFO:teuthology.orchestra.run.smithi106.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-21T13:17:50.960 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package pkg-config. 2024-03-21T13:17:50.987 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T13:17:50.988 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-21T13:17:51.026 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T13:17:51.071 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-21T13:17:51.088 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-21T13:17:51.287 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-21T13:17:51.314 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-21T13:17:51.315 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-21T13:17:51.354 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-21T13:17:51.431 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T13:17:51.548 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-21T13:17:51.572 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:17:51.699 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-21T13:17:51.807 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-21T13:17:51.825 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T13:17:51.835 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-21T13:17:51.873 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-21T13:17:52.009 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-21T13:17:52.093 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-21T13:17:52.135 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pastescript. 2024-03-21T13:17:52.163 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-21T13:17:52.201 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-21T13:17:52.293 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-21T13:17:52.402 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up zip (3.0-12build2) ... 2024-03-21T13:17:52.479 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pluggy. 2024-03-21T13:17:52.507 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-21T13:17:52.528 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T13:17:52.537 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-21T13:17:52.544 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-21T13:17:52.778 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-21T13:17:52.807 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-psutil. 2024-03-21T13:17:52.862 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-21T13:17:52.873 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-21T13:17:53.012 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-21T13:17:53.188 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T13:17:53.218 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-py. 2024-03-21T13:17:53.247 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-21T13:17:53.264 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T13:17:53.285 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-21T13:17:53.390 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-21T13:17:53.414 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T13:17:53.532 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-21T13:17:53.563 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pygments. 2024-03-21T13:17:53.591 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-21T13:17:53.629 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T13:17:53.658 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T13:17:53.674 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T13:17:53.809 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T13:17:53.951 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-21T13:17:54.092 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-21T13:17:54.101 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-21T13:17:54.120 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-21T13:17:54.166 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-21T13:17:54.342 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-21T13:17:54.419 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-21T13:17:54.478 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-toml. 2024-03-21T13:17:54.506 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-21T13:17:54.544 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-21T13:17:54.662 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T13:17:54.763 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-21T13:17:54.813 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pytest. 2024-03-21T13:17:54.830 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-21T13:17:54.863 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T13:17:54.886 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T13:17:54.888 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T13:17:54.969 INFO:teuthology.orchestra.run.smithi188.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-21T13:17:55.175 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-simplejson. 2024-03-21T13:17:55.203 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-21T13:17:55.215 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T13:17:55.241 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-21T13:17:55.288 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T13:17:55.350 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T13:17:55.536 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-21T13:17:55.556 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T13:17:55.564 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-21T13:17:55.602 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-21T13:17:55.734 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-21T13:17:55.916 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-21T13:17:55.986 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-21T13:17:56.086 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-21T13:17:56.175 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-21T13:17:56.301 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-ceph-common (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:56.320 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:17:56.373 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package radosgw. 2024-03-21T13:17:56.402 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../116-radosgw_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:56.430 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T13:17:56.439 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking radosgw (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:56.602 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-idna (3.3-1) ... 2024-03-21T13:17:56.764 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T13:17:56.937 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T13:17:57.074 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T13:17:57.284 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package rbd-fuse. 2024-03-21T13:17:57.313 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2267-g960fbbe4-1jammy_amd64.deb ... 2024-03-21T13:17:57.350 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking rbd-fuse (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:57.359 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-21T13:17:57.484 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-21T13:17:57.752 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-21T13:17:57.864 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-21T13:17:58.003 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T13:17:58.117 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T13:17:58.122 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T13:17:58.248 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T13:17:58.331 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-21T13:17:58.377 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:17:58.512 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-21T13:17:58.518 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-21T13:17:58.708 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-21T13:17:58.771 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T13:17:58.863 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-21T13:17:58.872 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-21T13:17:58.973 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T13:17:58.984 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T13:17:59.289 INFO:teuthology.orchestra.run.smithi001.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-21T13:17:59.303 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T13:17:59.308 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-21T13:17:59.358 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up cephadm (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:59.404 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up librados2 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:59.522 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:17:59.567 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-21T13:17:59.648 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-21T13:17:59.835 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:17:59.858 INFO:teuthology.orchestra.run.smithi001.stdout:Adding system user cephadm....done 2024-03-21T13:17:59.961 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-21T13:17:59.993 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libcephfs2 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:00.014 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T13:18:00.102 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libradosstriper1 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:00.203 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-21T13:18:00.270 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-21T13:18:00.324 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-21T13:18:00.505 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-21T13:18:00.530 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up librbd1 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:00.591 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-21T13:18:00.656 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-mgr-modules-core (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:00.726 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-21T13:18:00.748 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-21T13:18:00.782 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-fuse (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:00.994 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-21T13:18:00.994 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T13:18:00.994 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T13:18:01.007 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-21T13:18:01.228 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T13:18:01.258 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-21T13:18:01.346 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-21T13:18:01.475 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libcephfs-dev (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:01.543 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T13:18:01.601 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-rados (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:01.664 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T13:18:01.668 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-21T13:18:01.718 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up librgw2 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:01.819 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T13:18:01.936 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T13:18:02.054 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T13:18:02.066 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-21T13:18:02.319 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-21T13:18:02.321 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-21T13:18:02.596 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-21T13:18:02.614 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-21T13:18:02.874 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T13:18:03.000 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-21T13:18:03.005 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-21T13:18:03.006 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-rbd (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:03.126 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T13:18:03.132 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up rbd-fuse (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:03.215 INFO:teuthology.orchestra.run.smithi106.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-21T13:18:03.258 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-rgw (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:03.264 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-21T13:18:03.409 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-cephfs (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:03.444 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T13:18:03.527 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-common (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:03.532 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-21T13:18:03.545 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T13:18:03.922 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-21T13:18:03.925 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-ceph-argparse (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:04.011 INFO:teuthology.orchestra.run.smithi188.stdout:Adding group ceph....done 2024-03-21T13:18:04.181 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-21T13:18:04.192 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T13:18:04.302 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T13:18:04.307 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-21T13:18:04.411 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T13:18:04.412 INFO:teuthology.orchestra.run.smithi188.stdout:Adding system user ceph....done 2024-03-21T13:18:04.537 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-21T13:18:04.564 INFO:teuthology.orchestra.run.smithi188.stdout:Setting system user ceph properties....done 2024-03-21T13:18:04.566 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:18:04.582 INFO:teuthology.orchestra.run.smithi188.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-21T13:18:04.693 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T13:18:04.716 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-21T13:18:04.797 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-21T13:18:05.019 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T13:18:05.021 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-21T13:18:05.174 INFO:teuthology.orchestra.run.smithi001.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-21T13:18:05.203 INFO:teuthology.orchestra.run.smithi001.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-21T13:18:05.267 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T13:18:05.303 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T13:18:05.409 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-21T13:18:05.494 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-test (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:05.571 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-21T13:18:05.595 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up radosgw (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:05.690 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-21T13:18:05.761 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T13:18:05.870 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-21T13:18:05.948 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-21T13:18:06.045 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T13:18:06.045 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T13:18:06.138 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T13:18:06.216 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T13:18:06.414 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-21T13:18:06.497 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-base (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:06.569 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-21T13:18:06.732 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up zip (3.0-12build2) ... 2024-03-21T13:18:06.846 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-21T13:18:06.857 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T13:18:06.937 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-21T13:18:07.222 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T13:18:07.315 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-mds (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:07.534 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T13:18:07.538 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T13:18:07.539 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T13:18:07.558 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T13:18:07.692 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up librados2 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:07.785 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T13:18:07.818 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:07.887 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-21T13:18:07.944 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-21T13:18:07.984 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-mgr (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:08.012 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T13:18:08.211 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T13:18:08.211 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T13:18:08.239 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up libcephfs2 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:08.338 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-21T13:18:08.348 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up libradosstriper1 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:08.474 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-21T13:18:08.735 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-osd (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:08.739 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-21T13:18:08.751 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up librbd1 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:08.877 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up ceph-mgr-modules-core (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:08.978 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up ceph-fuse (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:08.983 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T13:18:08.983 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T13:18:08.999 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T13:18:09.173 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T13:18:09.173 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T13:18:09.384 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T13:18:09.637 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up libcephfs-dev (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:09.669 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T13:18:09.764 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-rados (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:09.783 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:09.890 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up librgw2 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:10.015 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T13:18:10.020 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-21T13:18:10.023 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:10.183 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-mon (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:10.279 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-21T13:18:10.395 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T13:18:10.396 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T13:18:10.405 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-ceph-common (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:10.715 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-idna (3.3-1) ... 2024-03-21T13:18:10.850 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-mgr-cephadm (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:10.968 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:11.057 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T13:18:11.069 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-mgr-dashboard (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:11.212 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-volume (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:11.236 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-rbd (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:11.337 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up rbd-fuse (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:11.438 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-rgw (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:11.564 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up python3-cephfs (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:11.640 INFO:teuthology.orchestra.run.smithi188.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-21T13:18:11.689 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up ceph-common (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:11.790 INFO:teuthology.orchestra.run.smithi188.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-21T13:18:11.943 INFO:teuthology.orchestra.run.smithi188.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-21T13:18:12.241 INFO:teuthology.orchestra.run.smithi106.stdout:Adding group ceph....done 2024-03-21T13:18:12.305 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T13:18:12.565 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:18:12.625 INFO:teuthology.orchestra.run.smithi106.stdout:Adding system user ceph....done 2024-03-21T13:18:12.699 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-21T13:18:12.794 INFO:teuthology.orchestra.run.smithi106.stdout:Setting system user ceph properties....done 2024-03-21T13:18:12.812 INFO:teuthology.orchestra.run.smithi106.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-21T13:18:12.947 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-21T13:18:12.968 INFO:teuthology.orchestra.run.smithi188.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-21T13:18:12.975 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T13:18:13.085 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-21T13:18:13.186 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T13:18:13.294 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-21T13:18:13.479 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-21T13:18:13.647 INFO:teuthology.orchestra.run.smithi188.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-21T13:18:13.654 DEBUG:teuthology.parallel:result is None 2024-03-21T13:18:13.738 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-21T13:18:13.749 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up ceph-test (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:13.875 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up radosgw (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:13.989 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:18:14.115 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-21T13:18:14.348 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T13:18:14.348 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T13:18:14.425 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-21T13:18:14.693 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-21T13:18:14.844 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up ceph-base (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:14.944 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-21T13:18:15.186 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-21T13:18:15.186 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-21T13:18:15.446 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-21T13:18:15.666 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up ceph-mds (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:15.722 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T13:18:15.848 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-21T13:18:15.859 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T13:18:15.859 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T13:18:16.149 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T13:18:16.275 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T13:18:16.318 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up ceph-mgr (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:16.533 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T13:18:16.533 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T13:18:16.576 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-21T13:18:16.886 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-21T13:18:16.978 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up ceph-osd (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:17.137 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T13:18:17.255 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T13:18:17.255 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T13:18:17.263 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-21T13:18:17.389 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T13:18:17.478 INFO:teuthology.orchestra.run.smithi001.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-21T13:18:17.704 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:17.723 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T13:18:17.830 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:17.850 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T13:18:17.981 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up ceph-mon (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:18.193 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T13:18:18.193 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T13:18:18.251 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-21T13:18:18.511 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-21T13:18:18.612 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-21T13:18:18.641 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up ceph-mgr-cephadm (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:18.809 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up ceph (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:18.879 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:18:18.935 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up ceph-mgr-dashboard (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:19.005 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T13:18:19.061 INFO:teuthology.orchestra.run.smithi106.stdout:Setting up ceph-volume (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:19.331 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T13:18:19.406 INFO:teuthology.orchestra.run.smithi106.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-21T13:18:19.506 INFO:teuthology.orchestra.run.smithi106.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-21T13:18:19.641 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T13:18:19.659 INFO:teuthology.orchestra.run.smithi106.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-21T13:18:19.942 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-21T13:18:20.060 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-21T13:18:20.311 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-21T13:18:20.579 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T13:18:20.751 INFO:teuthology.orchestra.run.smithi106.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-21T13:18:20.940 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-21T13:18:21.325 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-21T13:18:21.405 INFO:teuthology.orchestra.run.smithi106.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-21T13:18:21.409 DEBUG:teuthology.parallel:result is None 2024-03-21T13:18:21.618 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T13:18:21.962 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T13:18:22.088 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up librados2 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:22.214 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:22.340 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-21T13:18:22.668 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libcephfs2 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:22.778 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libradosstriper1 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:22.896 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-21T13:18:23.181 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up librbd1 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:23.306 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mgr-modules-core (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:23.432 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-fuse (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:23.650 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T13:18:23.651 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T13:18:24.134 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libcephfs-dev (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:24.243 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-rados (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:24.352 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up librgw2 (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:24.462 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T13:18:25.758 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-rbd (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:25.884 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up rbd-fuse (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:25.993 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-rgw (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:26.103 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-cephfs (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:26.212 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-common (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:26.764 INFO:teuthology.orchestra.run.smithi001.stdout:Adding group ceph....done 2024-03-21T13:18:27.090 INFO:teuthology.orchestra.run.smithi001.stdout:Adding system user ceph....done 2024-03-21T13:18:27.258 INFO:teuthology.orchestra.run.smithi001.stdout:Setting system user ceph properties....done 2024-03-21T13:18:27.275 INFO:teuthology.orchestra.run.smithi001.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-21T13:18:27.410 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-21T13:18:27.730 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-21T13:18:28.180 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-test (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:28.322 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up radosgw (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:28.821 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T13:18:28.821 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T13:18:29.334 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-base (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:29.648 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-21T13:18:30.077 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mds (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:30.322 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T13:18:30.322 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T13:18:30.762 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mgr (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:30.985 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T13:18:30.985 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T13:18:31.438 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-osd (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:31.721 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T13:18:31.722 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T13:18:32.232 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:32.357 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:32.508 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mon (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:32.724 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T13:18:32.724 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T13:18:33.210 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mgr-cephadm (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:33.361 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:33.487 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mgr-dashboard (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:33.947 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-volume (19.0.0-2267-g960fbbe4-1jammy) ... 2024-03-21T13:18:34.308 INFO:teuthology.orchestra.run.smithi001.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-21T13:18:34.409 INFO:teuthology.orchestra.run.smithi001.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-21T13:18:34.561 INFO:teuthology.orchestra.run.smithi001.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-21T13:18:35.687 INFO:teuthology.orchestra.run.smithi001.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-21T13:18:36.315 INFO:teuthology.orchestra.run.smithi001.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-21T13:18:36.320 DEBUG:teuthology.parallel:result is None 2024-03-21T13:18:36.321 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:18:36.540 DEBUG:teuthology.orchestra.run.smithi001:> dpkg-query -W -f '${Version}' ceph 2024-03-21T13:18:36.560 INFO:teuthology.orchestra.run.smithi001.stdout:19.0.0-2267-g960fbbe4-1jammy 2024-03-21T13:18:36.560 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2267-g960fbbe4-1jammy 2024-03-21T13:18:36.561 INFO:teuthology.task.install:The correct ceph version 19.0.0-2267-g960fbbe4-1jammy is installed. 2024-03-21T13:18:36.562 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:18:36.705 DEBUG:teuthology.orchestra.run.smithi106:> dpkg-query -W -f '${Version}' ceph 2024-03-21T13:18:36.724 INFO:teuthology.orchestra.run.smithi106.stdout:19.0.0-2267-g960fbbe4-1jammy 2024-03-21T13:18:36.724 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2267-g960fbbe4-1jammy 2024-03-21T13:18:36.724 INFO:teuthology.task.install:The correct ceph version 19.0.0-2267-g960fbbe4-1jammy is installed. 2024-03-21T13:18:36.726 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:18:36.863 DEBUG:teuthology.orchestra.run.smithi188:> dpkg-query -W -f '${Version}' ceph 2024-03-21T13:18:36.882 INFO:teuthology.orchestra.run.smithi188.stdout:19.0.0-2267-g960fbbe4-1jammy 2024-03-21T13:18:36.882 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2267-g960fbbe4-1jammy 2024-03-21T13:18:36.883 INFO:teuthology.task.install:The correct ceph version 19.0.0-2267-g960fbbe4-1jammy is installed. 2024-03-21T13:18:36.884 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-21T13:18:36.884 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-03-21T13:18:36.885 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T13:18:36.899 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-03-21T13:18:36.899 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T13:18:36.913 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-03-21T13:18:36.913 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T13:18:36.939 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-21T13:18:36.939 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-03-21T13:18:36.939 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T13:18:36.953 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T13:18:37.008 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-03-21T13:18:37.008 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T13:18:37.022 DEBUG:teuthology.orchestra.run.smithi106:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T13:18:37.076 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-03-21T13:18:37.076 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T13:18:37.089 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T13:18:37.142 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-21T13:18:37.142 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-03-21T13:18:37.142 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T13:18:37.156 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T13:18:37.213 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-03-21T13:18:37.213 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T13:18:37.227 DEBUG:teuthology.orchestra.run.smithi106:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T13:18:37.281 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-03-21T13:18:37.281 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T13:18:37.295 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T13:18:37.350 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-21T13:18:37.350 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-03-21T13:18:37.350 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T13:18:37.364 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T13:18:37.421 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-03-21T13:18:37.421 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T13:18:37.435 DEBUG:teuthology.orchestra.run.smithi106:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T13:18:37.489 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-03-21T13:18:37.489 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T13:18:37.503 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T13:18:37.558 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-21T13:18:37.657 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'], 'sha1': '960fbbe4645c2becc8084669be194c95183c7753'} 2024-03-21T13:18:37.657 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:18:37.657 INFO:tasks.cephadm:Cluster fsid is 86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:18:37.658 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-21T13:18:37.658 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.1', 'mon.b': '172.21.15.106', 'mon.c': '172.21.15.188'} 2024-03-21T13:18:37.658 INFO:tasks.cephadm:First mon is mon.a on smithi001 2024-03-21T13:18:37.658 INFO:tasks.cephadm:First mgr is a 2024-03-21T13:18:37.658 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-21T13:18:37.658 DEBUG:teuthology.orchestra.run.smithi001:> sudo hostname $(hostname -s) 2024-03-21T13:18:37.674 DEBUG:teuthology.orchestra.run.smithi106:> sudo hostname $(hostname -s) 2024-03-21T13:18:37.689 DEBUG:teuthology.orchestra.run.smithi188:> sudo hostname $(hostname -s) 2024-03-21T13:18:37.703 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-21T13:18:37.703 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:18:37.929 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '960fbbe4645c2becc8084669be194c95183c7753', '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/77830/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2267-g960fbbe4', 'node_name': '172.21.2.11+braggi11', '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-2267-g960fbbe4-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-03-21 11:37:05.059114', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-2024-03-21-0818', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-03-21T13:18:38.155 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-guits-testing-2024-03-21-0818, sha1 960fbbe4645c2becc8084669be194c95183c7753 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:18:38.156 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-03-21T13:18:38.156 DEBUG:teuthology.orchestra.run.smithi001:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T13:18:38.778 INFO:teuthology.orchestra.run.smithi001.stdout:-rw-rw-r-- 1 ubuntu ubuntu 776456 Mar 21 13:18 /home/ubuntu/cephtest/cephadm 2024-03-21T13:18:38.778 DEBUG:teuthology.orchestra.run.smithi106:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T13:18:39.751 INFO:teuthology.orchestra.run.smithi106.stdout:-rw-rw-r-- 1 ubuntu ubuntu 776456 Mar 21 13:18 /home/ubuntu/cephtest/cephadm 2024-03-21T13:18:39.751 DEBUG:teuthology.orchestra.run.smithi188:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T13:18:40.688 INFO:teuthology.orchestra.run.smithi188.stdout:-rw-rw-r-- 1 ubuntu ubuntu 776456 Mar 21 13:18 /home/ubuntu/cephtest/cephadm 2024-03-21T13:18:40.688 DEBUG:teuthology.orchestra.run.smithi001:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T13:18:40.696 DEBUG:teuthology.orchestra.run.smithi106:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T13:18:40.704 DEBUG:teuthology.orchestra.run.smithi188:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T13:18:40.723 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 on all hosts... 2024-03-21T13:18:40.723 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 pull 2024-03-21T13:18:40.742 DEBUG:teuthology.orchestra.run.smithi106:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 pull 2024-03-21T13:18:40.746 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 pull 2024-03-21T13:18:40.909 INFO:teuthology.orchestra.run.smithi106.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753... 2024-03-21T13:18:40.910 INFO:teuthology.orchestra.run.smithi001.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753... 2024-03-21T13:18:40.919 INFO:teuthology.orchestra.run.smithi188.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753... 2024-03-21T13:19:53.600 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2024-03-21T13:19:53.600 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph_version": "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)", 2024-03-21T13:19:53.600 INFO:teuthology.orchestra.run.smithi001.stdout: "image_id": "19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e", 2024-03-21T13:19:53.601 INFO:teuthology.orchestra.run.smithi001.stdout: "repo_digests": [ 2024-03-21T13:19:53.601 INFO:teuthology.orchestra.run.smithi001.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93" 2024-03-21T13:19:53.601 INFO:teuthology.orchestra.run.smithi001.stdout: ] 2024-03-21T13:19:53.601 INFO:teuthology.orchestra.run.smithi001.stdout:} 2024-03-21T13:20:21.955 INFO:teuthology.orchestra.run.smithi188.stdout:{ 2024-03-21T13:20:21.955 INFO:teuthology.orchestra.run.smithi188.stdout: "ceph_version": "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)", 2024-03-21T13:20:21.955 INFO:teuthology.orchestra.run.smithi188.stdout: "image_id": "19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e", 2024-03-21T13:20:21.955 INFO:teuthology.orchestra.run.smithi188.stdout: "repo_digests": [ 2024-03-21T13:20:21.956 INFO:teuthology.orchestra.run.smithi188.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93" 2024-03-21T13:20:21.956 INFO:teuthology.orchestra.run.smithi188.stdout: ] 2024-03-21T13:20:21.956 INFO:teuthology.orchestra.run.smithi188.stdout:} 2024-03-21T13:20:22.206 INFO:teuthology.orchestra.run.smithi106.stdout:{ 2024-03-21T13:20:22.206 INFO:teuthology.orchestra.run.smithi106.stdout: "ceph_version": "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)", 2024-03-21T13:20:22.206 INFO:teuthology.orchestra.run.smithi106.stdout: "image_id": "19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e", 2024-03-21T13:20:22.206 INFO:teuthology.orchestra.run.smithi106.stdout: "repo_digests": [ 2024-03-21T13:20:22.206 INFO:teuthology.orchestra.run.smithi106.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93" 2024-03-21T13:20:22.207 INFO:teuthology.orchestra.run.smithi106.stdout: ] 2024-03-21T13:20:22.207 INFO:teuthology.orchestra.run.smithi106.stdout:} 2024-03-21T13:20:22.253 DEBUG:teuthology.orchestra.run.smithi001:> sudo mkdir -p /etc/ceph 2024-03-21T13:20:22.268 DEBUG:teuthology.orchestra.run.smithi106:> sudo mkdir -p /etc/ceph 2024-03-21T13:20:22.281 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /etc/ceph 2024-03-21T13:20:22.296 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 777 /etc/ceph 2024-03-21T13:20:22.324 DEBUG:teuthology.orchestra.run.smithi106:> sudo chmod 777 /etc/ceph 2024-03-21T13:20:22.336 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 777 /etc/ceph 2024-03-21T13:20:22.351 INFO:tasks.cephadm:Writing seed config... 2024-03-21T13:20:22.352 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-03-21T13:20:22.352 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-21T13:20:22.352 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-21T13:20:22.352 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-03-21T13:20:22.352 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-21T13:20:22.352 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-21T13:20:22.352 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-21T13:20:22.353 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-21T13:20:22.353 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-21T13:20:22.353 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-03-21T13:20:22.353 DEBUG:teuthology.orchestra.run.smithi001:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-21T13:20:22.372 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 = 86fed6e6-e785-11ee-95cd-87774f69a715 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-03-21T13:20:22.373 DEBUG:teuthology.orchestra.run.smithi001:mon.a> sudo journalctl -f -n 0 -u ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mon.a.service 2024-03-21T13:20:22.417 DEBUG:teuthology.orchestra.run.smithi001:mgr.a> sudo journalctl -f -n 0 -u ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mgr.a.service 2024-03-21T13:20:22.461 INFO:tasks.cephadm:Bootstrapping... 2024-03-21T13:20:22.461 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 -v bootstrap --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.1 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:20:22.677 INFO:teuthology.orchestra.run.smithi001.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:20:22.677 INFO:teuthology.orchestra.run.smithi001.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753', '-v', 'bootstrap', '--fsid', '86fed6e6-e785-11ee-95cd-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.1', '--skip-admin-label'] 2024-03-21T13:20:22.677 INFO:teuthology.orchestra.run.smithi001.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-21T13:20:22.677 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying podman|docker is present... 2024-03-21T13:20:22.678 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying lvm2 is present... 2024-03-21T13:20:22.678 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying time synchronization is in place... 2024-03-21T13:20:22.684 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-21T13:20:22.684 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-21T13:20:22.689 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-21T13:20:22.689 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-03-21T13:20:22.694 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-21T13:20:22.694 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-21T13:20:22.698 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-21T13:20:22.698 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-03-21T13:20:22.702 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-21T13:20:22.702 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout masked 2024-03-21T13:20:22.706 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-21T13:20:22.706 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-03-21T13:20:22.710 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-21T13:20:22.710 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-21T13:20:22.714 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-21T13:20:22.714 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-03-21T13:20:22.718 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout enabled 2024-03-21T13:20:22.722 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout active 2024-03-21T13:20:22.722 INFO:teuthology.orchestra.run.smithi001.stdout:Unit ntp.service is enabled and running 2024-03-21T13:20:22.722 INFO:teuthology.orchestra.run.smithi001.stdout:Repeating the final host check... 2024-03-21T13:20:22.722 INFO:teuthology.orchestra.run.smithi001.stdout:docker (/usr/bin/docker) is present 2024-03-21T13:20:22.723 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl is present 2024-03-21T13:20:22.723 INFO:teuthology.orchestra.run.smithi001.stdout:lvcreate is present 2024-03-21T13:20:22.726 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-21T13:20:22.726 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-21T13:20:22.729 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-21T13:20:22.729 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-03-21T13:20:22.733 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-21T13:20:22.733 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-21T13:20:22.737 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-21T13:20:22.737 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-03-21T13:20:22.741 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-21T13:20:22.741 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout masked 2024-03-21T13:20:22.745 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-21T13:20:22.745 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-03-21T13:20:22.748 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-21T13:20:22.749 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-21T13:20:22.752 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-21T13:20:22.752 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-03-21T13:20:22.756 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout enabled 2024-03-21T13:20:22.761 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout active 2024-03-21T13:20:22.761 INFO:teuthology.orchestra.run.smithi001.stdout:Unit ntp.service is enabled and running 2024-03-21T13:20:22.761 INFO:teuthology.orchestra.run.smithi001.stdout:Host looks OK 2024-03-21T13:20:22.761 INFO:teuthology.orchestra.run.smithi001.stdout:Cluster fsid: 86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:20:22.761 INFO:teuthology.orchestra.run.smithi001.stdout:Acquiring lock 140600495500800 on /run/cephadm/86fed6e6-e785-11ee-95cd-87774f69a715.lock 2024-03-21T13:20:22.761 INFO:teuthology.orchestra.run.smithi001.stdout:Lock 140600495500800 acquired on /run/cephadm/86fed6e6-e785-11ee-95cd-87774f69a715.lock 2024-03-21T13:20:22.761 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying IP 172.21.15.1 port 3300 ... 2024-03-21T13:20:22.762 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying IP 172.21.15.1 port 6789 ... 2024-03-21T13:20:22.762 INFO:teuthology.orchestra.run.smithi001.stdout:Base mon IP(s) is [172.21.15.1:3300, 172.21.15.1:6789], mon addrv is [v2:172.21.15.1:3300,v1:172.21.15.1:6789] 2024-03-21T13:20:22.764 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-03-21T13:20:22.764 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-21T13:20:22.764 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.1 2024-03-21T13:20:22.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-21T13:20:22.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-03-21T13:20:22.767 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1782sec hoplimit 64 pref medium 2024-03-21T13:20:22.769 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-21T13:20:22.769 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-21T13:20:22.769 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-21T13:20:22.769 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-03-21T13:20:22.769 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15e8/64 scope link 2024-03-21T13:20:22.769 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-21T13:20:22.769 INFO:teuthology.orchestra.run.smithi001.stdout:Mon IP `172.21.15.1` is in CIDR network `172.21.0.0/20` 2024-03-21T13:20:22.769 INFO:teuthology.orchestra.run.smithi001.stdout:Mon IP `172.21.15.1` is in CIDR network `172.21.0.0/20` 2024-03-21T13:20:22.770 INFO:teuthology.orchestra.run.smithi001.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-03-21T13:20:22.770 INFO:teuthology.orchestra.run.smithi001.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-21T13:20:22.770 INFO:teuthology.orchestra.run.smithi001.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753... 2024-03-21T13:20:23.008 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/docker: stdout 960fbbe4645c2becc8084669be194c95183c7753: Pulling from ceph-ci/ceph 2024-03-21T13:20:23.008 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/docker: stdout Digest: sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93 2024-03-21T13:20:23.008 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:20:23.008 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:20:24.442 INFO:teuthology.orchestra.run.smithi001.stdout:ceph: stdout ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev) 2024-03-21T13:20:24.442 INFO:teuthology.orchestra.run.smithi001.stdout:Ceph version: ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev) 2024-03-21T13:20:24.442 INFO:teuthology.orchestra.run.smithi001.stdout:Extracting ceph user uid/gid from container image... 2024-03-21T13:20:25.671 INFO:teuthology.orchestra.run.smithi001.stdout:stat: stdout 167 167 2024-03-21T13:20:25.671 INFO:teuthology.orchestra.run.smithi001.stdout:Creating initial keys... 2024-03-21T13:20:26.792 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-authtool: stdout AQAaNPxlHZMwERAA+otbPFBeKMARGtvmj8GHoA== 2024-03-21T13:20:28.038 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-authtool: stdout AQAbNPxlUxknHRAAeAv3oRhAKtBxFjecdTugBg== 2024-03-21T13:20:29.259 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-authtool: stdout AQAcNPxlTI+yKxAAXCF/PSdXwpgUjQtD1+nlJA== 2024-03-21T13:20:29.259 INFO:teuthology.orchestra.run.smithi001.stdout:Creating initial monmap... 2024-03-21T13:20:30.481 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-21T13:20:30.481 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-21T13:20:30.481 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:20:30.481 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-21T13:20:30.481 INFO:teuthology.orchestra.run.smithi001.stdout:monmaptool for a [v2:172.21.15.1:3300,v1:172.21.15.1:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-21T13:20:30.481 INFO:teuthology.orchestra.run.smithi001.stdout:setting min_mon_release = quincy 2024-03-21T13:20:30.481 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: set fsid to 86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:20:30.481 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-21T13:20:30.482 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:20:30.482 INFO:teuthology.orchestra.run.smithi001.stdout:Creating mon... 2024-03-21T13:20:31.729 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.169+0000 7f8040771c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T13:20:31.729 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.169+0000 7f8040771c80 1 imported monmap: 2024-03-21T13:20:31.730 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-03-21T13:20:31.730 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr fsid 86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:20:31.730 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-03-21T13:20:29.963253+0000 2024-03-21T13:20:31.730 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr created 2024-03-21T13:20:29.963253+0000 2024-03-21T13:20:31.730 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-03-21T13:20:31.730 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-03-21T13:20:31.730 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon.a 2024-03-21T13:20:31.737 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:20:31.737 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.169+0000 7f8040771c80 0 /usr/bin/ceph-mon: set fsid to 86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:20:31.737 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T13:20:31.737 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:20:31.737 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Git sha 0 2024-03-21T13:20:31.737 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Compile date 2024-03-21 08:53:26 2024-03-21T13:20:31.737 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: DB SUMMARY 2024-03-21T13:20:31.738 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:20:31.738 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: DB Session ID: GA77903WXKZWA4D7GYHI 2024-03-21T13:20:31.738 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:20:31.738 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-21T13:20:31.738 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:20:31.738 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-21T13:20:31.738 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:20:31.738 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T13:20:31.738 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.create_if_missing: 1 2024-03-21T13:20:31.738 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T13:20:31.738 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T13:20:31.739 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T13:20:31.739 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T13:20:31.739 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.env: 0x562b83e2bb20 2024-03-21T13:20:31.739 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T13:20:31.739 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.info_log: 0x562b8643ab80 2024-03-21T13:20:31.739 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T13:20:31.739 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.statistics: (nil) 2024-03-21T13:20:31.739 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.use_fsync: 0 2024-03-21T13:20:31.739 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T13:20:31.739 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T13:20:31.739 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T13:20:31.739 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T13:20:31.740 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T13:20:31.740 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T13:20:31.740 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T13:20:31.740 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T13:20:31.740 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T13:20:31.740 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T13:20:31.740 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T13:20:31.740 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.db_log_dir: 2024-03-21T13:20:31.740 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.wal_dir: 2024-03-21T13:20:31.740 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T13:20:31.740 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T13:20:31.740 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T13:20:31.740 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T13:20:31.741 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T13:20:31.741 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T13:20:31.741 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T13:20:31.741 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T13:20:31.741 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.write_buffer_manager: 0x562b8640d360 2024-03-21T13:20:31.741 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T13:20:31.741 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T13:20:31.741 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T13:20:31.741 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T13:20:31.741 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T13:20:31.741 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T13:20:31.741 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T13:20:31.741 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T13:20:31.741 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.unordered_write: 0 2024-03-21T13:20:31.741 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T13:20:31.742 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T13:20:31.742 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T13:20:31.742 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T13:20:31.742 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.row_cache: None 2024-03-21T13:20:31.742 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.wal_filter: None 2024-03-21T13:20:31.765 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T13:20:31.765 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T13:20:31.765 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T13:20:31.765 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T13:20:31.765 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.wal_compression: 0 2024-03-21T13:20:31.765 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T13:20:31.765 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T13:20:31.765 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T13:20:31.765 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T13:20:31.765 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T13:20:31.765 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T13:20:31.765 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T13:20:31.765 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T13:20:31.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T13:20:31.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T13:20:31.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T13:20:31.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T13:20:31.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T13:20:31.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T13:20:31.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T13:20:31.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T13:20:31.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T13:20:31.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T13:20:31.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T13:20:31.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T13:20:31.767 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T13:20:31.767 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T13:20:31.767 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T13:20:31.767 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_open_files: -1 2024-03-21T13:20:31.767 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T13:20:31.767 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T13:20:31.767 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T13:20:31.767 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T13:20:31.767 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T13:20:31.767 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Compression algorithms supported: 2024-03-21T13:20:31.767 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T13:20:31.767 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: kZSTD supported: 0 2024-03-21T13:20:31.767 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T13:20:31.767 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T13:20:31.768 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T13:20:31.768 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T13:20:31.768 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T13:20:31.768 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T13:20:31.768 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T13:20:31.768 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T13:20:31.768 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-03-21T13:20:31.768 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:20:31.768 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-21T13:20:31.768 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:20:31.768 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T13:20:31.768 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:20:31.768 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T13:20:31.768 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.merge_operator: 2024-03-21T13:20:31.769 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compaction_filter: None 2024-03-21T13:20:31.769 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T13:20:31.769 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T13:20:31.769 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T13:20:31.769 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T13:20:31.769 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562b8643aca0) 2024-03-21T13:20:31.769 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-03-21T13:20:31.769 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T13:20:31.769 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T13:20:31.769 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-03-21T13:20:31.769 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-03-21T13:20:31.769 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-03-21T13:20:31.769 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-03-21T13:20:31.769 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-03-21T13:20:31.770 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-03-21T13:20:31.770 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-03-21T13:20:31.770 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x562b8643f090 2024-03-21T13:20:31.770 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-03-21T13:20:31.770 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-03-21T13:20:31.770 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-03-21T13:20:31.770 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-03-21T13:20:31.770 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-03-21T13:20:31.770 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-03-21T13:20:31.770 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-03-21T13:20:31.770 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-03-21T13:20:31.771 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-03-21T13:20:31.771 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-03-21T13:20:31.771 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-03-21T13:20:31.771 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-03-21T13:20:31.771 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-03-21T13:20:31.771 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-03-21T13:20:31.771 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-03-21T13:20:31.771 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-03-21T13:20:31.771 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-03-21T13:20:31.771 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-03-21T13:20:31.771 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-03-21T13:20:31.771 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-03-21T13:20:31.772 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-03-21T13:20:31.772 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-03-21T13:20:31.772 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-03-21T13:20:31.772 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-03-21T13:20:31.772 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-03-21T13:20:31.772 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-03-21T13:20:31.772 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:20:31.772 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T13:20:31.772 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T13:20:31.772 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compression: NoCompression 2024-03-21T13:20:31.772 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T13:20:31.772 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T13:20:31.772 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T13:20:31.773 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.num_levels: 7 2024-03-21T13:20:31.773 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T13:20:31.773 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T13:20:31.773 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T13:20:31.773 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T13:20:31.773 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T13:20:31.773 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T13:20:31.773 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T13:20:31.773 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:20:31.773 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T13:20:31.773 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T13:20:31.773 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:20:31.774 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:20:31.774 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T13:20:31.774 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T13:20:31.774 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T13:20:31.774 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T13:20:31.774 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:20:31.774 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:20:31.774 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T13:20:31.774 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T13:20:31.774 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:20:31.774 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T13:20:31.774 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T13:20:31.774 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T13:20:31.775 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T13:20:31.775 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T13:20:31.775 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T13:20:31.775 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T13:20:31.775 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T13:20:31.775 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T13:20:31.775 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T13:20:31.775 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T13:20:31.775 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T13:20:31.775 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T13:20:31.775 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T13:20:31.775 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T13:20:31.775 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T13:20:31.775 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T13:20:31.775 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T13:20:31.776 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T13:20:31.776 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T13:20:31.776 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T13:20:31.776 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T13:20:31.776 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T13:20:31.776 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T13:20:31.776 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T13:20:31.776 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T13:20:31.776 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T13:20:31.776 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T13:20:31.776 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T13:20:31.776 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T13:20:31.777 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T13:20:31.777 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T13:20:31.777 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T13:20:31.777 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T13:20:31.777 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T13:20:31.777 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T13:20:31.777 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T13:20:31.777 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T13:20:31.777 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T13:20:31.777 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T13:20:31.777 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T13:20:31.777 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T13:20:31.777 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T13:20:31.777 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T13:20:31.778 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.ttl: 2592000 2024-03-21T13:20:31.778 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T13:20:31.778 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T13:20:31.778 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T13:20:31.778 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T13:20:31.778 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T13:20:31.778 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T13:20:31.778 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T13:20:31.778 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T13:20:31.778 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T13:20:31.778 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T13:20:31.778 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T13:20:31.778 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T13:20:31.779 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T13:20:31.779 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-21T13:20:31.779 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:20:31.779 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-21T13:20:31.779 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:20:31.779 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a1dd4231-0bff-4553-b717-5573f2a7996f 2024-03-21T13:20:31.779 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:20:31.779 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-03-21T13:20:31.779 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:20:31.779 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562b86508000 2024-03-21T13:20:31.779 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f8040771c80 4 rocksdb: DB pointer 0x562b864f8000 2024-03-21T13:20:31.779 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f80308d5700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T13:20:31.779 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.173+0000 7f80308d5700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T13:20:31.779 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-03-21T13:20:31.780 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:20:31.780 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T13:20:31.780 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:20:31.780 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:20:31.780 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T13:20:31.780 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:20:31.780 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:20:31.780 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:20:31.780 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-21T13:20:31.780 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T13:20:31.780 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T13:20:31.781 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-21T13:20:31.781 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-21T13:20:31.781 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:20:31.781 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-21T13:20:31.781 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T13:20:31.781 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:20:31.781 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:20:31.781 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T13:20:31.781 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:20:31.781 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:20:31.781 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T13:20:31.781 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:20:31.781 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:20:31.782 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:20:31.782 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:20:31.782 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:20:31.782 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:20:31.782 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T13:20:31.782 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x562b8643f090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-03-21T13:20:31.782 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-03-21T13:20:31.782 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:20:31.782 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:20:31.782 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:20:31.782 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.177+0000 7f8040771c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-03-21T13:20:31.782 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.177+0000 7f8040771c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-03-21T13:20:31.783 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:20:31.177+0000 7f8040771c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-21T13:20:31.783 INFO:teuthology.orchestra.run.smithi001.stdout:create mon.a on 2024-03-21T13:20:32.018 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-03-21T13:20:32.208 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-21T13:20:32.431 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-86fed6e6-e785-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715.target. 2024-03-21T13:20:32.432 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-86fed6e6-e785-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715.target. 2024-03-21T13:20:32.714 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mon.a 2024-03-21T13:20:32.714 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to reset failed state of unit ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mon.a.service: Unit ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mon.a.service not loaded. 2024-03-21T13:20:32.912 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715.target.wants/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service. 2024-03-21T13:20:32.921 INFO:teuthology.orchestra.run.smithi001.stdout:firewalld does not appear to be present 2024-03-21T13:20:32.921 INFO:teuthology.orchestra.run.smithi001.stdout:Not possible to enable service . firewalld.service is not available 2024-03-21T13:20:32.921 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mon to start... 2024-03-21T13:20:32.921 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mon... 2024-03-21T13:20:34.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:34 smithi001 bash[20929]: cluster 2024-03-21T13:20:34.005330+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T13:20:34.748 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout cluster: 2024-03-21T13:20:34.748 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout id: 86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:20:34.748 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-21T13:20:34.748 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-03-21T13:20:34.748 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout services: 2024-03-21T13:20:34.748 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.170746s) 2024-03-21T13:20:34.749 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-21T13:20:34.749 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-21T13:20:34.749 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-03-21T13:20:34.749 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout data: 2024-03-21T13:20:34.749 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-21T13:20:34.749 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-21T13:20:34.749 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-21T13:20:34.749 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout pgs: 2024-03-21T13:20:34.749 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-03-21T13:20:34.749 INFO:teuthology.orchestra.run.smithi001.stdout:mon is available 2024-03-21T13:20:34.749 INFO:teuthology.orchestra.run.smithi001.stdout:Assimilating anything we can from ceph.conf... 2024-03-21T13:20:35.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:35 smithi001 bash[20929]: cluster 2024-03-21T13:20:34.008746+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T13:20:35.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:35 smithi001 bash[20929]: cluster 2024-03-21T13:20:34.008910+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:20:35.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:35 smithi001 bash[20929]: cluster 2024-03-21T13:20:34.010984+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-21T13:20:35.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:35 smithi001 bash[20929]: cluster 2024-03-21T13:20:34.013226+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-21T13:20:35.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:35 smithi001 bash[20929]: cluster 2024-03-21T13:20:34.013672+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-03-21T13:20:35.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:35 smithi001 bash[20929]: audit 2024-03-21T13:20:34.179425+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.1:0/3145872087' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-21T13:20:36.245 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-03-21T13:20:36.245 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [global] 2024-03-21T13:20:36.245 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout fsid = 86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:20:36.245 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.1:3300,v1:172.21.15.1:6789] 2024-03-21T13:20:36.245 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-21T13:20:36.245 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-21T13:20:36.246 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-21T13:20:36.246 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-21T13:20:36.246 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-03-21T13:20:36.246 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-21T13:20:36.246 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-03-21T13:20:36.246 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-21T13:20:36.246 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-03-21T13:20:36.246 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [osd] 2024-03-21T13:20:36.246 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-21T13:20:36.246 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-21T13:20:36.246 INFO:teuthology.orchestra.run.smithi001.stdout:Generating new minimal ceph.conf... 2024-03-21T13:20:36.267 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:36 smithi001 bash[20929]: audit 2024-03-21T13:20:35.693376+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.1:0/1707921909' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-21T13:20:36.267 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:36 smithi001 bash[20929]: audit 2024-03-21T13:20:35.697213+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.1:0/1707921909' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-21T13:20:37.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:37 smithi001 bash[20929]: audit 2024-03-21T13:20:37.213078+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.1:0/841001602' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:37.731 INFO:teuthology.orchestra.run.smithi001.stdout:Restarting the monitor... 2024-03-21T13:20:38.102 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:37 smithi001 systemd[1]: Stopping Ceph mon.a for 86fed6e6-e785-11ee-95cd-87774f69a715... 2024-03-21T13:20:38.102 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:37 smithi001 bash[20929]: debug 2024-03-21T13:20:37.841+0000 7f3f04270700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T13:20:38.102 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:37 smithi001 bash[20929]: debug 2024-03-21T13:20:37.841+0000 7f3f04270700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-21T13:20:38.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:38 smithi001 bash[21316]: ceph-86fed6e6-e785-11ee-95cd-87774f69a715-mon-a 2024-03-21T13:20:38.453 INFO:teuthology.orchestra.run.smithi001.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-03-21T13:20:38.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:38 smithi001 bash[21378]: ceph-86fed6e6-e785-11ee-95cd-87774f69a715-mon-a 2024-03-21T13:20:38.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:38 smithi001 systemd[1]: ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-21T13:20:38.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:38 smithi001 systemd[1]: Stopped Ceph mon.a for 86fed6e6-e785-11ee-95cd-87774f69a715. 2024-03-21T13:20:38.908 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:38 smithi001 systemd[1]: Started Ceph mon.a for 86fed6e6-e785-11ee-95cd-87774f69a715. 2024-03-21T13:20:39.629 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.369+0000 7febd9e6bc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T13:20:39.629 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.369+0000 7febd9e6bc80 0 ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev), process ceph-mon, pid 7 2024-03-21T13:20:39.629 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.369+0000 7febd9e6bc80 0 pidfile_write: ignore empty --pid-file 2024-03-21T13:20:39.629 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 0 load: jerasure load: lrc 2024-03-21T13:20:39.629 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T13:20:39.629 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Git sha 0 2024-03-21T13:20:39.629 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Compile date 2024-03-21 08:53:26 2024-03-21T13:20:39.629 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: DB SUMMARY 2024-03-21T13:20:39.629 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: DB Session ID: X1ZP77BARDFJZVED0Q2J 2024-03-21T13:20:39.629 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: CURRENT file: CURRENT 2024-03-21T13:20:39.630 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T13:20:39.630 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-21T13:20:39.630 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-21T13:20:39.630 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84921 ; 2024-03-21T13:20:39.630 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T13:20:39.630 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.create_if_missing: 0 2024-03-21T13:20:39.630 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T13:20:39.630 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T13:20:39.630 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T13:20:39.630 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T13:20:39.630 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.env: 0x559564176b20 2024-03-21T13:20:39.630 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T13:20:39.630 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.info_log: 0x559564fe1960 2024-03-21T13:20:39.630 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T13:20:39.631 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.statistics: (nil) 2024-03-21T13:20:39.631 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.use_fsync: 0 2024-03-21T13:20:39.631 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T13:20:39.632 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T13:20:39.632 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T13:20:39.632 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T13:20:39.632 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T13:20:39.632 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T13:20:39.633 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T13:20:39.633 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T13:20:39.633 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T13:20:39.633 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T13:20:39.633 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T13:20:39.633 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.db_log_dir: 2024-03-21T13:20:39.633 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.wal_dir: 2024-03-21T13:20:39.633 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T13:20:39.633 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T13:20:39.633 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T13:20:39.633 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T13:20:39.633 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T13:20:39.633 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T13:20:39.633 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T13:20:39.633 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T13:20:39.634 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.write_buffer_manager: 0x559564fb21e0 2024-03-21T13:20:39.634 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T13:20:39.634 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T13:20:39.634 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T13:20:39.634 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T13:20:39.634 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T13:20:39.634 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T13:20:39.634 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T13:20:39.634 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T13:20:39.634 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.unordered_write: 0 2024-03-21T13:20:39.634 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T13:20:39.634 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T13:20:39.634 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T13:20:39.634 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T13:20:39.634 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.row_cache: None 2024-03-21T13:20:39.635 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.wal_filter: None 2024-03-21T13:20:39.635 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T13:20:39.635 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T13:20:39.635 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T13:20:39.635 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T13:20:39.635 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.wal_compression: 0 2024-03-21T13:20:39.635 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T13:20:39.635 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T13:20:39.635 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T13:20:39.635 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T13:20:39.635 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T13:20:39.635 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T13:20:39.635 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T13:20:39.635 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T13:20:39.635 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T13:20:39.635 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T13:20:39.636 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T13:20:39.636 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T13:20:39.636 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T13:20:39.636 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T13:20:39.636 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T13:20:39.636 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T13:20:39.636 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T13:20:39.636 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T13:20:39.636 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T13:20:39.636 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T13:20:39.636 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T13:20:39.636 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T13:20:39.637 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T13:20:39.637 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_open_files: -1 2024-03-21T13:20:39.637 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T13:20:39.637 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T13:20:39.637 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T13:20:39.637 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T13:20:39.637 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T13:20:39.637 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Compression algorithms supported: 2024-03-21T13:20:39.637 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T13:20:39.637 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: kZSTD supported: 0 2024-03-21T13:20:39.637 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T13:20:39.637 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T13:20:39.637 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T13:20:39.637 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T13:20:39.637 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T13:20:39.638 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T13:20:39.638 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T13:20:39.638 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T13:20:39.638 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-21T13:20:39.638 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T13:20:39.638 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T13:20:39.638 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.merge_operator: 2024-03-21T13:20:39.638 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compaction_filter: None 2024-03-21T13:20:39.638 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T13:20:39.638 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T13:20:39.638 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T13:20:39.638 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T13:20:39.638 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559564fe1a60) 2024-03-21T13:20:39.638 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: cache_index_and_filter_blocks: 1 2024-03-21T13:20:39.638 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T13:20:39.639 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T13:20:39.639 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: pin_top_level_index_and_filter: 1 2024-03-21T13:20:39.639 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: index_type: 0 2024-03-21T13:20:39.639 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: data_block_index_type: 0 2024-03-21T13:20:39.639 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: index_shortening: 1 2024-03-21T13:20:39.639 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T13:20:39.639 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: checksum: 4 2024-03-21T13:20:39.639 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: no_block_cache: 0 2024-03-21T13:20:39.639 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: block_cache: 0x559564fe3090 2024-03-21T13:20:39.639 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: block_cache_name: BinnedLRUCache 2024-03-21T13:20:39.639 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: block_cache_options: 2024-03-21T13:20:39.639 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: capacity : 536870912 2024-03-21T13:20:39.639 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: num_shard_bits : 4 2024-03-21T13:20:39.639 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: strict_capacity_limit : 0 2024-03-21T13:20:39.639 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: high_pri_pool_ratio: 0.000 2024-03-21T13:20:39.639 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: block_cache_compressed: (nil) 2024-03-21T13:20:39.640 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: persistent_cache: (nil) 2024-03-21T13:20:39.640 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: block_size: 4096 2024-03-21T13:20:39.640 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: block_size_deviation: 10 2024-03-21T13:20:39.640 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: block_restart_interval: 16 2024-03-21T13:20:39.640 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: index_block_restart_interval: 1 2024-03-21T13:20:39.640 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: metadata_block_size: 4096 2024-03-21T13:20:39.640 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: partition_filters: 0 2024-03-21T13:20:39.640 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: use_delta_encoding: 1 2024-03-21T13:20:39.640 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: filter_policy: bloomfilter 2024-03-21T13:20:39.640 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: whole_key_filtering: 1 2024-03-21T13:20:39.640 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: verify_compression: 0 2024-03-21T13:20:39.640 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: read_amp_bytes_per_bit: 0 2024-03-21T13:20:39.640 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: format_version: 5 2024-03-21T13:20:39.640 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: enable_index_compression: 1 2024-03-21T13:20:39.640 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: block_align: 0 2024-03-21T13:20:39.640 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: max_auto_readahead_size: 262144 2024-03-21T13:20:39.641 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: prepopulate_block_cache: 0 2024-03-21T13:20:39.641 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: initial_auto_readahead_size: 8192 2024-03-21T13:20:39.641 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: num_file_reads_for_auto_readahead: 2 2024-03-21T13:20:39.641 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T13:20:39.641 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T13:20:39.641 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compression: NoCompression 2024-03-21T13:20:39.641 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T13:20:39.641 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T13:20:39.641 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T13:20:39.641 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.num_levels: 7 2024-03-21T13:20:39.641 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T13:20:39.641 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T13:20:39.641 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T13:20:39.641 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T13:20:39.641 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T13:20:39.642 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T13:20:39.642 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T13:20:39.642 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:20:39.642 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T13:20:39.642 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T13:20:39.642 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:20:39.642 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:20:39.642 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T13:20:39.642 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T13:20:39.642 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T13:20:39.642 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T13:20:39.642 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:20:39.642 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:20:39.642 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T13:20:39.643 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T13:20:39.643 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:20:39.643 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T13:20:39.643 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T13:20:39.643 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T13:20:39.643 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T13:20:39.643 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T13:20:39.643 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T13:20:39.643 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T13:20:39.643 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T13:20:39.643 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T13:20:39.643 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T13:20:39.643 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T13:20:39.643 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T13:20:39.644 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T13:20:39.644 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T13:20:39.644 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T13:20:39.644 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T13:20:39.644 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T13:20:39.644 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T13:20:39.644 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T13:20:39.644 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T13:20:39.644 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T13:20:39.644 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T13:20:39.644 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T13:20:39.644 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T13:20:39.644 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T13:20:39.644 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T13:20:39.644 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T13:20:39.645 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T13:20:39.645 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T13:20:39.645 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T13:20:39.645 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T13:20:39.645 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T13:20:39.645 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T13:20:39.645 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T13:20:39.645 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T13:20:39.645 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T13:20:39.645 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T13:20:39.645 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T13:20:39.645 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T13:20:39.646 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T13:20:39.646 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T13:20:39.646 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T13:20:39.646 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T13:20:39.646 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T13:20:39.646 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.ttl: 2592000 2024-03-21T13:20:39.646 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T13:20:39.646 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T13:20:39.646 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T13:20:39.646 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T13:20:39.646 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T13:20:39.646 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T13:20:39.646 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T13:20:39.647 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T13:20:39.647 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T13:20:39.647 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T13:20:39.647 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T13:20:39.647 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T13:20:39.647 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T13:20:39.647 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-03-21T13:20:39.647 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-21T13:20:39.647 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a1dd4231-0bff-4553-b717-5573f2a7996f 2024-03-21T13:20:39.647 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711027239380567, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-21T13:20:39.647 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.373+0000 7febd9e6bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-21T13:20:39.647 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.377+0000 7febd9e6bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711027239381593, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81546, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79733, "index_size": 223, "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": 10027, "raw_average_key_size": 47, "raw_value_size": 74042, "raw_average_value_size": 350, "num_data_blocks": 10, "num_entries": 211, "num_filter_entries": 211, "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": "[]", "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": 1711027239, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a1dd4231-0bff-4553-b717-5573f2a7996f", "db_session_id": "X1ZP77BARDFJZVED0Q2J", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-21T13:20:39.647 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.377+0000 7febd9e6bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711027239381711, "job": 1, "event": "recovery_finished"} 2024-03-21T13:20:39.647 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.377+0000 7febd9e6bc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-21T13:20:39.648 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.377+0000 7febd9e6bc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-21T13:20:39.648 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.377+0000 7febd9e6bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5595650d6000 2024-03-21T13:20:39.648 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.377+0000 7febd9e6bc80 4 rocksdb: DB pointer 0x5595650c0000 2024-03-21T13:20:39.648 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.377+0000 7febc85c7700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T13:20:39.648 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.377+0000 7febc85c7700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T13:20:39.648 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: ** DB Stats ** 2024-03-21T13:20:39.648 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:20:39.648 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T13:20:39.649 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:20:39.649 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:20:39.649 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T13:20:39.649 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:20:39.649 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:20:39.649 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: ** Compaction Stats [default] ** 2024-03-21T13:20:39.649 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T13:20:39.649 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T13:20:39.649 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: L0 2/0 81.47 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:20:39.649 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: Sum 2/0 81.47 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:20:39.649 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:20:39.649 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: ** Compaction Stats [default] ** 2024-03-21T13:20:39.649 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T13:20:39.650 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:20:39.650 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 127.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:20:39.650 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T13:20:39.650 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:20:39.650 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T13:20:39.650 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:20:39.650 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:20:39.650 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:20:39.650 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:20:39.650 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: Cumulative compaction: 0.00 GB write, 20.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:20:39.650 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: Interval compaction: 0.00 GB write, 20.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:20:39.650 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T13:20:39.650 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: Block cache BinnedLRUCache@0x559564fe3090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-03-21T13:20:39.650 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-03-21T13:20:39.650 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:20:39.650 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.377+0000 7febd9e6bc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] at bind addrs [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:20:39.651 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.377+0000 7febd9e6bc80 1 mon.a@-1(???) e1 preinit fsid 86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:20:39.651 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.381+0000 7febd9e6bc80 0 mon.a@-1(???).mds e1 new map 2024-03-21T13:20:39.651 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.381+0000 7febd9e6bc80 0 mon.a@-1(???).mds e1 print_map 2024-03-21T13:20:39.651 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: e1 2024-03-21T13:20:39.651 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T13:20:39.651 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: 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} 2024-03-21T13:20:39.651 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: legacy client fscid: -1 2024-03-21T13:20:39.651 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: 2024-03-21T13:20:39.651 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: No filesystems configured 2024-03-21T13:20:39.651 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.381+0000 7febd9e6bc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T13:20:39.652 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.381+0000 7febd9e6bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:20:39.652 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.381+0000 7febd9e6bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:20:39.652 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.381+0000 7febd9e6bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:20:39.652 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: debug 2024-03-21T13:20:39.381+0000 7febd9e6bc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-21T13:20:39.652 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: cluster 2024-03-21T13:20:39.388496+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T13:20:39.652 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: cluster 2024-03-21T13:20:39.388551+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:20:39.652 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: cluster 2024-03-21T13:20:39.388978+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-03-21T13:20:39.652 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: cluster 2024-03-21T13:20:39.389006+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-21T13:20:39.652 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:39 smithi001 bash[21415]: cluster 2024-03-21T13:20:39.389336+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-03-21T13:20:40.200 INFO:teuthology.orchestra.run.smithi001.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-21T13:20:40.225 INFO:teuthology.orchestra.run.smithi001.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:20:40.225 INFO:teuthology.orchestra.run.smithi001.stdout:Creating mgr... 2024-03-21T13:20:40.226 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-21T13:20:40.226 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-21T13:20:40.570 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:40 smithi001 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:20:40.578 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mgr.a 2024-03-21T13:20:40.578 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to reset failed state of unit ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mgr.a.service: Unit ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mgr.a.service not loaded. 2024-03-21T13:20:40.793 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715.target.wants/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service. 2024-03-21T13:20:40.801 INFO:teuthology.orchestra.run.smithi001.stdout:firewalld does not appear to be present 2024-03-21T13:20:40.801 INFO:teuthology.orchestra.run.smithi001.stdout:Not possible to enable service . firewalld.service is not available 2024-03-21T13:20:40.801 INFO:teuthology.orchestra.run.smithi001.stdout:firewalld does not appear to be present 2024-03-21T13:20:40.801 INFO:teuthology.orchestra.run.smithi001.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-21T13:20:40.801 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mgr to start... 2024-03-21T13:20:40.802 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mgr... 2024-03-21T13:20:40.840 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:40 smithi001 bash[21415]: audit 2024-03-21T13:20:39.615618+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.1:0/4121043280' entity='client.admin' 2024-03-21T13:20:40.841 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:40 smithi001 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:20:42.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:42 smithi001 bash[21415]: audit 2024-03-21T13:20:42.150738+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.1:0/2143993597' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T13:20:42.409 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:42 smithi001 bash[21669]: debug 2024-03-21T13:20:42.129+0000 7f3355b63200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:20:42.624 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-03-21T13:20:42.624 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:20:42.624 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsid": "86fed6e6-e785-11ee-95cd-87774f69a715", 2024-03-21T13:20:42.624 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T13:20:42.624 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T13:20:42.624 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T13:20:42.624 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T13:20:42.624 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:42.625 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T13:20:42.626 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T13:20:42.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 0 2024-03-21T13:20:42.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:20:42.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T13:20:42.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T13:20:42.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:20:42.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-21T13:20:42.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T13:20:42.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:20:42.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T13:20:42.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T13:20:42.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:42.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T13:20:42.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:20:42.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T13:20:42.628 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T13:20:42.628 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T13:20:42.628 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T13:20:42.628 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T13:20:42.628 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T13:20:42.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:42.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T13:20:42.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T13:20:42.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T13:20:42.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T13:20:42.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T13:20:42.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T13:20:42.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T13:20:42.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T13:20:42.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T13:20:42.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:42.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T13:20:42.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:20:42.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T13:20:42.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T13:20:42.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:42.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T13:20:42.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T13:20:42.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T13:20:42.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T13:20:42.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T13:20:42.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T13:20:42.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T13:20:42.633 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:20:42.633 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:20:42.633 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:42.633 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T13:20:42.633 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:20:42.633 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T13:20:34.010021+0000", 2024-03-21T13:20:42.633 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:20:42.633 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:42.633 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T13:20:42.633 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:20:42.633 INFO:teuthology.orchestra.run.smithi001.stdout:mgr not available, waiting (1/15)... 2024-03-21T13:20:44.112 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:43 smithi001 bash[21669]: debug 2024-03-21T13:20:43.753+0000 7f3355b63200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:20:44.113 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:43 smithi001 bash[21669]: debug 2024-03-21T13:20:43.853+0000 7f3355b63200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:20:44.113 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:44 smithi001 bash[21669]: debug 2024-03-21T13:20:44.109+0000 7f3355b63200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:20:45.286 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:44 smithi001 bash[21669]: debug 2024-03-21T13:20:44.929+0000 7f3355b63200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:20:45.286 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:45 smithi001 bash[21669]: debug 2024-03-21T13:20:45.045+0000 7f3355b63200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:20:45.286 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:45 smithi001 bash[21669]: debug 2024-03-21T13:20:45.153+0000 7f3355b63200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:20:45.628 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:45 smithi001 bash[21669]: debug 2024-03-21T13:20:45.517+0000 7f3355b63200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:20:45.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:45 smithi001 bash[21415]: audit 2024-03-21T13:20:45.615845+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.1:0/104244548' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T13:20:45.908 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:45 smithi001 bash[21669]: debug 2024-03-21T13:20:45.633+0000 7f3355b63200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:20:45.908 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:45 smithi001 bash[21669]: debug 2024-03-21T13:20:45.745+0000 7f3355b63200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:20:46.190 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-03-21T13:20:46.190 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:20:46.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsid": "86fed6e6-e785-11ee-95cd-87774f69a715", 2024-03-21T13:20:46.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T13:20:46.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T13:20:46.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T13:20:46.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T13:20:46.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:46.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T13:20:46.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T13:20:46.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 0 2024-03-21T13:20:46.197 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:20:46.197 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T13:20:46.197 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T13:20:46.197 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:20:46.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-03-21T13:20:46.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T13:20:46.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:20:46.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T13:20:46.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T13:20:46.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:46.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T13:20:46.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:20:46.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T13:20:46.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T13:20:46.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T13:20:46.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T13:20:46.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T13:20:46.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T13:20:46.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:46.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T13:20:46.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T13:20:46.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T13:20:46.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T13:20:46.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T13:20:46.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T13:20:46.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T13:20:46.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T13:20:46.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T13:20:46.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:46.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T13:20:46.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:20:46.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T13:20:46.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T13:20:46.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:46.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T13:20:46.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T13:20:46.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T13:20:46.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T13:20:46.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T13:20:46.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T13:20:46.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T13:20:46.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:20:46.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:20:46.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:46.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T13:20:46.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:20:46.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T13:20:34.010021+0000", 2024-03-21T13:20:46.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:20:46.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:46.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T13:20:46.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:20:46.201 INFO:teuthology.orchestra.run.smithi001.stdout:mgr not available, waiting (2/15)... 2024-03-21T13:20:46.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:46 smithi001 bash[21669]: debug 2024-03-21T13:20:46.113+0000 7f3355b63200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:20:46.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:46 smithi001 bash[21669]: debug 2024-03-21T13:20:46.353+0000 7f3355b63200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:20:46.907 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:46 smithi001 bash[21669]: debug 2024-03-21T13:20:46.621+0000 7f3355b63200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:20:46.907 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:46 smithi001 bash[21669]: debug 2024-03-21T13:20:46.737+0000 7f3355b63200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:20:47.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:47 smithi001 bash[21669]: debug 2024-03-21T13:20:47.021+0000 7f3355b63200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:20:47.821 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:47 smithi001 bash[21669]: debug 2024-03-21T13:20:47.441+0000 7f3355b63200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:20:47.821 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:47 smithi001 bash[21669]: debug 2024-03-21T13:20:47.689+0000 7f3355b63200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:20:48.077 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:47 smithi001 bash[21669]: debug 2024-03-21T13:20:47.817+0000 7f3355b63200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:20:48.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:48 smithi001 bash[21669]: debug 2024-03-21T13:20:48.073+0000 7f3355b63200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:20:49.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:49 smithi001 bash[21415]: audit 2024-03-21T13:20:49.190302+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.1:0/2612902060' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T13:20:49.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:49 smithi001 bash[21669]: debug 2024-03-21T13:20:49.113+0000 7f3355b63200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:20:49.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:49 smithi001 bash[21669]: debug 2024-03-21T13:20:49.233+0000 7f3355b63200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:20:49.720 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-03-21T13:20:49.720 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:20:49.720 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsid": "86fed6e6-e785-11ee-95cd-87774f69a715", 2024-03-21T13:20:49.720 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T13:20:49.720 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T13:20:49.720 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T13:20:49.720 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T13:20:49.720 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:49.720 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T13:20:49.721 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T13:20:49.721 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 0 2024-03-21T13:20:49.721 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:20:49.721 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T13:20:49.721 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T13:20:49.721 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:20:49.721 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-03-21T13:20:49.721 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T13:20:49.721 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:20:49.721 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T13:20:49.721 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T13:20:49.721 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:49.721 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T13:20:49.721 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:20:49.721 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T13:20:49.721 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T13:20:49.722 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T13:20:49.722 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T13:20:49.725 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T13:20:49.725 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T13:20:49.725 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:49.725 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T13:20:49.725 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T13:20:49.725 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T13:20:49.725 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T13:20:49.725 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T13:20:49.725 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T13:20:49.726 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T13:20:49.726 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T13:20:49.726 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T13:20:49.726 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:49.726 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T13:20:49.726 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:20:49.726 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T13:20:49.726 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T13:20:49.726 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:49.726 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T13:20:49.726 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T13:20:49.726 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T13:20:49.726 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T13:20:49.726 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T13:20:49.726 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T13:20:49.726 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T13:20:49.727 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:20:49.727 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:20:49.727 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:49.727 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T13:20:49.727 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:20:49.727 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T13:20:34.010021+0000", 2024-03-21T13:20:49.727 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:20:49.727 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:49.727 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T13:20:49.727 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:20:49.727 INFO:teuthology.orchestra.run.smithi001.stdout:mgr not available, waiting (3/15)... 2024-03-21T13:20:49.907 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:49 smithi001 bash[21669]: debug 2024-03-21T13:20:49.537+0000 7f3355b63200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:20:49.907 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:49 smithi001 bash[21669]: debug 2024-03-21T13:20:49.657+0000 7f3355b63200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:20:50.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:50 smithi001 bash[21669]: debug 2024-03-21T13:20:50.145+0000 7f3355b63200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:20:50.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:50 smithi001 bash[21669]: debug 2024-03-21T13:20:50.269+0000 7f3355b63200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:20:50.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:50 smithi001 bash[21415]: cluster 2024-03-21T13:20:50.295447+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon a 2024-03-21T13:20:50.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:50 smithi001 bash[21415]: cluster 2024-03-21T13:20:50.302889+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00793627s) 2024-03-21T13:20:50.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:50 smithi001 bash[21415]: audit 2024-03-21T13:20:50.304269+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.1:0/3651469359' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:20:50.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:50 smithi001 bash[21415]: audit 2024-03-21T13:20:50.304556+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.1:0/3651469359' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:20:50.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:50 smithi001 bash[21415]: audit 2024-03-21T13:20:50.304816+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.1:0/3651469359' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:20:50.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:50 smithi001 bash[21415]: audit 2024-03-21T13:20:50.305082+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.1:0/3651469359' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:20:50.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:50 smithi001 bash[21415]: audit 2024-03-21T13:20:50.306269+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.1:0/3651469359' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T13:20:50.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:50 smithi001 bash[21415]: cluster 2024-03-21T13:20:50.334758+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon a is now available 2024-03-21T13:20:51.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:51 smithi001 bash[21415]: audit 2024-03-21T13:20:50.349354+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.1:0/3651469359' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:20:51.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:51 smithi001 bash[21415]: audit 2024-03-21T13:20:50.351082+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.1:0/3651469359' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T13:20:51.658 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:51 smithi001 bash[21415]: audit 2024-03-21T13:20:50.352652+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.1:0/3651469359' entity='mgr.a' 2024-03-21T13:20:51.658 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:51 smithi001 bash[21415]: audit 2024-03-21T13:20:50.354488+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.1:0/3651469359' entity='mgr.a' 2024-03-21T13:20:51.658 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:51 smithi001 bash[21415]: audit 2024-03-21T13:20:50.356237+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.1:0/3651469359' entity='mgr.a' 2024-03-21T13:20:51.658 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:51 smithi001 bash[21415]: cluster 2024-03-21T13:20:51.311236+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: a(active, since 1.01627s) 2024-03-21T13:20:53.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:53 smithi001 bash[21415]: cluster 2024-03-21T13:20:52.355066+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-03-21T13:20:53.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:53 smithi001 bash[21415]: audit 2024-03-21T13:20:53.118794+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.1:0/4117423710' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T13:20:53.625 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-03-21T13:20:53.625 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:20:53.625 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsid": "86fed6e6-e785-11ee-95cd-87774f69a715", 2024-03-21T13:20:53.626 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T13:20:53.626 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T13:20:53.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T13:20:53.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T13:20:53.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:53.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T13:20:53.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T13:20:53.628 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 0 2024-03-21T13:20:53.628 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:20:53.628 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T13:20:53.628 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T13:20:53.628 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:20:53.628 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-03-21T13:20:53.628 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T13:20:53.628 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:20:53.630 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T13:20:53.630 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T13:20:53.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:53.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T13:20:53.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:20:53.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T13:20:53.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T13:20:53.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T13:20:53.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T13:20:53.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T13:20:53.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T13:20:53.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:53.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T13:20:53.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T13:20:53.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T13:20:53.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T13:20:53.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T13:20:53.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T13:20:53.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T13:20:53.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T13:20:53.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T13:20:53.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:53.634 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T13:20:53.634 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:20:53.634 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T13:20:53.634 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T13:20:53.635 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:53.635 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T13:20:53.635 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T13:20:53.635 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T13:20:53.635 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T13:20:53.635 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T13:20:53.635 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T13:20:53.635 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T13:20:53.635 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:20:53.635 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:20:53.635 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:53.635 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T13:20:53.635 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:20:53.635 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T13:20:34.010021+0000", 2024-03-21T13:20:53.636 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:20:53.636 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:20:53.636 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T13:20:53.636 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:20:53.636 INFO:teuthology.orchestra.run.smithi001.stdout:mgr is available 2024-03-21T13:20:55.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:54 smithi001 bash[21415]: audit 2024-03-21T13:20:54.869850+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.1:0/1631965320' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-21T13:20:55.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:54 smithi001 bash[21415]: audit 2024-03-21T13:20:54.873661+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.1:0/1631965320' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-21T13:20:55.423 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-03-21T13:20:55.423 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [global] 2024-03-21T13:20:55.423 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout fsid = 86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:20:55.423 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-21T13:20:55.423 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-21T13:20:55.424 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-21T13:20:55.424 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-21T13:20:55.424 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-03-21T13:20:55.424 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-21T13:20:55.424 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-21T13:20:55.424 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-03-21T13:20:55.424 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [osd] 2024-03-21T13:20:55.424 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-21T13:20:55.424 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-21T13:20:55.424 INFO:teuthology.orchestra.run.smithi001.stdout:Enabling cephadm module... 2024-03-21T13:20:57.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:56 smithi001 bash[21415]: audit 2024-03-21T13:20:56.736368+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.1:0/1987850928' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-21T13:20:57.157 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:56 smithi001 bash[21669]: ignoring --setuser ceph since I am not root 2024-03-21T13:20:57.157 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:56 smithi001 bash[21669]: ignoring --setgroup ceph since I am not root 2024-03-21T13:20:57.157 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:56 smithi001 bash[21669]: debug 2024-03-21T13:20:56.973+0000 7feb06e4b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:20:58.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:57 smithi001 bash[21415]: audit 2024-03-21T13:20:56.788145+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.1:0/1987850928' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-21T13:20:58.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:57 smithi001 bash[21415]: cluster 2024-03-21T13:20:56.793541+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-03-21T13:20:58.907 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:58 smithi001 bash[21669]: debug 2024-03-21T13:20:58.605+0000 7feb06e4b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:20:58.907 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:58 smithi001 bash[21669]: debug 2024-03-21T13:20:58.713+0000 7feb06e4b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:20:58.908 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:20:58 smithi001 bash[21415]: audit 2024-03-21T13:20:58.682028+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.1:0/3449445268' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-21T13:20:59.248 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:20:59.248 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-21T13:20:59.248 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T13:20:59.248 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-21T13:20:59.248 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-21T13:20:59.248 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:20:59.248 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for the mgr to restart... 2024-03-21T13:20:59.248 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mgr epoch 5... 2024-03-21T13:20:59.267 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:58 smithi001 bash[21669]: debug 2024-03-21T13:20:58.969+0000 7feb06e4b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:21:00.157 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:59 smithi001 bash[21669]: debug 2024-03-21T13:20:59.805+0000 7feb06e4b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:21:00.157 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:20:59 smithi001 bash[21669]: debug 2024-03-21T13:20:59.921+0000 7feb06e4b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:21:00.157 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:00 smithi001 bash[21669]: debug 2024-03-21T13:21:00.029+0000 7feb06e4b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:21:00.657 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:00 smithi001 bash[21669]: debug 2024-03-21T13:21:00.397+0000 7feb06e4b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:21:00.657 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:00 smithi001 bash[21669]: debug 2024-03-21T13:21:00.517+0000 7feb06e4b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:21:00.657 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:00 smithi001 bash[21669]: debug 2024-03-21T13:21:00.625+0000 7feb06e4b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:21:01.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:01 smithi001 bash[21669]: debug 2024-03-21T13:21:00.993+0000 7feb06e4b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:21:01.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:01 smithi001 bash[21669]: debug 2024-03-21T13:21:01.241+0000 7feb06e4b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:21:01.907 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:01 smithi001 bash[21669]: debug 2024-03-21T13:21:01.513+0000 7feb06e4b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:21:01.907 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:01 smithi001 bash[21669]: debug 2024-03-21T13:21:01.629+0000 7feb06e4b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:21:02.344 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:01 smithi001 bash[21669]: debug 2024-03-21T13:21:01.913+0000 7feb06e4b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:21:02.657 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:02 smithi001 bash[21669]: debug 2024-03-21T13:21:02.337+0000 7feb06e4b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:21:02.657 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:02 smithi001 bash[21669]: debug 2024-03-21T13:21:02.589+0000 7feb06e4b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:21:02.973 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:02 smithi001 bash[21669]: debug 2024-03-21T13:21:02.713+0000 7feb06e4b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:21:03.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:02 smithi001 bash[21669]: debug 2024-03-21T13:21:02.969+0000 7feb06e4b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:21:04.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:04 smithi001 bash[21669]: debug 2024-03-21T13:21:04.013+0000 7feb06e4b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:21:04.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:04 smithi001 bash[21669]: debug 2024-03-21T13:21:04.129+0000 7feb06e4b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:21:04.907 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:04 smithi001 bash[21669]: debug 2024-03-21T13:21:04.437+0000 7feb06e4b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:21:04.907 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:04 smithi001 bash[21669]: debug 2024-03-21T13:21:04.557+0000 7feb06e4b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:21:05.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:05 smithi001 bash[21669]: debug 2024-03-21T13:21:05.029+0000 7feb06e4b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:21:05.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:05 smithi001 bash[21669]: debug 2024-03-21T13:21:05.157+0000 7feb06e4b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:21:05.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:05 smithi001 bash[21415]: cluster 2024-03-21T13:21:05.183333+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon a restarted 2024-03-21T13:21:05.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:05 smithi001 bash[21415]: cluster 2024-03-21T13:21:05.183676+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon a 2024-03-21T13:21:05.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:05 smithi001 bash[21415]: cluster 2024-03-21T13:21:05.187201+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-21T13:21:05.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:05 smithi001 bash[21415]: cluster 2024-03-21T13:21:05.187390+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00386857s) 2024-03-21T13:21:05.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:05 smithi001 bash[21415]: audit 2024-03-21T13:21:05.189136+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:21:05.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:05 smithi001 bash[21415]: audit 2024-03-21T13:21:05.190887+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T13:21:05.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:05 smithi001 bash[21415]: audit 2024-03-21T13:21:05.191938+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:21:05.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:05 smithi001 bash[21415]: audit 2024-03-21T13:21:05.192152+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:21:05.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:05 smithi001 bash[21415]: audit 2024-03-21T13:21:05.192359+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:21:05.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:05 smithi001 bash[21415]: cluster 2024-03-21T13:21:05.219167+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon a is now available 2024-03-21T13:21:06.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:06 smithi001 bash[21415]: cephadm 2024-03-21T13:21:05.244595+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-03-21T13:21:06.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:06 smithi001 bash[21415]: audit 2024-03-21T13:21:05.246792+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' 2024-03-21T13:21:06.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:06 smithi001 bash[21415]: audit 2024-03-21T13:21:05.249544+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' 2024-03-21T13:21:06.658 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:06 smithi001 bash[21415]: audit 2024-03-21T13:21:05.252064+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' 2024-03-21T13:21:06.658 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:06 smithi001 bash[21415]: audit 2024-03-21T13:21:05.255509+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:06.658 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:06 smithi001 bash[21415]: audit 2024-03-21T13:21:05.258979+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:06.658 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:06 smithi001 bash[21415]: audit 2024-03-21T13:21:05.269315+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:21:06.658 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:06 smithi001 bash[21415]: audit 2024-03-21T13:21:05.272268+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T13:21:06.658 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:06 smithi001 bash[21415]: cluster 2024-03-21T13:21:06.194280+0000 mon.a (mon.0) 49 : cluster [DBG] mgrmap e7: a(active, since 1.01071s) 2024-03-21T13:21:06.803 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:21:06.803 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-21T13:21:06.803 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-21T13:21:06.803 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:21:06.803 INFO:teuthology.orchestra.run.smithi001.stdout:mgr epoch 5 is available 2024-03-21T13:21:06.803 INFO:teuthology.orchestra.run.smithi001.stdout:Setting orchestrator backend to cephadm... 2024-03-21T13:21:07.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:07 smithi001 bash[21415]: audit 2024-03-21T13:21:06.193798+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-21T13:21:07.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:07 smithi001 bash[21415]: audit 2024-03-21T13:21:06.206527+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-21T13:21:07.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:07 smithi001 bash[21415]: audit 2024-03-21T13:21:06.455562+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' 2024-03-21T13:21:07.908 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:07 smithi001 bash[21415]: audit 2024-03-21T13:21:06.460361+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' 2024-03-21T13:21:07.908 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:07 smithi001 bash[21415]: audit 2024-03-21T13:21:07.431393+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:08.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:08 smithi001 bash[21415]: cephadm 2024-03-21T13:21:07.194168+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [21/Mar/2024:13:21:07] ENGINE Bus STARTING 2024-03-21T13:21:08.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:08 smithi001 bash[21415]: cephadm 2024-03-21T13:21:07.296165+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [21/Mar/2024:13:21:07] ENGINE Serving on http://172.21.15.1:8765 2024-03-21T13:21:08.908 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:08 smithi001 bash[21415]: cephadm 2024-03-21T13:21:07.418262+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [21/Mar/2024:13:21:07] ENGINE Serving on https://172.21.15.1:7150 2024-03-21T13:21:08.908 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:08 smithi001 bash[21415]: cephadm 2024-03-21T13:21:07.418395+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [21/Mar/2024:13:21:07] ENGINE Bus STARTED 2024-03-21T13:21:08.908 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:08 smithi001 bash[21415]: cluster 2024-03-21T13:21:07.461390+0000 mon.a (mon.0) 53 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-03-21T13:21:08.908 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:08 smithi001 bash[21415]: audit 2024-03-21T13:21:08.049095+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' 2024-03-21T13:21:08.908 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:08 smithi001 bash[21415]: audit 2024-03-21T13:21:08.098889+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:09.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:09 smithi001 bash[21415]: audit 2024-03-21T13:21:08.042260+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:21:10.431 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-21T13:21:10.431 INFO:teuthology.orchestra.run.smithi001.stdout:Generating ssh key... 2024-03-21T13:21:11.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:10 smithi001 bash[21415]: audit 2024-03-21T13:21:09.886399+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:21:12.158 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:11 smithi001 bash[21669]: Generating public/private rsa key pair. 2024-03-21T13:21:12.158 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:11 smithi001 bash[21669]: Your identification has been saved in /tmp/tmp3crmdxmv/key. 2024-03-21T13:21:12.158 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:11 smithi001 bash[21669]: Your public key has been saved in /tmp/tmp3crmdxmv/key.pub. 2024-03-21T13:21:12.158 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:11 smithi001 bash[21669]: The key fingerprint is: 2024-03-21T13:21:12.158 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:11 smithi001 bash[21669]: SHA256:cTIqfbR4sB+SRxI0ifDGwIuTtyHeJ0fu1Qh/swAautk ceph-86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:21:12.158 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:11 smithi001 bash[21669]: The key's randomart image is: 2024-03-21T13:21:12.158 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:11 smithi001 bash[21669]: +---[RSA 3072]----+ 2024-03-21T13:21:12.158 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:11 smithi001 bash[21669]: | .o. o+. | 2024-03-21T13:21:12.158 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:11 smithi001 bash[21669]: | .+. .o | 2024-03-21T13:21:12.158 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:11 smithi001 bash[21669]: | o .+ o * . | 2024-03-21T13:21:12.158 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:11 smithi001 bash[21669]: |= +o = X * | 2024-03-21T13:21:12.158 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:11 smithi001 bash[21669]: |.+oo* @ S | 2024-03-21T13:21:12.158 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:11 smithi001 bash[21669]: | o.+ = @ = | 2024-03-21T13:21:12.158 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:11 smithi001 bash[21669]: | + = . + o | 2024-03-21T13:21:12.159 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:11 smithi001 bash[21669]: | o E . . | 2024-03-21T13:21:12.159 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:11 smithi001 bash[21669]: | | 2024-03-21T13:21:12.159 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:11 smithi001 bash[21669]: +----[SHA256]-----+ 2024-03-21T13:21:13.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:12 smithi001 bash[21415]: audit 2024-03-21T13:21:11.610847+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:21:13.382 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:12 smithi001 bash[21415]: cephadm 2024-03-21T13:21:11.611288+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-03-21T13:21:13.382 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:12 smithi001 bash[21415]: audit 2024-03-21T13:21:11.699434+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' 2024-03-21T13:21:13.382 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:12 smithi001 bash[21415]: audit 2024-03-21T13:21:11.704687+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' 2024-03-21T13:21:14.025 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDOLE3tpEviVndcwXDjC6gOk8GOVUbBUZeGNnyRjges1OI6S250i/eoZoScWk2d1Mh48ueQ+PfjimXwdeVv9+vHM6C1Woiz9cSMO3cqOBz8t4N99LotmSs3AS4TJVKuiCKky0KdNc58u4AVUnd7N7xkFIH56c5uczf27MXK51mAXIKyUi6OgFJEFDOYaRRspil0doYLWUsfJOctD+CQv0ueHlLfgx4rusCfE7TJOehyUCLnPxparke5ahHYLMEL5JZdnA7b81+hLK5nxuhQ8B0VqVlOF+tNRLlD2/SZp69pwd7N+N7MiYmPsk7iATwbkR02qmNPoXAymvBfpYvgmK37HwQIMtVcqIRpi6I/OwppPQ95CsWGOMQH09ZcpVVwBp2SqOBTE9O9tTUYv5+QOozzIOth6Cqa3HlrqZ/jpdNufe5MFmp1NfwzYTpjtdUyAzHCL2o6xaUoR996QNEsSEuvx64alUCcS5DhxJDZIUUCKAy2mWmLwORtjTPuDCN9ZsM= ceph-86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:21:14.025 INFO:teuthology.orchestra.run.smithi001.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-21T13:21:14.025 INFO:teuthology.orchestra.run.smithi001.stdout:Adding key to root@localhost authorized_keys... 2024-03-21T13:21:14.025 INFO:teuthology.orchestra.run.smithi001.stdout:Adding host smithi001... 2024-03-21T13:21:14.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:13 smithi001 bash[21415]: audit 2024-03-21T13:21:13.460618+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:21:16.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:15 smithi001 bash[21415]: audit 2024-03-21T13:21:15.255506+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi001", "addr": "172.21.15.1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:21:17.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:16 smithi001 bash[21415]: cephadm 2024-03-21T13:21:15.967532+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi001 2024-03-21T13:21:21.756 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Added host 'smithi001' with addr '172.21.15.1' 2024-03-21T13:21:21.756 INFO:teuthology.orchestra.run.smithi001.stdout:Deploying unmanaged mon service... 2024-03-21T13:21:22.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:21 smithi001 bash[21415]: audit 2024-03-21T13:21:20.982307+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' 2024-03-21T13:21:22.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:21 smithi001 bash[21415]: cephadm 2024-03-21T13:21:20.982860+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi001 2024-03-21T13:21:22.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:21 smithi001 bash[21415]: audit 2024-03-21T13:21:21.018838+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:24.291 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-21T13:21:24.292 INFO:teuthology.orchestra.run.smithi001.stdout:Deploying unmanaged mgr service... 2024-03-21T13:21:24.920 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:24 smithi001 bash[21415]: audit 2024-03-21T13:21:23.652336+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:21:24.920 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:24 smithi001 bash[21415]: cephadm 2024-03-21T13:21:23.655736+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-21T13:21:24.920 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:24 smithi001 bash[21415]: audit 2024-03-21T13:21:23.658287+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' 2024-03-21T13:21:24.920 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:24 smithi001 bash[21415]: audit 2024-03-21T13:21:23.945099+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' 2024-03-21T13:21:24.920 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:24 smithi001 bash[21415]: audit 2024-03-21T13:21:24.490491+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' 2024-03-21T13:21:26.108 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-21T13:21:26.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:26 smithi001 bash[21415]: cluster 2024-03-21T13:21:25.193312+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:21:26.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:26 smithi001 bash[21415]: audit 2024-03-21T13:21:25.513355+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:21:26.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:26 smithi001 bash[21415]: cephadm 2024-03-21T13:21:25.515891+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-21T13:21:26.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:26 smithi001 bash[21415]: audit 2024-03-21T13:21:25.520104+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.1:0/1411780363' entity='mgr.a' 2024-03-21T13:21:28.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:28 smithi001 bash[21415]: cluster 2024-03-21T13:21:27.193688+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:21:28.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:28 smithi001 bash[21415]: audit 2024-03-21T13:21:27.299345+0000 mon.a (mon.0) 64 : audit [INF] from='client.? 172.21.15.1:0/2918616754' entity='client.admin' 2024-03-21T13:21:29.669 INFO:teuthology.orchestra.run.smithi001.stdout:Enabling the dashboard module... 2024-03-21T13:21:30.336 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:30 smithi001 bash[21415]: audit 2024-03-21T13:21:29.082374+0000 mon.a (mon.0) 65 : audit [INF] from='client.? 172.21.15.1:0/1213556064' entity='client.admin' 2024-03-21T13:21:30.336 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:30 smithi001 bash[21415]: cluster 2024-03-21T13:21:29.194033+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:21:31.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:31 smithi001 bash[21415]: audit 2024-03-21T13:21:30.999243+0000 mon.a (mon.0) 66 : audit [INF] from='client.? 172.21.15.1:0/473318010' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-21T13:21:31.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:31 smithi001 bash[21669]: ignoring --setuser ceph since I am not root 2024-03-21T13:21:31.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:31 smithi001 bash[21669]: ignoring --setgroup ceph since I am not root 2024-03-21T13:21:31.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:31 smithi001 bash[21669]: debug 2024-03-21T13:21:31.281+0000 7f99fe68c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:21:32.352 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:32 smithi001 bash[21415]: audit 2024-03-21T13:21:31.089095+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.1:0/473318010' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-21T13:21:32.352 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:32 smithi001 bash[21415]: cluster 2024-03-21T13:21:31.094225+0000 mon.a (mon.0) 68 : cluster [DBG] mgrmap e9: a(active, since 25s) 2024-03-21T13:21:33.211 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:33 smithi001 bash[21415]: audit 2024-03-21T13:21:33.040137+0000 mon.a (mon.0) 69 : audit [DBG] from='client.? 172.21.15.1:0/1663145403' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-21T13:21:33.212 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:32 smithi001 bash[21669]: debug 2024-03-21T13:21:32.929+0000 7f99fe68c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:21:33.212 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:33 smithi001 bash[21669]: debug 2024-03-21T13:21:33.033+0000 7f99fe68c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:21:33.657 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:33 smithi001 bash[21669]: debug 2024-03-21T13:21:33.289+0000 7f99fe68c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:21:33.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:21:33.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-21T13:21:33.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T13:21:33.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-21T13:21:33.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-21T13:21:33.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:21:33.689 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for the mgr to restart... 2024-03-21T13:21:33.689 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mgr epoch 9... 2024-03-21T13:21:34.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:34 smithi001 bash[21669]: debug 2024-03-21T13:21:34.121+0000 7f99fe68c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:21:34.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:34 smithi001 bash[21669]: debug 2024-03-21T13:21:34.237+0000 7f99fe68c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:21:34.407 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:34 smithi001 bash[21669]: debug 2024-03-21T13:21:34.345+0000 7f99fe68c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:21:35.157 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:34 smithi001 bash[21669]: debug 2024-03-21T13:21:34.709+0000 7f99fe68c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:21:35.157 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:34 smithi001 bash[21669]: debug 2024-03-21T13:21:34.829+0000 7f99fe68c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:21:35.157 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:34 smithi001 bash[21669]: debug 2024-03-21T13:21:34.941+0000 7f99fe68c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:21:35.657 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:35 smithi001 bash[21669]: debug 2024-03-21T13:21:35.317+0000 7f99fe68c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:21:35.657 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:35 smithi001 bash[21669]: debug 2024-03-21T13:21:35.565+0000 7f99fe68c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:21:36.157 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:35 smithi001 bash[21669]: debug 2024-03-21T13:21:35.837+0000 7f99fe68c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:21:36.157 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:35 smithi001 bash[21669]: debug 2024-03-21T13:21:35.957+0000 7f99fe68c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:21:36.657 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:36 smithi001 bash[21669]: debug 2024-03-21T13:21:36.249+0000 7f99fe68c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:21:37.076 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:36 smithi001 bash[21669]: debug 2024-03-21T13:21:36.697+0000 7f99fe68c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:21:37.076 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:36 smithi001 bash[21669]: debug 2024-03-21T13:21:36.945+0000 7f99fe68c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:21:37.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:37 smithi001 bash[21669]: debug 2024-03-21T13:21:37.073+0000 7f99fe68c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:21:37.657 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:37 smithi001 bash[21669]: debug 2024-03-21T13:21:37.333+0000 7f99fe68c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:21:38.862 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:38 smithi001 bash[21669]: debug 2024-03-21T13:21:38.421+0000 7f99fe68c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:21:38.862 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:38 smithi001 bash[21669]: debug 2024-03-21T13:21:38.545+0000 7f99fe68c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:21:39.157 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:38 smithi001 bash[21669]: debug 2024-03-21T13:21:38.857+0000 7f99fe68c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:21:39.157 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:38 smithi001 bash[21669]: debug 2024-03-21T13:21:38.977+0000 7f99fe68c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:21:39.713 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:39 smithi001 bash[21669]: debug 2024-03-21T13:21:39.453+0000 7f99fe68c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:21:39.713 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:39 smithi001 bash[21669]: debug 2024-03-21T13:21:39.577+0000 7f99fe68c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:21:39.713 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:39 smithi001 bash[21415]: cluster 2024-03-21T13:21:39.602906+0000 mon.a (mon.0) 70 : cluster [INF] Active manager daemon a restarted 2024-03-21T13:21:39.714 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:39 smithi001 bash[21415]: cluster 2024-03-21T13:21:39.603410+0000 mon.a (mon.0) 71 : cluster [INF] Activating manager daemon a 2024-03-21T13:21:39.714 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:39 smithi001 bash[21415]: cluster 2024-03-21T13:21:39.610158+0000 mon.a (mon.0) 72 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-21T13:21:39.714 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:39 smithi001 bash[21415]: cluster 2024-03-21T13:21:39.610466+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00724498s) 2024-03-21T13:21:39.714 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:39 smithi001 bash[21415]: audit 2024-03-21T13:21:39.611554+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:21:39.714 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:39 smithi001 bash[21415]: audit 2024-03-21T13:21:39.613862+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T13:21:39.714 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:39 smithi001 bash[21415]: audit 2024-03-21T13:21:39.614797+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:21:39.714 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:39 smithi001 bash[21415]: audit 2024-03-21T13:21:39.614945+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:21:39.714 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:39 smithi001 bash[21415]: audit 2024-03-21T13:21:39.615116+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:21:39.714 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:39 smithi001 bash[21415]: cluster 2024-03-21T13:21:39.638782+0000 mon.a (mon.0) 79 : cluster [INF] Manager daemon a is now available 2024-03-21T13:21:40.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:40 smithi001 bash[21415]: audit 2024-03-21T13:21:39.661957+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:21:40.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:40 smithi001 bash[21415]: audit 2024-03-21T13:21:39.665685+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:40.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:40 smithi001 bash[21415]: audit 2024-03-21T13:21:39.685925+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:21:40.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:40 smithi001 bash[21415]: audit 2024-03-21T13:21:39.688689+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T13:21:40.908 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:40 smithi001 bash[21415]: cluster 2024-03-21T13:21:40.616648+0000 mon.a (mon.0) 84 : cluster [DBG] mgrmap e11: a(active, since 1.01341s) 2024-03-21T13:21:41.216 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:21:41.216 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-21T13:21:41.217 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-21T13:21:41.217 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:21:41.217 INFO:teuthology.orchestra.run.smithi001.stdout:mgr epoch 9 is available 2024-03-21T13:21:41.217 INFO:teuthology.orchestra.run.smithi001.stdout:Generating a dashboard self-signed certificate... 2024-03-21T13:21:42.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:41 smithi001 bash[21415]: cephadm 2024-03-21T13:21:40.399487+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [21/Mar/2024:13:21:40] ENGINE Bus STARTING 2024-03-21T13:21:42.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:41 smithi001 bash[21415]: cephadm 2024-03-21T13:21:40.501304+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [21/Mar/2024:13:21:40] ENGINE Serving on http://172.21.15.1:8765 2024-03-21T13:21:42.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:41 smithi001 bash[21415]: audit 2024-03-21T13:21:40.614738+0000 mgr.a (mgr.14152) 3 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-21T13:21:42.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:41 smithi001 bash[21415]: cephadm 2024-03-21T13:21:40.623586+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [21/Mar/2024:13:21:40] ENGINE Serving on https://172.21.15.1:7150 2024-03-21T13:21:42.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:41 smithi001 bash[21415]: cephadm 2024-03-21T13:21:40.623775+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [21/Mar/2024:13:21:40] ENGINE Bus STARTED 2024-03-21T13:21:42.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:41 smithi001 bash[21415]: audit 2024-03-21T13:21:40.627989+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-21T13:21:43.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:42 smithi001 bash[21415]: cluster 2024-03-21T13:21:41.669307+0000 mon.a (mon.0) 85 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-03-21T13:21:43.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:42 smithi001 bash[21415]: audit 2024-03-21T13:21:42.654182+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:21:43.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:42 smithi001 bash[21415]: audit 2024-03-21T13:21:42.658392+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:21:43.299 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-21T13:21:43.299 INFO:teuthology.orchestra.run.smithi001.stdout:Creating initial admin user... 2024-03-21T13:21:43.929 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:43 smithi001 bash[21415]: audit 2024-03-21T13:21:42.396722+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:21:45.455 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$GEOSrHbnIHfbn5qocJlqYuqniqAnQJooToGEdu6RXidia9qzk1JtS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711027304, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-21T13:21:45.455 INFO:teuthology.orchestra.run.smithi001.stdout:Fetching dashboard port number... 2024-03-21T13:21:46.100 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:45 smithi001 bash[21415]: audit 2024-03-21T13:21:44.568917+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:21:46.100 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:45 smithi001 bash[21415]: audit 2024-03-21T13:21:44.849756+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:21:47.043 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:46 smithi001 bash[21415]: cluster 2024-03-21T13:21:45.855915+0000 mon.a (mon.0) 89 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-03-21T13:21:47.044 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:46 smithi001 bash[21415]: audit 2024-03-21T13:21:46.273623+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:21:47.044 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:46 smithi001 bash[21415]: audit 2024-03-21T13:21:46.274473+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi001", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:21:47.044 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:46 smithi001 bash[21415]: audit 2024-03-21T13:21:46.278734+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:21:47.044 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:46 smithi001 bash[21415]: audit 2024-03-21T13:21:46.280250+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi001", "caps": []}]: dispatch 2024-03-21T13:21:47.044 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:46 smithi001 bash[21415]: audit 2024-03-21T13:21:46.280880+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi001", "caps": []}]': finished 2024-03-21T13:21:47.044 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:46 smithi001 bash[21415]: audit 2024-03-21T13:21:46.643743+0000 mon.a (mon.0) 95 : audit [DBG] from='client.? 172.21.15.1:0/716761601' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-21T13:21:47.208 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 8443 2024-03-21T13:21:47.208 INFO:teuthology.orchestra.run.smithi001.stdout:firewalld does not appear to be present 2024-03-21T13:21:47.208 INFO:teuthology.orchestra.run.smithi001.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-21T13:21:47.211 INFO:teuthology.orchestra.run.smithi001.stdout:Ceph Dashboard is now available at: 2024-03-21T13:21:47.211 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:21:47.212 INFO:teuthology.orchestra.run.smithi001.stdout: URL: https://smithi001.front.sepia.ceph.com:8443/ 2024-03-21T13:21:47.212 INFO:teuthology.orchestra.run.smithi001.stdout: User: admin 2024-03-21T13:21:47.212 INFO:teuthology.orchestra.run.smithi001.stdout: Password: xus9rv8p7o 2024-03-21T13:21:47.212 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:21:47.212 INFO:teuthology.orchestra.run.smithi001.stdout:Saving cluster configuration to /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config directory 2024-03-21T13:21:47.212 INFO:teuthology.orchestra.run.smithi001.stdout:Enabling autotune for osd_memory_target 2024-03-21T13:21:48.456 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:48 smithi001 bash[21415]: cephadm 2024-03-21T13:21:47.243403+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi001 on smithi001 2024-03-21T13:21:51.037 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-21T13:21:51.037 INFO:teuthology.orchestra.run.smithi001.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-21T13:21:51.037 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:21:51.037 INFO:teuthology.orchestra.run.smithi001.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:21:51.037 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:21:51.038 INFO:teuthology.orchestra.run.smithi001.stdout:Or, if you are only running a single cluster on this host: 2024-03-21T13:21:51.038 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:21:51.038 INFO:teuthology.orchestra.run.smithi001.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-21T13:21:51.038 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:21:51.038 INFO:teuthology.orchestra.run.smithi001.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-21T13:21:51.038 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:21:51.038 INFO:teuthology.orchestra.run.smithi001.stdout: ceph telemetry on 2024-03-21T13:21:51.038 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:21:51.038 INFO:teuthology.orchestra.run.smithi001.stdout:For more information see: 2024-03-21T13:21:51.038 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:21:51.038 INFO:teuthology.orchestra.run.smithi001.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-21T13:21:51.038 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:21:51.038 INFO:teuthology.orchestra.run.smithi001.stdout:Bootstrap complete. 2024-03-21T13:21:51.098 INFO:tasks.cephadm:Fetching config... 2024-03-21T13:21:51.099 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-03-21T13:21:51.099 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-21T13:21:51.105 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-21T13:21:51.105 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-03-21T13:21:51.105 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-21T13:21:51.156 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-21T13:21:51.156 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-03-21T13:21:51.156 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-21T13:21:51.215 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-21T13:21:51.215 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-03-21T13:21:51.215 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-21T13:21:51.267 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-21T13:21:51.267 DEBUG:teuthology.orchestra.run.smithi001:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDOLE3tpEviVndcwXDjC6gOk8GOVUbBUZeGNnyRjges1OI6S250i/eoZoScWk2d1Mh48ueQ+PfjimXwdeVv9+vHM6C1Woiz9cSMO3cqOBz8t4N99LotmSs3AS4TJVKuiCKky0KdNc58u4AVUnd7N7xkFIH56c5uczf27MXK51mAXIKyUi6OgFJEFDOYaRRspil0doYLWUsfJOctD+CQv0ueHlLfgx4rusCfE7TJOehyUCLnPxparke5ahHYLMEL5JZdnA7b81+hLK5nxuhQ8B0VqVlOF+tNRLlD2/SZp69pwd7N+N7MiYmPsk7iATwbkR02qmNPoXAymvBfpYvgmK37HwQIMtVcqIRpi6I/OwppPQ95CsWGOMQH09ZcpVVwBp2SqOBTE9O9tTUYv5+QOozzIOth6Cqa3HlrqZ/jpdNufe5MFmp1NfwzYTpjtdUyAzHCL2o6xaUoR996QNEsSEuvx64alUCcS5DhxJDZIUUCKAy2mWmLwORtjTPuDCN9ZsM= ceph-86fed6e6-e785-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T13:21:51.329 INFO:teuthology.orchestra.run.smithi001.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDOLE3tpEviVndcwXDjC6gOk8GOVUbBUZeGNnyRjges1OI6S250i/eoZoScWk2d1Mh48ueQ+PfjimXwdeVv9+vHM6C1Woiz9cSMO3cqOBz8t4N99LotmSs3AS4TJVKuiCKky0KdNc58u4AVUnd7N7xkFIH56c5uczf27MXK51mAXIKyUi6OgFJEFDOYaRRspil0doYLWUsfJOctD+CQv0ueHlLfgx4rusCfE7TJOehyUCLnPxparke5ahHYLMEL5JZdnA7b81+hLK5nxuhQ8B0VqVlOF+tNRLlD2/SZp69pwd7N+N7MiYmPsk7iATwbkR02qmNPoXAymvBfpYvgmK37HwQIMtVcqIRpi6I/OwppPQ95CsWGOMQH09ZcpVVwBp2SqOBTE9O9tTUYv5+QOozzIOth6Cqa3HlrqZ/jpdNufe5MFmp1NfwzYTpjtdUyAzHCL2o6xaUoR996QNEsSEuvx64alUCcS5DhxJDZIUUCKAy2mWmLwORtjTPuDCN9ZsM= ceph-86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:21:51.336 DEBUG:teuthology.orchestra.run.smithi106:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDOLE3tpEviVndcwXDjC6gOk8GOVUbBUZeGNnyRjges1OI6S250i/eoZoScWk2d1Mh48ueQ+PfjimXwdeVv9+vHM6C1Woiz9cSMO3cqOBz8t4N99LotmSs3AS4TJVKuiCKky0KdNc58u4AVUnd7N7xkFIH56c5uczf27MXK51mAXIKyUi6OgFJEFDOYaRRspil0doYLWUsfJOctD+CQv0ueHlLfgx4rusCfE7TJOehyUCLnPxparke5ahHYLMEL5JZdnA7b81+hLK5nxuhQ8B0VqVlOF+tNRLlD2/SZp69pwd7N+N7MiYmPsk7iATwbkR02qmNPoXAymvBfpYvgmK37HwQIMtVcqIRpi6I/OwppPQ95CsWGOMQH09ZcpVVwBp2SqOBTE9O9tTUYv5+QOozzIOth6Cqa3HlrqZ/jpdNufe5MFmp1NfwzYTpjtdUyAzHCL2o6xaUoR996QNEsSEuvx64alUCcS5DhxJDZIUUCKAy2mWmLwORtjTPuDCN9ZsM= ceph-86fed6e6-e785-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T13:21:51.361 INFO:teuthology.orchestra.run.smithi106.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDOLE3tpEviVndcwXDjC6gOk8GOVUbBUZeGNnyRjges1OI6S250i/eoZoScWk2d1Mh48ueQ+PfjimXwdeVv9+vHM6C1Woiz9cSMO3cqOBz8t4N99LotmSs3AS4TJVKuiCKky0KdNc58u4AVUnd7N7xkFIH56c5uczf27MXK51mAXIKyUi6OgFJEFDOYaRRspil0doYLWUsfJOctD+CQv0ueHlLfgx4rusCfE7TJOehyUCLnPxparke5ahHYLMEL5JZdnA7b81+hLK5nxuhQ8B0VqVlOF+tNRLlD2/SZp69pwd7N+N7MiYmPsk7iATwbkR02qmNPoXAymvBfpYvgmK37HwQIMtVcqIRpi6I/OwppPQ95CsWGOMQH09ZcpVVwBp2SqOBTE9O9tTUYv5+QOozzIOth6Cqa3HlrqZ/jpdNufe5MFmp1NfwzYTpjtdUyAzHCL2o6xaUoR996QNEsSEuvx64alUCcS5DhxJDZIUUCKAy2mWmLwORtjTPuDCN9ZsM= ceph-86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:21:51.369 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:51 smithi001 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:21:51.369 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:51 smithi001 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:21:51.370 DEBUG:teuthology.orchestra.run.smithi188:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDOLE3tpEviVndcwXDjC6gOk8GOVUbBUZeGNnyRjges1OI6S250i/eoZoScWk2d1Mh48ueQ+PfjimXwdeVv9+vHM6C1Woiz9cSMO3cqOBz8t4N99LotmSs3AS4TJVKuiCKky0KdNc58u4AVUnd7N7xkFIH56c5uczf27MXK51mAXIKyUi6OgFJEFDOYaRRspil0doYLWUsfJOctD+CQv0ueHlLfgx4rusCfE7TJOehyUCLnPxparke5ahHYLMEL5JZdnA7b81+hLK5nxuhQ8B0VqVlOF+tNRLlD2/SZp69pwd7N+N7MiYmPsk7iATwbkR02qmNPoXAymvBfpYvgmK37HwQIMtVcqIRpi6I/OwppPQ95CsWGOMQH09ZcpVVwBp2SqOBTE9O9tTUYv5+QOozzIOth6Cqa3HlrqZ/jpdNufe5MFmp1NfwzYTpjtdUyAzHCL2o6xaUoR996QNEsSEuvx64alUCcS5DhxJDZIUUCKAy2mWmLwORtjTPuDCN9ZsM= ceph-86fed6e6-e785-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T13:21:51.393 INFO:teuthology.orchestra.run.smithi188.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDOLE3tpEviVndcwXDjC6gOk8GOVUbBUZeGNnyRjges1OI6S250i/eoZoScWk2d1Mh48ueQ+PfjimXwdeVv9+vHM6C1Woiz9cSMO3cqOBz8t4N99LotmSs3AS4TJVKuiCKky0KdNc58u4AVUnd7N7xkFIH56c5uczf27MXK51mAXIKyUi6OgFJEFDOYaRRspil0doYLWUsfJOctD+CQv0ueHlLfgx4rusCfE7TJOehyUCLnPxparke5ahHYLMEL5JZdnA7b81+hLK5nxuhQ8B0VqVlOF+tNRLlD2/SZp69pwd7N+N7MiYmPsk7iATwbkR02qmNPoXAymvBfpYvgmK37HwQIMtVcqIRpi6I/OwppPQ95CsWGOMQH09ZcpVVwBp2SqOBTE9O9tTUYv5+QOozzIOth6Cqa3HlrqZ/jpdNufe5MFmp1NfwzYTpjtdUyAzHCL2o6xaUoR996QNEsSEuvx64alUCcS5DhxJDZIUUCKAy2mWmLwORtjTPuDCN9ZsM= ceph-86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:21:51.401 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-21T13:21:51.657 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:21:51 smithi001 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:21:51.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:51 smithi001 bash[21415]: audit 2024-03-21T13:21:50.443122+0000 mon.a (mon.0) 96 : audit [INF] from='client.? 172.21.15.1:0/2055203978' entity='client.admin' 2024-03-21T13:21:51.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:51 smithi001 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:21:52.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:52 smithi001 bash[21415]: audit 2024-03-21T13:21:51.622231+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:21:52.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:52 smithi001 bash[21415]: audit 2024-03-21T13:21:51.670362+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:21:52.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:52 smithi001 bash[21415]: audit 2024-03-21T13:21:51.674374+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:21:52.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:52 smithi001 bash[21415]: audit 2024-03-21T13:21:51.718905+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:52.908 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:52 smithi001 bash[21415]: audit 2024-03-21T13:21:51.725045+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:21:52.908 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:52 smithi001 bash[21415]: audit 2024-03-21T13:21:51.729109+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:21:52.908 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:52 smithi001 bash[21415]: audit 2024-03-21T13:21:51.733082+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:21:52.908 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:52 smithi001 bash[21415]: audit 2024-03-21T13:21:51.737062+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:21:52.908 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:52 smithi001 bash[21415]: audit 2024-03-21T13:21:51.741483+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:21:52.908 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:52 smithi001 bash[21415]: audit 2024-03-21T13:21:51.776783+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:52.908 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:52 smithi001 bash[21415]: audit 2024-03-21T13:21:51.783152+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:21:52.908 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:52 smithi001 bash[21415]: audit 2024-03-21T13:21:52.067684+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:21:56.106 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:21:56.107 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:55 smithi001 bash[21415]: audit 2024-03-21T13:21:54.686332+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:21:57.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:57 smithi001 bash[21415]: audit 2024-03-21T13:21:56.444363+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:21:57.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:57 smithi001 bash[21415]: audit 2024-03-21T13:21:56.447671+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:21:59.522 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-21T13:21:59.522 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-21T13:22:00.149 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:59 smithi001 bash[21415]: audit 2024-03-21T13:21:58.886367+0000 mon.a (mon.0) 112 : audit [INF] from='client.? 172.21.15.1:0/754587020' entity='client.admin' 2024-03-21T13:22:00.149 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:59 smithi001 bash[21415]: audit 2024-03-21T13:21:58.948921+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:00.149 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:21:59 smithi001 bash[21415]: audit 2024-03-21T13:21:58.953357+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:01.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:00 smithi001 bash[21415]: cluster 2024-03-21T13:21:59.616642+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:03.283 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:02 smithi001 bash[21415]: cluster 2024-03-21T13:22:01.617163+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:04.152 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:22:05.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:04 smithi001 bash[21415]: cluster 2024-03-21T13:22:03.617581+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:05.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:04 smithi001 bash[21415]: audit 2024-03-21T13:22:03.819193+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:05.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:04 smithi001 bash[21415]: audit 2024-03-21T13:22:03.826736+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:07.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:06 smithi001 bash[21415]: cluster 2024-03-21T13:22:05.617962+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:07.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:06 smithi001 bash[21415]: audit 2024-03-21T13:22:06.514786+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:07.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:06 smithi001 bash[21415]: audit 2024-03-21T13:22:06.553086+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:07.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:06 smithi001 bash[21415]: audit 2024-03-21T13:22:06.555009+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:07.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:06 smithi001 bash[21415]: audit 2024-03-21T13:22:06.555901+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:07.163 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi106 2024-03-21T13:22:07.163 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-03-21T13:22:07.163 DEBUG:teuthology.orchestra.run.smithi106:> dd of=/etc/ceph/ceph.conf 2024-03-21T13:22:07.169 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-03-21T13:22:07.169 DEBUG:teuthology.orchestra.run.smithi106:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:22:07.216 INFO:tasks.cephadm:Adding host smithi106 to orchestrator... 2024-03-21T13:22:07.216 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph orch host add smithi106 2024-03-21T13:22:08.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:07 smithi001 bash[21415]: audit 2024-03-21T13:22:06.511650+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-03-21T13:22:08.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:07 smithi001 bash[21415]: cephadm 2024-03-21T13:22:06.557068+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.conf 2024-03-21T13:22:08.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:07 smithi001 bash[21415]: cephadm 2024-03-21T13:22:06.671847+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi001:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:22:08.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:07 smithi001 bash[21415]: cephadm 2024-03-21T13:22:06.886246+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:22:08.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:07 smithi001 bash[21415]: cephadm 2024-03-21T13:22:07.051177+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi001:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:22:08.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:07 smithi001 bash[21415]: audit 2024-03-21T13:22:07.221023+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:08.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:07 smithi001 bash[21415]: audit 2024-03-21T13:22:07.224192+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:08.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:07 smithi001 bash[21415]: audit 2024-03-21T13:22:07.227224+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:09.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:08 smithi001 bash[21415]: cluster 2024-03-21T13:22:07.618376+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:11.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:10 smithi001 bash[21415]: cluster 2024-03-21T13:22:09.618791+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:11.928 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:22:12.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:12 smithi001 bash[21415]: cluster 2024-03-21T13:22:11.619180+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:15.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:14 smithi001 bash[21415]: cluster 2024-03-21T13:22:13.619571+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:15.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:14 smithi001 bash[21415]: audit 2024-03-21T13:22:14.561020+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:15.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:14 smithi001 bash[21415]: audit 2024-03-21T13:22:14.565819+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:15.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:14 smithi001 bash[21415]: audit 2024-03-21T13:22:14.570455+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:17.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:16 smithi001 bash[21415]: cluster 2024-03-21T13:22:15.619865+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:17.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:16 smithi001 bash[21415]: audit 2024-03-21T13:22:15.813086+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi106", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:22:18.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:17 smithi001 bash[21415]: cephadm 2024-03-21T13:22:16.598379+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi106 2024-03-21T13:22:19.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:18 smithi001 bash[21415]: cluster 2024-03-21T13:22:17.620290+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:21.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:20 smithi001 bash[21415]: cluster 2024-03-21T13:22:19.620696+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:21.842 INFO:teuthology.orchestra.run.smithi001.stdout:Added host 'smithi106' with addr '172.21.15.106' 2024-03-21T13:22:22.466 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-21T13:22:23.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:22 smithi001 bash[21415]: cluster 2024-03-21T13:22:21.621117+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:23.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:22 smithi001 bash[21415]: audit 2024-03-21T13:22:21.841802+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:23.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:22 smithi001 bash[21415]: cephadm 2024-03-21T13:22:21.842748+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi106 2024-03-21T13:22:23.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:22 smithi001 bash[21415]: audit 2024-03-21T13:22:21.860984+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:23.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:22 smithi001 bash[21415]: audit 2024-03-21T13:22:22.335334+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:25.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:24 smithi001 bash[21415]: cluster 2024-03-21T13:22:23.621519+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:25.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:24 smithi001 bash[21415]: audit 2024-03-21T13:22:23.809738+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:25.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:24 smithi001 bash[21415]: audit 2024-03-21T13:22:23.815252+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:25.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:24 smithi001 bash[21415]: audit 2024-03-21T13:22:23.816731+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi106", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:25.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:24 smithi001 bash[21415]: audit 2024-03-21T13:22:23.818891+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:25.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:24 smithi001 bash[21415]: audit 2024-03-21T13:22:23.820897+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:25.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:24 smithi001 bash[21415]: cephadm 2024-03-21T13:22:23.823761+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi106:/etc/ceph/ceph.conf 2024-03-21T13:22:25.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:24 smithi001 bash[21415]: cephadm 2024-03-21T13:22:23.988354+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi106:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:22:25.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:24 smithi001 bash[21415]: cephadm 2024-03-21T13:22:24.153491+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi106:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:22:25.159 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:24 smithi001 bash[21415]: audit 2024-03-21T13:22:24.488167+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:25.159 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:24 smithi001 bash[21415]: audit 2024-03-21T13:22:24.493941+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:25.159 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:24 smithi001 bash[21415]: audit 2024-03-21T13:22:24.497197+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi106", "caps": []}]: dispatch 2024-03-21T13:22:25.159 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:24 smithi001 bash[21415]: audit 2024-03-21T13:22:24.498609+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi106", "caps": []}]': finished 2024-03-21T13:22:26.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:25 smithi001 bash[21415]: cephadm 2024-03-21T13:22:24.318457+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi106:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:22:27.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:26 smithi001 bash[21415]: cephadm 2024-03-21T13:22:25.551562+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi106 on smithi106 2024-03-21T13:22:27.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:26 smithi001 bash[21415]: cluster 2024-03-21T13:22:25.621935+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:27.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:26 smithi001 bash[21415]: audit 2024-03-21T13:22:26.500646+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:27.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:26 smithi001 bash[21415]: audit 2024-03-21T13:22:26.522724+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:27.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:26 smithi001 bash[21415]: audit 2024-03-21T13:22:26.528370+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:27.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:26 smithi001 bash[21415]: audit 2024-03-21T13:22:26.596398+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:27.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:26 smithi001 bash[21415]: audit 2024-03-21T13:22:26.600864+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:27.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:26 smithi001 bash[21415]: audit 2024-03-21T13:22:26.602415+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:27.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:26 smithi001 bash[21415]: audit 2024-03-21T13:22:26.610612+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:27.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:26 smithi001 bash[21415]: audit 2024-03-21T13:22:26.679014+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:27.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:26 smithi001 bash[21415]: audit 2024-03-21T13:22:26.682388+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:27.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:26 smithi001 bash[21415]: audit 2024-03-21T13:22:26.683531+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:27.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:26 smithi001 bash[21415]: audit 2024-03-21T13:22:26.690519+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:27.176 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:22:28.254 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:27 smithi001 bash[21415]: audit 2024-03-21T13:22:26.951215+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:29.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:29 smithi001 bash[21415]: cluster 2024-03-21T13:22:27.622383+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:29.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:29 smithi001 bash[21415]: audit 2024-03-21T13:22:28.010690+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:29.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:29 smithi001 bash[21415]: audit 2024-03-21T13:22:28.015097+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:29.745 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:22:29.745 INFO:teuthology.orchestra.run.smithi001.stdout:[{"addr": "172.21.15.1", "hostname": "smithi001", "labels": [], "status": ""}, {"addr": "172.21.15.106", "hostname": "smithi106", "labels": [], "status": ""}] 2024-03-21T13:22:30.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:30 smithi001 bash[21415]: cluster 2024-03-21T13:22:29.622753+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:30.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:30 smithi001 bash[21415]: audit 2024-03-21T13:22:29.694221+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:30.830 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:30 smithi001 bash[21415]: audit 2024-03-21T13:22:29.745808+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-03-21T13:22:30.831 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi188 2024-03-21T13:22:30.832 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-03-21T13:22:30.832 DEBUG:teuthology.orchestra.run.smithi188:> dd of=/etc/ceph/ceph.conf 2024-03-21T13:22:30.838 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-03-21T13:22:30.838 DEBUG:teuthology.orchestra.run.smithi188:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:22:30.884 INFO:tasks.cephadm:Adding host smithi188 to orchestrator... 2024-03-21T13:22:30.885 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph orch host add smithi188 2024-03-21T13:22:33.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:32 smithi001 bash[21415]: cluster 2024-03-21T13:22:31.623173+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:35.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:34 smithi001 bash[21415]: cluster 2024-03-21T13:22:33.623633+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:36.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:35 smithi001 bash[21415]: audit 2024-03-21T13:22:34.773763+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:36.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:35 smithi001 bash[21415]: audit 2024-03-21T13:22:34.777648+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:36.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:35 smithi001 bash[21415]: audit 2024-03-21T13:22:34.782674+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:36.738 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:22:37.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:36 smithi001 bash[21415]: cluster 2024-03-21T13:22:35.624031+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:39.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:38 smithi001 bash[21415]: cluster 2024-03-21T13:22:37.624368+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:41.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:40 smithi001 bash[21415]: audit 2024-03-21T13:22:39.349613+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi188", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:22:41.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:40 smithi001 bash[21415]: cluster 2024-03-21T13:22:39.624743+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:42.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:42 smithi001 bash[21415]: cephadm 2024-03-21T13:22:40.168668+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi188 2024-03-21T13:22:42.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:42 smithi001 bash[21415]: audit 2024-03-21T13:22:41.049471+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:42.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:42 smithi001 bash[21415]: audit 2024-03-21T13:22:41.060623+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:43.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:43 smithi001 bash[21415]: cluster 2024-03-21T13:22:41.625152+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:45.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:45 smithi001 bash[21415]: cluster 2024-03-21T13:22:43.625500+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:45.555 INFO:teuthology.orchestra.run.smithi001.stdout:Added host 'smithi188' with addr '172.21.15.188' 2024-03-21T13:22:46.326 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-21T13:22:46.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:46 smithi001 bash[21415]: audit 2024-03-21T13:22:45.554427+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:46.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:46 smithi001 bash[21415]: cephadm 2024-03-21T13:22:45.555264+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi188 2024-03-21T13:22:46.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:46 smithi001 bash[21415]: audit 2024-03-21T13:22:45.600813+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:46.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:46 smithi001 bash[21415]: cluster 2024-03-21T13:22:45.625767+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:46.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:46 smithi001 bash[21415]: audit 2024-03-21T13:22:46.074167+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:48.777 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:48 smithi001 bash[21415]: audit 2024-03-21T13:22:47.549293+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:48.777 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:48 smithi001 bash[21415]: audit 2024-03-21T13:22:47.554877+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:48.777 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:48 smithi001 bash[21415]: audit 2024-03-21T13:22:47.556358+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:48.777 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:48 smithi001 bash[21415]: audit 2024-03-21T13:22:47.558516+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:48.778 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:48 smithi001 bash[21415]: audit 2024-03-21T13:22:47.560380+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:48.778 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:48 smithi001 bash[21415]: cephadm 2024-03-21T13:22:47.563380+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-03-21T13:22:48.778 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:48 smithi001 bash[21415]: audit 2024-03-21T13:22:47.596018+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:48.778 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:48 smithi001 bash[21415]: audit 2024-03-21T13:22:47.602534+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:48.778 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:48 smithi001 bash[21415]: audit 2024-03-21T13:22:47.610837+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:48.778 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:48 smithi001 bash[21415]: cluster 2024-03-21T13:22:47.626156+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:48.778 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:48 smithi001 bash[21415]: cephadm 2024-03-21T13:22:47.779908+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi188:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:22:48.778 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:48 smithi001 bash[21415]: cephadm 2024-03-21T13:22:47.944943+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:22:48.778 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:48 smithi001 bash[21415]: cephadm 2024-03-21T13:22:48.110338+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi188:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:22:49.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:49 smithi001 bash[21415]: audit 2024-03-21T13:22:48.579484+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:49.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:49 smithi001 bash[21415]: audit 2024-03-21T13:22:48.581811+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:49.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:49 smithi001 bash[21415]: audit 2024-03-21T13:22:48.583668+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-03-21T13:22:49.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:49 smithi001 bash[21415]: audit 2024-03-21T13:22:48.584245+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]': finished 2024-03-21T13:22:49.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:49 smithi001 bash[21415]: cephadm 2024-03-21T13:22:48.865447+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi188 on smithi188 2024-03-21T13:22:51.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:50 smithi001 bash[21415]: cluster 2024-03-21T13:22:49.626597+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:51.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:50 smithi001 bash[21415]: audit 2024-03-21T13:22:49.817962+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:51.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:50 smithi001 bash[21415]: audit 2024-03-21T13:22:49.841584+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:51.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:50 smithi001 bash[21415]: audit 2024-03-21T13:22:49.847793+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:51.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:50 smithi001 bash[21415]: audit 2024-03-21T13:22:49.950749+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:51.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:50 smithi001 bash[21415]: audit 2024-03-21T13:22:49.956431+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:51.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:50 smithi001 bash[21415]: audit 2024-03-21T13:22:49.958267+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:51.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:50 smithi001 bash[21415]: audit 2024-03-21T13:22:49.967446+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:51.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:50 smithi001 bash[21415]: audit 2024-03-21T13:22:50.068796+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:51.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:50 smithi001 bash[21415]: audit 2024-03-21T13:22:50.071662+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:51.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:50 smithi001 bash[21415]: audit 2024-03-21T13:22:50.072502+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:51.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:50 smithi001 bash[21415]: audit 2024-03-21T13:22:50.076867+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:51.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:50 smithi001 bash[21415]: audit 2024-03-21T13:22:50.277280+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:51.935 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:22:52.600 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:52 smithi001 bash[21415]: audit 2024-03-21T13:22:51.345616+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:52.600 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:52 smithi001 bash[21415]: audit 2024-03-21T13:22:51.353288+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:52.601 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:52 smithi001 bash[21415]: cluster 2024-03-21T13:22:51.627015+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:54.424 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:22:54.425 INFO:teuthology.orchestra.run.smithi001.stdout:[{"addr": "172.21.15.1", "hostname": "smithi001", "labels": [], "status": ""}, {"addr": "172.21.15.106", "hostname": "smithi106", "labels": [], "status": ""}, {"addr": "172.21.15.188", "hostname": "smithi188", "labels": [], "status": ""}] 2024-03-21T13:22:54.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:54 smithi001 bash[21415]: cluster 2024-03-21T13:22:53.627472+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:55.021 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-21T13:22:55.021 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph osd crush tunables default 2024-03-21T13:22:56.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:55 smithi001 bash[21415]: audit 2024-03-21T13:22:54.425358+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:22:56.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:55 smithi001 bash[21415]: audit 2024-03-21T13:22:54.702565+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:56.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:55 smithi001 bash[21415]: audit 2024-03-21T13:22:54.945591+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:56.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:55 smithi001 bash[21415]: audit 2024-03-21T13:22:54.950477+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:56.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:55 smithi001 bash[21415]: audit 2024-03-21T13:22:54.957876+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:22:57.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:56 smithi001 bash[21415]: cluster 2024-03-21T13:22:55.627902+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:59.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:22:58 smithi001 bash[21415]: cluster 2024-03-21T13:22:57.628311+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:59.739 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:23:01.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:00 smithi001 bash[21415]: cluster 2024-03-21T13:22:59.628859+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:02.966 INFO:teuthology.orchestra.run.smithi001.stderr:adjusted tunables profile to default 2024-03-21T13:23:03.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:02 smithi001 bash[21415]: cluster 2024-03-21T13:23:01.629277+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:03.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:02 smithi001 bash[21415]: audit 2024-03-21T13:23:02.238580+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.1:0/3435923235' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T13:23:03.604 INFO:tasks.cephadm:Adding mon.a on smithi001 2024-03-21T13:23:03.605 INFO:tasks.cephadm:Adding mon.b on smithi106 2024-03-21T13:23:03.605 INFO:tasks.cephadm:Adding mon.c on smithi188 2024-03-21T13:23:03.605 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph orch apply mon '3;smithi001:172.21.15.1=a;smithi106:172.21.15.106=b;smithi188:172.21.15.188=c' 2024-03-21T13:23:04.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:03 smithi001 bash[21415]: audit 2024-03-21T13:23:02.962123+0000 mon.a (mon.0) 193 : audit [INF] from='client.? 172.21.15.1:0/3435923235' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T13:23:04.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:03 smithi001 bash[21415]: cluster 2024-03-21T13:23:02.966891+0000 mon.a (mon.0) 194 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:23:04.929 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:23:05.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:05 smithi001 bash[21415]: cluster 2024-03-21T13:23:03.629781+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:05.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:05 smithi001 bash[21415]: audit 2024-03-21T13:23:04.064463+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:05.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:05 smithi001 bash[21415]: audit 2024-03-21T13:23:04.072143+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:07.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:07 smithi001 bash[21415]: cluster 2024-03-21T13:23:05.630184+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:07.463 INFO:teuthology.orchestra.run.smithi188.stdout:Scheduled mon update... 2024-03-21T13:23:08.185 DEBUG:teuthology.orchestra.run.smithi106:mon.b> sudo journalctl -f -n 0 -u ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mon.b.service 2024-03-21T13:23:08.188 DEBUG:teuthology.orchestra.run.smithi188:mon.c> sudo journalctl -f -n 0 -u ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mon.c.service 2024-03-21T13:23:08.191 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T13:23:08.191 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T13:23:08.534 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:08 smithi001 bash[21415]: audit 2024-03-21T13:23:07.451763+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi001:172.21.15.1=a;smithi106:172.21.15.106=b;smithi188:172.21.15.188=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:23:08.534 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:08 smithi001 bash[21415]: cephadm 2024-03-21T13:23:07.457507+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi001:172.21.15.1=a;smithi106:172.21.15.106=b;smithi188:172.21.15.188=c;count:3 2024-03-21T13:23:08.534 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:08 smithi001 bash[21415]: audit 2024-03-21T13:23:07.462829+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:08.534 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:08 smithi001 bash[21415]: audit 2024-03-21T13:23:07.469759+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:08.534 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:08 smithi001 bash[21415]: audit 2024-03-21T13:23:07.475226+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:08.534 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:08 smithi001 bash[21415]: audit 2024-03-21T13:23:07.477128+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:08.534 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:08 smithi001 bash[21415]: audit 2024-03-21T13:23:07.485263+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:08.534 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:08 smithi001 bash[21415]: audit 2024-03-21T13:23:07.490442+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:23:08.534 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:08 smithi001 bash[21415]: audit 2024-03-21T13:23:07.492231+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:08.535 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:08 smithi001 bash[21415]: cephadm 2024-03-21T13:23:07.494254+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi188 2024-03-21T13:23:08.535 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:08 smithi001 bash[21415]: cluster 2024-03-21T13:23:07.630536+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:08.535 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:08 smithi001 bash[21415]: audit 2024-03-21T13:23:07.815151+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:08.535 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:08 smithi001 bash[21415]: audit 2024-03-21T13:23:07.820956+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:08.535 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:08 smithi001 bash[21415]: audit 2024-03-21T13:23:07.828695+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:09.902 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:23:10.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:10 smithi001 bash[21415]: cluster 2024-03-21T13:23:09.630868+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:13.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:12 smithi001 bash[21415]: cluster 2024-03-21T13:23:11.631244+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:14.454 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-03-21T13:23:14.455 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"86fed6e6-e785-11ee-95cd-87774f69a715","modified":"2024-03-21T13:20:29.963253Z","created":"2024-03-21T13:20:29.963253Z","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.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-21T13:23:14.457 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2024-03-21T13:23:14.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:14 smithi001 bash[21415]: audit 2024-03-21T13:23:13.249023+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:14.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:14 smithi001 bash[21415]: audit 2024-03-21T13:23:13.255113+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:14.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:14 smithi001 bash[21415]: audit 2024-03-21T13:23:13.280428+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:14.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:14 smithi001 bash[21415]: audit 2024-03-21T13:23:13.281781+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:23:14.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:14 smithi001 bash[21415]: audit 2024-03-21T13:23:13.283606+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:14.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:14 smithi001 bash[21415]: cephadm 2024-03-21T13:23:13.285748+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi106 2024-03-21T13:23:14.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:14 smithi001 bash[21415]: cluster 2024-03-21T13:23:13.631646+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:14.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:14 smithi001 bash[21415]: audit 2024-03-21T13:23:13.931456+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:14.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:14 smithi001 bash[21415]: audit 2024-03-21T13:23:13.937427+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:14.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:14 smithi001 bash[21415]: audit 2024-03-21T13:23:13.945367+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:15.004 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: cluster 2024-03-21T13:23:03.629781+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:15.004 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:04.064463+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:15.004 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:04.072143+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:15.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: cluster 2024-03-21T13:23:05.630184+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:15.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:07.451763+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi001:172.21.15.1=a;smithi106:172.21.15.106=b;smithi188:172.21.15.188=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:23:15.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: cephadm 2024-03-21T13:23:07.457507+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi001:172.21.15.1=a;smithi106:172.21.15.106=b;smithi188:172.21.15.188=c;count:3 2024-03-21T13:23:15.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:07.462829+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:15.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:07.469759+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:15.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:07.475226+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:15.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:07.477128+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:15.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:07.485263+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:15.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:07.490442+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:23:15.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:07.492231+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:15.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: cephadm 2024-03-21T13:23:07.494254+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi188 2024-03-21T13:23:15.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: cluster 2024-03-21T13:23:07.630536+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:15.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:07.815151+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:15.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:07.820956+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:15.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:07.828695+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:15.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: cluster 2024-03-21T13:23:09.630868+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:15.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: cluster 2024-03-21T13:23:11.631244+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:15.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:13.249023+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:15.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:13.255113+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:15.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:13.280428+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:15.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:13.281781+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:23:15.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:13.283606+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:15.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: cephadm 2024-03-21T13:23:13.285748+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi106 2024-03-21T13:23:15.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: cluster 2024-03-21T13:23:13.631646+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:15.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:13.931456+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:15.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:13.937427+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:15.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: audit 2024-03-21T13:23:13.945367+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:15.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:15 smithi188 bash[22197]: debug 2024-03-21T13:23:14.993+0000 7f587ddf5700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-21T13:23:16.930 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T13:23:16.930 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T13:23:18.846 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: cluster 2024-03-21T13:22:53.627472+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:18.846 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:22:54.425358+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:23:18.846 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:22:54.702565+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:18.846 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:22:54.945591+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:18.847 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:22:54.950477+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:19.147 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:22:54.957876+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:19.147 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: cluster 2024-03-21T13:22:55.627902+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:19.147 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: cluster 2024-03-21T13:22:57.628311+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:19.147 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: cluster 2024-03-21T13:22:59.628859+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:19.147 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: cluster 2024-03-21T13:23:01.629277+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:19.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:02.238580+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.1:0/3435923235' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T13:23:19.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:02.962123+0000 mon.a (mon.0) 193 : audit [INF] from='client.? 172.21.15.1:0/3435923235' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T13:23:19.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: cluster 2024-03-21T13:23:02.966891+0000 mon.a (mon.0) 194 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:23:19.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: cluster 2024-03-21T13:23:03.629781+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:19.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:04.064463+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:19.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:04.072143+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:19.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: cluster 2024-03-21T13:23:05.630184+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:19.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:07.451763+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi001:172.21.15.1=a;smithi106:172.21.15.106=b;smithi188:172.21.15.188=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:23:19.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: cephadm 2024-03-21T13:23:07.457507+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi001:172.21.15.1=a;smithi106:172.21.15.106=b;smithi188:172.21.15.188=c;count:3 2024-03-21T13:23:19.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:07.462829+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:19.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:07.469759+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:19.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:07.475226+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:19.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:07.477128+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:19.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:07.485263+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:19.149 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:07.490442+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:23:19.149 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:07.492231+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:19.149 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: cephadm 2024-03-21T13:23:07.494254+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi188 2024-03-21T13:23:19.149 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: cluster 2024-03-21T13:23:07.630536+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:19.149 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:07.815151+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:19.149 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:07.820956+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:19.149 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:07.828695+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:19.149 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: cluster 2024-03-21T13:23:09.630868+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:19.149 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: cluster 2024-03-21T13:23:11.631244+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:19.150 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:13.249023+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:19.150 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:13.255113+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:19.150 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:13.280428+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:19.150 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:13.281781+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:23:19.150 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:13.283606+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:19.150 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: cephadm 2024-03-21T13:23:13.285748+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi106 2024-03-21T13:23:19.150 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: cluster 2024-03-21T13:23:13.631646+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:19.150 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:13.931456+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:19.150 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:13.937427+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:19.150 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: audit 2024-03-21T13:23:13.945367+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:19.150 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:18 smithi106 bash[22227]: debug 2024-03-21T13:23:18.841+0000 7fe7472bc700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-21T13:23:20.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: audit 2024-03-21T13:23:15.009487+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:23:20.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: cluster 2024-03-21T13:23:15.009724+0000 mon.a (mon.0) 218 : cluster [INF] mon.a calling monitor election 2024-03-21T13:23:20.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: audit 2024-03-21T13:23:15.033580+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:20.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: cluster 2024-03-21T13:23:15.632031+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:20.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: audit 2024-03-21T13:23:16.005540+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:20.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: audit 2024-03-21T13:23:17.005418+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:20.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: cluster 2024-03-21T13:23:17.007173+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T13:23:20.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: cluster 2024-03-21T13:23:17.632396+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:20.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: audit 2024-03-21T13:23:18.005868+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:20.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: audit 2024-03-21T13:23:18.847982+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:20.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: audit 2024-03-21T13:23:19.006147+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:20.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: audit 2024-03-21T13:23:19.848274+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:20.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: audit 2024-03-21T13:23:20.005974+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:20.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: cluster 2024-03-21T13:23:20.055506+0000 mon.a (mon.0) 227 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:23:20.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: cluster 2024-03-21T13:23:20.061525+0000 mon.a (mon.0) 228 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],c=[v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:23:20.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: cluster 2024-03-21T13:23:20.081724+0000 mon.a (mon.0) 229 : cluster [DBG] fsmap 2024-03-21T13:23:20.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: cluster 2024-03-21T13:23:20.081838+0000 mon.a (mon.0) 230 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:23:20.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: cluster 2024-03-21T13:23:20.082153+0000 mon.a (mon.0) 231 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-03-21T13:23:20.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: cluster 2024-03-21T13:23:20.082433+0000 mon.a (mon.0) 232 : cluster [INF] overall HEALTH_OK 2024-03-21T13:23:20.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: audit 2024-03-21T13:23:20.089667+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:20.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: audit 2024-03-21T13:23:20.095765+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:20.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: audit 2024-03-21T13:23:20.101836+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:20.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: audit 2024-03-21T13:23:20.107172+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:20.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: audit 2024-03-21T13:23:20.113591+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:20.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: audit 2024-03-21T13:23:20.125157+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:20.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:20 smithi001 bash[21415]: audit 2024-03-21T13:23:20.131521+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:20.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: audit 2024-03-21T13:23:15.009487+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:23:20.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: cluster 2024-03-21T13:23:15.009724+0000 mon.a (mon.0) 218 : cluster [INF] mon.a calling monitor election 2024-03-21T13:23:20.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: audit 2024-03-21T13:23:15.033580+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:20.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: cluster 2024-03-21T13:23:15.632031+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:20.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: audit 2024-03-21T13:23:16.005540+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:20.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: audit 2024-03-21T13:23:17.005418+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:20.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: cluster 2024-03-21T13:23:17.007173+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T13:23:20.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: cluster 2024-03-21T13:23:17.632396+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:20.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: audit 2024-03-21T13:23:18.005868+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:20.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: audit 2024-03-21T13:23:18.847982+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:20.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: audit 2024-03-21T13:23:19.006147+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:20.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: audit 2024-03-21T13:23:19.848274+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:20.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: audit 2024-03-21T13:23:20.005974+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:20.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: cluster 2024-03-21T13:23:20.055506+0000 mon.a (mon.0) 227 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:23:20.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: cluster 2024-03-21T13:23:20.061525+0000 mon.a (mon.0) 228 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],c=[v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:23:20.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: cluster 2024-03-21T13:23:20.081724+0000 mon.a (mon.0) 229 : cluster [DBG] fsmap 2024-03-21T13:23:20.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: cluster 2024-03-21T13:23:20.081838+0000 mon.a (mon.0) 230 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:23:20.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: cluster 2024-03-21T13:23:20.082153+0000 mon.a (mon.0) 231 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-03-21T13:23:20.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: cluster 2024-03-21T13:23:20.082433+0000 mon.a (mon.0) 232 : cluster [INF] overall HEALTH_OK 2024-03-21T13:23:20.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: audit 2024-03-21T13:23:20.089667+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:20.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: audit 2024-03-21T13:23:20.095765+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:20.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: audit 2024-03-21T13:23:20.101836+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:20.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: audit 2024-03-21T13:23:20.107172+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:20.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: audit 2024-03-21T13:23:20.113591+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:20.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: audit 2024-03-21T13:23:20.125157+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:20.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:20 smithi188 bash[22197]: audit 2024-03-21T13:23:20.131521+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:20.638 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T13:23:21.147 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: audit 2024-03-21T13:23:15.009487+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:23:21.147 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: cluster 2024-03-21T13:23:15.009724+0000 mon.a (mon.0) 218 : cluster [INF] mon.a calling monitor election 2024-03-21T13:23:21.147 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: audit 2024-03-21T13:23:15.033580+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:21.147 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: cluster 2024-03-21T13:23:15.632031+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:21.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: audit 2024-03-21T13:23:16.005540+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:21.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: audit 2024-03-21T13:23:17.005418+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:21.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: cluster 2024-03-21T13:23:17.007173+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T13:23:21.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: cluster 2024-03-21T13:23:17.632396+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:21.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: audit 2024-03-21T13:23:18.005868+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:21.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: audit 2024-03-21T13:23:18.847982+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:21.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: audit 2024-03-21T13:23:19.006147+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:21.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: audit 2024-03-21T13:23:19.848274+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:21.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: audit 2024-03-21T13:23:20.005974+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:21.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: cluster 2024-03-21T13:23:20.055506+0000 mon.a (mon.0) 227 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:23:21.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: cluster 2024-03-21T13:23:20.061525+0000 mon.a (mon.0) 228 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],c=[v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:23:21.149 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: cluster 2024-03-21T13:23:20.081724+0000 mon.a (mon.0) 229 : cluster [DBG] fsmap 2024-03-21T13:23:21.149 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: cluster 2024-03-21T13:23:20.081838+0000 mon.a (mon.0) 230 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:23:21.149 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: cluster 2024-03-21T13:23:20.082153+0000 mon.a (mon.0) 231 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-03-21T13:23:21.149 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: cluster 2024-03-21T13:23:20.082433+0000 mon.a (mon.0) 232 : cluster [INF] overall HEALTH_OK 2024-03-21T13:23:21.149 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: audit 2024-03-21T13:23:20.089667+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:21.149 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: audit 2024-03-21T13:23:20.095765+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:21.149 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: audit 2024-03-21T13:23:20.101836+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:21.149 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: audit 2024-03-21T13:23:20.107172+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:21.149 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: audit 2024-03-21T13:23:20.113591+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:21.149 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: audit 2024-03-21T13:23:20.125157+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:21.150 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:20 smithi106 bash[22227]: audit 2024-03-21T13:23:20.131521+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:21.406 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:23:21 smithi001 bash[21669]: debug 2024-03-21T13:23:21.004+0000 7f99bcded700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-03-21T13:23:26.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: cephadm 2024-03-21T13:23:20.241970+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.conf 2024-03-21T13:23:26.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: cephadm 2024-03-21T13:23:20.242507+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi106:/etc/ceph/ceph.conf 2024-03-21T13:23:26.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: cephadm 2024-03-21T13:23:20.243447+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-03-21T13:23:26.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: cephadm 2024-03-21T13:23:20.457624+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi106:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:23:26.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: cephadm 2024-03-21T13:23:20.457830+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi001:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:23:26.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: cephadm 2024-03-21T13:23:20.459263+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi188:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:23:26.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: cephadm 2024-03-21T13:23:20.690073+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:23:26.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: cephadm 2024-03-21T13:23:20.738449+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-21T13:23:26.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: cephadm 2024-03-21T13:23:20.740977+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi001 2024-03-21T13:23:26.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: audit 2024-03-21T13:23:20.866161+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:23:26.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: cluster 2024-03-21T13:23:20.866616+0000 mon.a (mon.0) 255 : cluster [INF] mon.a calling monitor election 2024-03-21T13:23:26.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: cluster 2024-03-21T13:23:20.867639+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T13:23:26.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: audit 2024-03-21T13:23:20.886834+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:26.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: audit 2024-03-21T13:23:20.887236+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:26.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: cluster 2024-03-21T13:23:21.633166+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:26.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: audit 2024-03-21T13:23:21.848677+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:26.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: audit 2024-03-21T13:23:22.848640+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:26.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: cluster 2024-03-21T13:23:22.863597+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T13:23:26.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: cluster 2024-03-21T13:23:23.633575+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:26.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: audit 2024-03-21T13:23:23.848893+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:26.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: audit 2024-03-21T13:23:24.849000+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:26.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: audit 2024-03-21T13:23:25.849228+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:26.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: cluster 2024-03-21T13:23:25.907471+0000 mon.a (mon.0) 263 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:23:26.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: cluster 2024-03-21T13:23:25.914225+0000 mon.a (mon.0) 264 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],b=[v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0],c=[v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:23:26.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: cluster 2024-03-21T13:23:25.933790+0000 mon.a (mon.0) 265 : cluster [DBG] fsmap 2024-03-21T13:23:26.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: cluster 2024-03-21T13:23:25.933876+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:23:26.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: cluster 2024-03-21T13:23:25.934162+0000 mon.a (mon.0) 267 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-03-21T13:23:26.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: cluster 2024-03-21T13:23:25.934417+0000 mon.a (mon.0) 268 : cluster [INF] overall HEALTH_OK 2024-03-21T13:23:26.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: audit 2024-03-21T13:23:25.942324+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:26.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: audit 2024-03-21T13:23:25.948534+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:26.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: audit 2024-03-21T13:23:25.954141+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:26.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: audit 2024-03-21T13:23:25.960136+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:26.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: audit 2024-03-21T13:23:25.969658+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:23:26.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: audit 2024-03-21T13:23:25.971399+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:23:26.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:25 smithi188 bash[22197]: audit 2024-03-21T13:23:25.973057+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:26.337 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: cephadm 2024-03-21T13:23:20.241970+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.conf 2024-03-21T13:23:26.337 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: cephadm 2024-03-21T13:23:20.242507+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi106:/etc/ceph/ceph.conf 2024-03-21T13:23:26.337 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: cephadm 2024-03-21T13:23:20.243447+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-03-21T13:23:26.337 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: cephadm 2024-03-21T13:23:20.457624+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi106:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:23:26.338 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: cephadm 2024-03-21T13:23:20.457830+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi001:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:23:26.338 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: cephadm 2024-03-21T13:23:20.459263+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi188:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:23:26.338 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: cephadm 2024-03-21T13:23:20.690073+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:23:26.338 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: cephadm 2024-03-21T13:23:20.738449+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-21T13:23:26.338 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: cephadm 2024-03-21T13:23:20.740977+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi001 2024-03-21T13:23:26.338 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: audit 2024-03-21T13:23:20.866161+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:23:26.338 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: cluster 2024-03-21T13:23:20.866616+0000 mon.a (mon.0) 255 : cluster [INF] mon.a calling monitor election 2024-03-21T13:23:26.338 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: cluster 2024-03-21T13:23:20.867639+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T13:23:26.338 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: audit 2024-03-21T13:23:20.886834+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:26.338 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: audit 2024-03-21T13:23:20.887236+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:26.338 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: cluster 2024-03-21T13:23:21.633166+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:26.338 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: audit 2024-03-21T13:23:21.848677+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:26.338 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: audit 2024-03-21T13:23:22.848640+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:26.338 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: cluster 2024-03-21T13:23:22.863597+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T13:23:26.339 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: cluster 2024-03-21T13:23:23.633575+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:26.339 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: audit 2024-03-21T13:23:23.848893+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:26.339 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: audit 2024-03-21T13:23:24.849000+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:26.339 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: audit 2024-03-21T13:23:25.849228+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:26.339 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: cluster 2024-03-21T13:23:25.907471+0000 mon.a (mon.0) 263 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:23:26.339 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: cluster 2024-03-21T13:23:25.914225+0000 mon.a (mon.0) 264 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],b=[v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0],c=[v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:23:26.339 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: cluster 2024-03-21T13:23:25.933790+0000 mon.a (mon.0) 265 : cluster [DBG] fsmap 2024-03-21T13:23:26.339 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: cluster 2024-03-21T13:23:25.933876+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:23:26.339 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: cluster 2024-03-21T13:23:25.934162+0000 mon.a (mon.0) 267 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-03-21T13:23:26.340 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: cluster 2024-03-21T13:23:25.934417+0000 mon.a (mon.0) 268 : cluster [INF] overall HEALTH_OK 2024-03-21T13:23:26.340 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: audit 2024-03-21T13:23:25.942324+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:26.340 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: audit 2024-03-21T13:23:25.948534+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:26.340 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: audit 2024-03-21T13:23:25.954141+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:26.340 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: audit 2024-03-21T13:23:25.960136+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:26.340 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: audit 2024-03-21T13:23:25.969658+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:23:26.340 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: audit 2024-03-21T13:23:25.971399+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:23:26.340 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:25 smithi106 bash[22227]: audit 2024-03-21T13:23:25.973057+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:26.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: cephadm 2024-03-21T13:23:20.241970+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.conf 2024-03-21T13:23:26.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: cephadm 2024-03-21T13:23:20.242507+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi106:/etc/ceph/ceph.conf 2024-03-21T13:23:26.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: cephadm 2024-03-21T13:23:20.243447+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-03-21T13:23:26.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: cephadm 2024-03-21T13:23:20.457624+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi106:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:23:26.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: cephadm 2024-03-21T13:23:20.457830+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi001:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:23:26.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: cephadm 2024-03-21T13:23:20.459263+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi188:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:23:26.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: cephadm 2024-03-21T13:23:20.690073+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:23:26.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: cephadm 2024-03-21T13:23:20.738449+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-21T13:23:26.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: cephadm 2024-03-21T13:23:20.740977+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi001 2024-03-21T13:23:26.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: audit 2024-03-21T13:23:20.866161+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:23:26.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: cluster 2024-03-21T13:23:20.866616+0000 mon.a (mon.0) 255 : cluster [INF] mon.a calling monitor election 2024-03-21T13:23:26.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: cluster 2024-03-21T13:23:20.867639+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T13:23:26.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: audit 2024-03-21T13:23:20.886834+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:26.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: audit 2024-03-21T13:23:20.887236+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:26.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: cluster 2024-03-21T13:23:21.633166+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:26.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: audit 2024-03-21T13:23:21.848677+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:26.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: audit 2024-03-21T13:23:22.848640+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:26.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: cluster 2024-03-21T13:23:22.863597+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T13:23:26.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: cluster 2024-03-21T13:23:23.633575+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:26.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: audit 2024-03-21T13:23:23.848893+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:26.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: audit 2024-03-21T13:23:24.849000+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:26.408 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: audit 2024-03-21T13:23:25.849228+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:26.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: cluster 2024-03-21T13:23:25.907471+0000 mon.a (mon.0) 263 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:23:26.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: cluster 2024-03-21T13:23:25.914225+0000 mon.a (mon.0) 264 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],b=[v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0],c=[v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:23:26.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: cluster 2024-03-21T13:23:25.933790+0000 mon.a (mon.0) 265 : cluster [DBG] fsmap 2024-03-21T13:23:26.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: cluster 2024-03-21T13:23:25.933876+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:23:26.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: cluster 2024-03-21T13:23:25.934162+0000 mon.a (mon.0) 267 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-03-21T13:23:26.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: cluster 2024-03-21T13:23:25.934417+0000 mon.a (mon.0) 268 : cluster [INF] overall HEALTH_OK 2024-03-21T13:23:26.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: audit 2024-03-21T13:23:25.942324+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:26.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: audit 2024-03-21T13:23:25.948534+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:26.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: audit 2024-03-21T13:23:25.954141+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:26.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: audit 2024-03-21T13:23:25.960136+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:26.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: audit 2024-03-21T13:23:25.969658+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:23:26.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: audit 2024-03-21T13:23:25.971399+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:23:26.409 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:25 smithi001 bash[21415]: audit 2024-03-21T13:23:25.973057+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:27.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:27 smithi106 bash[22227]: cluster 2024-03-21T13:23:25.633979+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:27.147 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:27 smithi106 bash[22227]: cephadm 2024-03-21T13:23:25.969012+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T13:23:27.147 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:27 smithi106 bash[22227]: cephadm 2024-03-21T13:23:25.975155+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi106 2024-03-21T13:23:27.147 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:27 smithi106 bash[22227]: audit 2024-03-21T13:23:26.849003+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:27.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:26 smithi188 bash[22197]: cluster 2024-03-21T13:23:25.633979+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:27.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:26 smithi188 bash[22197]: cephadm 2024-03-21T13:23:25.969012+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T13:23:27.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:26 smithi188 bash[22197]: cephadm 2024-03-21T13:23:25.975155+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi106 2024-03-21T13:23:27.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:26 smithi188 bash[22197]: audit 2024-03-21T13:23:26.849003+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:27.278 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-03-21T13:23:27.278 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":3,"fsid":"86fed6e6-e785-11ee-95cd-87774f69a715","modified":"2024-03-21T13:23:20.861554Z","created":"2024-03-21T13:20:29.963253Z","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.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:3300","nonce":0},{"type":"v1","addr":"172.21.15.188:6789","nonce":0}]},"addr":"172.21.15.188:6789/0","public_addr":"172.21.15.188:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:3300","nonce":0},{"type":"v1","addr":"172.21.15.106:6789","nonce":0}]},"addr":"172.21.15.106:6789/0","public_addr":"172.21.15.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-03-21T13:23:27.282 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 3 2024-03-21T13:23:27.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:26 smithi001 bash[21415]: cluster 2024-03-21T13:23:25.633979+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:27.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:27 smithi001 bash[21415]: cephadm 2024-03-21T13:23:25.969012+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T13:23:27.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:27 smithi001 bash[21415]: cephadm 2024-03-21T13:23:25.975155+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi106 2024-03-21T13:23:27.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:27 smithi001 bash[21415]: audit 2024-03-21T13:23:26.849003+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:27.882 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-21T13:23:27.882 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph config generate-minimal-conf 2024-03-21T13:23:28.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:28 smithi106 bash[22227]: audit 2024-03-21T13:23:27.013179+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:28.147 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:28 smithi106 bash[22227]: audit 2024-03-21T13:23:27.279681+0000 mon.a (mon.0) 278 : audit [DBG] from='client.? 172.21.15.188:0/1111273802' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:23:28.147 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:28 smithi106 bash[22227]: audit 2024-03-21T13:23:27.765579+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:28.147 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:28 smithi106 bash[22227]: audit 2024-03-21T13:23:27.773079+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:28.147 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:28 smithi106 bash[22227]: audit 2024-03-21T13:23:27.782645+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:28.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:28 smithi001 bash[21415]: audit 2024-03-21T13:23:27.013179+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:28.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:28 smithi001 bash[21415]: audit 2024-03-21T13:23:27.279681+0000 mon.a (mon.0) 278 : audit [DBG] from='client.? 172.21.15.188:0/1111273802' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:23:28.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:28 smithi001 bash[21415]: audit 2024-03-21T13:23:27.765579+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:28.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:28 smithi001 bash[21415]: audit 2024-03-21T13:23:27.773079+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:28.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:28 smithi001 bash[21415]: audit 2024-03-21T13:23:27.782645+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:28.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:28 smithi188 bash[22197]: audit 2024-03-21T13:23:27.013179+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:28.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:28 smithi188 bash[22197]: audit 2024-03-21T13:23:27.279681+0000 mon.a (mon.0) 278 : audit [DBG] from='client.? 172.21.15.188:0/1111273802' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:23:28.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:28 smithi188 bash[22197]: audit 2024-03-21T13:23:27.765579+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:28.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:28 smithi188 bash[22197]: audit 2024-03-21T13:23:27.773079+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:28.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:28 smithi188 bash[22197]: audit 2024-03-21T13:23:27.782645+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:29.105 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:29 smithi001 bash[21415]: cluster 2024-03-21T13:23:27.634388+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:29.105 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:29 smithi001 bash[21415]: audit 2024-03-21T13:23:28.288280+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:29.105 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:29 smithi001 bash[21415]: audit 2024-03-21T13:23:28.295770+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:29.106 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:29 smithi001 bash[21415]: audit 2024-03-21T13:23:28.346607+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:23:29.106 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:29 smithi001 bash[21415]: audit 2024-03-21T13:23:28.348442+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:23:29.106 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:29 smithi001 bash[21415]: audit 2024-03-21T13:23:28.350301+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:29.106 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:29 smithi001 bash[21415]: audit 2024-03-21T13:23:28.701003+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:29.106 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:29 smithi001 bash[21415]: audit 2024-03-21T13:23:28.708523+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:29.106 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:29 smithi001 bash[21415]: audit 2024-03-21T13:23:28.718472+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:29.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:29 smithi106 bash[22227]: cluster 2024-03-21T13:23:27.634388+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:29.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:29 smithi106 bash[22227]: audit 2024-03-21T13:23:28.288280+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:29.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:29 smithi106 bash[22227]: audit 2024-03-21T13:23:28.295770+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:29.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:29 smithi106 bash[22227]: audit 2024-03-21T13:23:28.346607+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:23:29.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:29 smithi106 bash[22227]: audit 2024-03-21T13:23:28.348442+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:23:29.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:29 smithi106 bash[22227]: audit 2024-03-21T13:23:28.350301+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:29.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:29 smithi106 bash[22227]: audit 2024-03-21T13:23:28.701003+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:29.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:29 smithi106 bash[22227]: audit 2024-03-21T13:23:28.708523+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:29.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:29 smithi106 bash[22227]: audit 2024-03-21T13:23:28.718472+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:29.477 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:29 smithi188 bash[22197]: cluster 2024-03-21T13:23:27.634388+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:29.477 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:29 smithi188 bash[22197]: audit 2024-03-21T13:23:28.288280+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:29.478 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:29 smithi188 bash[22197]: audit 2024-03-21T13:23:28.295770+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:29.478 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:29 smithi188 bash[22197]: audit 2024-03-21T13:23:28.346607+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:23:29.478 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:29 smithi188 bash[22197]: audit 2024-03-21T13:23:28.348442+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:23:29.478 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:29 smithi188 bash[22197]: audit 2024-03-21T13:23:28.350301+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:29.478 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:29 smithi188 bash[22197]: audit 2024-03-21T13:23:28.701003+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:29.478 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:29 smithi188 bash[22197]: audit 2024-03-21T13:23:28.708523+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:29.478 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:29 smithi188 bash[22197]: audit 2024-03-21T13:23:28.718472+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:30.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:30 smithi188 bash[22197]: cephadm 2024-03-21T13:23:28.345921+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T13:23:30.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:30 smithi188 bash[22197]: cephadm 2024-03-21T13:23:28.352359+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi188 2024-03-21T13:23:30.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:30 smithi106 bash[22227]: cephadm 2024-03-21T13:23:28.345921+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T13:23:30.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:30 smithi106 bash[22227]: cephadm 2024-03-21T13:23:28.352359+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi188 2024-03-21T13:23:30.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:30 smithi001 bash[21415]: cephadm 2024-03-21T13:23:28.345921+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T13:23:30.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:30 smithi001 bash[21415]: cephadm 2024-03-21T13:23:28.352359+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi188 2024-03-21T13:23:31.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:31 smithi106 bash[22227]: cluster 2024-03-21T13:23:29.634820+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:31.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:31 smithi106 bash[22227]: audit 2024-03-21T13:23:30.216398+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:31 smithi106 bash[22227]: audit 2024-03-21T13:23:30.221415+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:31 smithi106 bash[22227]: audit 2024-03-21T13:23:30.271102+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:31.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:31 smithi106 bash[22227]: audit 2024-03-21T13:23:30.274000+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:31.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:31 smithi106 bash[22227]: audit 2024-03-21T13:23:30.274962+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:31.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:31 smithi106 bash[22227]: audit 2024-03-21T13:23:30.710514+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:31 smithi106 bash[22227]: audit 2024-03-21T13:23:30.716443+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:31 smithi106 bash[22227]: audit 2024-03-21T13:23:30.721390+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:31 smithi106 bash[22227]: audit 2024-03-21T13:23:30.727741+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:31 smithi106 bash[22227]: audit 2024-03-21T13:23:30.733655+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:31 smithi106 bash[22227]: audit 2024-03-21T13:23:30.739783+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.398 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:31 smithi106 bash[22227]: audit 2024-03-21T13:23:30.745379+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.398 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:31 smithi106 bash[22227]: audit 2024-03-21T13:23:30.795533+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:23:31.398 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:31 smithi106 bash[22227]: audit 2024-03-21T13:23:30.796210+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:23:31.398 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:31 smithi106 bash[22227]: audit 2024-03-21T13:23:30.796809+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:31.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:31 smithi001 bash[21415]: cluster 2024-03-21T13:23:29.634820+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:31.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:31 smithi001 bash[21415]: audit 2024-03-21T13:23:30.216398+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:31 smithi001 bash[21415]: audit 2024-03-21T13:23:30.221415+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:31 smithi001 bash[21415]: audit 2024-03-21T13:23:30.271102+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:31.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:31 smithi001 bash[21415]: audit 2024-03-21T13:23:30.274000+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:31.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:31 smithi001 bash[21415]: audit 2024-03-21T13:23:30.274962+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:31.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:31 smithi001 bash[21415]: audit 2024-03-21T13:23:30.710514+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:31 smithi001 bash[21415]: audit 2024-03-21T13:23:30.716443+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:31 smithi001 bash[21415]: audit 2024-03-21T13:23:30.721390+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:31 smithi001 bash[21415]: audit 2024-03-21T13:23:30.727741+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:31 smithi001 bash[21415]: audit 2024-03-21T13:23:30.733655+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:31 smithi001 bash[21415]: audit 2024-03-21T13:23:30.739783+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:31 smithi001 bash[21415]: audit 2024-03-21T13:23:30.745379+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:31 smithi001 bash[21415]: audit 2024-03-21T13:23:30.795533+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:23:31.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:31 smithi001 bash[21415]: audit 2024-03-21T13:23:30.796210+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:23:31.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:31 smithi001 bash[21415]: audit 2024-03-21T13:23:30.796809+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:31.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:31 smithi188 bash[22197]: cluster 2024-03-21T13:23:29.634820+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:31.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:31 smithi188 bash[22197]: audit 2024-03-21T13:23:30.216398+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:31 smithi188 bash[22197]: audit 2024-03-21T13:23:30.221415+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:31 smithi188 bash[22197]: audit 2024-03-21T13:23:30.271102+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:31.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:31 smithi188 bash[22197]: audit 2024-03-21T13:23:30.274000+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:31.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:31 smithi188 bash[22197]: audit 2024-03-21T13:23:30.274962+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:31.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:31 smithi188 bash[22197]: audit 2024-03-21T13:23:30.710514+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:31 smithi188 bash[22197]: audit 2024-03-21T13:23:30.716443+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:31 smithi188 bash[22197]: audit 2024-03-21T13:23:30.721390+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:31 smithi188 bash[22197]: audit 2024-03-21T13:23:30.727741+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:31 smithi188 bash[22197]: audit 2024-03-21T13:23:30.733655+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:31 smithi188 bash[22197]: audit 2024-03-21T13:23:30.739783+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:31 smithi188 bash[22197]: audit 2024-03-21T13:23:30.745379+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:31.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:31 smithi188 bash[22197]: audit 2024-03-21T13:23:30.795533+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:23:31.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:31 smithi188 bash[22197]: audit 2024-03-21T13:23:30.796210+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:23:31.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:31 smithi188 bash[22197]: audit 2024-03-21T13:23:30.796809+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:32.304 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:32 smithi001 bash[21415]: cephadm 2024-03-21T13:23:30.276244+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.conf 2024-03-21T13:23:32.304 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:32 smithi001 bash[21415]: cephadm 2024-03-21T13:23:30.276617+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi106:/etc/ceph/ceph.conf 2024-03-21T13:23:32.304 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:32 smithi001 bash[21415]: cephadm 2024-03-21T13:23:30.276840+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-03-21T13:23:32.305 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:32 smithi001 bash[21415]: cephadm 2024-03-21T13:23:30.490962+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi001:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:23:32.305 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:32 smithi001 bash[21415]: cephadm 2024-03-21T13:23:30.492159+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi106:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:23:32.305 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:32 smithi001 bash[21415]: cephadm 2024-03-21T13:23:30.492572+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi188:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:23:32.305 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:32 smithi001 bash[21415]: cephadm 2024-03-21T13:23:30.795180+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-21T13:23:32.305 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:32 smithi001 bash[21415]: cephadm 2024-03-21T13:23:30.797568+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi001 2024-03-21T13:23:32.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:32 smithi106 bash[22227]: cephadm 2024-03-21T13:23:30.276244+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.conf 2024-03-21T13:23:32.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:32 smithi106 bash[22227]: cephadm 2024-03-21T13:23:30.276617+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi106:/etc/ceph/ceph.conf 2024-03-21T13:23:32.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:32 smithi106 bash[22227]: cephadm 2024-03-21T13:23:30.276840+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-03-21T13:23:32.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:32 smithi106 bash[22227]: cephadm 2024-03-21T13:23:30.490962+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi001:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:23:32.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:32 smithi106 bash[22227]: cephadm 2024-03-21T13:23:30.492159+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi106:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:23:32.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:32 smithi106 bash[22227]: cephadm 2024-03-21T13:23:30.492572+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi188:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:23:32.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:32 smithi106 bash[22227]: cephadm 2024-03-21T13:23:30.795180+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-21T13:23:32.397 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:32 smithi106 bash[22227]: cephadm 2024-03-21T13:23:30.797568+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi001 2024-03-21T13:23:32.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:32 smithi188 bash[22197]: cephadm 2024-03-21T13:23:30.276244+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.conf 2024-03-21T13:23:32.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:32 smithi188 bash[22197]: cephadm 2024-03-21T13:23:30.276617+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi106:/etc/ceph/ceph.conf 2024-03-21T13:23:32.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:32 smithi188 bash[22197]: cephadm 2024-03-21T13:23:30.276840+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-03-21T13:23:32.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:32 smithi188 bash[22197]: cephadm 2024-03-21T13:23:30.490962+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi001:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:23:32.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:32 smithi188 bash[22197]: cephadm 2024-03-21T13:23:30.492159+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi106:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:23:32.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:32 smithi188 bash[22197]: cephadm 2024-03-21T13:23:30.492572+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi188:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:23:32.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:32 smithi188 bash[22197]: cephadm 2024-03-21T13:23:30.795180+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-21T13:23:32.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:32 smithi188 bash[22197]: cephadm 2024-03-21T13:23:30.797568+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi001 2024-03-21T13:23:33.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:33 smithi106 bash[22227]: cluster 2024-03-21T13:23:31.635245+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:33.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:33 smithi001 bash[21415]: cluster 2024-03-21T13:23:31.635245+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:33.499 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:23:33.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:33 smithi188 bash[22197]: cluster 2024-03-21T13:23:31.635245+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:34.342 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:34 smithi001 bash[21415]: audit 2024-03-21T13:23:33.075072+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:34.342 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:34 smithi001 bash[21415]: audit 2024-03-21T13:23:33.083506+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:34.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:34 smithi106 bash[22227]: audit 2024-03-21T13:23:33.075072+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:34.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:34 smithi106 bash[22227]: audit 2024-03-21T13:23:33.083506+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:34.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:34 smithi188 bash[22197]: audit 2024-03-21T13:23:33.075072+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:34.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:34 smithi188 bash[22197]: audit 2024-03-21T13:23:33.083506+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:35.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:35 smithi106 bash[22227]: cluster 2024-03-21T13:23:33.635644+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:35.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:35 smithi001 bash[21415]: cluster 2024-03-21T13:23:33.635644+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:35.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:35 smithi188 bash[22197]: cluster 2024-03-21T13:23:33.635644+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:36.076 INFO:teuthology.orchestra.run.smithi001.stdout:# minimal ceph.conf for 86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:23:36.076 INFO:teuthology.orchestra.run.smithi001.stdout:[global] 2024-03-21T13:23:36.076 INFO:teuthology.orchestra.run.smithi001.stdout: fsid = 86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:23:36.077 INFO:teuthology.orchestra.run.smithi001.stdout: mon_host = [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] [v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0] [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] 2024-03-21T13:23:36.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:36 smithi106 bash[22227]: audit 2024-03-21T13:23:36.077838+0000 mon.a (mon.0) 307 : audit [DBG] from='client.? 172.21.15.1:0/786163207' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:36.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:36 smithi001 bash[21415]: audit 2024-03-21T13:23:36.077838+0000 mon.a (mon.0) 307 : audit [DBG] from='client.? 172.21.15.1:0/786163207' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:36.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:36 smithi188 bash[22197]: audit 2024-03-21T13:23:36.077838+0000 mon.a (mon.0) 307 : audit [DBG] from='client.? 172.21.15.1:0/786163207' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:36.755 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-21T13:23:36.756 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-03-21T13:23:36.756 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T13:23:36.771 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-03-21T13:23:36.771 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:23:36.827 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-03-21T13:23:36.828 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T13:23:36.842 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-03-21T13:23:36.842 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:23:36.901 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-03-21T13:23:36.901 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T13:23:36.916 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-03-21T13:23:36.916 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:23:37.011 INFO:tasks.cephadm:Adding mgr.a on smithi001 2024-03-21T13:23:37.011 INFO:tasks.cephadm:Adding mgr.b on smithi106 2024-03-21T13:23:37.011 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph orch apply mgr '2;smithi001=a;smithi106=b' 2024-03-21T13:23:37.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:37 smithi106 bash[22227]: cluster 2024-03-21T13:23:35.636126+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:37.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:37 smithi001 bash[21415]: cluster 2024-03-21T13:23:35.636126+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:37.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:37 smithi188 bash[22197]: cluster 2024-03-21T13:23:35.636126+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:39.347 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:39 smithi001 bash[21415]: cluster 2024-03-21T13:23:37.636592+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:39.393 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:39 smithi188 bash[22197]: cluster 2024-03-21T13:23:37.636592+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:39.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:39 smithi106 bash[22227]: cluster 2024-03-21T13:23:37.636592+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:40.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:40 smithi188 bash[22197]: audit 2024-03-21T13:23:39.329127+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:40.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:40 smithi188 bash[22197]: audit 2024-03-21T13:23:39.337203+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:40.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:40 smithi188 bash[22197]: audit 2024-03-21T13:23:39.346759+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:40.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:40 smithi188 bash[22197]: cluster 2024-03-21T13:23:39.637053+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:40.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:40 smithi106 bash[22227]: audit 2024-03-21T13:23:39.329127+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:40.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:40 smithi106 bash[22227]: audit 2024-03-21T13:23:39.337203+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:40.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:40 smithi106 bash[22227]: audit 2024-03-21T13:23:39.346759+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:40.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:40 smithi106 bash[22227]: cluster 2024-03-21T13:23:39.637053+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:40.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:40 smithi001 bash[21415]: audit 2024-03-21T13:23:39.329127+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:40.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:40 smithi001 bash[21415]: audit 2024-03-21T13:23:39.337203+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:40.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:40 smithi001 bash[21415]: audit 2024-03-21T13:23:39.346759+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:40.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:40 smithi001 bash[21415]: cluster 2024-03-21T13:23:39.637053+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:41.214 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T13:23:43.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:42 smithi188 bash[22197]: cluster 2024-03-21T13:23:41.637442+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:43.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:42 smithi106 bash[22227]: cluster 2024-03-21T13:23:41.637442+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:43.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:42 smithi001 bash[21415]: cluster 2024-03-21T13:23:41.637442+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:43.637 INFO:teuthology.orchestra.run.smithi188.stdout:Scheduled mgr update... 2024-03-21T13:23:44.262 DEBUG:teuthology.orchestra.run.smithi106:mgr.b> sudo journalctl -f -n 0 -u ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mgr.b.service 2024-03-21T13:23:44.265 INFO:tasks.cephadm:Deploying OSDs... 2024-03-21T13:23:44.265 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-03-21T13:23:44.265 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:23:44.272 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-21T13:23:44.272 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_1 2024-03-21T13:23:44.324 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T13:23:44.324 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:23:44.324 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 876 Links: 1 2024-03-21T13:23:44.324 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:23:44.324 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-03-21 13:12:44.957394305 +0000 2024-03-21T13:23:44.324 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-03-21 13:12:44.693396665 +0000 2024-03-21T13:23:44.324 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-03-21 13:12:44.693396665 +0000 2024-03-21T13:23:44.324 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: - 2024-03-21T13:23:44.324 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T13:23:44.378 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-03-21T13:23:44.378 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-03-21T13:23:44.378 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.00029037 s, 1.8 MB/s 2024-03-21T13:23:44.380 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T13:23:44.430 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_2 2024-03-21T13:23:44.479 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T13:23:44.479 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:23:44.479 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 891 Links: 1 2024-03-21T13:23:44.479 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:23:44.480 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-03-21 13:12:45.453389872 +0000 2024-03-21T13:23:44.480 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-03-21 13:12:45.189392232 +0000 2024-03-21T13:23:44.480 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-03-21 13:12:45.189392232 +0000 2024-03-21T13:23:44.480 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: - 2024-03-21T13:23:44.480 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T13:23:44.534 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-03-21T13:23:44.534 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-03-21T13:23:44.534 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000318965 s, 1.6 MB/s 2024-03-21T13:23:44.535 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T13:23:44.585 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_3 2024-03-21T13:23:44.636 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T13:23:44.636 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:23:44.636 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 904 Links: 1 2024-03-21T13:23:44.636 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:23:44.636 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-03-21 13:12:45.913385760 +0000 2024-03-21T13:23:44.636 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-03-21 13:12:45.653388085 +0000 2024-03-21T13:23:44.636 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-03-21 13:12:45.653388085 +0000 2024-03-21T13:23:44.637 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: - 2024-03-21T13:23:44.637 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T13:23:44.691 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-03-21T13:23:44.691 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-03-21T13:23:44.691 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000210182 s, 2.4 MB/s 2024-03-21T13:23:44.692 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T13:23:44.741 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_4 2024-03-21T13:23:44.788 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T13:23:44.788 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:23:44.788 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 921 Links: 1 2024-03-21T13:23:44.788 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:23:44.788 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-03-21 13:12:46.445381006 +0000 2024-03-21T13:23:44.788 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-03-21 13:12:46.161383543 +0000 2024-03-21T13:23:44.789 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-03-21 13:12:46.161383543 +0000 2024-03-21T13:23:44.789 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: - 2024-03-21T13:23:44.789 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T13:23:44.843 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-03-21T13:23:44.843 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-03-21T13:23:44.843 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000317999 s, 1.6 MB/s 2024-03-21T13:23:44.844 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T13:23:44.896 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:44 smithi106 bash[22227]: audit 2024-03-21T13:23:43.627819+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi001=a;smithi106=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:23:44.896 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:44 smithi106 bash[22227]: cephadm 2024-03-21T13:23:43.631425+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Saving service mgr spec with placement smithi001=a;smithi106=b;count:2 2024-03-21T13:23:44.896 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:44 smithi106 bash[22227]: audit 2024-03-21T13:23:43.637835+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:44.896 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:44 smithi106 bash[22227]: cluster 2024-03-21T13:23:43.637865+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:44.897 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:44 smithi106 bash[22227]: audit 2024-03-21T13:23:43.662103+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:44.897 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:44 smithi106 bash[22227]: audit 2024-03-21T13:23:43.667808+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:44.897 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:44 smithi106 bash[22227]: audit 2024-03-21T13:23:43.669593+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:44.897 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:44 smithi106 bash[22227]: audit 2024-03-21T13:23:43.678761+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:44.897 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:44 smithi106 bash[22227]: audit 2024-03-21T13:23:43.683211+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:23:44.897 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:44 smithi106 bash[22227]: audit 2024-03-21T13:23:43.686021+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T13:23:44.897 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:44 smithi106 bash[22227]: audit 2024-03-21T13:23:43.690672+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:23:44.897 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:44 smithi106 bash[22227]: audit 2024-03-21T13:23:43.692655+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:44.897 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:44 smithi106 bash[22227]: cephadm 2024-03-21T13:23:43.694688+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi106 2024-03-21T13:23:44.898 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-03-21T13:23:44.898 DEBUG:teuthology.orchestra.run.smithi106:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:23:44.904 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-21T13:23:44.904 DEBUG:teuthology.orchestra.run.smithi106:> stat /dev/vg_nvme/lv_1 2024-03-21T13:23:44.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:44 smithi001 bash[21415]: audit 2024-03-21T13:23:43.627819+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi001=a;smithi106=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:23:44.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:44 smithi001 bash[21415]: cephadm 2024-03-21T13:23:43.631425+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Saving service mgr spec with placement smithi001=a;smithi106=b;count:2 2024-03-21T13:23:44.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:44 smithi001 bash[21415]: audit 2024-03-21T13:23:43.637835+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:44.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:44 smithi001 bash[21415]: cluster 2024-03-21T13:23:43.637865+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:44.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:44 smithi001 bash[21415]: audit 2024-03-21T13:23:43.662103+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:44.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:44 smithi001 bash[21415]: audit 2024-03-21T13:23:43.667808+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:44.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:44 smithi001 bash[21415]: audit 2024-03-21T13:23:43.669593+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:44.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:44 smithi001 bash[21415]: audit 2024-03-21T13:23:43.678761+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:44.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:44 smithi001 bash[21415]: audit 2024-03-21T13:23:43.683211+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:23:44.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:44 smithi001 bash[21415]: audit 2024-03-21T13:23:43.686021+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T13:23:44.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:44 smithi001 bash[21415]: audit 2024-03-21T13:23:43.690672+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:23:44.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:44 smithi001 bash[21415]: audit 2024-03-21T13:23:43.692655+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:44.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:44 smithi001 bash[21415]: cephadm 2024-03-21T13:23:43.694688+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi106 2024-03-21T13:23:44.952 INFO:teuthology.orchestra.run.smithi106.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T13:23:44.952 INFO:teuthology.orchestra.run.smithi106.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:23:44.952 INFO:teuthology.orchestra.run.smithi106.stdout:Device: 5h/5d Inode: 873 Links: 1 2024-03-21T13:23:44.952 INFO:teuthology.orchestra.run.smithi106.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:23:44.952 INFO:teuthology.orchestra.run.smithi106.stdout:Access: 2024-03-21 13:12:44.993196865 +0000 2024-03-21T13:23:44.952 INFO:teuthology.orchestra.run.smithi106.stdout:Modify: 2024-03-21 13:12:44.989196901 +0000 2024-03-21T13:23:44.952 INFO:teuthology.orchestra.run.smithi106.stdout:Change: 2024-03-21 13:12:44.989196901 +0000 2024-03-21T13:23:44.952 INFO:teuthology.orchestra.run.smithi106.stdout: Birth: - 2024-03-21T13:23:44.953 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T13:23:45.007 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records in 2024-03-21T13:23:45.007 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records out 2024-03-21T13:23:45.007 INFO:teuthology.orchestra.run.smithi106.stderr:512 bytes copied, 0.000435479 s, 1.2 MB/s 2024-03-21T13:23:45.008 DEBUG:teuthology.orchestra.run.smithi106:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T13:23:45.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:44 smithi188 bash[22197]: audit 2024-03-21T13:23:43.627819+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi001=a;smithi106=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:23:45.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:44 smithi188 bash[22197]: cephadm 2024-03-21T13:23:43.631425+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Saving service mgr spec with placement smithi001=a;smithi106=b;count:2 2024-03-21T13:23:45.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:44 smithi188 bash[22197]: audit 2024-03-21T13:23:43.637835+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:45.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:44 smithi188 bash[22197]: cluster 2024-03-21T13:23:43.637865+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:45.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:44 smithi188 bash[22197]: audit 2024-03-21T13:23:43.662103+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:45.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:44 smithi188 bash[22197]: audit 2024-03-21T13:23:43.667808+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:45.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:44 smithi188 bash[22197]: audit 2024-03-21T13:23:43.669593+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:45.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:44 smithi188 bash[22197]: audit 2024-03-21T13:23:43.678761+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:45.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:44 smithi188 bash[22197]: audit 2024-03-21T13:23:43.683211+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:23:45.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:44 smithi188 bash[22197]: audit 2024-03-21T13:23:43.686021+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T13:23:45.019 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:44 smithi188 bash[22197]: audit 2024-03-21T13:23:43.690672+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:23:45.019 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:44 smithi188 bash[22197]: audit 2024-03-21T13:23:43.692655+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:45.019 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:44 smithi188 bash[22197]: cephadm 2024-03-21T13:23:43.694688+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi106 2024-03-21T13:23:45.060 DEBUG:teuthology.orchestra.run.smithi106:> stat /dev/vg_nvme/lv_2 2024-03-21T13:23:45.107 INFO:teuthology.orchestra.run.smithi106.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T13:23:45.107 INFO:teuthology.orchestra.run.smithi106.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:23:45.107 INFO:teuthology.orchestra.run.smithi106.stdout:Device: 5h/5d Inode: 888 Links: 1 2024-03-21T13:23:45.107 INFO:teuthology.orchestra.run.smithi106.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:23:45.107 INFO:teuthology.orchestra.run.smithi106.stdout:Access: 2024-03-21 13:12:45.733190264 +0000 2024-03-21T13:23:45.108 INFO:teuthology.orchestra.run.smithi106.stdout:Modify: 2024-03-21 13:12:45.465192654 +0000 2024-03-21T13:23:45.108 INFO:teuthology.orchestra.run.smithi106.stdout:Change: 2024-03-21 13:12:45.465192654 +0000 2024-03-21T13:23:45.108 INFO:teuthology.orchestra.run.smithi106.stdout: Birth: - 2024-03-21T13:23:45.108 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T13:23:45.159 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records in 2024-03-21T13:23:45.159 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records out 2024-03-21T13:23:45.159 INFO:teuthology.orchestra.run.smithi106.stderr:512 bytes copied, 0.000280426 s, 1.8 MB/s 2024-03-21T13:23:45.160 DEBUG:teuthology.orchestra.run.smithi106:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T13:23:45.212 DEBUG:teuthology.orchestra.run.smithi106:> stat /dev/vg_nvme/lv_3 2024-03-21T13:23:45.259 INFO:teuthology.orchestra.run.smithi106.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T13:23:45.259 INFO:teuthology.orchestra.run.smithi106.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:23:45.259 INFO:teuthology.orchestra.run.smithi106.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-03-21T13:23:45.259 INFO:teuthology.orchestra.run.smithi106.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:23:45.259 INFO:teuthology.orchestra.run.smithi106.stdout:Access: 2024-03-21 13:12:46.225185875 +0000 2024-03-21T13:23:45.259 INFO:teuthology.orchestra.run.smithi106.stdout:Modify: 2024-03-21 13:12:45.985188016 +0000 2024-03-21T13:23:45.259 INFO:teuthology.orchestra.run.smithi106.stdout:Change: 2024-03-21 13:12:45.985188016 +0000 2024-03-21T13:23:45.259 INFO:teuthology.orchestra.run.smithi106.stdout: Birth: - 2024-03-21T13:23:45.259 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T13:23:45.312 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records in 2024-03-21T13:23:45.312 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records out 2024-03-21T13:23:45.312 INFO:teuthology.orchestra.run.smithi106.stderr:512 bytes copied, 0.000289243 s, 1.8 MB/s 2024-03-21T13:23:45.313 DEBUG:teuthology.orchestra.run.smithi106:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T13:23:45.359 DEBUG:teuthology.orchestra.run.smithi106:> stat /dev/vg_nvme/lv_4 2024-03-21T13:23:45.410 INFO:teuthology.orchestra.run.smithi106.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T13:23:45.410 INFO:teuthology.orchestra.run.smithi106.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:23:45.410 INFO:teuthology.orchestra.run.smithi106.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-03-21T13:23:45.410 INFO:teuthology.orchestra.run.smithi106.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:23:45.410 INFO:teuthology.orchestra.run.smithi106.stdout:Access: 2024-03-21 13:12:46.745181236 +0000 2024-03-21T13:23:45.410 INFO:teuthology.orchestra.run.smithi106.stdout:Modify: 2024-03-21 13:12:46.485183555 +0000 2024-03-21T13:23:45.410 INFO:teuthology.orchestra.run.smithi106.stdout:Change: 2024-03-21 13:12:46.485183555 +0000 2024-03-21T13:23:45.410 INFO:teuthology.orchestra.run.smithi106.stdout: Birth: - 2024-03-21T13:23:45.411 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T13:23:45.458 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records in 2024-03-21T13:23:45.458 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records out 2024-03-21T13:23:45.458 INFO:teuthology.orchestra.run.smithi106.stderr:512 bytes copied, 0.000262618 s, 1.9 MB/s 2024-03-21T13:23:45.460 DEBUG:teuthology.orchestra.run.smithi106:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T13:23:45.507 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-03-21T13:23:45.508 DEBUG:teuthology.orchestra.run.smithi188:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:23:45.514 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-21T13:23:45.514 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_1 2024-03-21T13:23:45.560 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T13:23:45.560 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:23:45.560 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 5h/5d Inode: 874 Links: 1 2024-03-21T13:23:45.561 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:23:45.561 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-03-21 13:12:46.325454308 +0000 2024-03-21T13:23:45.561 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-03-21 13:12:46.065456631 +0000 2024-03-21T13:23:45.561 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-03-21 13:12:46.065456631 +0000 2024-03-21T13:23:45.561 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2024-03-21T13:23:45.561 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T13:23:45.615 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-03-21T13:23:45.615 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-03-21T13:23:45.615 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000471163 s, 1.1 MB/s 2024-03-21T13:23:45.617 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T13:23:45.666 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_2 2024-03-21T13:23:45.712 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T13:23:45.712 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:23:45.712 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 5h/5d Inode: 887 Links: 1 2024-03-21T13:23:45.712 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:23:45.712 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-03-21 13:12:46.793450127 +0000 2024-03-21T13:23:45.712 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-03-21 13:12:46.549452307 +0000 2024-03-21T13:23:45.712 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-03-21 13:12:46.549452307 +0000 2024-03-21T13:23:45.712 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2024-03-21T13:23:45.713 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T13:23:45.767 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-03-21T13:23:45.767 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-03-21T13:23:45.767 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.0004185 s, 1.2 MB/s 2024-03-21T13:23:45.768 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T13:23:45.817 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_3 2024-03-21T13:23:45.864 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T13:23:45.864 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:23:45.864 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 5h/5d Inode: 907 Links: 1 2024-03-21T13:23:45.864 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:23:45.864 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-03-21 13:12:47.273445839 +0000 2024-03-21T13:23:45.864 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-03-21 13:12:47.013448162 +0000 2024-03-21T13:23:45.864 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-03-21 13:12:47.013448162 +0000 2024-03-21T13:23:45.864 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2024-03-21T13:23:45.865 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T13:23:45.919 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-03-21T13:23:45.919 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-03-21T13:23:45.919 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000422961 s, 1.2 MB/s 2024-03-21T13:23:45.920 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T13:23:45.969 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_4 2024-03-21T13:23:46.016 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T13:23:46.016 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:23:46.016 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 5h/5d Inode: 927 Links: 1 2024-03-21T13:23:46.016 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:23:46.016 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-03-21 13:12:47.509443731 +0000 2024-03-21T13:23:46.016 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-03-21 13:12:47.505443768 +0000 2024-03-21T13:23:46.016 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-03-21 13:12:47.505443768 +0000 2024-03-21T13:23:46.017 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2024-03-21T13:23:46.017 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T13:23:46.070 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-03-21T13:23:46.070 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-03-21T13:23:46.071 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000390272 s, 1.3 MB/s 2024-03-21T13:23:46.071 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T13:23:46.124 INFO:tasks.cephadm:Deploying osd.0 on smithi001 with /dev/vg_nvme/lv_4... 2024-03-21T13:23:46.124 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T13:23:46.889 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:46 smithi106 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:23:46.889 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:46 smithi106 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:23:46.889 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:46 smithi106 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:23:46.890 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:46 smithi106 bash[22227]: cluster 2024-03-21T13:23:45.638301+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:46.890 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:46 smithi106 bash[22227]: audit 2024-03-21T13:23:46.258808+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:46.890 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:46 smithi106 bash[22227]: audit 2024-03-21T13:23:46.266491+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:46.890 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:46 smithi106 bash[22227]: audit 2024-03-21T13:23:46.275732+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:46.891 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:46 smithi106 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:23:46.891 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:46 smithi106 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:23:46.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:46 smithi001 bash[21415]: cluster 2024-03-21T13:23:45.638301+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:46.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:46 smithi001 bash[21415]: audit 2024-03-21T13:23:46.258808+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:46.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:46 smithi001 bash[21415]: audit 2024-03-21T13:23:46.266491+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:46.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:46 smithi001 bash[21415]: audit 2024-03-21T13:23:46.275732+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:47.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:46 smithi188 bash[22197]: cluster 2024-03-21T13:23:45.638301+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:47.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:46 smithi188 bash[22197]: audit 2024-03-21T13:23:46.258808+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:47.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:46 smithi188 bash[22197]: audit 2024-03-21T13:23:46.266491+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:47.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:46 smithi188 bash[22197]: audit 2024-03-21T13:23:46.275732+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:47.146 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:46 smithi106 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:23:47.146 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:46 smithi106 systemd[1]: Started Ceph mgr.b for 86fed6e6-e785-11ee-95cd-87774f69a715. 2024-03-21T13:23:48.351 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:48 smithi106 bash[22227]: audit 2024-03-21T13:23:47.032454+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:48.351 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:48 smithi106 bash[22227]: audit 2024-03-21T13:23:47.040155+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:48.351 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:48 smithi106 bash[22227]: audit 2024-03-21T13:23:47.074753+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:48.351 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:48 smithi106 bash[22227]: audit 2024-03-21T13:23:47.081799+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:48.351 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:48 smithi106 bash[22227]: audit 2024-03-21T13:23:47.184348+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:48.351 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:48 smithi106 bash[22227]: audit 2024-03-21T13:23:47.189375+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:48.351 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:48 smithi106 bash[22227]: audit 2024-03-21T13:23:47.191052+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:48.351 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:48 smithi106 bash[22227]: audit 2024-03-21T13:23:47.200121+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:48.351 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:48 smithi106 bash[22227]: audit 2024-03-21T13:23:47.302670+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:23:48.351 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:48 smithi106 bash[22227]: audit 2024-03-21T13:23:47.304382+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:23:48.352 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:48 smithi106 bash[22227]: audit 2024-03-21T13:23:47.305764+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:48.352 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:48 smithi106 bash[22227]: audit 2024-03-21T13:23:47.972559+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:48.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:48 smithi001 bash[21415]: audit 2024-03-21T13:23:47.032454+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:48.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:48 smithi001 bash[21415]: audit 2024-03-21T13:23:47.040155+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:48.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:48 smithi001 bash[21415]: audit 2024-03-21T13:23:47.074753+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:48.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:48 smithi001 bash[21415]: audit 2024-03-21T13:23:47.081799+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:48.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:48 smithi001 bash[21415]: audit 2024-03-21T13:23:47.184348+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:48.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:48 smithi001 bash[21415]: audit 2024-03-21T13:23:47.189375+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:48.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:48 smithi001 bash[21415]: audit 2024-03-21T13:23:47.191052+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:48.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:48 smithi001 bash[21415]: audit 2024-03-21T13:23:47.200121+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:48.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:48 smithi001 bash[21415]: audit 2024-03-21T13:23:47.302670+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:23:48.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:48 smithi001 bash[21415]: audit 2024-03-21T13:23:47.304382+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:23:48.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:48 smithi001 bash[21415]: audit 2024-03-21T13:23:47.305764+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:48.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:48 smithi001 bash[21415]: audit 2024-03-21T13:23:47.972559+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:48.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:48 smithi188 bash[22197]: audit 2024-03-21T13:23:47.032454+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:48.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:48 smithi188 bash[22197]: audit 2024-03-21T13:23:47.040155+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:48.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:48 smithi188 bash[22197]: audit 2024-03-21T13:23:47.074753+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:48.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:48 smithi188 bash[22197]: audit 2024-03-21T13:23:47.081799+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:48.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:48 smithi188 bash[22197]: audit 2024-03-21T13:23:47.184348+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:48.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:48 smithi188 bash[22197]: audit 2024-03-21T13:23:47.189375+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:48.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:48 smithi188 bash[22197]: audit 2024-03-21T13:23:47.191052+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:48.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:48 smithi188 bash[22197]: audit 2024-03-21T13:23:47.200121+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:48.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:48 smithi188 bash[22197]: audit 2024-03-21T13:23:47.302670+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:23:48.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:48 smithi188 bash[22197]: audit 2024-03-21T13:23:47.304382+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:23:48.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:48 smithi188 bash[22197]: audit 2024-03-21T13:23:47.305764+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:48.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:48 smithi188 bash[22197]: audit 2024-03-21T13:23:47.972559+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:48.607 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:48 smithi106 bash[23296]: debug 2024-03-21T13:23:48.461+0000 7feaab032700 1 -- 172.21.15.106:0/2537413419 <== mon.2 v2:172.21.15.106:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562e4fcf65a0 con 0x562e50a76400 2024-03-21T13:23:48.607 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:48 smithi106 bash[23296]: debug 2024-03-21T13:23:48.605+0000 7feab5241200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:23:49.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:49 smithi106 bash[22227]: cephadm 2024-03-21T13:23:47.201057+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:23:49.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:49 smithi106 bash[22227]: cephadm 2024-03-21T13:23:47.301970+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-21T13:23:49.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:49 smithi106 bash[22227]: cephadm 2024-03-21T13:23:47.307299+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi001 2024-03-21T13:23:49.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:49 smithi106 bash[22227]: cluster 2024-03-21T13:23:47.638592+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:49.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:49 smithi001 bash[21415]: cephadm 2024-03-21T13:23:47.201057+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:23:49.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:49 smithi001 bash[21415]: cephadm 2024-03-21T13:23:47.301970+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-21T13:23:49.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:49 smithi001 bash[21415]: cephadm 2024-03-21T13:23:47.307299+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi001 2024-03-21T13:23:49.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:49 smithi001 bash[21415]: cluster 2024-03-21T13:23:47.638592+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:49.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:49 smithi188 bash[22197]: cephadm 2024-03-21T13:23:47.201057+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:23:49.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:49 smithi188 bash[22197]: cephadm 2024-03-21T13:23:47.301970+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-21T13:23:49.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:49 smithi188 bash[22197]: cephadm 2024-03-21T13:23:47.307299+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi001 2024-03-21T13:23:49.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:49 smithi188 bash[22197]: cluster 2024-03-21T13:23:47.638592+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:50.515 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:50 smithi106 bash[23296]: debug 2024-03-21T13:23:50.185+0000 7feab5241200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:23:50.515 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:50 smithi106 bash[23296]: debug 2024-03-21T13:23:50.281+0000 7feab5241200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:23:50.765 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:50 smithi106 bash[23296]: debug 2024-03-21T13:23:50.533+0000 7feab5241200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:23:50.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:50 smithi001 bash[21415]: cluster 2024-03-21T13:23:49.638971+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:50.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:50 smithi001 bash[21415]: audit 2024-03-21T13:23:49.762159+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:50.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:50 smithi001 bash[21415]: audit 2024-03-21T13:23:49.769930+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:50.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:50 smithi001 bash[21415]: audit 2024-03-21T13:23:49.780071+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:50.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:50 smithi001 bash[21415]: audit 2024-03-21T13:23:49.785593+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:50.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:50 smithi001 bash[21415]: audit 2024-03-21T13:23:49.787146+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:50.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:50 smithi001 bash[21415]: audit 2024-03-21T13:23:49.796006+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:50.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:50 smithi001 bash[21415]: cephadm 2024-03-21T13:23:49.797017+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:23:51.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:50 smithi188 bash[22197]: cluster 2024-03-21T13:23:49.638971+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:51.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:50 smithi188 bash[22197]: audit 2024-03-21T13:23:49.762159+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:51.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:50 smithi188 bash[22197]: audit 2024-03-21T13:23:49.769930+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:51.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:50 smithi188 bash[22197]: audit 2024-03-21T13:23:49.780071+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:51.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:50 smithi188 bash[22197]: audit 2024-03-21T13:23:49.785593+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:51.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:50 smithi188 bash[22197]: audit 2024-03-21T13:23:49.787146+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:51.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:50 smithi188 bash[22197]: audit 2024-03-21T13:23:49.796006+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:51.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:50 smithi188 bash[22197]: cephadm 2024-03-21T13:23:49.797017+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:23:51.073 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:23:51.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:50 smithi106 bash[22227]: cluster 2024-03-21T13:23:49.638971+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:51.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:50 smithi106 bash[22227]: audit 2024-03-21T13:23:49.762159+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:51.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:50 smithi106 bash[22227]: audit 2024-03-21T13:23:49.769930+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:51.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:50 smithi106 bash[22227]: audit 2024-03-21T13:23:49.780071+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:51.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:50 smithi106 bash[22227]: audit 2024-03-21T13:23:49.785593+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:51.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:50 smithi106 bash[22227]: audit 2024-03-21T13:23:49.787146+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:51.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:50 smithi106 bash[22227]: audit 2024-03-21T13:23:49.796006+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:51.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:50 smithi106 bash[22227]: cephadm 2024-03-21T13:23:49.797017+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:23:51.646 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:51 smithi106 bash[23296]: debug 2024-03-21T13:23:51.337+0000 7feab5241200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:23:51.646 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:51 smithi106 bash[23296]: debug 2024-03-21T13:23:51.445+0000 7feab5241200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:23:51.646 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:51 smithi106 bash[23296]: debug 2024-03-21T13:23:51.545+0000 7feab5241200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:23:52.027 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:51 smithi001 bash[21415]: audit 2024-03-21T13:23:50.956777+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:52.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:51 smithi188 bash[22197]: audit 2024-03-21T13:23:50.956777+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:52.353 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:51 smithi106 bash[22227]: audit 2024-03-21T13:23:50.956777+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:52.353 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:51 smithi106 bash[23296]: debug 2024-03-21T13:23:51.905+0000 7feab5241200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:23:52.353 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:52 smithi106 bash[23296]: debug 2024-03-21T13:23:52.017+0000 7feab5241200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:23:52.353 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:52 smithi106 bash[23296]: debug 2024-03-21T13:23:52.121+0000 7feab5241200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:23:52.646 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:52 smithi106 bash[23296]: debug 2024-03-21T13:23:52.505+0000 7feab5241200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:23:53.025 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:52 smithi106 bash[23296]: debug 2024-03-21T13:23:52.765+0000 7feab5241200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:23:53.026 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:52 smithi106 bash[22227]: cluster 2024-03-21T13:23:51.639415+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:53.026 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:52 smithi106 bash[22227]: audit 2024-03-21T13:23:52.752050+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:53.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:52 smithi001 bash[21415]: cluster 2024-03-21T13:23:51.639415+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:53.158 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:52 smithi001 bash[21415]: audit 2024-03-21T13:23:52.752050+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:53.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:52 smithi188 bash[22197]: cluster 2024-03-21T13:23:51.639415+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:53.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:52 smithi188 bash[22197]: audit 2024-03-21T13:23:52.752050+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:53.396 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:53 smithi106 bash[23296]: debug 2024-03-21T13:23:53.025+0000 7feab5241200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:23:53.396 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:53 smithi106 bash[23296]: debug 2024-03-21T13:23:53.137+0000 7feab5241200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:23:53.819 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:53 smithi106 bash[23296]: debug 2024-03-21T13:23:53.409+0000 7feab5241200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:23:54.146 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:53 smithi106 bash[23296]: debug 2024-03-21T13:23:53.821+0000 7feab5241200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:23:54.146 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:54 smithi106 bash[23296]: debug 2024-03-21T13:23:54.057+0000 7feab5241200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:23:54.416 INFO:teuthology.orchestra.run.smithi001.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T13:23:54.416 INFO:teuthology.orchestra.run.smithi001.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T13:23:54.416 INFO:teuthology.orchestra.run.smithi001.stderr: stderr: 10+0 records in 2024-03-21T13:23:54.416 INFO:teuthology.orchestra.run.smithi001.stderr:10+0 records out 2024-03-21T13:23:54.416 INFO:teuthology.orchestra.run.smithi001.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0127084 s, 825 MB/s 2024-03-21T13:23:54.416 INFO:teuthology.orchestra.run.smithi001.stderr:--> Zapping successful for: 2024-03-21T13:23:54.552 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:54 smithi106 bash[23296]: debug 2024-03-21T13:23:54.173+0000 7feab5241200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:23:54.552 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:54 smithi106 bash[23296]: debug 2024-03-21T13:23:54.413+0000 7feab5241200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:23:54.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:54 smithi106 bash[22227]: audit 2024-03-21T13:23:53.548783+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:54.896 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:54 smithi106 bash[22227]: cluster 2024-03-21T13:23:53.639830+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:54.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:54 smithi001 bash[21415]: audit 2024-03-21T13:23:53.548783+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:54.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:54 smithi001 bash[21415]: cluster 2024-03-21T13:23:53.639830+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:55.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:54 smithi188 bash[22197]: audit 2024-03-21T13:23:53.548783+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:55.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:54 smithi188 bash[22197]: cluster 2024-03-21T13:23:53.639830+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:55.140 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi001:vg_nvme/lv_4 2024-03-21T13:23:55.822 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:55 smithi106 bash[23296]: debug 2024-03-21T13:23:55.416+0000 7feab5241200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:23:55.822 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:55 smithi106 bash[23296]: debug 2024-03-21T13:23:55.532+0000 7feab5241200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:23:55.822 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:55 smithi106 bash[23296]: debug 2024-03-21T13:23:55.820+0000 7feab5241200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:23:56.146 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:55 smithi106 bash[23296]: debug 2024-03-21T13:23:55.932+0000 7feab5241200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:23:56.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:56 smithi106 bash[22227]: audit 2024-03-21T13:23:55.063591+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:56.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:56 smithi106 bash[22227]: audit 2024-03-21T13:23:55.071316+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:56.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:56 smithi106 bash[22227]: audit 2024-03-21T13:23:55.080898+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:56.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:56 smithi106 bash[22227]: audit 2024-03-21T13:23:55.122653+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:56.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:56 smithi106 bash[22227]: audit 2024-03-21T13:23:55.129042+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:56.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:56 smithi106 bash[22227]: audit 2024-03-21T13:23:55.131037+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:56.147 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:56 smithi106 bash[22227]: audit 2024-03-21T13:23:55.140972+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:56.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:56 smithi001 bash[21415]: audit 2024-03-21T13:23:55.063591+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:56.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:56 smithi001 bash[21415]: audit 2024-03-21T13:23:55.071316+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:56.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:56 smithi001 bash[21415]: audit 2024-03-21T13:23:55.080898+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:56.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:56 smithi001 bash[21415]: audit 2024-03-21T13:23:55.122653+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:56.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:56 smithi001 bash[21415]: audit 2024-03-21T13:23:55.129042+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:56.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:56 smithi001 bash[21415]: audit 2024-03-21T13:23:55.131037+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:56.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:56 smithi001 bash[21415]: audit 2024-03-21T13:23:55.140972+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:56.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:56 smithi188 bash[22197]: audit 2024-03-21T13:23:55.063591+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:56.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:56 smithi188 bash[22197]: audit 2024-03-21T13:23:55.071316+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:56.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:56 smithi188 bash[22197]: audit 2024-03-21T13:23:55.080898+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:56.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:56 smithi188 bash[22197]: audit 2024-03-21T13:23:55.122653+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:56.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:56 smithi188 bash[22197]: audit 2024-03-21T13:23:55.129042+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:56.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:56 smithi188 bash[22197]: audit 2024-03-21T13:23:55.131037+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:56.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:56 smithi188 bash[22197]: audit 2024-03-21T13:23:55.140972+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:56.646 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:56 smithi106 bash[23296]: debug 2024-03-21T13:23:56.380+0000 7feab5241200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:23:56.646 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:23:56 smithi106 bash[23296]: debug 2024-03-21T13:23:56.500+0000 7feab5241200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:23:57.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:57 smithi106 bash[22227]: cluster 2024-03-21T13:23:55.640313+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:57.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:57 smithi106 bash[22227]: cluster 2024-03-21T13:23:56.524617+0000 mon.a (mon.0) 351 : cluster [DBG] Standby manager daemon b started 2024-03-21T13:23:57.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:57 smithi106 bash[22227]: audit 2024-03-21T13:23:56.526353+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.106:0/3589338559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T13:23:57.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:57 smithi106 bash[22227]: audit 2024-03-21T13:23:56.527392+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.106:0/3589338559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:23:57.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:57 smithi106 bash[22227]: audit 2024-03-21T13:23:56.528623+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.106:0/3589338559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T13:23:57.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:57 smithi106 bash[22227]: audit 2024-03-21T13:23:56.529089+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.106:0/3589338559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:23:57.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:57 smithi001 bash[21415]: cluster 2024-03-21T13:23:55.640313+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:57.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:57 smithi001 bash[21415]: cluster 2024-03-21T13:23:56.524617+0000 mon.a (mon.0) 351 : cluster [DBG] Standby manager daemon b started 2024-03-21T13:23:57.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:57 smithi001 bash[21415]: audit 2024-03-21T13:23:56.526353+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.106:0/3589338559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T13:23:57.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:57 smithi001 bash[21415]: audit 2024-03-21T13:23:56.527392+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.106:0/3589338559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:23:57.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:57 smithi001 bash[21415]: audit 2024-03-21T13:23:56.528623+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.106:0/3589338559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T13:23:57.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:57 smithi001 bash[21415]: audit 2024-03-21T13:23:56.529089+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.106:0/3589338559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:23:57.505 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:57 smithi188 bash[22197]: cluster 2024-03-21T13:23:55.640313+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:57.505 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:57 smithi188 bash[22197]: cluster 2024-03-21T13:23:56.524617+0000 mon.a (mon.0) 351 : cluster [DBG] Standby manager daemon b started 2024-03-21T13:23:57.505 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:57 smithi188 bash[22197]: audit 2024-03-21T13:23:56.526353+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.106:0/3589338559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T13:23:57.505 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:57 smithi188 bash[22197]: audit 2024-03-21T13:23:56.527392+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.106:0/3589338559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:23:57.505 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:57 smithi188 bash[22197]: audit 2024-03-21T13:23:56.528623+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.106:0/3589338559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T13:23:57.505 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:57 smithi188 bash[22197]: audit 2024-03-21T13:23:56.529089+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.106:0/3589338559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:23:58.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:58 smithi001 bash[21415]: cluster 2024-03-21T13:23:57.160130+0000 mon.a (mon.0) 352 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-21T13:23:58.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:58 smithi001 bash[21415]: audit 2024-03-21T13:23:57.160398+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T13:23:58.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:58 smithi188 bash[22197]: cluster 2024-03-21T13:23:57.160130+0000 mon.a (mon.0) 352 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-21T13:23:58.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:58 smithi188 bash[22197]: audit 2024-03-21T13:23:57.160398+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T13:23:58.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:58 smithi106 bash[22227]: cluster 2024-03-21T13:23:57.160130+0000 mon.a (mon.0) 352 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-21T13:23:58.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:58 smithi106 bash[22227]: audit 2024-03-21T13:23:57.160398+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T13:23:58.971 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:23:59.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:59 smithi001 bash[21415]: cluster 2024-03-21T13:23:57.640726+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:59.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:59 smithi001 bash[21415]: audit 2024-03-21T13:23:58.534598+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:59.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:59 smithi001 bash[21415]: audit 2024-03-21T13:23:58.540158+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:59.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:23:59 smithi001 bash[21415]: audit 2024-03-21T13:23:58.547032+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:59.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:59 smithi188 bash[22197]: cluster 2024-03-21T13:23:57.640726+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:59.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:59 smithi188 bash[22197]: audit 2024-03-21T13:23:58.534598+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:59.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:59 smithi188 bash[22197]: audit 2024-03-21T13:23:58.540158+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:59.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:23:59 smithi188 bash[22197]: audit 2024-03-21T13:23:58.547032+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:59.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:59 smithi106 bash[22227]: cluster 2024-03-21T13:23:57.640726+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:59.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:59 smithi106 bash[22227]: audit 2024-03-21T13:23:58.534598+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:59.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:59 smithi106 bash[22227]: audit 2024-03-21T13:23:58.540158+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:23:59.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:23:59 smithi106 bash[22227]: audit 2024-03-21T13:23:58.547032+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:01.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:01 smithi188 bash[22197]: cluster 2024-03-21T13:23:59.641125+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:01.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:01 smithi106 bash[22227]: cluster 2024-03-21T13:23:59.641125+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:01.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:01 smithi001 bash[21415]: cluster 2024-03-21T13:23:59.641125+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:02.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:02 smithi188 bash[22197]: audit 2024-03-21T13:24:01.642582+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:24:02.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:02 smithi188 bash[22197]: audit 2024-03-21T13:24:01.646447+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:24:02.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:02 smithi188 bash[22197]: audit 2024-03-21T13:24:01.647606+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:02.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:02 smithi106 bash[22227]: audit 2024-03-21T13:24:01.642582+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:24:02.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:02 smithi106 bash[22227]: audit 2024-03-21T13:24:01.646447+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:24:02.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:02 smithi106 bash[22227]: audit 2024-03-21T13:24:01.647606+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:02.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:02 smithi001 bash[21415]: audit 2024-03-21T13:24:01.642582+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:24:02.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:02 smithi001 bash[21415]: audit 2024-03-21T13:24:01.646447+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:24:02.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:02 smithi001 bash[21415]: audit 2024-03-21T13:24:01.647606+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:03.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:03 smithi188 bash[22197]: audit 2024-03-21T13:24:01.636797+0000 mgr.a (mgr.14152) 126 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi001:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:24:03.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:03 smithi188 bash[22197]: cluster 2024-03-21T13:24:01.641532+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:03.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:03 smithi106 bash[22227]: audit 2024-03-21T13:24:01.636797+0000 mgr.a (mgr.14152) 126 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi001:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:24:03.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:03 smithi106 bash[22227]: cluster 2024-03-21T13:24:01.641532+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:03.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:03 smithi001 bash[21415]: audit 2024-03-21T13:24:01.636797+0000 mgr.a (mgr.14152) 126 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi001:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:24:03.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:03 smithi001 bash[21415]: cluster 2024-03-21T13:24:01.641532+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:05.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:05 smithi188 bash[22197]: cluster 2024-03-21T13:24:03.642055+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:05.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:05 smithi106 bash[22227]: cluster 2024-03-21T13:24:03.642055+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:05.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:05 smithi001 bash[21415]: cluster 2024-03-21T13:24:03.642055+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:07.443 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:07 smithi001 bash[21415]: cluster 2024-03-21T13:24:05.642494+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:07.443 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:07 smithi001 bash[21415]: audit 2024-03-21T13:24:06.482488+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:07.443 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:07 smithi001 bash[21415]: audit 2024-03-21T13:24:06.490975+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:07.443 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:07 smithi001 bash[21415]: audit 2024-03-21T13:24:06.501065+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:07.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:07 smithi188 bash[22197]: cluster 2024-03-21T13:24:05.642494+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:07.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:07 smithi188 bash[22197]: audit 2024-03-21T13:24:06.482488+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:07.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:07 smithi188 bash[22197]: audit 2024-03-21T13:24:06.490975+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:07.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:07 smithi188 bash[22197]: audit 2024-03-21T13:24:06.501065+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:07.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:07 smithi106 bash[22227]: cluster 2024-03-21T13:24:05.642494+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:07.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:07 smithi106 bash[22227]: audit 2024-03-21T13:24:06.482488+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:07.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:07 smithi106 bash[22227]: audit 2024-03-21T13:24:06.490975+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:07.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:07 smithi106 bash[22227]: audit 2024-03-21T13:24:06.501065+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:08.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:08 smithi188 bash[22197]: cluster 2024-03-21T13:24:07.642918+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:08.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:08 smithi106 bash[22227]: cluster 2024-03-21T13:24:07.642918+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:08.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:08 smithi001 bash[21415]: cluster 2024-03-21T13:24:07.642918+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:10.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:10 smithi001 bash[21415]: cluster 2024-03-21T13:24:09.643219+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:10.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:10 smithi001 bash[21415]: audit 2024-03-21T13:24:09.894093+0000 mon.a (mon.0) 363 : audit [INF] from='client.? 172.21.15.1:0/1447975770' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b7e4d1b-ac3c-44c3-9d67-a1b3680cbc11"}]: dispatch 2024-03-21T13:24:10.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:10 smithi001 bash[21415]: audit 2024-03-21T13:24:09.896565+0000 mon.a (mon.0) 364 : audit [INF] from='client.? 172.21.15.1:0/1447975770' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9b7e4d1b-ac3c-44c3-9d67-a1b3680cbc11"}]': finished 2024-03-21T13:24:10.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:10 smithi001 bash[21415]: cluster 2024-03-21T13:24:09.899646+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T13:24:10.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:10 smithi001 bash[21415]: audit 2024-03-21T13:24:09.900043+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:24:10.907 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:10 smithi001 bash[21415]: audit 2024-03-21T13:24:10.596370+0000 mon.a (mon.0) 367 : audit [DBG] from='client.? 172.21.15.1:0/10300740' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:24:11.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:10 smithi188 bash[22197]: cluster 2024-03-21T13:24:09.643219+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:11.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:10 smithi188 bash[22197]: audit 2024-03-21T13:24:09.894093+0000 mon.a (mon.0) 363 : audit [INF] from='client.? 172.21.15.1:0/1447975770' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b7e4d1b-ac3c-44c3-9d67-a1b3680cbc11"}]: dispatch 2024-03-21T13:24:11.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:10 smithi188 bash[22197]: audit 2024-03-21T13:24:09.896565+0000 mon.a (mon.0) 364 : audit [INF] from='client.? 172.21.15.1:0/1447975770' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9b7e4d1b-ac3c-44c3-9d67-a1b3680cbc11"}]': finished 2024-03-21T13:24:11.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:10 smithi188 bash[22197]: cluster 2024-03-21T13:24:09.899646+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T13:24:11.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:10 smithi188 bash[22197]: audit 2024-03-21T13:24:09.900043+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:24:11.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:10 smithi188 bash[22197]: audit 2024-03-21T13:24:10.596370+0000 mon.a (mon.0) 367 : audit [DBG] from='client.? 172.21.15.1:0/10300740' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:24:11.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:10 smithi106 bash[22227]: cluster 2024-03-21T13:24:09.643219+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:11.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:10 smithi106 bash[22227]: audit 2024-03-21T13:24:09.894093+0000 mon.a (mon.0) 363 : audit [INF] from='client.? 172.21.15.1:0/1447975770' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b7e4d1b-ac3c-44c3-9d67-a1b3680cbc11"}]: dispatch 2024-03-21T13:24:11.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:10 smithi106 bash[22227]: audit 2024-03-21T13:24:09.896565+0000 mon.a (mon.0) 364 : audit [INF] from='client.? 172.21.15.1:0/1447975770' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9b7e4d1b-ac3c-44c3-9d67-a1b3680cbc11"}]': finished 2024-03-21T13:24:11.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:10 smithi106 bash[22227]: cluster 2024-03-21T13:24:09.899646+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T13:24:11.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:10 smithi106 bash[22227]: audit 2024-03-21T13:24:09.900043+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:24:11.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:10 smithi106 bash[22227]: audit 2024-03-21T13:24:10.596370+0000 mon.a (mon.0) 367 : audit [DBG] from='client.? 172.21.15.1:0/10300740' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:24:13.019 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:12 smithi188 bash[22197]: cluster 2024-03-21T13:24:11.643569+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:13.134 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:12 smithi001 bash[21415]: cluster 2024-03-21T13:24:11.643569+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:13.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:12 smithi106 bash[22227]: cluster 2024-03-21T13:24:11.643569+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:15.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:14 smithi188 bash[22197]: cluster 2024-03-21T13:24:13.643855+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:15.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:14 smithi106 bash[22227]: cluster 2024-03-21T13:24:13.643855+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:15.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:14 smithi001 bash[21415]: cluster 2024-03-21T13:24:13.643855+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:16.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:16 smithi106 bash[22227]: audit 2024-03-21T13:24:15.275309+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:16.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:16 smithi106 bash[22227]: audit 2024-03-21T13:24:15.283113+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:16.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:16 smithi106 bash[22227]: audit 2024-03-21T13:24:15.290019+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:16.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:16 smithi106 bash[22227]: cluster 2024-03-21T13:24:15.644247+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:16.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:16 smithi001 bash[21415]: audit 2024-03-21T13:24:15.275309+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:16.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:16 smithi001 bash[21415]: audit 2024-03-21T13:24:15.283113+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:16.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:16 smithi001 bash[21415]: audit 2024-03-21T13:24:15.290019+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:16.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:16 smithi001 bash[21415]: cluster 2024-03-21T13:24:15.644247+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:16.767 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:16 smithi188 bash[22197]: audit 2024-03-21T13:24:15.275309+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:16.767 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:16 smithi188 bash[22197]: audit 2024-03-21T13:24:15.283113+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:16.767 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:16 smithi188 bash[22197]: audit 2024-03-21T13:24:15.290019+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:16.767 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:16 smithi188 bash[22197]: cluster 2024-03-21T13:24:15.644247+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:19.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:18 smithi188 bash[22197]: cluster 2024-03-21T13:24:17.644735+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:19.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:18 smithi188 bash[22197]: audit 2024-03-21T13:24:17.746794+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:19.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:18 smithi188 bash[22197]: audit 2024-03-21T13:24:17.755038+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:19.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:18 smithi188 bash[22197]: cephadm 2024-03-21T13:24:17.758233+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Detected new or changed devices on smithi001 2024-03-21T13:24:19.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:18 smithi188 bash[22197]: audit 2024-03-21T13:24:17.765736+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:19.142 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:18 smithi001 bash[21415]: cluster 2024-03-21T13:24:17.644735+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:19.142 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:18 smithi001 bash[21415]: audit 2024-03-21T13:24:17.746794+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:19.142 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:18 smithi001 bash[21415]: audit 2024-03-21T13:24:17.755038+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:19.142 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:18 smithi001 bash[21415]: cephadm 2024-03-21T13:24:17.758233+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Detected new or changed devices on smithi001 2024-03-21T13:24:19.142 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:18 smithi001 bash[21415]: audit 2024-03-21T13:24:17.765736+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:19.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:18 smithi106 bash[22227]: cluster 2024-03-21T13:24:17.644735+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:19.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:18 smithi106 bash[22227]: audit 2024-03-21T13:24:17.746794+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:19.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:18 smithi106 bash[22227]: audit 2024-03-21T13:24:17.755038+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:19.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:18 smithi106 bash[22227]: cephadm 2024-03-21T13:24:17.758233+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Detected new or changed devices on smithi001 2024-03-21T13:24:19.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:18 smithi106 bash[22227]: audit 2024-03-21T13:24:17.765736+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:20.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:20 smithi001 bash[21415]: cluster 2024-03-21T13:24:19.645179+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:21.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:20 smithi188 bash[22197]: cluster 2024-03-21T13:24:19.645179+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:21.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:20 smithi106 bash[22227]: cluster 2024-03-21T13:24:19.645179+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:23.004 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:22 smithi001 bash[21415]: cluster 2024-03-21T13:24:21.645624+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:23.004 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:22 smithi001 bash[21415]: audit 2024-03-21T13:24:21.808787+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:24:23.004 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:22 smithi001 bash[21415]: audit 2024-03-21T13:24:21.810463+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:23.004 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:22 smithi001 bash[21415]: cephadm 2024-03-21T13:24:21.812063+0000 mgr.a (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.0 on smithi001 2024-03-21T13:24:23.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:22 smithi188 bash[22197]: cluster 2024-03-21T13:24:21.645624+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:23.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:22 smithi188 bash[22197]: audit 2024-03-21T13:24:21.808787+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:24:23.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:22 smithi188 bash[22197]: audit 2024-03-21T13:24:21.810463+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:23.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:22 smithi188 bash[22197]: cephadm 2024-03-21T13:24:21.812063+0000 mgr.a (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.0 on smithi001 2024-03-21T13:24:23.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:22 smithi106 bash[22227]: cluster 2024-03-21T13:24:21.645624+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:23.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:22 smithi106 bash[22227]: audit 2024-03-21T13:24:21.808787+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:24:23.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:22 smithi106 bash[22227]: audit 2024-03-21T13:24:21.810463+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:23.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:22 smithi106 bash[22227]: cephadm 2024-03-21T13:24:21.812063+0000 mgr.a (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.0 on smithi001 2024-03-21T13:24:25.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:24 smithi188 bash[22197]: cluster 2024-03-21T13:24:23.646060+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:25.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:24 smithi106 bash[22227]: cluster 2024-03-21T13:24:23.646060+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:25.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:24 smithi001 bash[21415]: cluster 2024-03-21T13:24:23.646060+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:25.905 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:24:25 smithi001 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:24:25.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:25 smithi001 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:24:26.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:25 smithi001 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:24:26.406 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:24:25 smithi001 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:24:27.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:27 smithi106 bash[22227]: cluster 2024-03-21T13:24:25.646380+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:27.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:27 smithi106 bash[22227]: audit 2024-03-21T13:24:26.142578+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:27.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:27 smithi106 bash[22227]: audit 2024-03-21T13:24:26.147128+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:27.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:27 smithi106 bash[22227]: audit 2024-03-21T13:24:26.183363+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:27.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:27 smithi106 bash[22227]: audit 2024-03-21T13:24:26.185726+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:27.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:27 smithi106 bash[22227]: audit 2024-03-21T13:24:26.186363+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:27.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:27 smithi106 bash[22227]: audit 2024-03-21T13:24:26.191130+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:27.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:27 smithi106 bash[22227]: audit 2024-03-21T13:24:26.692742+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:27.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:27 smithi106 bash[22227]: audit 2024-03-21T13:24:26.699319+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:27.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:27 smithi106 bash[22227]: audit 2024-03-21T13:24:26.705706+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:27.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:27 smithi001 bash[21415]: cluster 2024-03-21T13:24:25.646380+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:27.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:27 smithi001 bash[21415]: audit 2024-03-21T13:24:26.142578+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:27.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:27 smithi001 bash[21415]: audit 2024-03-21T13:24:26.147128+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:27.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:27 smithi001 bash[21415]: audit 2024-03-21T13:24:26.183363+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:27.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:27 smithi001 bash[21415]: audit 2024-03-21T13:24:26.185726+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:27.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:27 smithi001 bash[21415]: audit 2024-03-21T13:24:26.186363+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:27.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:27 smithi001 bash[21415]: audit 2024-03-21T13:24:26.191130+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:27.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:27 smithi001 bash[21415]: audit 2024-03-21T13:24:26.692742+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:27.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:27 smithi001 bash[21415]: audit 2024-03-21T13:24:26.699319+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:27.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:27 smithi001 bash[21415]: audit 2024-03-21T13:24:26.705706+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:27.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:27 smithi188 bash[22197]: cluster 2024-03-21T13:24:25.646380+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:27.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:27 smithi188 bash[22197]: audit 2024-03-21T13:24:26.142578+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:27.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:27 smithi188 bash[22197]: audit 2024-03-21T13:24:26.147128+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:27.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:27 smithi188 bash[22197]: audit 2024-03-21T13:24:26.183363+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:27.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:27 smithi188 bash[22197]: audit 2024-03-21T13:24:26.185726+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:27.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:27 smithi188 bash[22197]: audit 2024-03-21T13:24:26.186363+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:27.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:27 smithi188 bash[22197]: audit 2024-03-21T13:24:26.191130+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:27.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:27 smithi188 bash[22197]: audit 2024-03-21T13:24:26.692742+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:27.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:27 smithi188 bash[22197]: audit 2024-03-21T13:24:26.699319+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:27.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:27 smithi188 bash[22197]: audit 2024-03-21T13:24:26.705706+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:29.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:29 smithi106 bash[22227]: cluster 2024-03-21T13:24:27.646641+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:29.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:29 smithi001 bash[21415]: cluster 2024-03-21T13:24:27.646641+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:29.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:29 smithi188 bash[22197]: cluster 2024-03-21T13:24:27.646641+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:31.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:31 smithi001 bash[21415]: cluster 2024-03-21T13:24:29.647047+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:31.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:31 smithi188 bash[22197]: cluster 2024-03-21T13:24:29.647047+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:31.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:31 smithi106 bash[22227]: cluster 2024-03-21T13:24:29.647047+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:33.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:33 smithi188 bash[22197]: cluster 2024-03-21T13:24:31.647549+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:33.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:33 smithi188 bash[22197]: audit 2024-03-21T13:24:32.422604+0000 mon.a (mon.0) 385 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3550693306,v1:172.21.15.1:6803/3550693306]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:24:33.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:33 smithi001 bash[21415]: cluster 2024-03-21T13:24:31.647549+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:33.580 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:33 smithi001 bash[21415]: audit 2024-03-21T13:24:32.422604+0000 mon.a (mon.0) 385 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3550693306,v1:172.21.15.1:6803/3550693306]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:24:33.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:33 smithi106 bash[22227]: cluster 2024-03-21T13:24:31.647549+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:33.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:33 smithi106 bash[22227]: audit 2024-03-21T13:24:32.422604+0000 mon.a (mon.0) 385 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3550693306,v1:172.21.15.1:6803/3550693306]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:24:34.466 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:34 smithi001 bash[21415]: audit 2024-03-21T13:24:33.154631+0000 mon.a (mon.0) 386 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3550693306,v1:172.21.15.1:6803/3550693306]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:24:34.467 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:34 smithi001 bash[21415]: cluster 2024-03-21T13:24:33.158439+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T13:24:34.467 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:34 smithi001 bash[21415]: audit 2024-03-21T13:24:33.159010+0000 mon.a (mon.0) 388 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3550693306,v1:172.21.15.1:6803/3550693306]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2024-03-21T13:24:34.467 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:34 smithi001 bash[21415]: audit 2024-03-21T13:24:33.159234+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:24:34.467 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:34 smithi001 bash[21415]: audit 2024-03-21T13:24:34.157343+0000 mon.a (mon.0) 390 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3550693306,v1:172.21.15.1:6803/3550693306]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-03-21T13:24:34.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:34 smithi188 bash[22197]: audit 2024-03-21T13:24:33.154631+0000 mon.a (mon.0) 386 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3550693306,v1:172.21.15.1:6803/3550693306]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:24:34.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:34 smithi188 bash[22197]: cluster 2024-03-21T13:24:33.158439+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T13:24:34.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:34 smithi188 bash[22197]: audit 2024-03-21T13:24:33.159010+0000 mon.a (mon.0) 388 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3550693306,v1:172.21.15.1:6803/3550693306]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2024-03-21T13:24:34.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:34 smithi188 bash[22197]: audit 2024-03-21T13:24:33.159234+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:24:34.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:34 smithi188 bash[22197]: audit 2024-03-21T13:24:34.157343+0000 mon.a (mon.0) 390 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3550693306,v1:172.21.15.1:6803/3550693306]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-03-21T13:24:34.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:34 smithi106 bash[22227]: audit 2024-03-21T13:24:33.154631+0000 mon.a (mon.0) 386 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3550693306,v1:172.21.15.1:6803/3550693306]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:24:34.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:34 smithi106 bash[22227]: cluster 2024-03-21T13:24:33.158439+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T13:24:34.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:34 smithi106 bash[22227]: audit 2024-03-21T13:24:33.159010+0000 mon.a (mon.0) 388 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3550693306,v1:172.21.15.1:6803/3550693306]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2024-03-21T13:24:34.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:34 smithi106 bash[22227]: audit 2024-03-21T13:24:33.159234+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:24:34.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:34 smithi106 bash[22227]: audit 2024-03-21T13:24:34.157343+0000 mon.a (mon.0) 390 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3550693306,v1:172.21.15.1:6803/3550693306]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-03-21T13:24:35.513 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:35 smithi106 bash[22227]: cluster 2024-03-21T13:24:33.648022+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:35.513 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:35 smithi106 bash[22227]: cluster 2024-03-21T13:24:34.164035+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T13:24:35.514 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:35 smithi106 bash[22227]: audit 2024-03-21T13:24:34.167175+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:24:35.514 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:35 smithi106 bash[22227]: audit 2024-03-21T13:24:34.178482+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:24:35.514 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:35 smithi106 bash[22227]: audit 2024-03-21T13:24:34.473750+0000 mon.a (mon.0) 394 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3550693306,v1:172.21.15.1:6803/3550693306]' entity='osd.0' 2024-03-21T13:24:35.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:35 smithi188 bash[22197]: cluster 2024-03-21T13:24:33.648022+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:35.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:35 smithi188 bash[22197]: cluster 2024-03-21T13:24:34.164035+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T13:24:35.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:35 smithi188 bash[22197]: audit 2024-03-21T13:24:34.167175+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:24:35.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:35 smithi188 bash[22197]: audit 2024-03-21T13:24:34.178482+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:24:35.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:35 smithi188 bash[22197]: audit 2024-03-21T13:24:34.473750+0000 mon.a (mon.0) 394 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3550693306,v1:172.21.15.1:6803/3550693306]' entity='osd.0' 2024-03-21T13:24:35.597 INFO:teuthology.orchestra.run.smithi001.stdout:Created osd(s) 0 on host 'smithi001' 2024-03-21T13:24:35.615 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:35 smithi001 bash[21415]: cluster 2024-03-21T13:24:33.648022+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:35.615 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:35 smithi001 bash[21415]: cluster 2024-03-21T13:24:34.164035+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T13:24:35.615 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:35 smithi001 bash[21415]: audit 2024-03-21T13:24:34.167175+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:24:35.615 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:35 smithi001 bash[21415]: audit 2024-03-21T13:24:34.178482+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:24:35.615 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:35 smithi001 bash[21415]: audit 2024-03-21T13:24:34.473750+0000 mon.a (mon.0) 394 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/3550693306,v1:172.21.15.1:6803/3550693306]' entity='osd.0' 2024-03-21T13:24:36.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:36 smithi188 bash[22197]: cluster 2024-03-21T13:24:33.437002+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:24:36.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:36 smithi188 bash[22197]: cluster 2024-03-21T13:24:33.437124+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:24:36.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:36 smithi188 bash[22197]: audit 2024-03-21T13:24:35.178863+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:24:36.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:36 smithi188 bash[22197]: cluster 2024-03-21T13:24:35.477063+0000 mon.a (mon.0) 396 : cluster [INF] osd.0 [v2:172.21.15.1:6802/3550693306,v1:172.21.15.1:6803/3550693306] boot 2024-03-21T13:24:36.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:36 smithi188 bash[22197]: cluster 2024-03-21T13:24:35.477140+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T13:24:36.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:36 smithi188 bash[22197]: audit 2024-03-21T13:24:35.477546+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:24:36.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:36 smithi188 bash[22197]: audit 2024-03-21T13:24:35.494538+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:36 smithi188 bash[22197]: audit 2024-03-21T13:24:35.502928+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:36 smithi188 bash[22197]: audit 2024-03-21T13:24:35.513122+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:36 smithi188 bash[22197]: audit 2024-03-21T13:24:35.585722+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:36 smithi188 bash[22197]: audit 2024-03-21T13:24:35.591818+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:36 smithi188 bash[22197]: audit 2024-03-21T13:24:35.615783+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:36.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:36 smithi188 bash[22197]: audit 2024-03-21T13:24:35.619565+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:24:36.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:36 smithi188 bash[22197]: audit 2024-03-21T13:24:35.625104+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:36 smithi188 bash[22197]: audit 2024-03-21T13:24:35.627325+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:36.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:36 smithi188 bash[22197]: audit 2024-03-21T13:24:35.628142+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:36.519 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:36 smithi188 bash[22197]: audit 2024-03-21T13:24:35.633515+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:36 smithi106 bash[22227]: cluster 2024-03-21T13:24:33.437002+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:24:36.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:36 smithi106 bash[22227]: cluster 2024-03-21T13:24:33.437124+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:24:36.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:36 smithi106 bash[22227]: audit 2024-03-21T13:24:35.178863+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:24:36.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:36 smithi106 bash[22227]: cluster 2024-03-21T13:24:35.477063+0000 mon.a (mon.0) 396 : cluster [INF] osd.0 [v2:172.21.15.1:6802/3550693306,v1:172.21.15.1:6803/3550693306] boot 2024-03-21T13:24:36.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:36 smithi106 bash[22227]: cluster 2024-03-21T13:24:35.477140+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T13:24:36.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:36 smithi106 bash[22227]: audit 2024-03-21T13:24:35.477546+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:24:36.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:36 smithi106 bash[22227]: audit 2024-03-21T13:24:35.494538+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:36 smithi106 bash[22227]: audit 2024-03-21T13:24:35.502928+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:36 smithi106 bash[22227]: audit 2024-03-21T13:24:35.513122+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:36 smithi106 bash[22227]: audit 2024-03-21T13:24:35.585722+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.647 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:36 smithi106 bash[22227]: audit 2024-03-21T13:24:35.591818+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.647 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:36 smithi106 bash[22227]: audit 2024-03-21T13:24:35.615783+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:36.647 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:36 smithi106 bash[22227]: audit 2024-03-21T13:24:35.619565+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:24:36.647 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:36 smithi106 bash[22227]: audit 2024-03-21T13:24:35.625104+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.647 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:36 smithi106 bash[22227]: audit 2024-03-21T13:24:35.627325+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:36.647 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:36 smithi106 bash[22227]: audit 2024-03-21T13:24:35.628142+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:36.647 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:36 smithi106 bash[22227]: audit 2024-03-21T13:24:35.633515+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.681 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:36 smithi001 bash[21415]: cluster 2024-03-21T13:24:33.437002+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:24:36.681 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:36 smithi001 bash[21415]: cluster 2024-03-21T13:24:33.437124+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:24:36.681 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:36 smithi001 bash[21415]: audit 2024-03-21T13:24:35.178863+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:24:36.681 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:36 smithi001 bash[21415]: cluster 2024-03-21T13:24:35.477063+0000 mon.a (mon.0) 396 : cluster [INF] osd.0 [v2:172.21.15.1:6802/3550693306,v1:172.21.15.1:6803/3550693306] boot 2024-03-21T13:24:36.681 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:36 smithi001 bash[21415]: cluster 2024-03-21T13:24:35.477140+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T13:24:36.681 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:36 smithi001 bash[21415]: audit 2024-03-21T13:24:35.477546+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:24:36.681 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:36 smithi001 bash[21415]: audit 2024-03-21T13:24:35.494538+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.682 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:36 smithi001 bash[21415]: audit 2024-03-21T13:24:35.502928+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.682 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:36 smithi001 bash[21415]: audit 2024-03-21T13:24:35.513122+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.682 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:36 smithi001 bash[21415]: audit 2024-03-21T13:24:35.585722+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.682 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:36 smithi001 bash[21415]: audit 2024-03-21T13:24:35.591818+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.682 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:36 smithi001 bash[21415]: audit 2024-03-21T13:24:35.615783+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:36.682 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:36 smithi001 bash[21415]: audit 2024-03-21T13:24:35.619565+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:24:36.682 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:36 smithi001 bash[21415]: audit 2024-03-21T13:24:35.625104+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.682 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:36 smithi001 bash[21415]: audit 2024-03-21T13:24:35.627325+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:36.682 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:36 smithi001 bash[21415]: audit 2024-03-21T13:24:35.628142+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:36.682 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:36 smithi001 bash[21415]: audit 2024-03-21T13:24:35.633515+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:36.861 DEBUG:teuthology.orchestra.run.smithi001:osd.0> sudo journalctl -f -n 0 -u ceph-86fed6e6-e785-11ee-95cd-87774f69a715@osd.0.service 2024-03-21T13:24:36.864 INFO:tasks.cephadm:Deploying osd.1 on smithi106 with /dev/vg_nvme/lv_4... 2024-03-21T13:24:36.864 DEBUG:teuthology.orchestra.run.smithi106:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T13:24:37.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:37 smithi188 bash[22197]: cephadm 2024-03-21T13:24:35.620516+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Adjusting osd_memory_target on smithi001 to 16245M 2024-03-21T13:24:37.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:37 smithi188 bash[22197]: cluster 2024-03-21T13:24:35.648327+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:37.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:37 smithi106 bash[22227]: cephadm 2024-03-21T13:24:35.620516+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Adjusting osd_memory_target on smithi001 to 16245M 2024-03-21T13:24:37.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:37 smithi106 bash[22227]: cluster 2024-03-21T13:24:35.648327+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:37.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:37 smithi001 bash[21415]: cephadm 2024-03-21T13:24:35.620516+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Adjusting osd_memory_target on smithi001 to 16245M 2024-03-21T13:24:37.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:37 smithi001 bash[21415]: cluster 2024-03-21T13:24:35.648327+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:24:38.454 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:38 smithi188 bash[22197]: cluster 2024-03-21T13:24:37.186965+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T13:24:38.454 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:38 smithi188 bash[22197]: audit 2024-03-21T13:24:37.878594+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:38.455 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:38 smithi188 bash[22197]: audit 2024-03-21T13:24:37.883017+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:38.455 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:38 smithi188 bash[22197]: audit 2024-03-21T13:24:37.892746+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:38.455 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:38 smithi188 bash[22197]: audit 2024-03-21T13:24:37.901174+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:38.455 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:38 smithi188 bash[22197]: audit 2024-03-21T13:24:37.904073+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:38.455 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:38 smithi188 bash[22197]: audit 2024-03-21T13:24:37.905079+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:38.455 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:38 smithi188 bash[22197]: audit 2024-03-21T13:24:37.911649+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:38.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:38 smithi106 bash[22227]: cluster 2024-03-21T13:24:37.186965+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T13:24:38.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:38 smithi106 bash[22227]: audit 2024-03-21T13:24:37.878594+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:38.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:38 smithi106 bash[22227]: audit 2024-03-21T13:24:37.883017+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:38.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:38 smithi106 bash[22227]: audit 2024-03-21T13:24:37.892746+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:38.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:38 smithi106 bash[22227]: audit 2024-03-21T13:24:37.901174+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:38.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:38 smithi106 bash[22227]: audit 2024-03-21T13:24:37.904073+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:38.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:38 smithi106 bash[22227]: audit 2024-03-21T13:24:37.905079+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:38.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:38 smithi106 bash[22227]: audit 2024-03-21T13:24:37.911649+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:38.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:38 smithi001 bash[21415]: cluster 2024-03-21T13:24:37.186965+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T13:24:38.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:38 smithi001 bash[21415]: audit 2024-03-21T13:24:37.878594+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:38.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:38 smithi001 bash[21415]: audit 2024-03-21T13:24:37.883017+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:38.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:38 smithi001 bash[21415]: audit 2024-03-21T13:24:37.892746+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:38.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:38 smithi001 bash[21415]: audit 2024-03-21T13:24:37.901174+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:38.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:38 smithi001 bash[21415]: audit 2024-03-21T13:24:37.904073+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:38.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:38 smithi001 bash[21415]: audit 2024-03-21T13:24:37.905079+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:38.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:38 smithi001 bash[21415]: audit 2024-03-21T13:24:37.911649+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:39.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:39 smithi188 bash[22197]: cluster 2024-03-21T13:24:37.648805+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:39.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:39 smithi188 bash[22197]: cluster 2024-03-21T13:24:37.907235+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:39.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:39 smithi188 bash[22197]: cluster 2024-03-21T13:24:38.183098+0000 mon.a (mon.0) 418 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T13:24:39.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:39 smithi106 bash[22227]: cluster 2024-03-21T13:24:37.648805+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:39.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:39 smithi106 bash[22227]: cluster 2024-03-21T13:24:37.907235+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:39.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:39 smithi106 bash[22227]: cluster 2024-03-21T13:24:38.183098+0000 mon.a (mon.0) 418 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T13:24:39.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:39 smithi001 bash[21415]: cluster 2024-03-21T13:24:37.648805+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:39.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:39 smithi001 bash[21415]: cluster 2024-03-21T13:24:37.907235+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:39.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:39 smithi001 bash[21415]: cluster 2024-03-21T13:24:38.183098+0000 mon.a (mon.0) 418 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T13:24:40.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:40 smithi188 bash[22197]: cluster 2024-03-21T13:24:39.907719+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:40.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:40 smithi106 bash[22227]: cluster 2024-03-21T13:24:39.907719+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:40.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:40 smithi001 bash[21415]: cluster 2024-03-21T13:24:39.907719+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:41.577 INFO:teuthology.orchestra.run.smithi106.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.b/config 2024-03-21T13:24:43.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:42 smithi106 bash[22227]: cluster 2024-03-21T13:24:41.908140+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:43.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:42 smithi106 bash[22227]: audit 2024-03-21T13:24:42.279742+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:43.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:42 smithi106 bash[22227]: audit 2024-03-21T13:24:42.284306+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:43.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:42 smithi106 bash[22227]: audit 2024-03-21T13:24:42.289833+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:43.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:42 smithi106 bash[22227]: audit 2024-03-21T13:24:42.294441+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:43.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:42 smithi106 bash[22227]: audit 2024-03-21T13:24:42.298202+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:43.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:42 smithi106 bash[22227]: audit 2024-03-21T13:24:42.299383+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:43.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:42 smithi106 bash[22227]: audit 2024-03-21T13:24:42.305964+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:43.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:42 smithi188 bash[22197]: cluster 2024-03-21T13:24:41.908140+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:43.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:42 smithi188 bash[22197]: audit 2024-03-21T13:24:42.279742+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:43.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:42 smithi188 bash[22197]: audit 2024-03-21T13:24:42.284306+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:43.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:42 smithi188 bash[22197]: audit 2024-03-21T13:24:42.289833+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:43.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:42 smithi188 bash[22197]: audit 2024-03-21T13:24:42.294441+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:43.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:42 smithi188 bash[22197]: audit 2024-03-21T13:24:42.298202+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:43.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:42 smithi188 bash[22197]: audit 2024-03-21T13:24:42.299383+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:43.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:42 smithi188 bash[22197]: audit 2024-03-21T13:24:42.305964+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:43.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:42 smithi001 bash[21415]: cluster 2024-03-21T13:24:41.908140+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:43.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:42 smithi001 bash[21415]: audit 2024-03-21T13:24:42.279742+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:43.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:42 smithi001 bash[21415]: audit 2024-03-21T13:24:42.284306+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:43.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:42 smithi001 bash[21415]: audit 2024-03-21T13:24:42.289833+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:43.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:42 smithi001 bash[21415]: audit 2024-03-21T13:24:42.294441+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:43.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:42 smithi001 bash[21415]: audit 2024-03-21T13:24:42.298202+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:43.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:42 smithi001 bash[21415]: audit 2024-03-21T13:24:42.299383+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:43.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:42 smithi001 bash[21415]: audit 2024-03-21T13:24:42.305964+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:44.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:43 smithi188 bash[22197]: cluster 2024-03-21T13:24:42.301789+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:44.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:43 smithi188 bash[22197]: cluster 2024-03-21T13:24:43.288441+0000 mon.a (mon.0) 426 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T13:24:44.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:43 smithi188 bash[22197]: cluster 2024-03-21T13:24:43.288496+0000 mon.a (mon.0) 427 : cluster [INF] Cluster is now healthy 2024-03-21T13:24:44.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:43 smithi106 bash[22227]: cluster 2024-03-21T13:24:42.301789+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:44.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:43 smithi106 bash[22227]: cluster 2024-03-21T13:24:43.288441+0000 mon.a (mon.0) 426 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T13:24:44.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:43 smithi106 bash[22227]: cluster 2024-03-21T13:24:43.288496+0000 mon.a (mon.0) 427 : cluster [INF] Cluster is now healthy 2024-03-21T13:24:44.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:43 smithi001 bash[21415]: cluster 2024-03-21T13:24:42.301789+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:44.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:43 smithi001 bash[21415]: cluster 2024-03-21T13:24:43.288441+0000 mon.a (mon.0) 426 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T13:24:44.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:43 smithi001 bash[21415]: cluster 2024-03-21T13:24:43.288496+0000 mon.a (mon.0) 427 : cluster [INF] Cluster is now healthy 2024-03-21T13:24:44.681 INFO:teuthology.orchestra.run.smithi106.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T13:24:44.681 INFO:teuthology.orchestra.run.smithi106.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T13:24:44.681 INFO:teuthology.orchestra.run.smithi106.stderr: stderr: 10+0 records in 2024-03-21T13:24:44.681 INFO:teuthology.orchestra.run.smithi106.stderr:10+0 records out 2024-03-21T13:24:44.681 INFO:teuthology.orchestra.run.smithi106.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0163712 s, 640 MB/s 2024-03-21T13:24:44.681 INFO:teuthology.orchestra.run.smithi106.stderr:--> Zapping successful for: 2024-03-21T13:24:45.318 DEBUG:teuthology.orchestra.run.smithi106:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi106:vg_nvme/lv_4 2024-03-21T13:24:46.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:45 smithi188 bash[22197]: cluster 2024-03-21T13:24:44.302249+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:46.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:45 smithi106 bash[22227]: cluster 2024-03-21T13:24:44.302249+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:46.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:45 smithi001 bash[21415]: cluster 2024-03-21T13:24:44.302249+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:48.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:47 smithi188 bash[22197]: cluster 2024-03-21T13:24:46.302689+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:48.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:47 smithi188 bash[22197]: audit 2024-03-21T13:24:46.909552+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:48.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:47 smithi188 bash[22197]: audit 2024-03-21T13:24:46.917449+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:48.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:47 smithi188 bash[22197]: audit 2024-03-21T13:24:46.927469+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:48.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:47 smithi106 bash[22227]: cluster 2024-03-21T13:24:46.302689+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:48.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:47 smithi106 bash[22227]: audit 2024-03-21T13:24:46.909552+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:48.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:47 smithi106 bash[22227]: audit 2024-03-21T13:24:46.917449+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:48.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:47 smithi106 bash[22227]: audit 2024-03-21T13:24:46.927469+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:48.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:47 smithi001 bash[21415]: cluster 2024-03-21T13:24:46.302689+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:48.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:47 smithi001 bash[21415]: audit 2024-03-21T13:24:46.909552+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:48.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:47 smithi001 bash[21415]: audit 2024-03-21T13:24:46.917449+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:48.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:47 smithi001 bash[21415]: audit 2024-03-21T13:24:46.927469+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:50.023 INFO:teuthology.orchestra.run.smithi106.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.b/config 2024-03-21T13:24:50.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:49 smithi106 bash[22227]: cluster 2024-03-21T13:24:48.303170+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:50.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:49 smithi188 bash[22197]: cluster 2024-03-21T13:24:48.303170+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:50.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:49 smithi001 bash[21415]: cluster 2024-03-21T13:24:48.303170+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:52.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:51 smithi106 bash[22227]: cluster 2024-03-21T13:24:50.303654+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:52.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:51 smithi188 bash[22197]: cluster 2024-03-21T13:24:50.303654+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:52.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:51 smithi001 bash[21415]: cluster 2024-03-21T13:24:50.303654+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:54.219 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:53 smithi001 bash[21415]: cluster 2024-03-21T13:24:52.304129+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:54.219 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:53 smithi001 bash[21415]: audit 2024-03-21T13:24:53.684660+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:24:54.220 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:53 smithi001 bash[21415]: audit 2024-03-21T13:24:53.691165+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:24:54.220 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:53 smithi001 bash[21415]: audit 2024-03-21T13:24:53.692976+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:54.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:53 smithi188 bash[22197]: cluster 2024-03-21T13:24:52.304129+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:54.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:53 smithi188 bash[22197]: audit 2024-03-21T13:24:53.684660+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:24:54.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:53 smithi188 bash[22197]: audit 2024-03-21T13:24:53.691165+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:24:54.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:53 smithi188 bash[22197]: audit 2024-03-21T13:24:53.692976+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:54.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:53 smithi106 bash[22227]: cluster 2024-03-21T13:24:52.304129+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:54.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:53 smithi106 bash[22227]: audit 2024-03-21T13:24:53.684660+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:24:54.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:53 smithi106 bash[22227]: audit 2024-03-21T13:24:53.691165+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:24:54.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:53 smithi106 bash[22227]: audit 2024-03-21T13:24:53.692976+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:55.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:54 smithi001 bash[21415]: audit 2024-03-21T13:24:53.677056+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi106:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:24:55.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:54 smithi188 bash[22197]: audit 2024-03-21T13:24:53.677056+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi106:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:24:55.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:54 smithi106 bash[22227]: audit 2024-03-21T13:24:53.677056+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi106:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:24:56.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:55 smithi106 bash[22227]: cluster 2024-03-21T13:24:54.304661+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:56.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:55 smithi106 bash[22227]: audit 2024-03-21T13:24:55.721530+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:56.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:55 smithi106 bash[22227]: audit 2024-03-21T13:24:55.730369+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:56.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:55 smithi106 bash[22227]: audit 2024-03-21T13:24:55.740844+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:56.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:55 smithi188 bash[22197]: cluster 2024-03-21T13:24:54.304661+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:56.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:55 smithi188 bash[22197]: audit 2024-03-21T13:24:55.721530+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:56.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:55 smithi188 bash[22197]: audit 2024-03-21T13:24:55.730369+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:56.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:55 smithi188 bash[22197]: audit 2024-03-21T13:24:55.740844+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:56.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:55 smithi001 bash[21415]: cluster 2024-03-21T13:24:54.304661+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:56.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:55 smithi001 bash[21415]: audit 2024-03-21T13:24:55.721530+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:56.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:55 smithi001 bash[21415]: audit 2024-03-21T13:24:55.730369+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:56.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:55 smithi001 bash[21415]: audit 2024-03-21T13:24:55.740844+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:24:58.243 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:57 smithi188 bash[22197]: cluster 2024-03-21T13:24:56.305240+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:58.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:57 smithi106 bash[22227]: cluster 2024-03-21T13:24:56.305240+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:24:58.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:57 smithi001 bash[21415]: cluster 2024-03-21T13:24:56.305240+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:00.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:24:59 smithi188 bash[22197]: cluster 2024-03-21T13:24:58.305813+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:00.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:24:59 smithi106 bash[22227]: cluster 2024-03-21T13:24:58.305813+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:00.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:24:59 smithi001 bash[21415]: cluster 2024-03-21T13:24:58.305813+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:02.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:01 smithi106 bash[22227]: cluster 2024-03-21T13:25:00.306299+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:02.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:01 smithi106 bash[22227]: audit 2024-03-21T13:25:00.892269+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:02.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:01 smithi106 bash[22227]: audit 2024-03-21T13:25:00.897700+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:02.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:01 smithi106 bash[22227]: audit 2024-03-21T13:25:00.903769+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:02.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:01 smithi106 bash[22227]: audit 2024-03-21T13:25:01.614732+0000 mon.a (mon.0) 440 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "abfc852c-765e-45e9-a9c8-f975dfb33048"}]: dispatch 2024-03-21T13:25:02.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:01 smithi106 bash[22227]: audit 2024-03-21T13:25:01.614897+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.106:0/4191581439' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "abfc852c-765e-45e9-a9c8-f975dfb33048"}]: dispatch 2024-03-21T13:25:02.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:01 smithi106 bash[22227]: audit 2024-03-21T13:25:01.618005+0000 mon.a (mon.0) 441 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "abfc852c-765e-45e9-a9c8-f975dfb33048"}]': finished 2024-03-21T13:25:02.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:01 smithi106 bash[22227]: cluster 2024-03-21T13:25:01.621440+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T13:25:02.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:01 smithi106 bash[22227]: audit 2024-03-21T13:25:01.621748+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:25:02.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:01 smithi001 bash[21415]: cluster 2024-03-21T13:25:00.306299+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:02.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:01 smithi001 bash[21415]: audit 2024-03-21T13:25:00.892269+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:02.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:01 smithi001 bash[21415]: audit 2024-03-21T13:25:00.897700+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:02.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:01 smithi001 bash[21415]: audit 2024-03-21T13:25:00.903769+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:02.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:01 smithi001 bash[21415]: audit 2024-03-21T13:25:01.614732+0000 mon.a (mon.0) 440 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "abfc852c-765e-45e9-a9c8-f975dfb33048"}]: dispatch 2024-03-21T13:25:02.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:01 smithi001 bash[21415]: audit 2024-03-21T13:25:01.614897+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.106:0/4191581439' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "abfc852c-765e-45e9-a9c8-f975dfb33048"}]: dispatch 2024-03-21T13:25:02.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:01 smithi001 bash[21415]: audit 2024-03-21T13:25:01.618005+0000 mon.a (mon.0) 441 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "abfc852c-765e-45e9-a9c8-f975dfb33048"}]': finished 2024-03-21T13:25:02.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:01 smithi001 bash[21415]: cluster 2024-03-21T13:25:01.621440+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T13:25:02.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:01 smithi001 bash[21415]: audit 2024-03-21T13:25:01.621748+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:25:02.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:01 smithi188 bash[22197]: cluster 2024-03-21T13:25:00.306299+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:02.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:01 smithi188 bash[22197]: audit 2024-03-21T13:25:00.892269+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:02.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:01 smithi188 bash[22197]: audit 2024-03-21T13:25:00.897700+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:02.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:01 smithi188 bash[22197]: audit 2024-03-21T13:25:00.903769+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:02.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:01 smithi188 bash[22197]: audit 2024-03-21T13:25:01.614732+0000 mon.a (mon.0) 440 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "abfc852c-765e-45e9-a9c8-f975dfb33048"}]: dispatch 2024-03-21T13:25:02.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:01 smithi188 bash[22197]: audit 2024-03-21T13:25:01.614897+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.106:0/4191581439' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "abfc852c-765e-45e9-a9c8-f975dfb33048"}]: dispatch 2024-03-21T13:25:02.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:01 smithi188 bash[22197]: audit 2024-03-21T13:25:01.618005+0000 mon.a (mon.0) 441 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "abfc852c-765e-45e9-a9c8-f975dfb33048"}]': finished 2024-03-21T13:25:02.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:01 smithi188 bash[22197]: cluster 2024-03-21T13:25:01.621440+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T13:25:02.268 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:01 smithi188 bash[22197]: audit 2024-03-21T13:25:01.621748+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:25:03.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:02 smithi001 bash[21415]: audit 2024-03-21T13:25:02.330949+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.106:0/335170964' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:25:03.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:02 smithi188 bash[22197]: audit 2024-03-21T13:25:02.330949+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.106:0/335170964' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:25:03.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:02 smithi106 bash[22227]: audit 2024-03-21T13:25:02.330949+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.106:0/335170964' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:25:04.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:03 smithi001 bash[21415]: cluster 2024-03-21T13:25:02.306735+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:04.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:03 smithi188 bash[22197]: cluster 2024-03-21T13:25:02.306735+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:04.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:03 smithi106 bash[22227]: cluster 2024-03-21T13:25:02.306735+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:06.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:05 smithi001 bash[21415]: cluster 2024-03-21T13:25:04.307183+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:06.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:05 smithi188 bash[22197]: cluster 2024-03-21T13:25:04.307183+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:06.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:05 smithi106 bash[22227]: cluster 2024-03-21T13:25:04.307183+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:08.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:08 smithi106 bash[22227]: cluster 2024-03-21T13:25:06.307639+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:08.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:08 smithi106 bash[22227]: audit 2024-03-21T13:25:07.117134+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:08.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:08 smithi106 bash[22227]: audit 2024-03-21T13:25:07.125051+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:08.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:08 smithi106 bash[22227]: audit 2024-03-21T13:25:07.134848+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:08.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:08 smithi001 bash[21415]: cluster 2024-03-21T13:25:06.307639+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:08.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:08 smithi001 bash[21415]: audit 2024-03-21T13:25:07.117134+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:08.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:08 smithi001 bash[21415]: audit 2024-03-21T13:25:07.125051+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:08.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:08 smithi001 bash[21415]: audit 2024-03-21T13:25:07.134848+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:08.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:08 smithi188 bash[22197]: cluster 2024-03-21T13:25:06.307639+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:08.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:08 smithi188 bash[22197]: audit 2024-03-21T13:25:07.117134+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:08.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:08 smithi188 bash[22197]: audit 2024-03-21T13:25:07.125051+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:08.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:08 smithi188 bash[22197]: audit 2024-03-21T13:25:07.134848+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:10.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:10 smithi106 bash[22227]: cluster 2024-03-21T13:25:08.308088+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:10.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:10 smithi001 bash[21415]: cluster 2024-03-21T13:25:08.308088+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:10.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:10 smithi188 bash[22197]: cluster 2024-03-21T13:25:08.308088+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:12.396 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:12 smithi106 bash[22227]: cluster 2024-03-21T13:25:10.308529+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:12.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:12 smithi001 bash[21415]: cluster 2024-03-21T13:25:10.308529+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:12.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:12 smithi188 bash[22197]: cluster 2024-03-21T13:25:10.308529+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:14.383 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:14 smithi001 bash[21415]: cluster 2024-03-21T13:25:12.309023+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:14.394 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:14 smithi106 bash[22227]: cluster 2024-03-21T13:25:12.309023+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:14.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:14 smithi188 bash[22197]: cluster 2024-03-21T13:25:12.309023+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:15.394 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:15 smithi106 bash[22227]: audit 2024-03-21T13:25:14.494083+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:25:15.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:15 smithi106 bash[22227]: audit 2024-03-21T13:25:14.495611+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:15.399 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:15 smithi001 bash[21415]: audit 2024-03-21T13:25:14.494083+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:25:15.399 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:15 smithi001 bash[21415]: audit 2024-03-21T13:25:14.495611+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:15.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:15 smithi188 bash[22197]: audit 2024-03-21T13:25:14.494083+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:25:15.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:15 smithi188 bash[22197]: audit 2024-03-21T13:25:14.495611+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:16.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:16 smithi106 bash[22227]: cluster 2024-03-21T13:25:14.309492+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:16.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:16 smithi106 bash[22227]: cephadm 2024-03-21T13:25:14.496938+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi106 2024-03-21T13:25:16.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:16 smithi106 bash[22227]: audit 2024-03-21T13:25:15.927218+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:16.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:16 smithi106 bash[22227]: audit 2024-03-21T13:25:15.935610+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:16.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:16 smithi106 bash[22227]: audit 2024-03-21T13:25:15.945817+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:16.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:16 smithi001 bash[21415]: cluster 2024-03-21T13:25:14.309492+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:16.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:16 smithi001 bash[21415]: cephadm 2024-03-21T13:25:14.496938+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi106 2024-03-21T13:25:16.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:16 smithi001 bash[21415]: audit 2024-03-21T13:25:15.927218+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:16.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:16 smithi001 bash[21415]: audit 2024-03-21T13:25:15.935610+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:16.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:16 smithi001 bash[21415]: audit 2024-03-21T13:25:15.945817+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:16.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:16 smithi188 bash[22197]: cluster 2024-03-21T13:25:14.309492+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:16.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:16 smithi188 bash[22197]: cephadm 2024-03-21T13:25:14.496938+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi106 2024-03-21T13:25:16.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:16 smithi188 bash[22197]: audit 2024-03-21T13:25:15.927218+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:16.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:16 smithi188 bash[22197]: audit 2024-03-21T13:25:15.935610+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:16.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:16 smithi188 bash[22197]: audit 2024-03-21T13:25:15.945817+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:18.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:18 smithi106 bash[22227]: cluster 2024-03-21T13:25:16.309960+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:18.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:18 smithi001 bash[21415]: cluster 2024-03-21T13:25:16.309960+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:18.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:18 smithi188 bash[22197]: cluster 2024-03-21T13:25:16.309960+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:20.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:20 smithi188 bash[22197]: cluster 2024-03-21T13:25:18.310392+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:20.279 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:25:20 smithi106 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:25:20.280 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:20 smithi106 bash[22227]: cluster 2024-03-21T13:25:18.310392+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:20.280 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:20 smithi106 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:25:20.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:20 smithi001 bash[21415]: cluster 2024-03-21T13:25:18.310392+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:20.568 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:20 smithi106 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:25:20.568 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:25:20 smithi106 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:25:21.403 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:21 smithi188 bash[22197]: audit 2024-03-21T13:25:20.568047+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:25:21.403 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:21 smithi188 bash[22197]: audit 2024-03-21T13:25:20.574404+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:21.403 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:21 smithi188 bash[22197]: audit 2024-03-21T13:25:20.575103+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:21.403 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:21 smithi188 bash[22197]: audit 2024-03-21T13:25:20.578134+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:21.403 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:21 smithi188 bash[22197]: audit 2024-03-21T13:25:20.583463+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:21.403 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:21 smithi188 bash[22197]: audit 2024-03-21T13:25:20.589850+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:21.403 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:21 smithi188 bash[22197]: audit 2024-03-21T13:25:21.108725+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:21.403 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:21 smithi188 bash[22197]: audit 2024-03-21T13:25:21.115652+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:21.403 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:21 smithi188 bash[22197]: audit 2024-03-21T13:25:21.124753+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:21.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:21 smithi001 bash[21415]: audit 2024-03-21T13:25:20.568047+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:25:21.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:21 smithi001 bash[21415]: audit 2024-03-21T13:25:20.574404+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:21.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:21 smithi001 bash[21415]: audit 2024-03-21T13:25:20.575103+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:21.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:21 smithi001 bash[21415]: audit 2024-03-21T13:25:20.578134+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:21.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:21 smithi001 bash[21415]: audit 2024-03-21T13:25:20.583463+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:21.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:21 smithi001 bash[21415]: audit 2024-03-21T13:25:20.589850+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:21.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:21 smithi001 bash[21415]: audit 2024-03-21T13:25:21.108725+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:21.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:21 smithi001 bash[21415]: audit 2024-03-21T13:25:21.115652+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:21.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:21 smithi001 bash[21415]: audit 2024-03-21T13:25:21.124753+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:21.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:21 smithi106 bash[22227]: audit 2024-03-21T13:25:20.568047+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:25:21.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:21 smithi106 bash[22227]: audit 2024-03-21T13:25:20.574404+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:21.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:21 smithi106 bash[22227]: audit 2024-03-21T13:25:20.575103+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:21.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:21 smithi106 bash[22227]: audit 2024-03-21T13:25:20.578134+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:21.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:21 smithi106 bash[22227]: audit 2024-03-21T13:25:20.583463+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:21.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:21 smithi106 bash[22227]: audit 2024-03-21T13:25:20.589850+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:21.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:21 smithi106 bash[22227]: audit 2024-03-21T13:25:21.108725+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:21.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:21 smithi106 bash[22227]: audit 2024-03-21T13:25:21.115652+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:21.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:21 smithi106 bash[22227]: audit 2024-03-21T13:25:21.124753+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:22.395 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:22 smithi106 bash[22227]: cluster 2024-03-21T13:25:20.310842+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:22.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:22 smithi001 bash[21415]: cluster 2024-03-21T13:25:20.310842+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:22.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:22 smithi188 bash[22197]: cluster 2024-03-21T13:25:20.310842+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:24.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:24 smithi188 bash[22197]: cluster 2024-03-21T13:25:22.311295+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:24.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:24 smithi106 bash[22227]: cluster 2024-03-21T13:25:22.311295+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:24.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:24 smithi001 bash[21415]: cluster 2024-03-21T13:25:22.311295+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:26.442 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:26 smithi106 bash[22227]: cluster 2024-03-21T13:25:24.311714+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:26.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:26 smithi188 bash[22197]: cluster 2024-03-21T13:25:24.311714+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:26.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:26 smithi001 bash[21415]: cluster 2024-03-21T13:25:24.311714+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:27.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:27 smithi188 bash[22197]: audit 2024-03-21T13:25:26.897229+0000 mon.a (mon.0) 461 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:25:27.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:27 smithi188 bash[22197]: audit 2024-03-21T13:25:26.897817+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.106:6800/226526772,v1:172.21.15.106:6801/226526772]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:25:27.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:27 smithi106 bash[22227]: audit 2024-03-21T13:25:26.897229+0000 mon.a (mon.0) 461 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:25:27.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:27 smithi106 bash[22227]: audit 2024-03-21T13:25:26.897817+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.106:6800/226526772,v1:172.21.15.106:6801/226526772]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:25:27.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:27 smithi001 bash[21415]: audit 2024-03-21T13:25:26.897229+0000 mon.a (mon.0) 461 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:25:27.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:27 smithi001 bash[21415]: audit 2024-03-21T13:25:26.897817+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.106:6800/226526772,v1:172.21.15.106:6801/226526772]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:25:28.446 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:28 smithi106 bash[22227]: cluster 2024-03-21T13:25:26.312166+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:28.446 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:28 smithi106 bash[22227]: audit 2024-03-21T13:25:27.170787+0000 mon.a (mon.0) 462 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:25:28.447 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:28 smithi106 bash[22227]: cluster 2024-03-21T13:25:27.176512+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T13:25:28.447 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:28 smithi106 bash[22227]: audit 2024-03-21T13:25:27.177169+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:25:28.447 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:28 smithi106 bash[22227]: audit 2024-03-21T13:25:27.180047+0000 mon.a (mon.0) 465 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-03-21T13:25:28.447 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:28 smithi106 bash[22227]: audit 2024-03-21T13:25:27.180513+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.106:6800/226526772,v1:172.21.15.106:6801/226526772]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-03-21T13:25:28.447 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:28 smithi106 bash[22227]: audit 2024-03-21T13:25:27.313390+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:28.447 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:28 smithi106 bash[22227]: audit 2024-03-21T13:25:27.321285+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:28.447 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:28 smithi106 bash[22227]: audit 2024-03-21T13:25:27.331317+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:28.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:28 smithi188 bash[22197]: cluster 2024-03-21T13:25:26.312166+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:28.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:28 smithi188 bash[22197]: audit 2024-03-21T13:25:27.170787+0000 mon.a (mon.0) 462 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:25:28.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:28 smithi188 bash[22197]: cluster 2024-03-21T13:25:27.176512+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T13:25:28.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:28 smithi188 bash[22197]: audit 2024-03-21T13:25:27.177169+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:25:28.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:28 smithi188 bash[22197]: audit 2024-03-21T13:25:27.180047+0000 mon.a (mon.0) 465 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-03-21T13:25:28.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:28 smithi188 bash[22197]: audit 2024-03-21T13:25:27.180513+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.106:6800/226526772,v1:172.21.15.106:6801/226526772]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-03-21T13:25:28.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:28 smithi188 bash[22197]: audit 2024-03-21T13:25:27.313390+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:28.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:28 smithi188 bash[22197]: audit 2024-03-21T13:25:27.321285+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:28.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:28 smithi188 bash[22197]: audit 2024-03-21T13:25:27.331317+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:28.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:28 smithi001 bash[21415]: cluster 2024-03-21T13:25:26.312166+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:28.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:28 smithi001 bash[21415]: audit 2024-03-21T13:25:27.170787+0000 mon.a (mon.0) 462 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:25:28.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:28 smithi001 bash[21415]: cluster 2024-03-21T13:25:27.176512+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T13:25:28.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:28 smithi001 bash[21415]: audit 2024-03-21T13:25:27.177169+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:25:28.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:28 smithi001 bash[21415]: audit 2024-03-21T13:25:27.180047+0000 mon.a (mon.0) 465 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-03-21T13:25:28.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:28 smithi001 bash[21415]: audit 2024-03-21T13:25:27.180513+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.106:6800/226526772,v1:172.21.15.106:6801/226526772]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-03-21T13:25:28.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:28 smithi001 bash[21415]: audit 2024-03-21T13:25:27.313390+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:28.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:28 smithi001 bash[21415]: audit 2024-03-21T13:25:27.321285+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:28.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:28 smithi001 bash[21415]: audit 2024-03-21T13:25:27.331317+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:29.299 INFO:teuthology.orchestra.run.smithi106.stdout:Created osd(s) 1 on host 'smithi106' 2024-03-21T13:25:29.496 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:29 smithi106 bash[22227]: audit 2024-03-21T13:25:28.173001+0000 mon.a (mon.0) 469 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]': finished 2024-03-21T13:25:29.496 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:29 smithi106 bash[22227]: cluster 2024-03-21T13:25:28.177928+0000 mon.a (mon.0) 470 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T13:25:29.496 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:29 smithi106 bash[22227]: audit 2024-03-21T13:25:28.178946+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:25:29.497 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:29 smithi106 bash[22227]: audit 2024-03-21T13:25:28.186980+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:25:29.497 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:29 smithi106 bash[22227]: audit 2024-03-21T13:25:28.650428+0000 mon.a (mon.0) 473 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-21T13:25:29.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:29 smithi188 bash[22197]: audit 2024-03-21T13:25:28.173001+0000 mon.a (mon.0) 469 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]': finished 2024-03-21T13:25:29.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:29 smithi188 bash[22197]: cluster 2024-03-21T13:25:28.177928+0000 mon.a (mon.0) 470 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T13:25:29.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:29 smithi188 bash[22197]: audit 2024-03-21T13:25:28.178946+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:25:29.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:29 smithi188 bash[22197]: audit 2024-03-21T13:25:28.186980+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:25:29.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:29 smithi188 bash[22197]: audit 2024-03-21T13:25:28.650428+0000 mon.a (mon.0) 473 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-21T13:25:29.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:29 smithi001 bash[21415]: audit 2024-03-21T13:25:28.173001+0000 mon.a (mon.0) 469 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]': finished 2024-03-21T13:25:29.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:29 smithi001 bash[21415]: cluster 2024-03-21T13:25:28.177928+0000 mon.a (mon.0) 470 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T13:25:29.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:29 smithi001 bash[21415]: audit 2024-03-21T13:25:28.178946+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:25:29.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:29 smithi001 bash[21415]: audit 2024-03-21T13:25:28.186980+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:25:29.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:29 smithi001 bash[21415]: audit 2024-03-21T13:25:28.650428+0000 mon.a (mon.0) 473 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-21T13:25:29.922 DEBUG:teuthology.orchestra.run.smithi106:osd.1> sudo journalctl -f -n 0 -u ceph-86fed6e6-e785-11ee-95cd-87774f69a715@osd.1.service 2024-03-21T13:25:29.925 INFO:tasks.cephadm:Deploying osd.2 on smithi188 with /dev/vg_nvme/lv_4... 2024-03-21T13:25:29.925 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T13:25:30.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:30 smithi188 bash[22197]: cluster 2024-03-21T13:25:27.881923+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:25:30.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:30 smithi188 bash[22197]: cluster 2024-03-21T13:25:27.882036+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:25:30.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:30 smithi188 bash[22197]: cluster 2024-03-21T13:25:28.312599+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:30.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:30 smithi188 bash[22197]: audit 2024-03-21T13:25:29.186540+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:25:30.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:30 smithi188 bash[22197]: audit 2024-03-21T13:25:29.247740+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:30.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:30 smithi188 bash[22197]: audit 2024-03-21T13:25:29.256303+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:30.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:30 smithi188 bash[22197]: audit 2024-03-21T13:25:29.266298+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:25:30.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:30 smithi188 bash[22197]: audit 2024-03-21T13:25:29.271895+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:25:30.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:30 smithi188 bash[22197]: audit 2024-03-21T13:25:29.279420+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:30.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:30 smithi188 bash[22197]: audit 2024-03-21T13:25:29.283877+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:30.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:30 smithi188 bash[22197]: audit 2024-03-21T13:25:29.285695+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:30.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:30 smithi188 bash[22197]: audit 2024-03-21T13:25:29.295444+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:30.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:30 smithi188 bash[22197]: cluster 2024-03-21T13:25:29.654928+0000 mon.a (mon.0) 483 : cluster [INF] osd.1 [v2:172.21.15.106:6800/226526772,v1:172.21.15.106:6801/226526772] boot 2024-03-21T13:25:30.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:30 smithi188 bash[22197]: cluster 2024-03-21T13:25:29.655010+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T13:25:30.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:30 smithi188 bash[22197]: audit 2024-03-21T13:25:29.655253+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:25:30.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:30 smithi106 bash[22227]: cluster 2024-03-21T13:25:27.881923+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:25:30.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:30 smithi106 bash[22227]: cluster 2024-03-21T13:25:27.882036+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:25:30.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:30 smithi106 bash[22227]: cluster 2024-03-21T13:25:28.312599+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:30.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:30 smithi106 bash[22227]: audit 2024-03-21T13:25:29.186540+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:25:30.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:30 smithi106 bash[22227]: audit 2024-03-21T13:25:29.247740+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:30.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:30 smithi106 bash[22227]: audit 2024-03-21T13:25:29.256303+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:30.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:30 smithi106 bash[22227]: audit 2024-03-21T13:25:29.266298+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:25:30.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:30 smithi106 bash[22227]: audit 2024-03-21T13:25:29.271895+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:25:30.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:30 smithi106 bash[22227]: audit 2024-03-21T13:25:29.279420+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:30.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:30 smithi106 bash[22227]: audit 2024-03-21T13:25:29.283877+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:30.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:30 smithi106 bash[22227]: audit 2024-03-21T13:25:29.285695+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:30.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:30 smithi106 bash[22227]: audit 2024-03-21T13:25:29.295444+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:30.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:30 smithi106 bash[22227]: cluster 2024-03-21T13:25:29.654928+0000 mon.a (mon.0) 483 : cluster [INF] osd.1 [v2:172.21.15.106:6800/226526772,v1:172.21.15.106:6801/226526772] boot 2024-03-21T13:25:30.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:30 smithi106 bash[22227]: cluster 2024-03-21T13:25:29.655010+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T13:25:30.646 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:30 smithi106 bash[22227]: audit 2024-03-21T13:25:29.655253+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:25:30.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:30 smithi001 bash[21415]: cluster 2024-03-21T13:25:27.881923+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:25:30.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:30 smithi001 bash[21415]: cluster 2024-03-21T13:25:27.882036+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:25:30.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:30 smithi001 bash[21415]: cluster 2024-03-21T13:25:28.312599+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:25:30.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:30 smithi001 bash[21415]: audit 2024-03-21T13:25:29.186540+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:25:30.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:30 smithi001 bash[21415]: audit 2024-03-21T13:25:29.247740+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:30.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:30 smithi001 bash[21415]: audit 2024-03-21T13:25:29.256303+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:30.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:30 smithi001 bash[21415]: audit 2024-03-21T13:25:29.266298+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:25:30.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:30 smithi001 bash[21415]: audit 2024-03-21T13:25:29.271895+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:25:30.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:30 smithi001 bash[21415]: audit 2024-03-21T13:25:29.279420+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:30.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:30 smithi001 bash[21415]: audit 2024-03-21T13:25:29.283877+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:30.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:30 smithi001 bash[21415]: audit 2024-03-21T13:25:29.285695+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:30.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:30 smithi001 bash[21415]: audit 2024-03-21T13:25:29.295444+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:30.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:30 smithi001 bash[21415]: cluster 2024-03-21T13:25:29.654928+0000 mon.a (mon.0) 483 : cluster [INF] osd.1 [v2:172.21.15.106:6800/226526772,v1:172.21.15.106:6801/226526772] boot 2024-03-21T13:25:30.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:30 smithi001 bash[21415]: cluster 2024-03-21T13:25:29.655010+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T13:25:30.657 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:30 smithi001 bash[21415]: audit 2024-03-21T13:25:29.655253+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:25:31.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:31 smithi188 bash[22197]: cephadm 2024-03-21T13:25:29.273360+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Adjusting osd_memory_target on smithi106 to 16241M 2024-03-21T13:25:31.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:31 smithi188 bash[22197]: cluster 2024-03-21T13:25:30.656030+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T13:25:31.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:31 smithi106 bash[22227]: cephadm 2024-03-21T13:25:29.273360+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Adjusting osd_memory_target on smithi106 to 16241M 2024-03-21T13:25:31.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:31 smithi106 bash[22227]: cluster 2024-03-21T13:25:30.656030+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T13:25:31.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:31 smithi001 bash[21415]: cephadm 2024-03-21T13:25:29.273360+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Adjusting osd_memory_target on smithi106 to 16241M 2024-03-21T13:25:31.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:31 smithi001 bash[21415]: cluster 2024-03-21T13:25:30.656030+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T13:25:32.467 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:32 smithi001 bash[21415]: cluster 2024-03-21T13:25:30.313187+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:32.512 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:32 smithi106 bash[22227]: cluster 2024-03-21T13:25:30.313187+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:32.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:32 smithi188 bash[22197]: cluster 2024-03-21T13:25:30.313187+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:33.506 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:33 smithi106 bash[22227]: cluster 2024-03-21T13:25:32.313685+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:33.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:33 smithi188 bash[22197]: cluster 2024-03-21T13:25:32.313685+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:33.627 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T13:25:33.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:33 smithi001 bash[21415]: cluster 2024-03-21T13:25:32.313685+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:35.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:35 smithi106 bash[22227]: cluster 2024-03-21T13:25:34.314153+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:35.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:35 smithi001 bash[21415]: cluster 2024-03-21T13:25:34.314153+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:35.675 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:35 smithi188 bash[22197]: cluster 2024-03-21T13:25:34.314153+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:36.300 INFO:teuthology.orchestra.run.smithi188.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T13:25:36.300 INFO:teuthology.orchestra.run.smithi188.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T13:25:36.300 INFO:teuthology.orchestra.run.smithi188.stderr: stderr: 10+0 records in 2024-03-21T13:25:36.300 INFO:teuthology.orchestra.run.smithi188.stderr:10+0 records out 2024-03-21T13:25:36.300 INFO:teuthology.orchestra.run.smithi188.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0140994 s, 744 MB/s 2024-03-21T13:25:36.300 INFO:teuthology.orchestra.run.smithi188.stderr: stderr: 2024-03-21T13:25:36.300 INFO:teuthology.orchestra.run.smithi188.stderr:--> Zapping successful for: 2024-03-21T13:25:36.915 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi188:vg_nvme/lv_4 2024-03-21T13:25:37.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:37 smithi188 bash[22197]: audit 2024-03-21T13:25:36.160130+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:37.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:37 smithi188 bash[22197]: audit 2024-03-21T13:25:36.168642+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:37.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:37 smithi188 bash[22197]: cephadm 2024-03-21T13:25:36.171921+0000 mgr.a (mgr.14152) 182 : cephadm [INF] Detected new or changed devices on smithi106 2024-03-21T13:25:37.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:37 smithi188 bash[22197]: audit 2024-03-21T13:25:36.179692+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:37.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:37 smithi188 bash[22197]: audit 2024-03-21T13:25:36.185554+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:25:37.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:37 smithi188 bash[22197]: audit 2024-03-21T13:25:36.191601+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:37.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:37 smithi188 bash[22197]: audit 2024-03-21T13:25:36.193750+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:37.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:37 smithi188 bash[22197]: audit 2024-03-21T13:25:36.204751+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:37.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:37 smithi106 bash[22227]: audit 2024-03-21T13:25:36.160130+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:37.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:37 smithi106 bash[22227]: audit 2024-03-21T13:25:36.168642+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:37.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:37 smithi106 bash[22227]: cephadm 2024-03-21T13:25:36.171921+0000 mgr.a (mgr.14152) 182 : cephadm [INF] Detected new or changed devices on smithi106 2024-03-21T13:25:37.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:37 smithi106 bash[22227]: audit 2024-03-21T13:25:36.179692+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:37.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:37 smithi106 bash[22227]: audit 2024-03-21T13:25:36.185554+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:25:37.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:37 smithi106 bash[22227]: audit 2024-03-21T13:25:36.191601+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:37.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:37 smithi106 bash[22227]: audit 2024-03-21T13:25:36.193750+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:37.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:37 smithi106 bash[22227]: audit 2024-03-21T13:25:36.204751+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:37.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:37 smithi001 bash[21415]: audit 2024-03-21T13:25:36.160130+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:37.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:37 smithi001 bash[21415]: audit 2024-03-21T13:25:36.168642+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:37.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:37 smithi001 bash[21415]: cephadm 2024-03-21T13:25:36.171921+0000 mgr.a (mgr.14152) 182 : cephadm [INF] Detected new or changed devices on smithi106 2024-03-21T13:25:37.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:37 smithi001 bash[21415]: audit 2024-03-21T13:25:36.179692+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:37.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:37 smithi001 bash[21415]: audit 2024-03-21T13:25:36.185554+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:25:37.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:37 smithi001 bash[21415]: audit 2024-03-21T13:25:36.191601+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:37.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:37 smithi001 bash[21415]: audit 2024-03-21T13:25:36.193750+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:37.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:37 smithi001 bash[21415]: audit 2024-03-21T13:25:36.204751+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:38.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:38 smithi001 bash[21415]: cluster 2024-03-21T13:25:36.197957+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:38.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:38 smithi001 bash[21415]: cluster 2024-03-21T13:25:37.176088+0000 mon.a (mon.0) 494 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T13:25:38.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:38 smithi001 bash[21415]: audit 2024-03-21T13:25:37.214417+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:38.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:38 smithi001 bash[21415]: audit 2024-03-21T13:25:37.223230+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:38.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:38 smithi001 bash[21415]: audit 2024-03-21T13:25:37.230252+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:25:38.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:38 smithi001 bash[21415]: audit 2024-03-21T13:25:37.235166+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:38.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:38 smithi001 bash[21415]: audit 2024-03-21T13:25:37.242337+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:38.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:38 smithi001 bash[21415]: audit 2024-03-21T13:25:37.244001+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:38.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:38 smithi001 bash[21415]: audit 2024-03-21T13:25:37.253865+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:38.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:38 smithi188 bash[22197]: cluster 2024-03-21T13:25:36.197957+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:38.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:38 smithi188 bash[22197]: cluster 2024-03-21T13:25:37.176088+0000 mon.a (mon.0) 494 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T13:25:38.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:38 smithi188 bash[22197]: audit 2024-03-21T13:25:37.214417+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:38.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:38 smithi188 bash[22197]: audit 2024-03-21T13:25:37.223230+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:38.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:38 smithi188 bash[22197]: audit 2024-03-21T13:25:37.230252+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:25:38.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:38 smithi188 bash[22197]: audit 2024-03-21T13:25:37.235166+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:38.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:38 smithi188 bash[22197]: audit 2024-03-21T13:25:37.242337+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:38.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:38 smithi188 bash[22197]: audit 2024-03-21T13:25:37.244001+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:38.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:38 smithi188 bash[22197]: audit 2024-03-21T13:25:37.253865+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:38.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:38 smithi106 bash[22227]: cluster 2024-03-21T13:25:36.197957+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:38.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:38 smithi106 bash[22227]: cluster 2024-03-21T13:25:37.176088+0000 mon.a (mon.0) 494 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T13:25:38.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:38 smithi106 bash[22227]: audit 2024-03-21T13:25:37.214417+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:38.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:38 smithi106 bash[22227]: audit 2024-03-21T13:25:37.223230+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:38.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:38 smithi106 bash[22227]: audit 2024-03-21T13:25:37.230252+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:25:38.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:38 smithi106 bash[22227]: audit 2024-03-21T13:25:37.235166+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:38.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:38 smithi106 bash[22227]: audit 2024-03-21T13:25:37.242337+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:38.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:38 smithi106 bash[22227]: audit 2024-03-21T13:25:37.244001+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:38.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:38 smithi106 bash[22227]: audit 2024-03-21T13:25:37.253865+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:39.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:39 smithi188 bash[22197]: cluster 2024-03-21T13:25:37.247503+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:39.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:39 smithi188 bash[22197]: cluster 2024-03-21T13:25:38.231315+0000 mon.a (mon.0) 502 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T13:25:39.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:39 smithi188 bash[22197]: cluster 2024-03-21T13:25:38.231393+0000 mon.a (mon.0) 503 : cluster [INF] Cluster is now healthy 2024-03-21T13:25:39.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:39 smithi106 bash[22227]: cluster 2024-03-21T13:25:37.247503+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:39.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:39 smithi106 bash[22227]: cluster 2024-03-21T13:25:38.231315+0000 mon.a (mon.0) 502 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T13:25:39.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:39 smithi106 bash[22227]: cluster 2024-03-21T13:25:38.231393+0000 mon.a (mon.0) 503 : cluster [INF] Cluster is now healthy 2024-03-21T13:25:39.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:39 smithi001 bash[21415]: cluster 2024-03-21T13:25:37.247503+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:39.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:39 smithi001 bash[21415]: cluster 2024-03-21T13:25:38.231315+0000 mon.a (mon.0) 502 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T13:25:39.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:39 smithi001 bash[21415]: cluster 2024-03-21T13:25:38.231393+0000 mon.a (mon.0) 503 : cluster [INF] Cluster is now healthy 2024-03-21T13:25:41.080 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T13:25:41.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:41 smithi188 bash[22197]: cluster 2024-03-21T13:25:39.247971+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:41.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:41 smithi106 bash[22227]: cluster 2024-03-21T13:25:39.247971+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:41.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:41 smithi001 bash[21415]: cluster 2024-03-21T13:25:39.247971+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:42.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:42 smithi188 bash[22197]: cluster 2024-03-21T13:25:41.248542+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:42.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:42 smithi188 bash[22197]: audit 2024-03-21T13:25:41.289976+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:42.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:42 smithi188 bash[22197]: audit 2024-03-21T13:25:41.298678+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:42.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:42 smithi188 bash[22197]: audit 2024-03-21T13:25:41.307208+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:42.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:42 smithi106 bash[22227]: cluster 2024-03-21T13:25:41.248542+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:42.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:42 smithi106 bash[22227]: audit 2024-03-21T13:25:41.289976+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:42.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:42 smithi106 bash[22227]: audit 2024-03-21T13:25:41.298678+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:42.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:42 smithi106 bash[22227]: audit 2024-03-21T13:25:41.307208+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:42.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:42 smithi001 bash[21415]: cluster 2024-03-21T13:25:41.248542+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:42.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:42 smithi001 bash[21415]: audit 2024-03-21T13:25:41.289976+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:42.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:42 smithi001 bash[21415]: audit 2024-03-21T13:25:41.298678+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:42.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:42 smithi001 bash[21415]: audit 2024-03-21T13:25:41.307208+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:44.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:44 smithi106 bash[22227]: cluster 2024-03-21T13:25:43.249038+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:44.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:44 smithi106 bash[22227]: audit 2024-03-21T13:25:43.921691+0000 mgr.a (mgr.14152) 188 : audit [DBG] from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi188:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:25:44.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:44 smithi106 bash[22227]: audit 2024-03-21T13:25:43.929257+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:25:44.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:44 smithi106 bash[22227]: audit 2024-03-21T13:25:43.936049+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:25:44.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:44 smithi106 bash[22227]: audit 2024-03-21T13:25:43.937886+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:44.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:44 smithi001 bash[21415]: cluster 2024-03-21T13:25:43.249038+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:44.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:44 smithi001 bash[21415]: audit 2024-03-21T13:25:43.921691+0000 mgr.a (mgr.14152) 188 : audit [DBG] from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi188:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:25:44.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:44 smithi001 bash[21415]: audit 2024-03-21T13:25:43.929257+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:25:44.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:44 smithi001 bash[21415]: audit 2024-03-21T13:25:43.936049+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:25:44.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:44 smithi001 bash[21415]: audit 2024-03-21T13:25:43.937886+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:44.766 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:44 smithi188 bash[22197]: cluster 2024-03-21T13:25:43.249038+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:44.767 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:44 smithi188 bash[22197]: audit 2024-03-21T13:25:43.921691+0000 mgr.a (mgr.14152) 188 : audit [DBG] from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi188:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:25:44.767 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:44 smithi188 bash[22197]: audit 2024-03-21T13:25:43.929257+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:25:44.767 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:44 smithi188 bash[22197]: audit 2024-03-21T13:25:43.936049+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:25:44.767 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:44 smithi188 bash[22197]: audit 2024-03-21T13:25:43.937886+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:46.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:46 smithi106 bash[22227]: cluster 2024-03-21T13:25:45.249466+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:46.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:46 smithi001 bash[21415]: cluster 2024-03-21T13:25:45.249466+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:46.766 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:46 smithi188 bash[22197]: cluster 2024-03-21T13:25:45.249466+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:48.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:48 smithi106 bash[22227]: cluster 2024-03-21T13:25:47.249902+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:48.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:48 smithi106 bash[22227]: audit 2024-03-21T13:25:47.539604+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:48.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:48 smithi106 bash[22227]: audit 2024-03-21T13:25:47.547785+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:48.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:48 smithi106 bash[22227]: audit 2024-03-21T13:25:47.557856+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:48.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:48 smithi001 bash[21415]: cluster 2024-03-21T13:25:47.249902+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:48.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:48 smithi001 bash[21415]: audit 2024-03-21T13:25:47.539604+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:48.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:48 smithi001 bash[21415]: audit 2024-03-21T13:25:47.547785+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:48.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:48 smithi001 bash[21415]: audit 2024-03-21T13:25:47.557856+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:49.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:48 smithi188 bash[22197]: cluster 2024-03-21T13:25:47.249902+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:49.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:48 smithi188 bash[22197]: audit 2024-03-21T13:25:47.539604+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:49.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:48 smithi188 bash[22197]: audit 2024-03-21T13:25:47.547785+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:49.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:48 smithi188 bash[22197]: audit 2024-03-21T13:25:47.557856+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:50.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:50 smithi106 bash[22227]: cluster 2024-03-21T13:25:49.250350+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:50.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:50 smithi001 bash[21415]: cluster 2024-03-21T13:25:49.250350+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:51.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:50 smithi188 bash[22197]: cluster 2024-03-21T13:25:49.250350+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:52.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:52 smithi001 bash[21415]: cluster 2024-03-21T13:25:51.250827+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:52.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:52 smithi001 bash[21415]: audit 2024-03-21T13:25:51.571348+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.188:0/1608627374' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "087bda7a-c93f-43c2-b19a-db2c2f271208"}]: dispatch 2024-03-21T13:25:52.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:52 smithi001 bash[21415]: audit 2024-03-21T13:25:51.572925+0000 mon.a (mon.0) 513 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "087bda7a-c93f-43c2-b19a-db2c2f271208"}]: dispatch 2024-03-21T13:25:52.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:52 smithi001 bash[21415]: audit 2024-03-21T13:25:51.576133+0000 mon.a (mon.0) 514 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "087bda7a-c93f-43c2-b19a-db2c2f271208"}]': finished 2024-03-21T13:25:52.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:52 smithi001 bash[21415]: cluster 2024-03-21T13:25:51.580936+0000 mon.a (mon.0) 515 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T13:25:52.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:52 smithi001 bash[21415]: audit 2024-03-21T13:25:51.581392+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:25:52.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:52 smithi001 bash[21415]: audit 2024-03-21T13:25:52.232202+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.188:0/3971674895' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:25:52.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:52 smithi106 bash[22227]: cluster 2024-03-21T13:25:51.250827+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:52.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:52 smithi106 bash[22227]: audit 2024-03-21T13:25:51.571348+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.188:0/1608627374' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "087bda7a-c93f-43c2-b19a-db2c2f271208"}]: dispatch 2024-03-21T13:25:52.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:52 smithi106 bash[22227]: audit 2024-03-21T13:25:51.572925+0000 mon.a (mon.0) 513 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "087bda7a-c93f-43c2-b19a-db2c2f271208"}]: dispatch 2024-03-21T13:25:52.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:52 smithi106 bash[22227]: audit 2024-03-21T13:25:51.576133+0000 mon.a (mon.0) 514 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "087bda7a-c93f-43c2-b19a-db2c2f271208"}]': finished 2024-03-21T13:25:52.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:52 smithi106 bash[22227]: cluster 2024-03-21T13:25:51.580936+0000 mon.a (mon.0) 515 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T13:25:52.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:52 smithi106 bash[22227]: audit 2024-03-21T13:25:51.581392+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:25:52.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:52 smithi106 bash[22227]: audit 2024-03-21T13:25:52.232202+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.188:0/3971674895' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:25:53.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:52 smithi188 bash[22197]: cluster 2024-03-21T13:25:51.250827+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:53.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:52 smithi188 bash[22197]: audit 2024-03-21T13:25:51.571348+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.188:0/1608627374' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "087bda7a-c93f-43c2-b19a-db2c2f271208"}]: dispatch 2024-03-21T13:25:53.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:52 smithi188 bash[22197]: audit 2024-03-21T13:25:51.572925+0000 mon.a (mon.0) 513 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "087bda7a-c93f-43c2-b19a-db2c2f271208"}]: dispatch 2024-03-21T13:25:53.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:52 smithi188 bash[22197]: audit 2024-03-21T13:25:51.576133+0000 mon.a (mon.0) 514 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "087bda7a-c93f-43c2-b19a-db2c2f271208"}]': finished 2024-03-21T13:25:53.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:52 smithi188 bash[22197]: cluster 2024-03-21T13:25:51.580936+0000 mon.a (mon.0) 515 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T13:25:53.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:52 smithi188 bash[22197]: audit 2024-03-21T13:25:51.581392+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:25:53.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:52 smithi188 bash[22197]: audit 2024-03-21T13:25:52.232202+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.188:0/3971674895' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:25:54.808 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:54 smithi188 bash[22197]: cluster 2024-03-21T13:25:53.251190+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:54.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:54 smithi106 bash[22227]: cluster 2024-03-21T13:25:53.251190+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:54.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:54 smithi001 bash[21415]: cluster 2024-03-21T13:25:53.251190+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:56.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:56 smithi106 bash[22227]: cluster 2024-03-21T13:25:55.251634+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:56.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:56 smithi001 bash[21415]: cluster 2024-03-21T13:25:55.251634+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:57.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:56 smithi188 bash[22197]: cluster 2024-03-21T13:25:55.251634+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:57.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:57 smithi106 bash[22227]: audit 2024-03-21T13:25:56.576346+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:57.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:57 smithi106 bash[22227]: audit 2024-03-21T13:25:56.585507+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:57.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:57 smithi106 bash[22227]: audit 2024-03-21T13:25:56.595785+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:57.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:57 smithi001 bash[21415]: audit 2024-03-21T13:25:56.576346+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:57.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:57 smithi001 bash[21415]: audit 2024-03-21T13:25:56.585507+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:57.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:57 smithi001 bash[21415]: audit 2024-03-21T13:25:56.595785+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:58.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:57 smithi188 bash[22197]: audit 2024-03-21T13:25:56.576346+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:58.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:57 smithi188 bash[22197]: audit 2024-03-21T13:25:56.585507+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:58.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:57 smithi188 bash[22197]: audit 2024-03-21T13:25:56.595785+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:25:58.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:25:58 smithi106 bash[22227]: cluster 2024-03-21T13:25:57.252141+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:58.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:25:58 smithi001 bash[21415]: cluster 2024-03-21T13:25:57.252141+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:25:59.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:25:58 smithi188 bash[22197]: cluster 2024-03-21T13:25:57.252141+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:00.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:00 smithi106 bash[22227]: cluster 2024-03-21T13:25:59.252618+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:00.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:00 smithi001 bash[21415]: cluster 2024-03-21T13:25:59.252618+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:01.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:00 smithi188 bash[22197]: cluster 2024-03-21T13:25:59.252618+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:02.626 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:02 smithi188 bash[22197]: cluster 2024-03-21T13:26:01.253108+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:02.627 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:02 smithi188 bash[22197]: audit 2024-03-21T13:26:01.510590+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:02.627 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:02 smithi188 bash[22197]: audit 2024-03-21T13:26:01.518884+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:02.627 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:02 smithi188 bash[22197]: audit 2024-03-21T13:26:01.529199+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:02.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:02 smithi106 bash[22227]: cluster 2024-03-21T13:26:01.253108+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:02.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:02 smithi106 bash[22227]: audit 2024-03-21T13:26:01.510590+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:02.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:02 smithi106 bash[22227]: audit 2024-03-21T13:26:01.518884+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:02.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:02 smithi106 bash[22227]: audit 2024-03-21T13:26:01.529199+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:02.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:02 smithi001 bash[21415]: cluster 2024-03-21T13:26:01.253108+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:02.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:02 smithi001 bash[21415]: audit 2024-03-21T13:26:01.510590+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:02.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:02 smithi001 bash[21415]: audit 2024-03-21T13:26:01.518884+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:02.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:02 smithi001 bash[21415]: audit 2024-03-21T13:26:01.529199+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:04.767 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:04 smithi188 bash[22197]: cluster 2024-03-21T13:26:03.253554+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:04.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:04 smithi106 bash[22227]: cluster 2024-03-21T13:26:03.253554+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:04.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:04 smithi001 bash[21415]: cluster 2024-03-21T13:26:03.253554+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:06.766 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:06 smithi188 bash[22197]: cluster 2024-03-21T13:26:05.254084+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:06.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:06 smithi106 bash[22227]: cluster 2024-03-21T13:26:05.254084+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:06.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:06 smithi001 bash[21415]: cluster 2024-03-21T13:26:05.254084+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:07.787 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:07 smithi188 bash[22197]: audit 2024-03-21T13:26:06.577811+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:26:07.788 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:07 smithi188 bash[22197]: audit 2024-03-21T13:26:06.579809+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:07.788 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:07 smithi188 bash[22197]: cephadm 2024-03-21T13:26:06.581584+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi188 2024-03-21T13:26:07.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:07 smithi106 bash[22227]: audit 2024-03-21T13:26:06.577811+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:26:07.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:07 smithi106 bash[22227]: audit 2024-03-21T13:26:06.579809+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:07.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:07 smithi106 bash[22227]: cephadm 2024-03-21T13:26:06.581584+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi188 2024-03-21T13:26:07.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:07 smithi001 bash[21415]: audit 2024-03-21T13:26:06.577811+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:26:07.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:07 smithi001 bash[21415]: audit 2024-03-21T13:26:06.579809+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:07.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:07 smithi001 bash[21415]: cephadm 2024-03-21T13:26:06.581584+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi188 2024-03-21T13:26:09.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:08 smithi188 bash[22197]: cluster 2024-03-21T13:26:07.254696+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:09.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:08 smithi188 bash[22197]: audit 2024-03-21T13:26:07.737831+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:09.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:08 smithi188 bash[22197]: audit 2024-03-21T13:26:07.745707+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:09.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:08 smithi188 bash[22197]: cephadm 2024-03-21T13:26:07.748750+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Detected new or changed devices on smithi188 2024-03-21T13:26:09.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:08 smithi188 bash[22197]: audit 2024-03-21T13:26:07.755874+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:09.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:08 smithi106 bash[22227]: cluster 2024-03-21T13:26:07.254696+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:09.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:08 smithi106 bash[22227]: audit 2024-03-21T13:26:07.737831+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:09.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:08 smithi106 bash[22227]: audit 2024-03-21T13:26:07.745707+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:09.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:08 smithi106 bash[22227]: cephadm 2024-03-21T13:26:07.748750+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Detected new or changed devices on smithi188 2024-03-21T13:26:09.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:08 smithi106 bash[22227]: audit 2024-03-21T13:26:07.755874+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:09.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:08 smithi001 bash[21415]: cluster 2024-03-21T13:26:07.254696+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:09.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:08 smithi001 bash[21415]: audit 2024-03-21T13:26:07.737831+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:09.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:08 smithi001 bash[21415]: audit 2024-03-21T13:26:07.745707+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:09.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:08 smithi001 bash[21415]: cephadm 2024-03-21T13:26:07.748750+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Detected new or changed devices on smithi188 2024-03-21T13:26:09.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:08 smithi001 bash[21415]: audit 2024-03-21T13:26:07.755874+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:10.404 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:10 smithi188 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:26:10.676 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:10 smithi188 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:26:11.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:10 smithi188 bash[22197]: cluster 2024-03-21T13:26:09.255274+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:11.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:10 smithi188 bash[22197]: audit 2024-03-21T13:26:10.686923+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:11.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:10 smithi188 bash[22197]: audit 2024-03-21T13:26:10.695112+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:11.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:10 smithi188 bash[22197]: audit 2024-03-21T13:26:10.716731+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:26:11.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:10 smithi188 bash[22197]: audit 2024-03-21T13:26:10.729134+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:11.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:10 smithi188 bash[22197]: audit 2024-03-21T13:26:10.733166+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:26:11.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:10 smithi106 bash[22227]: cluster 2024-03-21T13:26:09.255274+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:11.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:10 smithi106 bash[22227]: audit 2024-03-21T13:26:10.686923+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:11.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:10 smithi106 bash[22227]: audit 2024-03-21T13:26:10.695112+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:11.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:10 smithi106 bash[22227]: audit 2024-03-21T13:26:10.716731+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:26:11.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:10 smithi106 bash[22227]: audit 2024-03-21T13:26:10.729134+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:11.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:10 smithi106 bash[22227]: audit 2024-03-21T13:26:10.733166+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:26:11.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:10 smithi001 bash[21415]: cluster 2024-03-21T13:26:09.255274+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:11.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:10 smithi001 bash[21415]: audit 2024-03-21T13:26:10.686923+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:11.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:10 smithi001 bash[21415]: audit 2024-03-21T13:26:10.695112+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:11.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:10 smithi001 bash[21415]: audit 2024-03-21T13:26:10.716731+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:26:11.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:10 smithi001 bash[21415]: audit 2024-03-21T13:26:10.729134+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:11.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:10 smithi001 bash[21415]: audit 2024-03-21T13:26:10.733166+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:26:12.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:11 smithi188 bash[22197]: audit 2024-03-21T13:26:10.752121+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:12.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:11 smithi106 bash[22227]: audit 2024-03-21T13:26:10.752121+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:12.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:11 smithi001 bash[21415]: audit 2024-03-21T13:26:10.752121+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:13.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:12 smithi188 bash[22197]: cluster 2024-03-21T13:26:11.255796+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:13.031 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:12 smithi106 bash[22227]: cluster 2024-03-21T13:26:11.255796+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:13.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:12 smithi001 bash[21415]: cluster 2024-03-21T13:26:11.255796+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:15.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:14 smithi188 bash[22197]: cluster 2024-03-21T13:26:13.256273+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:15.038 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:14 smithi106 bash[22227]: cluster 2024-03-21T13:26:13.256273+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:15.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:14 smithi001 bash[21415]: cluster 2024-03-21T13:26:13.256273+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:17.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:16 smithi188 bash[22197]: cluster 2024-03-21T13:26:15.256692+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:17.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:16 smithi106 bash[22227]: cluster 2024-03-21T13:26:15.256692+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:17.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:16 smithi001 bash[21415]: cluster 2024-03-21T13:26:15.256692+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:18.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:17 smithi106 bash[22227]: audit 2024-03-21T13:26:16.810910+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:18.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:17 smithi106 bash[22227]: audit 2024-03-21T13:26:16.820151+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:18.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:17 smithi106 bash[22227]: audit 2024-03-21T13:26:16.830355+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:18.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:17 smithi106 bash[22227]: audit 2024-03-21T13:26:17.186107+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.188:6800/4206074206,v1:172.21.15.188:6801/4206074206]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:26:18.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:17 smithi106 bash[22227]: audit 2024-03-21T13:26:17.187268+0000 mon.a (mon.0) 537 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:26:18.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:17 smithi001 bash[21415]: audit 2024-03-21T13:26:16.810910+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:18.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:17 smithi001 bash[21415]: audit 2024-03-21T13:26:16.820151+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:18.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:17 smithi001 bash[21415]: audit 2024-03-21T13:26:16.830355+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:18.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:17 smithi001 bash[21415]: audit 2024-03-21T13:26:17.186107+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.188:6800/4206074206,v1:172.21.15.188:6801/4206074206]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:26:18.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:17 smithi001 bash[21415]: audit 2024-03-21T13:26:17.187268+0000 mon.a (mon.0) 537 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:26:18.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:17 smithi188 bash[22197]: audit 2024-03-21T13:26:16.810910+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:18.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:17 smithi188 bash[22197]: audit 2024-03-21T13:26:16.820151+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:18.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:17 smithi188 bash[22197]: audit 2024-03-21T13:26:16.830355+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:18.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:17 smithi188 bash[22197]: audit 2024-03-21T13:26:17.186107+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.188:6800/4206074206,v1:172.21.15.188:6801/4206074206]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:26:18.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:17 smithi188 bash[22197]: audit 2024-03-21T13:26:17.187268+0000 mon.a (mon.0) 537 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:26:19.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:18 smithi106 bash[22227]: cluster 2024-03-21T13:26:17.257183+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:19.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:18 smithi106 bash[22227]: audit 2024-03-21T13:26:17.834014+0000 mon.a (mon.0) 538 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T13:26:19.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:18 smithi106 bash[22227]: cluster 2024-03-21T13:26:17.838322+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T13:26:19.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:18 smithi106 bash[22227]: audit 2024-03-21T13:26:17.838725+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:26:19.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:18 smithi106 bash[22227]: audit 2024-03-21T13:26:17.839213+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.188:6800/4206074206,v1:172.21.15.188:6801/4206074206]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-03-21T13:26:19.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:18 smithi106 bash[22227]: audit 2024-03-21T13:26:17.840486+0000 mon.a (mon.0) 541 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-03-21T13:26:19.147 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:18 smithi001 bash[21415]: cluster 2024-03-21T13:26:17.257183+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:19.147 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:18 smithi001 bash[21415]: audit 2024-03-21T13:26:17.834014+0000 mon.a (mon.0) 538 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T13:26:19.147 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:18 smithi001 bash[21415]: cluster 2024-03-21T13:26:17.838322+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T13:26:19.147 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:18 smithi001 bash[21415]: audit 2024-03-21T13:26:17.838725+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:26:19.148 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:18 smithi001 bash[21415]: audit 2024-03-21T13:26:17.839213+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.188:6800/4206074206,v1:172.21.15.188:6801/4206074206]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-03-21T13:26:19.148 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:18 smithi001 bash[21415]: audit 2024-03-21T13:26:17.840486+0000 mon.a (mon.0) 541 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-03-21T13:26:19.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:18 smithi188 bash[22197]: cluster 2024-03-21T13:26:17.257183+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:19.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:18 smithi188 bash[22197]: audit 2024-03-21T13:26:17.834014+0000 mon.a (mon.0) 538 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T13:26:19.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:18 smithi188 bash[22197]: cluster 2024-03-21T13:26:17.838322+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T13:26:19.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:18 smithi188 bash[22197]: audit 2024-03-21T13:26:17.838725+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:26:19.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:18 smithi188 bash[22197]: audit 2024-03-21T13:26:17.839213+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.188:6800/4206074206,v1:172.21.15.188:6801/4206074206]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-03-21T13:26:19.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:18 smithi188 bash[22197]: audit 2024-03-21T13:26:17.840486+0000 mon.a (mon.0) 541 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-03-21T13:26:19.292 INFO:teuthology.orchestra.run.smithi188.stdout:Created osd(s) 2 on host 'smithi188' 2024-03-21T13:26:19.967 DEBUG:teuthology.orchestra.run.smithi188:osd.2> sudo journalctl -f -n 0 -u ceph-86fed6e6-e785-11ee-95cd-87774f69a715@osd.2.service 2024-03-21T13:26:19.970 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-03-21T13:26:19.970 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-21T13:26:20.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:19 smithi106 bash[22227]: audit 2024-03-21T13:26:18.836546+0000 mon.a (mon.0) 542 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-03-21T13:26:20.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:19 smithi106 bash[22227]: cluster 2024-03-21T13:26:18.841650+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T13:26:20.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:19 smithi106 bash[22227]: audit 2024-03-21T13:26:18.842480+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:26:20.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:19 smithi106 bash[22227]: audit 2024-03-21T13:26:18.852452+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:26:20.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:19 smithi106 bash[22227]: audit 2024-03-21T13:26:19.239959+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:20.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:19 smithi106 bash[22227]: audit 2024-03-21T13:26:19.245965+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:20.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:19 smithi106 bash[22227]: audit 2024-03-21T13:26:19.281621+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:26:20.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:19 smithi106 bash[22227]: audit 2024-03-21T13:26:19.287739+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:26:20.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:19 smithi106 bash[22227]: audit 2024-03-21T13:26:19.295224+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:20.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:19 smithi106 bash[22227]: audit 2024-03-21T13:26:19.299151+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:20.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:19 smithi106 bash[22227]: audit 2024-03-21T13:26:19.300991+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:26:20.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:19 smithi106 bash[22227]: audit 2024-03-21T13:26:19.310380+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:20.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:19 smithi001 bash[21415]: audit 2024-03-21T13:26:18.836546+0000 mon.a (mon.0) 542 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-03-21T13:26:20.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:19 smithi001 bash[21415]: cluster 2024-03-21T13:26:18.841650+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T13:26:20.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:19 smithi001 bash[21415]: audit 2024-03-21T13:26:18.842480+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:26:20.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:19 smithi001 bash[21415]: audit 2024-03-21T13:26:18.852452+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:26:20.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:19 smithi001 bash[21415]: audit 2024-03-21T13:26:19.239959+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:20.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:19 smithi001 bash[21415]: audit 2024-03-21T13:26:19.245965+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:20.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:19 smithi001 bash[21415]: audit 2024-03-21T13:26:19.281621+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:26:20.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:19 smithi001 bash[21415]: audit 2024-03-21T13:26:19.287739+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:26:20.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:19 smithi001 bash[21415]: audit 2024-03-21T13:26:19.295224+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:20.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:19 smithi001 bash[21415]: audit 2024-03-21T13:26:19.299151+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:20.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:19 smithi001 bash[21415]: audit 2024-03-21T13:26:19.300991+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:26:20.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:19 smithi001 bash[21415]: audit 2024-03-21T13:26:19.310380+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:20.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:19 smithi188 bash[22197]: audit 2024-03-21T13:26:18.836546+0000 mon.a (mon.0) 542 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-03-21T13:26:20.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:19 smithi188 bash[22197]: cluster 2024-03-21T13:26:18.841650+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T13:26:20.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:19 smithi188 bash[22197]: audit 2024-03-21T13:26:18.842480+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:26:20.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:19 smithi188 bash[22197]: audit 2024-03-21T13:26:18.852452+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:26:20.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:19 smithi188 bash[22197]: audit 2024-03-21T13:26:19.239959+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:20.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:19 smithi188 bash[22197]: audit 2024-03-21T13:26:19.245965+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:20.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:19 smithi188 bash[22197]: audit 2024-03-21T13:26:19.281621+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:26:20.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:19 smithi188 bash[22197]: audit 2024-03-21T13:26:19.287739+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:26:20.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:19 smithi188 bash[22197]: audit 2024-03-21T13:26:19.295224+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:20.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:19 smithi188 bash[22197]: audit 2024-03-21T13:26:19.299151+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:20.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:19 smithi188 bash[22197]: audit 2024-03-21T13:26:19.300991+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:26:20.267 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:19 smithi188 bash[22197]: audit 2024-03-21T13:26:19.310380+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:21.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:20 smithi188 bash[22197]: cluster 2024-03-21T13:26:18.178010+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:26:21.089 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:20 smithi188 bash[22197]: cluster 2024-03-21T13:26:18.178068+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:26:21.089 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:20 smithi188 bash[22197]: cluster 2024-03-21T13:26:19.257623+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:21.089 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:20 smithi188 bash[22197]: cephadm 2024-03-21T13:26:19.289073+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Adjusting osd_memory_target on smithi188 to 20337M 2024-03-21T13:26:21.089 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:20 smithi188 bash[22197]: cluster 2024-03-21T13:26:19.850598+0000 mon.a (mon.0) 554 : cluster [INF] osd.2 [v2:172.21.15.188:6800/4206074206,v1:172.21.15.188:6801/4206074206] boot 2024-03-21T13:26:21.089 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:20 smithi188 bash[22197]: cluster 2024-03-21T13:26:19.850732+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T13:26:21.089 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:20 smithi188 bash[22197]: audit 2024-03-21T13:26:19.851446+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:26:21.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:20 smithi106 bash[22227]: cluster 2024-03-21T13:26:18.178010+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:26:21.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:20 smithi106 bash[22227]: cluster 2024-03-21T13:26:18.178068+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:26:21.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:20 smithi106 bash[22227]: cluster 2024-03-21T13:26:19.257623+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:21.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:20 smithi106 bash[22227]: cephadm 2024-03-21T13:26:19.289073+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Adjusting osd_memory_target on smithi188 to 20337M 2024-03-21T13:26:21.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:20 smithi106 bash[22227]: cluster 2024-03-21T13:26:19.850598+0000 mon.a (mon.0) 554 : cluster [INF] osd.2 [v2:172.21.15.188:6800/4206074206,v1:172.21.15.188:6801/4206074206] boot 2024-03-21T13:26:21.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:20 smithi106 bash[22227]: cluster 2024-03-21T13:26:19.850732+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T13:26:21.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:20 smithi106 bash[22227]: audit 2024-03-21T13:26:19.851446+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:26:21.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:20 smithi001 bash[21415]: cluster 2024-03-21T13:26:18.178010+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:26:21.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:20 smithi001 bash[21415]: cluster 2024-03-21T13:26:18.178068+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:26:21.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:20 smithi001 bash[21415]: cluster 2024-03-21T13:26:19.257623+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:26:21.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:20 smithi001 bash[21415]: cephadm 2024-03-21T13:26:19.289073+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Adjusting osd_memory_target on smithi188 to 20337M 2024-03-21T13:26:21.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:20 smithi001 bash[21415]: cluster 2024-03-21T13:26:19.850598+0000 mon.a (mon.0) 554 : cluster [INF] osd.2 [v2:172.21.15.188:6800/4206074206,v1:172.21.15.188:6801/4206074206] boot 2024-03-21T13:26:21.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:20 smithi001 bash[21415]: cluster 2024-03-21T13:26:19.850732+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T13:26:21.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:20 smithi001 bash[21415]: audit 2024-03-21T13:26:19.851446+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:26:22.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:22 smithi106 bash[22227]: cluster 2024-03-21T13:26:20.867942+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T13:26:22.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:22 smithi106 bash[22227]: audit 2024-03-21T13:26:21.742223+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:22.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:22 smithi106 bash[22227]: audit 2024-03-21T13:26:21.750947+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:22.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:22 smithi106 bash[22227]: audit 2024-03-21T13:26:21.761098+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:22.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:22 smithi001 bash[21415]: cluster 2024-03-21T13:26:20.867942+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T13:26:22.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:22 smithi001 bash[21415]: audit 2024-03-21T13:26:21.742223+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:22.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:22 smithi001 bash[21415]: audit 2024-03-21T13:26:21.750947+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:22.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:22 smithi001 bash[21415]: audit 2024-03-21T13:26:21.761098+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:22.766 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:22 smithi188 bash[22197]: cluster 2024-03-21T13:26:20.867942+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T13:26:22.767 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:22 smithi188 bash[22197]: audit 2024-03-21T13:26:21.742223+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:22.767 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:22 smithi188 bash[22197]: audit 2024-03-21T13:26:21.750947+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:22.767 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:22 smithi188 bash[22197]: audit 2024-03-21T13:26:21.761098+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:23.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:23 smithi106 bash[22227]: cluster 2024-03-21T13:26:21.258051+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:23.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:23 smithi106 bash[22227]: audit 2024-03-21T13:26:21.820871+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:26:23.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:23 smithi106 bash[22227]: audit 2024-03-21T13:26:22.759475+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-21T13:26:23.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:23 smithi106 bash[22227]: cluster 2024-03-21T13:26:22.762488+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T13:26:23.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:23 smithi106 bash[22227]: audit 2024-03-21T13:26:22.763628+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:26:23.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:23 smithi001 bash[21415]: cluster 2024-03-21T13:26:21.258051+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:23.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:23 smithi001 bash[21415]: audit 2024-03-21T13:26:21.820871+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:26:23.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:23 smithi001 bash[21415]: audit 2024-03-21T13:26:22.759475+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-21T13:26:23.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:23 smithi001 bash[21415]: cluster 2024-03-21T13:26:22.762488+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T13:26:23.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:23 smithi001 bash[21415]: audit 2024-03-21T13:26:22.763628+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:26:23.755 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:23 smithi188 bash[22197]: cluster 2024-03-21T13:26:21.258051+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:23.755 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:23 smithi188 bash[22197]: audit 2024-03-21T13:26:21.820871+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:26:23.755 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:23 smithi188 bash[22197]: audit 2024-03-21T13:26:22.759475+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-21T13:26:23.755 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:23 smithi188 bash[22197]: cluster 2024-03-21T13:26:22.762488+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T13:26:23.755 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:23 smithi188 bash[22197]: audit 2024-03-21T13:26:22.763628+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:26:24.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:24 smithi106 bash[22227]: cluster 2024-03-21T13:26:23.258615+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:24.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:24 smithi106 bash[22227]: cluster 2024-03-21T13:26:23.760235+0000 mon.a (mon.0) 565 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-21T13:26:24.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:24 smithi106 bash[22227]: audit 2024-03-21T13:26:23.761742+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T13:26:24.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:24 smithi106 bash[22227]: cluster 2024-03-21T13:26:23.766469+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T13:26:24.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:24 smithi001 bash[21415]: cluster 2024-03-21T13:26:23.258615+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:24.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:24 smithi001 bash[21415]: cluster 2024-03-21T13:26:23.760235+0000 mon.a (mon.0) 565 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-21T13:26:24.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:24 smithi001 bash[21415]: audit 2024-03-21T13:26:23.761742+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T13:26:24.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:24 smithi001 bash[21415]: cluster 2024-03-21T13:26:23.766469+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T13:26:24.695 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:26:24.766 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:24 smithi188 bash[22197]: cluster 2024-03-21T13:26:23.258615+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:24.766 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:24 smithi188 bash[22197]: cluster 2024-03-21T13:26:23.760235+0000 mon.a (mon.0) 565 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-21T13:26:24.766 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:24 smithi188 bash[22197]: audit 2024-03-21T13:26:23.761742+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T13:26:24.766 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:24 smithi188 bash[22197]: cluster 2024-03-21T13:26:23.766469+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T13:26:25.807 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:25 smithi001 bash[21415]: cluster 2024-03-21T13:26:24.778916+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-21T13:26:25.807 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:25 smithi001 bash[21415]: cluster 2024-03-21T13:26:24.793163+0000 mon.a (mon.0) 569 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-21T13:26:25.807 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:25 smithi001 bash[21415]: audit 2024-03-21T13:26:24.962770+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:26.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:25 smithi106 bash[22227]: cluster 2024-03-21T13:26:24.778916+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-21T13:26:26.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:25 smithi106 bash[22227]: cluster 2024-03-21T13:26:24.793163+0000 mon.a (mon.0) 569 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-21T13:26:26.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:25 smithi106 bash[22227]: audit 2024-03-21T13:26:24.962770+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:26.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:25 smithi188 bash[22197]: cluster 2024-03-21T13:26:24.778916+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-21T13:26:26.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:25 smithi188 bash[22197]: cluster 2024-03-21T13:26:24.793163+0000 mon.a (mon.0) 569 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-21T13:26:26.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:25 smithi188 bash[22197]: audit 2024-03-21T13:26:24.962770+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:27.319 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:26:27.933 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":22,"num_osds":3,"num_up_osds":3,"osd_up_since":1711027579,"num_in_osds":3,"osd_in_since":1711027551,"num_remapped_pgs":0} 2024-03-21T13:26:27.934 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T13:26:28.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:27 smithi188 bash[22197]: cluster 2024-03-21T13:26:25.259172+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:28.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:27 smithi188 bash[22197]: audit 2024-03-21T13:26:25.929657+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:28.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:27 smithi188 bash[22197]: cluster 2024-03-21T13:26:25.960387+0000 mon.a (mon.0) 572 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-21T13:26:28.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:27 smithi188 bash[22197]: cluster 2024-03-21T13:26:25.960439+0000 mon.a (mon.0) 573 : cluster [INF] Cluster is now healthy 2024-03-21T13:26:28.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:27 smithi188 bash[22197]: audit 2024-03-21T13:26:26.869222+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:28.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:27 smithi188 bash[22197]: audit 2024-03-21T13:26:26.872177+0000 mon.a (mon.0) 575 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:26:28.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:27 smithi106 bash[22227]: cluster 2024-03-21T13:26:25.259172+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:28.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:27 smithi106 bash[22227]: audit 2024-03-21T13:26:25.929657+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:28.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:27 smithi106 bash[22227]: cluster 2024-03-21T13:26:25.960387+0000 mon.a (mon.0) 572 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-21T13:26:28.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:27 smithi106 bash[22227]: cluster 2024-03-21T13:26:25.960439+0000 mon.a (mon.0) 573 : cluster [INF] Cluster is now healthy 2024-03-21T13:26:28.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:27 smithi106 bash[22227]: audit 2024-03-21T13:26:26.869222+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:28.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:27 smithi106 bash[22227]: audit 2024-03-21T13:26:26.872177+0000 mon.a (mon.0) 575 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:26:28.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:27 smithi001 bash[21415]: cluster 2024-03-21T13:26:25.259172+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:28.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:27 smithi001 bash[21415]: audit 2024-03-21T13:26:25.929657+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:28.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:27 smithi001 bash[21415]: cluster 2024-03-21T13:26:25.960387+0000 mon.a (mon.0) 572 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-21T13:26:28.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:27 smithi001 bash[21415]: cluster 2024-03-21T13:26:25.960439+0000 mon.a (mon.0) 573 : cluster [INF] Cluster is now healthy 2024-03-21T13:26:28.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:27 smithi001 bash[21415]: audit 2024-03-21T13:26:26.869222+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:28.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:27 smithi001 bash[21415]: audit 2024-03-21T13:26:26.872177+0000 mon.a (mon.0) 575 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:26:29.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:29 smithi106 bash[22227]: cluster 2024-03-21T13:26:27.259653+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:29.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:29 smithi106 bash[22227]: audit 2024-03-21T13:26:27.320748+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.1:0/35363328' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:26:29.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:29 smithi106 bash[22227]: audit 2024-03-21T13:26:27.816219+0000 mon.a (mon.0) 576 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:26:29.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:29 smithi106 bash[22227]: audit 2024-03-21T13:26:27.817457+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:26:29.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:29 smithi106 bash[22227]: audit 2024-03-21T13:26:27.817755+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:26:29.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:29 smithi106 bash[22227]: audit 2024-03-21T13:26:27.818139+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:26:29.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:29 smithi106 bash[22227]: audit 2024-03-21T13:26:27.825803+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:26:29.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:29 smithi106 bash[22227]: audit 2024-03-21T13:26:27.826472+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:26:29.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:29 smithi106 bash[22227]: audit 2024-03-21T13:26:27.826680+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:26:29.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:29 smithi106 bash[22227]: audit 2024-03-21T13:26:27.826920+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:26:29.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:29 smithi106 bash[22227]: audit 2024-03-21T13:26:28.704524+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:26:29.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:29 smithi106 bash[22227]: audit 2024-03-21T13:26:28.711346+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:29.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:29 smithi106 bash[22227]: audit 2024-03-21T13:26:28.712302+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:26:29.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:29 smithi106 bash[22227]: audit 2024-03-21T13:26:28.713056+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:26:29.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:29 smithi106 bash[22227]: audit 2024-03-21T13:26:28.713442+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:26:29.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:29 smithi001 bash[21415]: cluster 2024-03-21T13:26:27.259653+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:29.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:29 smithi001 bash[21415]: audit 2024-03-21T13:26:27.320748+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.1:0/35363328' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:26:29.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:29 smithi001 bash[21415]: audit 2024-03-21T13:26:27.816219+0000 mon.a (mon.0) 576 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:26:29.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:29 smithi001 bash[21415]: audit 2024-03-21T13:26:27.817457+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:26:29.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:29 smithi001 bash[21415]: audit 2024-03-21T13:26:27.817755+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:26:29.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:29 smithi001 bash[21415]: audit 2024-03-21T13:26:27.818139+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:26:29.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:29 smithi001 bash[21415]: audit 2024-03-21T13:26:27.825803+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:26:29.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:29 smithi001 bash[21415]: audit 2024-03-21T13:26:27.826472+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:26:29.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:29 smithi001 bash[21415]: audit 2024-03-21T13:26:27.826680+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:26:29.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:29 smithi001 bash[21415]: audit 2024-03-21T13:26:27.826920+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:26:29.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:29 smithi001 bash[21415]: audit 2024-03-21T13:26:28.704524+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:26:29.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:29 smithi001 bash[21415]: audit 2024-03-21T13:26:28.711346+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:29.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:29 smithi001 bash[21415]: audit 2024-03-21T13:26:28.712302+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:26:29.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:29 smithi001 bash[21415]: audit 2024-03-21T13:26:28.713056+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:26:29.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:29 smithi001 bash[21415]: audit 2024-03-21T13:26:28.713442+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:26:30.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:29 smithi188 bash[22197]: cluster 2024-03-21T13:26:27.259653+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:30.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:29 smithi188 bash[22197]: audit 2024-03-21T13:26:27.320748+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.1:0/35363328' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:26:30.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:29 smithi188 bash[22197]: audit 2024-03-21T13:26:27.816219+0000 mon.a (mon.0) 576 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:26:30.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:29 smithi188 bash[22197]: audit 2024-03-21T13:26:27.817457+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:26:30.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:29 smithi188 bash[22197]: audit 2024-03-21T13:26:27.817755+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:26:30.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:29 smithi188 bash[22197]: audit 2024-03-21T13:26:27.818139+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:26:30.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:29 smithi188 bash[22197]: audit 2024-03-21T13:26:27.825803+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:26:30.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:29 smithi188 bash[22197]: audit 2024-03-21T13:26:27.826472+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:26:30.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:29 smithi188 bash[22197]: audit 2024-03-21T13:26:27.826680+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:26:30.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:29 smithi188 bash[22197]: audit 2024-03-21T13:26:27.826920+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:26:30.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:29 smithi188 bash[22197]: audit 2024-03-21T13:26:28.704524+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:26:30.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:29 smithi188 bash[22197]: audit 2024-03-21T13:26:28.711346+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:30.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:29 smithi188 bash[22197]: audit 2024-03-21T13:26:28.712302+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:26:30.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:29 smithi188 bash[22197]: audit 2024-03-21T13:26:28.713056+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:26:30.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:29 smithi188 bash[22197]: audit 2024-03-21T13:26:28.713442+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:26:30.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:30 smithi106 bash[22227]: audit 2024-03-21T13:26:28.713631+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:26:30.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:30 smithi106 bash[22227]: cluster 2024-03-21T13:26:29.260151+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:30.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:30 smithi106 bash[22227]: audit 2024-03-21T13:26:29.616888+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:26:30.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:30 smithi106 bash[22227]: audit 2024-03-21T13:26:29.621429+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:30.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:30 smithi106 bash[22227]: audit 2024-03-21T13:26:29.641692+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:30.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:30 smithi106 bash[22227]: audit 2024-03-21T13:26:29.657993+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:26:30.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:30 smithi106 bash[22227]: audit 2024-03-21T13:26:29.663851+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:30.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:30 smithi106 bash[22227]: audit 2024-03-21T13:26:29.665709+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:26:30.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:30 smithi106 bash[22227]: cluster 2024-03-21T13:26:29.669773+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:30.895 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:30 smithi106 bash[22227]: audit 2024-03-21T13:26:29.676400+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:30.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:30 smithi001 bash[21415]: audit 2024-03-21T13:26:28.713631+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:26:30.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:30 smithi001 bash[21415]: cluster 2024-03-21T13:26:29.260151+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:30.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:30 smithi001 bash[21415]: audit 2024-03-21T13:26:29.616888+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:26:30.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:30 smithi001 bash[21415]: audit 2024-03-21T13:26:29.621429+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:30.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:30 smithi001 bash[21415]: audit 2024-03-21T13:26:29.641692+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:30.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:30 smithi001 bash[21415]: audit 2024-03-21T13:26:29.657993+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:26:30.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:30 smithi001 bash[21415]: audit 2024-03-21T13:26:29.663851+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:30.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:30 smithi001 bash[21415]: audit 2024-03-21T13:26:29.665709+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:26:30.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:30 smithi001 bash[21415]: cluster 2024-03-21T13:26:29.669773+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:30.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:30 smithi001 bash[21415]: audit 2024-03-21T13:26:29.676400+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:31.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:30 smithi188 bash[22197]: audit 2024-03-21T13:26:28.713631+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:26:31.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:30 smithi188 bash[22197]: cluster 2024-03-21T13:26:29.260151+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:31.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:30 smithi188 bash[22197]: audit 2024-03-21T13:26:29.616888+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:26:31.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:30 smithi188 bash[22197]: audit 2024-03-21T13:26:29.621429+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:31.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:30 smithi188 bash[22197]: audit 2024-03-21T13:26:29.641692+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:31.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:30 smithi188 bash[22197]: audit 2024-03-21T13:26:29.657993+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:26:31.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:30 smithi188 bash[22197]: audit 2024-03-21T13:26:29.663851+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:31.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:30 smithi188 bash[22197]: audit 2024-03-21T13:26:29.665709+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:26:31.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:30 smithi188 bash[22197]: cluster 2024-03-21T13:26:29.669773+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:31.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:30 smithi188 bash[22197]: audit 2024-03-21T13:26:29.676400+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:31.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:31 smithi106 bash[22227]: cluster 2024-03-21T13:26:30.625029+0000 mon.a (mon.0) 593 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T13:26:31.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:31 smithi001 bash[21415]: cluster 2024-03-21T13:26:30.625029+0000 mon.a (mon.0) 593 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T13:26:32.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:31 smithi188 bash[22197]: cluster 2024-03-21T13:26:30.625029+0000 mon.a (mon.0) 593 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T13:26:32.657 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:26:33.354 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:33 smithi106 bash[22227]: cluster 2024-03-21T13:26:31.670518+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 4.2 KiB/s rd, 204 KiB/s wr, 13 op/s 2024-03-21T13:26:33.354 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:33 smithi106 bash[22227]: audit 2024-03-21T13:26:32.057497+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:33.354 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:33 smithi106 bash[22227]: audit 2024-03-21T13:26:32.066002+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:33.354 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:33 smithi106 bash[22227]: audit 2024-03-21T13:26:32.076145+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:33.354 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:33 smithi106 bash[22227]: audit 2024-03-21T13:26:32.104812+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:26:33.354 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:33 smithi106 bash[22227]: audit 2024-03-21T13:26:32.110741+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:33.354 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:33 smithi106 bash[22227]: audit 2024-03-21T13:26:32.112658+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:26:33.354 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:33 smithi106 bash[22227]: cluster 2024-03-21T13:26:32.116316+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 190 KiB/s wr, 12 op/s 2024-03-21T13:26:33.354 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:33 smithi106 bash[22227]: audit 2024-03-21T13:26:32.122870+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:33.355 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:33 smithi106 bash[22227]: cluster 2024-03-21T13:26:32.628623+0000 mon.a (mon.0) 601 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T13:26:33.355 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:33 smithi106 bash[22227]: cluster 2024-03-21T13:26:32.628683+0000 mon.a (mon.0) 602 : cluster [INF] Cluster is now healthy 2024-03-21T13:26:33.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:33 smithi001 bash[21415]: cluster 2024-03-21T13:26:31.670518+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 4.2 KiB/s rd, 204 KiB/s wr, 13 op/s 2024-03-21T13:26:33.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:33 smithi001 bash[21415]: audit 2024-03-21T13:26:32.057497+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:33.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:33 smithi001 bash[21415]: audit 2024-03-21T13:26:32.066002+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:33.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:33 smithi001 bash[21415]: audit 2024-03-21T13:26:32.076145+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:33.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:33 smithi001 bash[21415]: audit 2024-03-21T13:26:32.104812+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:26:33.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:33 smithi001 bash[21415]: audit 2024-03-21T13:26:32.110741+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:33.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:33 smithi001 bash[21415]: audit 2024-03-21T13:26:32.112658+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:26:33.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:33 smithi001 bash[21415]: cluster 2024-03-21T13:26:32.116316+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 190 KiB/s wr, 12 op/s 2024-03-21T13:26:33.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:33 smithi001 bash[21415]: audit 2024-03-21T13:26:32.122870+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:33.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:33 smithi001 bash[21415]: cluster 2024-03-21T13:26:32.628623+0000 mon.a (mon.0) 601 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T13:26:33.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:33 smithi001 bash[21415]: cluster 2024-03-21T13:26:32.628683+0000 mon.a (mon.0) 602 : cluster [INF] Cluster is now healthy 2024-03-21T13:26:33.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:33 smithi188 bash[22197]: cluster 2024-03-21T13:26:31.670518+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 4.2 KiB/s rd, 204 KiB/s wr, 13 op/s 2024-03-21T13:26:33.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:33 smithi188 bash[22197]: audit 2024-03-21T13:26:32.057497+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:33.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:33 smithi188 bash[22197]: audit 2024-03-21T13:26:32.066002+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:33.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:33 smithi188 bash[22197]: audit 2024-03-21T13:26:32.076145+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:33.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:33 smithi188 bash[22197]: audit 2024-03-21T13:26:32.104812+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:26:33.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:33 smithi188 bash[22197]: audit 2024-03-21T13:26:32.110741+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:33.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:33 smithi188 bash[22197]: audit 2024-03-21T13:26:32.112658+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:26:33.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:33 smithi188 bash[22197]: cluster 2024-03-21T13:26:32.116316+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 190 KiB/s wr, 12 op/s 2024-03-21T13:26:33.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:33 smithi188 bash[22197]: audit 2024-03-21T13:26:32.122870+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:33.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:33 smithi188 bash[22197]: cluster 2024-03-21T13:26:32.628623+0000 mon.a (mon.0) 601 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T13:26:33.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:33 smithi188 bash[22197]: cluster 2024-03-21T13:26:32.628683+0000 mon.a (mon.0) 602 : cluster [INF] Cluster is now healthy 2024-03-21T13:26:35.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:35 smithi106 bash[22227]: cluster 2024-03-21T13:26:34.116888+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 147 KiB/s wr, 9 op/s 2024-03-21T13:26:35.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:35 smithi188 bash[22197]: cluster 2024-03-21T13:26:34.116888+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 147 KiB/s wr, 9 op/s 2024-03-21T13:26:35.656 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:35 smithi001 bash[21415]: cluster 2024-03-21T13:26:34.116888+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 147 KiB/s wr, 9 op/s 2024-03-21T13:26:36.586 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:26:36.587 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":22,"fsid":"86fed6e6-e785-11ee-95cd-87774f69a715","created":"2024-03-21T13:20:34.009475+0000","modified":"2024-03-21T13:26:24.771789+0000","last_up_change":"2024-03-21T13:26:19.843359+0000","last_in_change":"2024-03-21T13:25:51.573927+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T13:26:22.277821+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":"9b7e4d1b-ac3c-44c3-9d67-a1b3680cbc11","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.1:6802","nonce":3550693306},{"type":"v1","addr":"172.21.15.1:6803","nonce":3550693306}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6804","nonce":3550693306},{"type":"v1","addr":"172.21.15.1:6805","nonce":3550693306}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6808","nonce":3550693306},{"type":"v1","addr":"172.21.15.1:6809","nonce":3550693306}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6806","nonce":3550693306},{"type":"v1","addr":"172.21.15.1:6807","nonce":3550693306}]},"public_addr":"172.21.15.1:6803/3550693306","cluster_addr":"172.21.15.1:6805/3550693306","heartbeat_back_addr":"172.21.15.1:6809/3550693306","heartbeat_front_addr":"172.21.15.1:6807/3550693306","state":["exists","up"]},{"osd":1,"uuid":"abfc852c-765e-45e9-a9c8-f975dfb33048","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.106:6800","nonce":226526772},{"type":"v1","addr":"172.21.15.106:6801","nonce":226526772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6802","nonce":226526772},{"type":"v1","addr":"172.21.15.106:6803","nonce":226526772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6806","nonce":226526772},{"type":"v1","addr":"172.21.15.106:6807","nonce":226526772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6804","nonce":226526772},{"type":"v1","addr":"172.21.15.106:6805","nonce":226526772}]},"public_addr":"172.21.15.106:6801/226526772","cluster_addr":"172.21.15.106:6803/226526772","heartbeat_back_addr":"172.21.15.106:6807/226526772","heartbeat_front_addr":"172.21.15.106:6805/226526772","state":["exists","up"]},{"osd":2,"uuid":"087bda7a-c93f-43c2-b19a-db2c2f271208","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.188:6800","nonce":4206074206},{"type":"v1","addr":"172.21.15.188:6801","nonce":4206074206}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6802","nonce":4206074206},{"type":"v1","addr":"172.21.15.188:6803","nonce":4206074206}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6806","nonce":4206074206},{"type":"v1","addr":"172.21.15.188:6807","nonce":4206074206}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6804","nonce":4206074206},{"type":"v1","addr":"172.21.15.188:6805","nonce":4206074206}]},"public_addr":"172.21.15.188:6801/4206074206","cluster_addr":"172.21.15.188:6803/4206074206","heartbeat_back_addr":"172.21.15.188:6807/4206074206","heartbeat_front_addr":"172.21.15.188:6805/4206074206","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:24:33.437129+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:25:27.882040+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:26:18.178070+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.1:6801/2427310232":"2024-03-22T13:21:39.602977+0000","172.21.15.1:6800/2427310232":"2024-03-22T13:21:39.602977+0000","172.21.15.1:6800/1709914401":"2024-03-22T13:21:05.183354+0000","172.21.15.1:0/1746463198":"2024-03-22T13:21:39.602977+0000","172.21.15.1:0/1116704266":"2024-03-22T13:21:05.183354+0000","172.21.15.1:0/4066740636":"2024-03-22T13:21:39.602977+0000","172.21.15.1:0/2978643059":"2024-03-22T13:21:05.183354+0000","172.21.15.1:6801/1709914401":"2024-03-22T13:21:05.183354+0000","172.21.15.1:0/1597839793":"2024-03-22T13:21:05.183354+0000","172.21.15.1:0/2841793539":"2024-03-22T13:21:39.602977+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T13:26:37.174 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-21T13:26:22.277821+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-03-21T13:26:37.175 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-21T13:26:37.394 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:37 smithi106 bash[22227]: cluster 2024-03-21T13:26:36.117445+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 147 KiB/s wr, 9 op/s 2024-03-21T13:26:37.394 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:37 smithi106 bash[22227]: audit 2024-03-21T13:26:36.588566+0000 mon.a (mon.0) 603 : audit [DBG] from='client.? 172.21.15.1:0/3451374062' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:26:37.394 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:37 smithi106 bash[22227]: audit 2024-03-21T13:26:37.044123+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:37.394 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:37 smithi106 bash[22227]: audit 2024-03-21T13:26:37.050247+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:37.394 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:37 smithi106 bash[22227]: audit 2024-03-21T13:26:37.057990+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:37.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:37 smithi001 bash[21415]: cluster 2024-03-21T13:26:36.117445+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 147 KiB/s wr, 9 op/s 2024-03-21T13:26:37.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:37 smithi001 bash[21415]: audit 2024-03-21T13:26:36.588566+0000 mon.a (mon.0) 603 : audit [DBG] from='client.? 172.21.15.1:0/3451374062' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:26:37.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:37 smithi001 bash[21415]: audit 2024-03-21T13:26:37.044123+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:37.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:37 smithi001 bash[21415]: audit 2024-03-21T13:26:37.050247+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:37.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:37 smithi001 bash[21415]: audit 2024-03-21T13:26:37.057990+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:37.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:37 smithi188 bash[22197]: cluster 2024-03-21T13:26:36.117445+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 147 KiB/s wr, 9 op/s 2024-03-21T13:26:37.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:37 smithi188 bash[22197]: audit 2024-03-21T13:26:36.588566+0000 mon.a (mon.0) 603 : audit [DBG] from='client.? 172.21.15.1:0/3451374062' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:26:37.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:37 smithi188 bash[22197]: audit 2024-03-21T13:26:37.044123+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:37.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:37 smithi188 bash[22197]: audit 2024-03-21T13:26:37.050247+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:37.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:37 smithi188 bash[22197]: audit 2024-03-21T13:26:37.057990+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:39.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:39 smithi188 bash[22197]: cluster 2024-03-21T13:26:38.118009+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 147 KiB/s wr, 9 op/s 2024-03-21T13:26:39.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:39 smithi106 bash[22227]: cluster 2024-03-21T13:26:38.118009+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 147 KiB/s wr, 9 op/s 2024-03-21T13:26:39.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:39 smithi001 bash[21415]: cluster 2024-03-21T13:26:38.118009+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 147 KiB/s wr, 9 op/s 2024-03-21T13:26:41.397 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:41 smithi188 bash[22197]: cluster 2024-03-21T13:26:40.118648+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 125 KiB/s wr, 8 op/s 2024-03-21T13:26:41.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:41 smithi106 bash[22227]: cluster 2024-03-21T13:26:40.118648+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 125 KiB/s wr, 8 op/s 2024-03-21T13:26:41.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:41 smithi001 bash[21415]: cluster 2024-03-21T13:26:40.118648+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 125 KiB/s wr, 8 op/s 2024-03-21T13:26:41.727 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:26:43.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:42 smithi001 bash[21415]: audit 2024-03-21T13:26:41.900554+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:43.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:42 smithi001 bash[21415]: audit 2024-03-21T13:26:41.906394+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:43.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:42 smithi001 bash[21415]: audit 2024-03-21T13:26:41.912885+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:43.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:42 smithi001 bash[21415]: cluster 2024-03-21T13:26:42.119338+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:43.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:42 smithi188 bash[22197]: audit 2024-03-21T13:26:41.900554+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:43.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:42 smithi188 bash[22197]: audit 2024-03-21T13:26:41.906394+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:43.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:42 smithi188 bash[22197]: audit 2024-03-21T13:26:41.912885+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:43.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:42 smithi188 bash[22197]: cluster 2024-03-21T13:26:42.119338+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:43.394 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:42 smithi106 bash[22227]: audit 2024-03-21T13:26:41.900554+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:43.394 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:42 smithi106 bash[22227]: audit 2024-03-21T13:26:41.906394+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:43.394 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:42 smithi106 bash[22227]: audit 2024-03-21T13:26:41.912885+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:43.394 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:42 smithi106 bash[22227]: cluster 2024-03-21T13:26:42.119338+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:44.219 INFO:teuthology.orchestra.run.smithi001.stdout:pg_num: 1 2024-03-21T13:26:44.875 INFO:tasks.cephadm:Setting up client nodes... 2024-03-21T13:26:44.876 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-21T13:26:44.876 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-21T13:26:44.876 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph mgr dump --format=json 2024-03-21T13:26:45.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:45 smithi188 bash[22197]: cluster 2024-03-21T13:26:44.119981+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:45.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:45 smithi188 bash[22197]: audit 2024-03-21T13:26:44.221445+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.1:0/2019692433' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T13:26:45.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:45 smithi106 bash[22227]: cluster 2024-03-21T13:26:44.119981+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:45.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:45 smithi106 bash[22227]: audit 2024-03-21T13:26:44.221445+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.1:0/2019692433' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T13:26:45.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:45 smithi001 bash[21415]: cluster 2024-03-21T13:26:44.119981+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:45.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:45 smithi001 bash[21415]: audit 2024-03-21T13:26:44.221445+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.1:0/2019692433' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T13:26:47.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:47 smithi188 bash[22197]: cluster 2024-03-21T13:26:46.120679+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:47.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:47 smithi106 bash[22227]: cluster 2024-03-21T13:26:46.120679+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:47.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:47 smithi001 bash[21415]: cluster 2024-03-21T13:26:46.120679+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:49.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:49 smithi188 bash[22197]: cluster 2024-03-21T13:26:48.121320+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:49.595 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:26:49.616 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:49 smithi001 bash[21415]: cluster 2024-03-21T13:26:48.121320+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:49.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:49 smithi106 bash[22227]: cluster 2024-03-21T13:26:48.121320+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:51.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:51 smithi001 bash[21415]: cluster 2024-03-21T13:26:50.121876+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:51.476 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:51 smithi188 bash[22197]: cluster 2024-03-21T13:26:50.121876+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:51.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:51 smithi106 bash[22227]: cluster 2024-03-21T13:26:50.121876+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:52.109 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:26:52.787 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6800","nonce":1046739280},{"type":"v1","addr":"172.21.15.1:6801","nonce":1046739280}]},"active_addr":"172.21.15.1:6801/1046739280","active_change":"2024-03-21T13:21:39.603201+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.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.1: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.1:0","nonce":1678015527}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.1:0","nonce":3987574924}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.1:0","nonce":1482852350}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.1:0","nonce":1271622983}]}]} 2024-03-21T13:26:52.793 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-21T13:26:52.794 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-21T13:26:52.794 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T13:26:52.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:52 smithi106 bash[22227]: audit 2024-03-21T13:26:51.645327+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:52.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:52 smithi106 bash[22227]: audit 2024-03-21T13:26:51.651073+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:52.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:52 smithi106 bash[22227]: audit 2024-03-21T13:26:51.657264+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:52.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:52 smithi106 bash[22227]: audit 2024-03-21T13:26:52.101191+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.1:0/2093972252' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T13:26:52.894 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:52 smithi106 bash[22227]: cluster 2024-03-21T13:26:52.122415+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:52.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:52 smithi001 bash[21415]: audit 2024-03-21T13:26:51.645327+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:52.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:52 smithi001 bash[21415]: audit 2024-03-21T13:26:51.651073+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:52.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:52 smithi001 bash[21415]: audit 2024-03-21T13:26:51.657264+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:52.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:52 smithi001 bash[21415]: audit 2024-03-21T13:26:52.101191+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.1:0/2093972252' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T13:26:52.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:52 smithi001 bash[21415]: cluster 2024-03-21T13:26:52.122415+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:53.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:52 smithi188 bash[22197]: audit 2024-03-21T13:26:51.645327+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:53.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:52 smithi188 bash[22197]: audit 2024-03-21T13:26:51.651073+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:53.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:52 smithi188 bash[22197]: audit 2024-03-21T13:26:51.657264+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:53.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:52 smithi188 bash[22197]: audit 2024-03-21T13:26:52.101191+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.1:0/2093972252' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T13:26:53.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:52 smithi188 bash[22197]: cluster 2024-03-21T13:26:52.122415+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:55.446 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:55 smithi001 bash[21415]: cluster 2024-03-21T13:26:54.122952+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:55.502 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:55 smithi106 bash[22227]: cluster 2024-03-21T13:26:54.122952+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:55.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:55 smithi188 bash[22197]: cluster 2024-03-21T13:26:54.122952+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:57.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:57 smithi188 bash[22197]: cluster 2024-03-21T13:26:56.123486+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:57.592 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:57 smithi001 bash[21415]: cluster 2024-03-21T13:26:56.123486+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:57.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:57 smithi106 bash[22227]: cluster 2024-03-21T13:26:56.123486+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:58.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:58 smithi188 bash[22197]: audit 2024-03-21T13:26:57.264027+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:58.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:58 smithi188 bash[22197]: audit 2024-03-21T13:26:57.270650+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:58.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:58 smithi188 bash[22197]: audit 2024-03-21T13:26:57.276547+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:58.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:26:58 smithi188 bash[22197]: cluster 2024-03-21T13:26:58.123970+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:58.578 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:26:58.600 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:58 smithi001 bash[21415]: audit 2024-03-21T13:26:57.264027+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:58.601 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:58 smithi001 bash[21415]: audit 2024-03-21T13:26:57.270650+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:58.601 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:58 smithi001 bash[21415]: audit 2024-03-21T13:26:57.276547+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:58.601 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:26:58 smithi001 bash[21415]: cluster 2024-03-21T13:26:58.123970+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:58.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:58 smithi106 bash[22227]: audit 2024-03-21T13:26:57.264027+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:58.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:58 smithi106 bash[22227]: audit 2024-03-21T13:26:57.270650+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:58.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:58 smithi106 bash[22227]: audit 2024-03-21T13:26:57.276547+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:26:58.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:26:58 smithi106 bash[22227]: cluster 2024-03-21T13:26:58.123970+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:01.013 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:27:01.013 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":22,"fsid":"86fed6e6-e785-11ee-95cd-87774f69a715","created":"2024-03-21T13:20:34.009475+0000","modified":"2024-03-21T13:26:24.771789+0000","last_up_change":"2024-03-21T13:26:19.843359+0000","last_in_change":"2024-03-21T13:25:51.573927+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T13:26:22.277821+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":"9b7e4d1b-ac3c-44c3-9d67-a1b3680cbc11","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.1:6802","nonce":3550693306},{"type":"v1","addr":"172.21.15.1:6803","nonce":3550693306}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6804","nonce":3550693306},{"type":"v1","addr":"172.21.15.1:6805","nonce":3550693306}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6808","nonce":3550693306},{"type":"v1","addr":"172.21.15.1:6809","nonce":3550693306}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6806","nonce":3550693306},{"type":"v1","addr":"172.21.15.1:6807","nonce":3550693306}]},"public_addr":"172.21.15.1:6803/3550693306","cluster_addr":"172.21.15.1:6805/3550693306","heartbeat_back_addr":"172.21.15.1:6809/3550693306","heartbeat_front_addr":"172.21.15.1:6807/3550693306","state":["exists","up"]},{"osd":1,"uuid":"abfc852c-765e-45e9-a9c8-f975dfb33048","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.106:6800","nonce":226526772},{"type":"v1","addr":"172.21.15.106:6801","nonce":226526772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6802","nonce":226526772},{"type":"v1","addr":"172.21.15.106:6803","nonce":226526772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6806","nonce":226526772},{"type":"v1","addr":"172.21.15.106:6807","nonce":226526772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6804","nonce":226526772},{"type":"v1","addr":"172.21.15.106:6805","nonce":226526772}]},"public_addr":"172.21.15.106:6801/226526772","cluster_addr":"172.21.15.106:6803/226526772","heartbeat_back_addr":"172.21.15.106:6807/226526772","heartbeat_front_addr":"172.21.15.106:6805/226526772","state":["exists","up"]},{"osd":2,"uuid":"087bda7a-c93f-43c2-b19a-db2c2f271208","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.188:6800","nonce":4206074206},{"type":"v1","addr":"172.21.15.188:6801","nonce":4206074206}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6802","nonce":4206074206},{"type":"v1","addr":"172.21.15.188:6803","nonce":4206074206}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6806","nonce":4206074206},{"type":"v1","addr":"172.21.15.188:6807","nonce":4206074206}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6804","nonce":4206074206},{"type":"v1","addr":"172.21.15.188:6805","nonce":4206074206}]},"public_addr":"172.21.15.188:6801/4206074206","cluster_addr":"172.21.15.188:6803/4206074206","heartbeat_back_addr":"172.21.15.188:6807/4206074206","heartbeat_front_addr":"172.21.15.188:6805/4206074206","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:24:33.437129+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:25:27.882040+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:26:18.178070+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.1:6801/2427310232":"2024-03-22T13:21:39.602977+0000","172.21.15.1:6800/2427310232":"2024-03-22T13:21:39.602977+0000","172.21.15.1:6800/1709914401":"2024-03-22T13:21:05.183354+0000","172.21.15.1:0/1746463198":"2024-03-22T13:21:39.602977+0000","172.21.15.1:0/1116704266":"2024-03-22T13:21:05.183354+0000","172.21.15.1:0/4066740636":"2024-03-22T13:21:39.602977+0000","172.21.15.1:0/2978643059":"2024-03-22T13:21:05.183354+0000","172.21.15.1:6801/1709914401":"2024-03-22T13:21:05.183354+0000","172.21.15.1:0/1597839793":"2024-03-22T13:21:05.183354+0000","172.21.15.1:0/2841793539":"2024-03-22T13:21:39.602977+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T13:27:01.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:01 smithi188 bash[22197]: cluster 2024-03-21T13:27:00.124530+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:01.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:01 smithi188 bash[22197]: audit 2024-03-21T13:27:01.014925+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.1:0/566965934' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:27:01.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:01 smithi001 bash[21415]: cluster 2024-03-21T13:27:00.124530+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:01.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:01 smithi001 bash[21415]: audit 2024-03-21T13:27:01.014925+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.1:0/566965934' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:27:01.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:01 smithi106 bash[22227]: cluster 2024-03-21T13:27:00.124530+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:01.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:01 smithi106 bash[22227]: audit 2024-03-21T13:27:01.014925+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.1:0/566965934' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:27:01.664 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-21T13:27:01.665 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T13:27:03.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:03 smithi188 bash[22197]: audit 2024-03-21T13:27:02.070749+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:03.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:03 smithi188 bash[22197]: audit 2024-03-21T13:27:02.075824+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:03.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:03 smithi188 bash[22197]: audit 2024-03-21T13:27:02.080694+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:03.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:03 smithi188 bash[22197]: cluster 2024-03-21T13:27:02.125074+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:03.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:03 smithi106 bash[22227]: audit 2024-03-21T13:27:02.070749+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:03.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:03 smithi106 bash[22227]: audit 2024-03-21T13:27:02.075824+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:03.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:03 smithi106 bash[22227]: audit 2024-03-21T13:27:02.080694+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:03.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:03 smithi106 bash[22227]: cluster 2024-03-21T13:27:02.125074+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:03.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:03 smithi001 bash[21415]: audit 2024-03-21T13:27:02.070749+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:03.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:03 smithi001 bash[21415]: audit 2024-03-21T13:27:02.075824+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:03.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:03 smithi001 bash[21415]: audit 2024-03-21T13:27:02.080694+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:03.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:03 smithi001 bash[21415]: cluster 2024-03-21T13:27:02.125074+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:05.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:05 smithi188 bash[22197]: cluster 2024-03-21T13:27:04.125563+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:05.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:05 smithi106 bash[22227]: cluster 2024-03-21T13:27:04.125563+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:05.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:05 smithi001 bash[21415]: cluster 2024-03-21T13:27:04.125563+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:06.395 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:27:07.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:07 smithi001 bash[21415]: cluster 2024-03-21T13:27:06.126114+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:07.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:07 smithi188 bash[22197]: cluster 2024-03-21T13:27:06.126114+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:07.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:07 smithi106 bash[22227]: cluster 2024-03-21T13:27:06.126114+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:08.805 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:27:08.806 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":22,"fsid":"86fed6e6-e785-11ee-95cd-87774f69a715","created":"2024-03-21T13:20:34.009475+0000","modified":"2024-03-21T13:26:24.771789+0000","last_up_change":"2024-03-21T13:26:19.843359+0000","last_in_change":"2024-03-21T13:25:51.573927+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T13:26:22.277821+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":"9b7e4d1b-ac3c-44c3-9d67-a1b3680cbc11","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.1:6802","nonce":3550693306},{"type":"v1","addr":"172.21.15.1:6803","nonce":3550693306}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6804","nonce":3550693306},{"type":"v1","addr":"172.21.15.1:6805","nonce":3550693306}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6808","nonce":3550693306},{"type":"v1","addr":"172.21.15.1:6809","nonce":3550693306}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6806","nonce":3550693306},{"type":"v1","addr":"172.21.15.1:6807","nonce":3550693306}]},"public_addr":"172.21.15.1:6803/3550693306","cluster_addr":"172.21.15.1:6805/3550693306","heartbeat_back_addr":"172.21.15.1:6809/3550693306","heartbeat_front_addr":"172.21.15.1:6807/3550693306","state":["exists","up"]},{"osd":1,"uuid":"abfc852c-765e-45e9-a9c8-f975dfb33048","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.106:6800","nonce":226526772},{"type":"v1","addr":"172.21.15.106:6801","nonce":226526772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6802","nonce":226526772},{"type":"v1","addr":"172.21.15.106:6803","nonce":226526772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6806","nonce":226526772},{"type":"v1","addr":"172.21.15.106:6807","nonce":226526772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6804","nonce":226526772},{"type":"v1","addr":"172.21.15.106:6805","nonce":226526772}]},"public_addr":"172.21.15.106:6801/226526772","cluster_addr":"172.21.15.106:6803/226526772","heartbeat_back_addr":"172.21.15.106:6807/226526772","heartbeat_front_addr":"172.21.15.106:6805/226526772","state":["exists","up"]},{"osd":2,"uuid":"087bda7a-c93f-43c2-b19a-db2c2f271208","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.188:6800","nonce":4206074206},{"type":"v1","addr":"172.21.15.188:6801","nonce":4206074206}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6802","nonce":4206074206},{"type":"v1","addr":"172.21.15.188:6803","nonce":4206074206}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6806","nonce":4206074206},{"type":"v1","addr":"172.21.15.188:6807","nonce":4206074206}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6804","nonce":4206074206},{"type":"v1","addr":"172.21.15.188:6805","nonce":4206074206}]},"public_addr":"172.21.15.188:6801/4206074206","cluster_addr":"172.21.15.188:6803/4206074206","heartbeat_back_addr":"172.21.15.188:6807/4206074206","heartbeat_front_addr":"172.21.15.188:6805/4206074206","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:24:33.437129+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:25:27.882040+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:26:18.178070+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.1:6801/2427310232":"2024-03-22T13:21:39.602977+0000","172.21.15.1:6800/2427310232":"2024-03-22T13:21:39.602977+0000","172.21.15.1:6800/1709914401":"2024-03-22T13:21:05.183354+0000","172.21.15.1:0/1746463198":"2024-03-22T13:21:39.602977+0000","172.21.15.1:0/1116704266":"2024-03-22T13:21:05.183354+0000","172.21.15.1:0/4066740636":"2024-03-22T13:21:39.602977+0000","172.21.15.1:0/2978643059":"2024-03-22T13:21:05.183354+0000","172.21.15.1:6801/1709914401":"2024-03-22T13:21:05.183354+0000","172.21.15.1:0/1597839793":"2024-03-22T13:21:05.183354+0000","172.21.15.1:0/2841793539":"2024-03-22T13:21:39.602977+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T13:27:09.391 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-21T13:27:09.392 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-21T13:27:09.392 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-21T13:27:09.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:09 smithi188 bash[22197]: cluster 2024-03-21T13:27:08.126678+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:09.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:09 smithi188 bash[22197]: audit 2024-03-21T13:27:08.807112+0000 mon.a (mon.0) 622 : audit [DBG] from='client.? 172.21.15.1:0/3971219643' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:27:09.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:09 smithi106 bash[22227]: cluster 2024-03-21T13:27:08.126678+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:09.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:09 smithi106 bash[22227]: audit 2024-03-21T13:27:08.807112+0000 mon.a (mon.0) 622 : audit [DBG] from='client.? 172.21.15.1:0/3971219643' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:27:09.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:09 smithi001 bash[21415]: cluster 2024-03-21T13:27:08.126678+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:09.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:09 smithi001 bash[21415]: audit 2024-03-21T13:27:08.807112+0000 mon.a (mon.0) 622 : audit [DBG] from='client.? 172.21.15.1:0/3971219643' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:27:11.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:11 smithi188 bash[22197]: cluster 2024-03-21T13:27:10.127204+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:11.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:11 smithi106 bash[22227]: cluster 2024-03-21T13:27:10.127204+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:11.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:11 smithi001 bash[21415]: cluster 2024-03-21T13:27:10.127204+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:13.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:12 smithi106 bash[22227]: audit 2024-03-21T13:27:11.864860+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:13.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:12 smithi106 bash[22227]: audit 2024-03-21T13:27:11.873767+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:13.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:12 smithi106 bash[22227]: audit 2024-03-21T13:27:11.884869+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:13.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:12 smithi106 bash[22227]: cluster 2024-03-21T13:27:12.127621+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:13.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:12 smithi001 bash[21415]: audit 2024-03-21T13:27:11.864860+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:13.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:12 smithi001 bash[21415]: audit 2024-03-21T13:27:11.873767+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:13.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:12 smithi001 bash[21415]: audit 2024-03-21T13:27:11.884869+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:13.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:12 smithi001 bash[21415]: cluster 2024-03-21T13:27:12.127621+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:13.265 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:12 smithi188 bash[22197]: audit 2024-03-21T13:27:11.864860+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:13.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:12 smithi188 bash[22197]: audit 2024-03-21T13:27:11.873767+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:13.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:12 smithi188 bash[22197]: audit 2024-03-21T13:27:11.884869+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:13.266 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:12 smithi188 bash[22197]: cluster 2024-03-21T13:27:12.127621+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:14.126 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:27:14.126 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:27:14.127 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:27:15.465 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:15 smithi001 bash[21415]: cluster 2024-03-21T13:27:14.127976+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:15.509 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:15 smithi106 bash[22227]: cluster 2024-03-21T13:27:14.127976+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:15.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:15 smithi188 bash[22197]: cluster 2024-03-21T13:27:14.127976+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:17.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:17 smithi106 bash[22227]: cluster 2024-03-21T13:27:16.128363+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:17.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:17 smithi188 bash[22197]: cluster 2024-03-21T13:27:16.128363+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:17.624 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:17 smithi001 bash[21415]: cluster 2024-03-21T13:27:16.128363+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:18.766 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:18 smithi188 bash[22197]: audit 2024-03-21T13:27:17.480767+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:18.766 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:18 smithi188 bash[22197]: audit 2024-03-21T13:27:17.488367+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:18.766 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:18 smithi188 bash[22197]: audit 2024-03-21T13:27:17.498827+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:18.766 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:18 smithi188 bash[22197]: cluster 2024-03-21T13:27:18.128871+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:18.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:18 smithi106 bash[22227]: audit 2024-03-21T13:27:17.480767+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:18.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:18 smithi106 bash[22227]: audit 2024-03-21T13:27:17.488367+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:18.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:18 smithi106 bash[22227]: audit 2024-03-21T13:27:17.498827+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:18.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:18 smithi106 bash[22227]: cluster 2024-03-21T13:27:18.128871+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:18.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:18 smithi001 bash[21415]: audit 2024-03-21T13:27:17.480767+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:18.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:18 smithi001 bash[21415]: audit 2024-03-21T13:27:17.488367+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:18.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:18 smithi001 bash[21415]: audit 2024-03-21T13:27:17.498827+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:18.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:18 smithi001 bash[21415]: cluster 2024-03-21T13:27:18.128871+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:20.884 INFO:teuthology.orchestra.run.smithi001.stdout:77309411342 2024-03-21T13:27:20.885 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-21T13:27:21.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:21 smithi188 bash[22197]: cluster 2024-03-21T13:27:20.129395+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:21.552 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:21 smithi001 bash[21415]: cluster 2024-03-21T13:27:20.129395+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:21.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:21 smithi106 bash[22227]: cluster 2024-03-21T13:27:20.129395+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:21.968 INFO:teuthology.orchestra.run.smithi001.stdout:55834574874 2024-03-21T13:27:21.969 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-21T13:27:22.010 INFO:teuthology.orchestra.run.smithi001.stdout:34359738404 2024-03-21T13:27:22.011 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-21T13:27:23.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:23 smithi188 bash[22197]: cluster 2024-03-21T13:27:22.129755+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:23.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:23 smithi188 bash[22197]: audit 2024-03-21T13:27:22.214931+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:23.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:23 smithi188 bash[22197]: audit 2024-03-21T13:27:22.219034+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:23.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:23 smithi188 bash[22197]: audit 2024-03-21T13:27:22.224724+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:23.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:23 smithi106 bash[22227]: cluster 2024-03-21T13:27:22.129755+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:23.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:23 smithi106 bash[22227]: audit 2024-03-21T13:27:22.214931+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:23.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:23 smithi106 bash[22227]: audit 2024-03-21T13:27:22.219034+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:23.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:23 smithi106 bash[22227]: audit 2024-03-21T13:27:22.224724+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:23.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:23 smithi001 bash[21415]: cluster 2024-03-21T13:27:22.129755+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:23.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:23 smithi001 bash[21415]: audit 2024-03-21T13:27:22.214931+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:23.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:23 smithi001 bash[21415]: audit 2024-03-21T13:27:22.219034+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:23.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:23 smithi001 bash[21415]: audit 2024-03-21T13:27:22.224724+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:25.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:25 smithi188 bash[22197]: cluster 2024-03-21T13:27:24.130253+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:25.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:25 smithi106 bash[22227]: cluster 2024-03-21T13:27:24.130253+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:25.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:25 smithi001 bash[21415]: cluster 2024-03-21T13:27:24.130253+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:25.886 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:27:26.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:26 smithi188 bash[22197]: cluster 2024-03-21T13:27:26.130795+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:26.602 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:26 smithi001 bash[21415]: cluster 2024-03-21T13:27:26.130795+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:26.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:26 smithi106 bash[22227]: cluster 2024-03-21T13:27:26.130795+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:26.893 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:27:26.893 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:27:29.040 INFO:teuthology.orchestra.run.smithi001.stdout:77309411344 2024-03-21T13:27:29.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:29 smithi188 bash[22197]: cluster 2024-03-21T13:27:28.131345+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:29.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:29 smithi188 bash[22197]: audit 2024-03-21T13:27:29.042868+0000 mon.a (mon.0) 632 : audit [DBG] from='client.? 172.21.15.1:0/3771683834' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T13:27:29.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:29 smithi106 bash[22227]: cluster 2024-03-21T13:27:28.131345+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:29.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:29 smithi106 bash[22227]: audit 2024-03-21T13:27:29.042868+0000 mon.a (mon.0) 632 : audit [DBG] from='client.? 172.21.15.1:0/3771683834' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T13:27:29.712 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:29 smithi001 bash[21415]: cluster 2024-03-21T13:27:28.131345+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:29.712 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:29 smithi001 bash[21415]: audit 2024-03-21T13:27:29.042868+0000 mon.a (mon.0) 632 : audit [DBG] from='client.? 172.21.15.1:0/3771683834' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T13:27:30.443 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411342 got 77309411344 for osd.2 2024-03-21T13:27:30.443 DEBUG:teuthology.parallel:result is None 2024-03-21T13:27:31.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:31 smithi001 bash[21415]: cluster 2024-03-21T13:27:30.131920+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:31.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:31 smithi188 bash[22197]: cluster 2024-03-21T13:27:30.131920+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:31.538 INFO:teuthology.orchestra.run.smithi001.stdout:55834574875 2024-03-21T13:27:31.540 INFO:teuthology.orchestra.run.smithi001.stdout:34359738406 2024-03-21T13:27:31.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:31 smithi106 bash[22227]: cluster 2024-03-21T13:27:30.131920+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:32.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:32 smithi188 bash[22197]: audit 2024-03-21T13:27:31.541663+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.1:0/2489879194' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T13:27:32.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:32 smithi188 bash[22197]: audit 2024-03-21T13:27:31.543124+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.1:0/2584591947' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T13:27:32.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:32 smithi188 bash[22197]: audit 2024-03-21T13:27:32.093691+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:32.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:32 smithi188 bash[22197]: audit 2024-03-21T13:27:32.102533+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:32.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:32 smithi188 bash[22197]: audit 2024-03-21T13:27:32.112769+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:32.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:32 smithi106 bash[22227]: audit 2024-03-21T13:27:31.541663+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.1:0/2489879194' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T13:27:32.664 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:32 smithi106 bash[22227]: audit 2024-03-21T13:27:31.543124+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.1:0/2584591947' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T13:27:32.664 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:32 smithi106 bash[22227]: audit 2024-03-21T13:27:32.093691+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:32.664 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:32 smithi106 bash[22227]: audit 2024-03-21T13:27:32.102533+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:32.664 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:32 smithi106 bash[22227]: audit 2024-03-21T13:27:32.112769+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:32.665 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:32 smithi001 bash[21415]: audit 2024-03-21T13:27:31.541663+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.1:0/2489879194' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T13:27:32.665 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:32 smithi001 bash[21415]: audit 2024-03-21T13:27:31.543124+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.1:0/2584591947' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T13:27:32.665 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:32 smithi001 bash[21415]: audit 2024-03-21T13:27:32.093691+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:32.665 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:32 smithi001 bash[21415]: audit 2024-03-21T13:27:32.102533+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:32.665 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:32 smithi001 bash[21415]: audit 2024-03-21T13:27:32.112769+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:32.703 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738404 got 34359738406 for osd.0 2024-03-21T13:27:32.704 DEBUG:teuthology.parallel:result is None 2024-03-21T13:27:32.738 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574874 got 55834574875 for osd.1 2024-03-21T13:27:32.738 DEBUG:teuthology.parallel:result is None 2024-03-21T13:27:32.738 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-21T13:27:32.738 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-21T13:27:33.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:33 smithi188 bash[22197]: cluster 2024-03-21T13:27:32.132449+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:33.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:33 smithi188 bash[22197]: audit 2024-03-21T13:27:32.231922+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:27:33.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:33 smithi188 bash[22197]: audit 2024-03-21T13:27:32.238168+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:27:33.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:33 smithi188 bash[22197]: audit 2024-03-21T13:27:32.239982+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:27:33.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:33 smithi188 bash[22197]: audit 2024-03-21T13:27:32.250276+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:33.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:33 smithi106 bash[22227]: cluster 2024-03-21T13:27:32.132449+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:33.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:33 smithi106 bash[22227]: audit 2024-03-21T13:27:32.231922+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:27:33.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:33 smithi106 bash[22227]: audit 2024-03-21T13:27:32.238168+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:27:33.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:33 smithi106 bash[22227]: audit 2024-03-21T13:27:32.239982+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:27:33.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:33 smithi106 bash[22227]: audit 2024-03-21T13:27:32.250276+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:33.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:33 smithi001 bash[21415]: cluster 2024-03-21T13:27:32.132449+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:33.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:33 smithi001 bash[21415]: audit 2024-03-21T13:27:32.231922+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:27:33.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:33 smithi001 bash[21415]: audit 2024-03-21T13:27:32.238168+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:27:33.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:33 smithi001 bash[21415]: audit 2024-03-21T13:27:32.239982+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:27:33.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:33 smithi001 bash[21415]: audit 2024-03-21T13:27:32.250276+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:35.459 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:35 smithi106 bash[22227]: cluster 2024-03-21T13:27:34.133008+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:35.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:35 smithi188 bash[22197]: cluster 2024-03-21T13:27:34.133008+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:35.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:35 smithi001 bash[21415]: cluster 2024-03-21T13:27:34.133008+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:37.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:37 smithi106 bash[22227]: cluster 2024-03-21T13:27:36.133667+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:37.505 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:27:37.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:37 smithi188 bash[22197]: cluster 2024-03-21T13:27:36.133667+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:37.527 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:37 smithi001 bash[21415]: cluster 2024-03-21T13:27:36.133667+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:38.898 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:38 smithi001 bash[21415]: audit 2024-03-21T13:27:37.656121+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:38.898 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:38 smithi001 bash[21415]: audit 2024-03-21T13:27:37.664899+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:38.898 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:38 smithi001 bash[21415]: audit 2024-03-21T13:27:37.674895+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:38.898 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:38 smithi001 bash[21415]: cluster 2024-03-21T13:27:38.134211+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:39.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:38 smithi188 bash[22197]: audit 2024-03-21T13:27:37.656121+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:39.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:38 smithi188 bash[22197]: audit 2024-03-21T13:27:37.664899+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:39.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:38 smithi188 bash[22197]: audit 2024-03-21T13:27:37.674895+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:39.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:38 smithi188 bash[22197]: cluster 2024-03-21T13:27:38.134211+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:39.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:38 smithi106 bash[22227]: audit 2024-03-21T13:27:37.656121+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:39.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:38 smithi106 bash[22227]: audit 2024-03-21T13:27:37.664899+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:39.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:38 smithi106 bash[22227]: audit 2024-03-21T13:27:37.674895+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:39.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:38 smithi106 bash[22227]: cluster 2024-03-21T13:27:38.134211+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:40.877 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:27:40.880 INFO:teuthology.orchestra.run.smithi001.stderr:dumped all 2024-03-21T13:27:41.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:41 smithi001 bash[21415]: cluster 2024-03-21T13:27:40.134773+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:41.500 INFO:teuthology.orchestra.run.smithi001.stdout:{"pg_ready":true,"pg_map":{"version":196,"stamp":"2024-03-21T13:27:40.134515+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":93532,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281141924,"statfs":{"total":287985106944,"available":287889330176,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4783,"internal_metadata":91483473},"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.003411"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-03-21T13:26:29.639887+0000","last_change":"2024-03-21T13:26:23.774571+0000","last_active":"2024-03-21T13:26:29.639887+0000","last_peered":"2024-03-21T13:26:29.639887+0000","last_clean":"2024-03-21T13:26:29.639887+0000","last_became_active":"2024-03-21T13:26:23.773901+0000","last_became_peered":"2024-03-21T13:26:23.773901+0000","last_unstale":"2024-03-21T13:26:29.639887+0000","last_undegraded":"2024-03-21T13:26:29.639887+0000","last_fullsized":"2024-03-21T13:26:29.639887+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-03-21T13:26:22.757541+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-21T13:26:22.757541+0000","last_clean_scrub_stamp":"2024-03-21T13:26:22.757541+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-23T00:55:29.329572+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":77309411347,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":34359738408,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32564,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712588,"statfs":{"total":95995035648,"available":95961690112,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574877,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32564,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712588,"statfs":{"total":95995035648,"available":95961690112,"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-03-21T13:27:41.501 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-21T13:27:41.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:41 smithi188 bash[22197]: cluster 2024-03-21T13:27:40.134773+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:41.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:41 smithi106 bash[22227]: cluster 2024-03-21T13:27:40.134773+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:42.482 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:42 smithi188 bash[22197]: audit 2024-03-21T13:27:40.879969+0000 mgr.a (mgr.14152) 252 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:27:42.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:42 smithi106 bash[22227]: audit 2024-03-21T13:27:40.879969+0000 mgr.a (mgr.14152) 252 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:27:42.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:42 smithi001 bash[21415]: audit 2024-03-21T13:27:40.879969+0000 mgr.a (mgr.14152) 252 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:27:43.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:43 smithi001 bash[21415]: cluster 2024-03-21T13:27:42.135433+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:43.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:43 smithi001 bash[21415]: audit 2024-03-21T13:27:42.412955+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:43.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:43 smithi001 bash[21415]: audit 2024-03-21T13:27:42.420784+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:43.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:43 smithi001 bash[21415]: audit 2024-03-21T13:27:42.429340+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:43.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:43 smithi188 bash[22197]: cluster 2024-03-21T13:27:42.135433+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:43.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:43 smithi188 bash[22197]: audit 2024-03-21T13:27:42.412955+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:43.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:43 smithi188 bash[22197]: audit 2024-03-21T13:27:42.420784+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:43.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:43 smithi188 bash[22197]: audit 2024-03-21T13:27:42.429340+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:43.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:43 smithi106 bash[22227]: cluster 2024-03-21T13:27:42.135433+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:43.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:43 smithi106 bash[22227]: audit 2024-03-21T13:27:42.412955+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:43.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:43 smithi106 bash[22227]: audit 2024-03-21T13:27:42.420784+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:43.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:43 smithi106 bash[22227]: audit 2024-03-21T13:27:42.429340+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:45.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:45 smithi188 bash[22197]: cluster 2024-03-21T13:27:44.136035+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:45.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:45 smithi106 bash[22227]: cluster 2024-03-21T13:27:44.136035+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:45.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:45 smithi001 bash[21415]: cluster 2024-03-21T13:27:44.136035+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:45.986 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:27:47.400 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:47 smithi001 bash[21415]: cluster 2024-03-21T13:27:46.136596+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:47.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:47 smithi188 bash[22197]: cluster 2024-03-21T13:27:46.136596+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:47.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:47 smithi106 bash[22227]: cluster 2024-03-21T13:27:46.136596+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:48.417 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:27:48.420 INFO:teuthology.orchestra.run.smithi001.stderr:dumped all 2024-03-21T13:27:49.040 INFO:teuthology.orchestra.run.smithi001.stdout:{"pg_ready":true,"pg_map":{"version":200,"stamp":"2024-03-21T13:27:48.136798+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":93532,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281141924,"statfs":{"total":287985106944,"available":287889330176,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4783,"internal_metadata":91483473},"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.003483"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-03-21T13:26:29.639887+0000","last_change":"2024-03-21T13:26:23.774571+0000","last_active":"2024-03-21T13:26:29.639887+0000","last_peered":"2024-03-21T13:26:29.639887+0000","last_clean":"2024-03-21T13:26:29.639887+0000","last_became_active":"2024-03-21T13:26:23.773901+0000","last_became_peered":"2024-03-21T13:26:23.773901+0000","last_unstale":"2024-03-21T13:26:29.639887+0000","last_undegraded":"2024-03-21T13:26:29.639887+0000","last_fullsized":"2024-03-21T13:26:29.639887+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-03-21T13:26:22.757541+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-21T13:26:22.757541+0000","last_clean_scrub_stamp":"2024-03-21T13:26:22.757541+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-23T00:55:29.329572+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411348,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":32564,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712588,"statfs":{"total":95995035648,"available":95961690112,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":32564,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712588,"statfs":{"total":95995035648,"available":95961690112,"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-03-21T13:27:49.041 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-21T13:27:49.041 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-21T13:27:49.041 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-21T13:27:49.041 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph health --format=json 2024-03-21T13:27:49.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:49 smithi001 bash[21415]: cluster 2024-03-21T13:27:48.136947+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:49.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:49 smithi188 bash[22197]: cluster 2024-03-21T13:27:48.136947+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:49.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:49 smithi106 bash[22227]: cluster 2024-03-21T13:27:48.136947+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:50.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:50 smithi188 bash[22197]: audit 2024-03-21T13:27:48.419211+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:27:50.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:50 smithi106 bash[22227]: audit 2024-03-21T13:27:48.419211+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:27:50.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:50 smithi001 bash[21415]: audit 2024-03-21T13:27:48.419211+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:27:51.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:51 smithi188 bash[22197]: cluster 2024-03-21T13:27:50.137369+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:51.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:51 smithi106 bash[22227]: cluster 2024-03-21T13:27:50.137369+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:51.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:51 smithi001 bash[21415]: cluster 2024-03-21T13:27:50.137369+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:52.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:52 smithi188 bash[22197]: cluster 2024-03-21T13:27:52.137913+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:52.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:52 smithi106 bash[22227]: cluster 2024-03-21T13:27:52.137913+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:52.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:52 smithi001 bash[21415]: cluster 2024-03-21T13:27:52.137913+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:53.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:53 smithi106 bash[22227]: audit 2024-03-21T13:27:52.296932+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:53.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:53 smithi106 bash[22227]: audit 2024-03-21T13:27:52.305654+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:53.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:53 smithi106 bash[22227]: audit 2024-03-21T13:27:52.316176+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:53.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:53 smithi001 bash[21415]: audit 2024-03-21T13:27:52.296932+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:53.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:53 smithi001 bash[21415]: audit 2024-03-21T13:27:52.305654+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:53.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:53 smithi001 bash[21415]: audit 2024-03-21T13:27:52.316176+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:53.765 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:53 smithi188 bash[22197]: audit 2024-03-21T13:27:52.296932+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:53.765 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:53 smithi188 bash[22197]: audit 2024-03-21T13:27:52.305654+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:53.765 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:53 smithi188 bash[22197]: audit 2024-03-21T13:27:52.316176+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:53.769 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:27:54.558 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:54 smithi001 bash[21415]: cluster 2024-03-21T13:27:54.138399+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:54.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:54 smithi106 bash[22227]: cluster 2024-03-21T13:27:54.138399+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:54.765 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:54 smithi188 bash[22197]: cluster 2024-03-21T13:27:54.138399+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:56.383 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-03-21T13:27:56.384 INFO:teuthology.orchestra.run.smithi001.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-21T13:27:57.028 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-21T13:27:57.028 INFO:tasks.cephadm:Setup complete, yielding 2024-03-21T13:27:57.029 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T13:27:57.039 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2024-03-21T13:27:57.039 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2024-03-21T13:27:57.394 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:57 smithi106 bash[22227]: cluster 2024-03-21T13:27:56.138806+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:57.394 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:57 smithi106 bash[22227]: audit 2024-03-21T13:27:56.386274+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.1:0/2376891688' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T13:27:57.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:57 smithi001 bash[21415]: cluster 2024-03-21T13:27:56.138806+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:57.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:57 smithi001 bash[21415]: audit 2024-03-21T13:27:56.386274+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.1:0/2376891688' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T13:27:57.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:57 smithi188 bash[22197]: cluster 2024-03-21T13:27:56.138806+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:57.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:57 smithi188 bash[22197]: audit 2024-03-21T13:27:56.386274+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.1:0/2376891688' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T13:27:58.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:58 smithi001 bash[21415]: audit 2024-03-21T13:27:57.874660+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:58.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:58 smithi001 bash[21415]: audit 2024-03-21T13:27:57.879605+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:58.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:58 smithi001 bash[21415]: audit 2024-03-21T13:27:57.887794+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:58.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:27:58 smithi001 bash[21415]: cluster 2024-03-21T13:27:58.139347+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:59.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:58 smithi106 bash[22227]: audit 2024-03-21T13:27:57.874660+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:59.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:58 smithi106 bash[22227]: audit 2024-03-21T13:27:57.879605+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:59.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:58 smithi106 bash[22227]: audit 2024-03-21T13:27:57.887794+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:59.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:27:58 smithi106 bash[22227]: cluster 2024-03-21T13:27:58.139347+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:27:59.265 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:58 smithi188 bash[22197]: audit 2024-03-21T13:27:57.874660+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:59.265 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:58 smithi188 bash[22197]: audit 2024-03-21T13:27:57.879605+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:59.265 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:58 smithi188 bash[22197]: audit 2024-03-21T13:27:57.887794+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:27:59.265 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:27:58 smithi188 bash[22197]: cluster 2024-03-21T13:27:58.139347+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:28:01.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:01 smithi188 bash[22197]: cluster 2024-03-21T13:28:00.139883+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:28:01.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:01 smithi106 bash[22227]: cluster 2024-03-21T13:28:00.139883+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:28:01.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:01 smithi001 bash[21415]: cluster 2024-03-21T13:28:00.139883+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:28:02.065 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:28:03.487 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:03 smithi188 bash[22197]: cluster 2024-03-21T13:28:02.140420+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:28:03.487 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:03 smithi188 bash[22197]: audit 2024-03-21T13:28:02.623863+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:28:03.487 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:03 smithi188 bash[22197]: audit 2024-03-21T13:28:02.630147+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:28:03.487 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:03 smithi188 bash[22197]: audit 2024-03-21T13:28:02.637612+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:28:03.600 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:03 smithi001 bash[21415]: cluster 2024-03-21T13:28:02.140420+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:28:03.600 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:03 smithi001 bash[21415]: audit 2024-03-21T13:28:02.623863+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:28:03.601 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:03 smithi001 bash[21415]: audit 2024-03-21T13:28:02.630147+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:28:03.601 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:03 smithi001 bash[21415]: audit 2024-03-21T13:28:02.637612+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:28:03.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:03 smithi106 bash[22227]: cluster 2024-03-21T13:28:02.140420+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:28:03.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:03 smithi106 bash[22227]: audit 2024-03-21T13:28:02.623863+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:28:03.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:03 smithi106 bash[22227]: audit 2024-03-21T13:28:02.630147+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:28:03.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:03 smithi106 bash[22227]: audit 2024-03-21T13:28:02.637612+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.1:0/3480170652' entity='mgr.a' 2024-03-21T13:28:05.486 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:05 smithi188 bash[22197]: cluster 2024-03-21T13:28:04.140924+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:28:05.486 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:05 smithi188 bash[22197]: audit 2024-03-21T13:28:04.719794+0000 mon.a (mon.0) 658 : audit [INF] from='client.? 172.21.15.1:0/1474008203' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-21T13:28:05.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:05 smithi106 bash[22227]: cluster 2024-03-21T13:28:04.140924+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:28:05.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:05 smithi106 bash[22227]: audit 2024-03-21T13:28:04.719794+0000 mon.a (mon.0) 658 : audit [INF] from='client.? 172.21.15.1:0/1474008203' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-21T13:28:05.643 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:05 smithi106 bash[23296]: ignoring --setuser ceph since I am not root 2024-03-21T13:28:05.643 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:05 smithi106 bash[23296]: ignoring --setgroup ceph since I am not root 2024-03-21T13:28:05.643 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:05 smithi106 bash[23296]: debug 2024-03-21T13:28:05.282+0000 7f789314d700 1 -- 172.21.15.106:0/2596621799 <== mon.2 v2:172.21.15.106:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f66cc245a0 con 0x55f66d9a2400 2024-03-21T13:28:05.643 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:05 smithi106 bash[23296]: debug 2024-03-21T13:28:05.426+0000 7f789cf3e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:28:05.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:05 smithi001 bash[21415]: cluster 2024-03-21T13:28:04.140924+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:28:05.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:05 smithi001 bash[21415]: audit 2024-03-21T13:28:04.719794+0000 mon.a (mon.0) 658 : audit [INF] from='client.? 172.21.15.1:0/1474008203' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-21T13:28:05.655 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:05 smithi001 bash[21669]: ignoring --setuser ceph since I am not root 2024-03-21T13:28:05.655 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:05 smithi001 bash[21669]: ignoring --setgroup ceph since I am not root 2024-03-21T13:28:05.655 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:05 smithi001 bash[21669]: debug 2024-03-21T13:28:05.417+0000 7f29b7a8e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:28:05.846 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2024-03-21T13:28:05.858 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2024-03-21T13:28:05.858 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- ceph rgw realm bootstrap -i - 2024-03-21T13:28:06.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:06 smithi188 bash[22197]: audit 2024-03-21T13:28:05.206237+0000 mon.a (mon.0) 659 : audit [INF] from='client.? 172.21.15.1:0/1474008203' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-21T13:28:06.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:06 smithi188 bash[22197]: cluster 2024-03-21T13:28:05.216001+0000 mon.a (mon.0) 660 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-03-21T13:28:06.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:06 smithi106 bash[22227]: audit 2024-03-21T13:28:05.206237+0000 mon.a (mon.0) 659 : audit [INF] from='client.? 172.21.15.1:0/1474008203' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-21T13:28:06.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:06 smithi106 bash[22227]: cluster 2024-03-21T13:28:05.216001+0000 mon.a (mon.0) 660 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-03-21T13:28:06.654 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:06 smithi001 bash[21415]: audit 2024-03-21T13:28:05.206237+0000 mon.a (mon.0) 659 : audit [INF] from='client.? 172.21.15.1:0/1474008203' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-21T13:28:06.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:06 smithi001 bash[21415]: cluster 2024-03-21T13:28:05.216001+0000 mon.a (mon.0) 660 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-03-21T13:28:07.343 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:06 smithi106 bash[23296]: debug 2024-03-21T13:28:06.990+0000 7f789cf3e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:28:07.343 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:07 smithi106 bash[23296]: debug 2024-03-21T13:28:07.086+0000 7f789cf3e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:28:07.396 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:07 smithi001 bash[21669]: debug 2024-03-21T13:28:07.033+0000 7f29b7a8e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:28:07.396 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:07 smithi001 bash[21669]: debug 2024-03-21T13:28:07.137+0000 7f29b7a8e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:28:07.642 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:07 smithi106 bash[23296]: debug 2024-03-21T13:28:07.342+0000 7f789cf3e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:28:07.654 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:07 smithi001 bash[21669]: debug 2024-03-21T13:28:07.393+0000 7f29b7a8e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:28:08.392 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:08 smithi106 bash[23296]: debug 2024-03-21T13:28:08.126+0000 7f789cf3e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:28:08.392 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:08 smithi106 bash[23296]: debug 2024-03-21T13:28:08.234+0000 7f789cf3e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:28:08.392 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:08 smithi106 bash[23296]: debug 2024-03-21T13:28:08.338+0000 7f789cf3e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:28:08.654 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:08 smithi001 bash[21669]: debug 2024-03-21T13:28:08.221+0000 7f29b7a8e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:28:08.655 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:08 smithi001 bash[21669]: debug 2024-03-21T13:28:08.337+0000 7f29b7a8e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:28:08.655 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:08 smithi001 bash[21669]: debug 2024-03-21T13:28:08.445+0000 7f29b7a8e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:28:09.142 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:08 smithi106 bash[23296]: debug 2024-03-21T13:28:08.690+0000 7f789cf3e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:28:09.142 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:08 smithi106 bash[23296]: debug 2024-03-21T13:28:08.802+0000 7f789cf3e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:28:09.142 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:08 smithi106 bash[23296]: debug 2024-03-21T13:28:08.906+0000 7f789cf3e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:28:09.155 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:08 smithi001 bash[21669]: debug 2024-03-21T13:28:08.817+0000 7f29b7a8e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:28:09.155 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:08 smithi001 bash[21669]: debug 2024-03-21T13:28:08.937+0000 7f29b7a8e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:28:09.155 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:09 smithi001 bash[21669]: debug 2024-03-21T13:28:09.045+0000 7f29b7a8e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:28:09.642 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:09 smithi106 bash[23296]: debug 2024-03-21T13:28:09.258+0000 7f789cf3e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:28:09.642 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:09 smithi106 bash[23296]: debug 2024-03-21T13:28:09.498+0000 7f789cf3e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:28:09.905 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:09 smithi001 bash[21669]: debug 2024-03-21T13:28:09.417+0000 7f29b7a8e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:28:09.905 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:09 smithi001 bash[21669]: debug 2024-03-21T13:28:09.665+0000 7f29b7a8e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:28:10.139 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:09 smithi106 bash[23296]: debug 2024-03-21T13:28:09.754+0000 7f789cf3e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:28:10.139 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:09 smithi106 bash[23296]: debug 2024-03-21T13:28:09.866+0000 7f789cf3e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:28:10.139 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:10 smithi106 bash[23296]: debug 2024-03-21T13:28:10.138+0000 7f789cf3e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:28:10.349 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:09 smithi001 bash[21669]: debug 2024-03-21T13:28:09.941+0000 7f29b7a8e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:28:10.349 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:10 smithi001 bash[21669]: debug 2024-03-21T13:28:10.061+0000 7f29b7a8e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:28:10.566 INFO:teuthology.orchestra.run.smithi001.stdout:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:28:10.654 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:10 smithi001 bash[21669]: debug 2024-03-21T13:28:10.345+0000 7f29b7a8e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:28:10.892 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:10 smithi106 bash[23296]: debug 2024-03-21T13:28:10.546+0000 7f789cf3e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:28:10.892 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:10 smithi106 bash[23296]: debug 2024-03-21T13:28:10.782+0000 7f789cf3e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:28:11.031 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:10 smithi001 bash[21669]: debug 2024-03-21T13:28:10.777+0000 7f29b7a8e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:28:11.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:11 smithi001 bash[21669]: debug 2024-03-21T13:28:11.029+0000 7f29b7a8e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:28:11.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:11 smithi001 bash[21669]: debug 2024-03-21T13:28:11.153+0000 7f29b7a8e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:28:11.392 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:10 smithi106 bash[23296]: debug 2024-03-21T13:28:10.902+0000 7f789cf3e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:28:11.392 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:11 smithi106 bash[23296]: debug 2024-03-21T13:28:11.146+0000 7f789cf3e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:28:11.644 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:11 smithi001 bash[21669]: debug 2024-03-21T13:28:11.425+0000 7f29b7a8e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:28:12.392 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:12 smithi106 bash[23296]: debug 2024-03-21T13:28:12.142+0000 7f789cf3e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:28:12.392 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:12 smithi106 bash[23296]: debug 2024-03-21T13:28:12.254+0000 7f789cf3e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:28:12.738 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:12 smithi001 bash[21669]: debug 2024-03-21T13:28:12.477+0000 7f29b7a8e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:28:12.738 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:12 smithi001 bash[21669]: debug 2024-03-21T13:28:12.601+0000 7f29b7a8e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:28:12.892 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:12 smithi106 bash[23296]: debug 2024-03-21T13:28:12.546+0000 7f789cf3e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:28:12.892 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:12 smithi106 bash[23296]: debug 2024-03-21T13:28:12.658+0000 7f789cf3e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:28:13.045 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:12 smithi001 bash[21669]: debug 2024-03-21T13:28:12.921+0000 7f29b7a8e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:28:13.392 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:13 smithi106 bash[23296]: debug 2024-03-21T13:28:13.106+0000 7f789cf3e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:28:13.392 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:13 smithi106 bash[23296]: debug 2024-03-21T13:28:13.226+0000 7f789cf3e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:28:13.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:13 smithi106 bash[22227]: cluster 2024-03-21T13:28:13.253834+0000 mon.a (mon.0) 661 : cluster [DBG] Standby manager daemon b restarted 2024-03-21T13:28:13.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:13 smithi106 bash[22227]: cluster 2024-03-21T13:28:13.254005+0000 mon.a (mon.0) 662 : cluster [DBG] Standby manager daemon b started 2024-03-21T13:28:13.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:13 smithi106 bash[22227]: audit 2024-03-21T13:28:13.259341+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.106:0/3429547151' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T13:28:13.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:13 smithi106 bash[22227]: audit 2024-03-21T13:28:13.260574+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.106:0/3429547151' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:28:13.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:13 smithi106 bash[22227]: audit 2024-03-21T13:28:13.262021+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.106:0/3429547151' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T13:28:13.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:13 smithi106 bash[22227]: audit 2024-03-21T13:28:13.262658+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.106:0/3429547151' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:28:13.653 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:13 smithi001 bash[21669]: debug 2024-03-21T13:28:13.041+0000 7f29b7a8e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:28:13.654 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:13 smithi001 bash[21669]: debug 2024-03-21T13:28:13.521+0000 7f29b7a8e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:28:13.654 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:13 smithi001 bash[21415]: cluster 2024-03-21T13:28:13.253834+0000 mon.a (mon.0) 661 : cluster [DBG] Standby manager daemon b restarted 2024-03-21T13:28:13.654 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:13 smithi001 bash[21415]: cluster 2024-03-21T13:28:13.254005+0000 mon.a (mon.0) 662 : cluster [DBG] Standby manager daemon b started 2024-03-21T13:28:13.654 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:13 smithi001 bash[21415]: audit 2024-03-21T13:28:13.259341+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.106:0/3429547151' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T13:28:13.654 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:13 smithi001 bash[21415]: audit 2024-03-21T13:28:13.260574+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.106:0/3429547151' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:28:13.654 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:13 smithi001 bash[21415]: audit 2024-03-21T13:28:13.262021+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.106:0/3429547151' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T13:28:13.654 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:13 smithi001 bash[21415]: audit 2024-03-21T13:28:13.262658+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.106:0/3429547151' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:28:13.765 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:13 smithi188 bash[22197]: cluster 2024-03-21T13:28:13.253834+0000 mon.a (mon.0) 661 : cluster [DBG] Standby manager daemon b restarted 2024-03-21T13:28:13.765 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:13 smithi188 bash[22197]: cluster 2024-03-21T13:28:13.254005+0000 mon.a (mon.0) 662 : cluster [DBG] Standby manager daemon b started 2024-03-21T13:28:13.765 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:13 smithi188 bash[22197]: audit 2024-03-21T13:28:13.259341+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.106:0/3429547151' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T13:28:13.765 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:13 smithi188 bash[22197]: audit 2024-03-21T13:28:13.260574+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.106:0/3429547151' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:28:13.765 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:13 smithi188 bash[22197]: audit 2024-03-21T13:28:13.262021+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.106:0/3429547151' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T13:28:13.765 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:13 smithi188 bash[22197]: audit 2024-03-21T13:28:13.262658+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.106:0/3429547151' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:28:13.904 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:13 smithi001 bash[21669]: debug 2024-03-21T13:28:13.649+0000 7f29b7a8e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:28:14.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: cluster 2024-03-21T13:28:13.316661+0000 mon.a (mon.0) 663 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-03-21T13:28:14.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: cluster 2024-03-21T13:28:13.679696+0000 mon.a (mon.0) 664 : cluster [INF] Active manager daemon a restarted 2024-03-21T13:28:14.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: cluster 2024-03-21T13:28:13.679986+0000 mon.a (mon.0) 665 : cluster [INF] Activating manager daemon a 2024-03-21T13:28:14.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: cluster 2024-03-21T13:28:13.686182+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-03-21T13:28:14.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: cluster 2024-03-21T13:28:13.686515+0000 mon.a (mon.0) 667 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00663304s), standbys: b 2024-03-21T13:28:14.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.691857+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:28:14.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.692409+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:28:14.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.693041+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:28:14.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.695201+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T13:28:14.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.695682+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T13:28:14.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.696095+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:28:14.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.696562+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:28:14.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.696997+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:28:14.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.697450+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:28:14.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.697677+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:28:14.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.698085+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:28:14.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: cluster 2024-03-21T13:28:13.723176+0000 mon.a (mon.0) 679 : cluster [INF] Manager daemon a is now available 2024-03-21T13:28:14.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.752871+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:14.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.758963+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:14.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.763299+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi106", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:28:14.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.764177+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi001", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:28:14.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.764393+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:28:14.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.766735+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi106", "name": "osd_memory_target"}]': finished 2024-03-21T13:28:14.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.773398+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi001", "name": "osd_memory_target"}]': finished 2024-03-21T13:28:14.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.777548+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:28:14.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.781193+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]': finished 2024-03-21T13:28:14.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.783817+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:14.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.785263+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:14.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: cephadm 2024-03-21T13:28:13.788407+0000 mgr.a (mgr.14361) 1 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.conf 2024-03-21T13:28:14.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: audit 2024-03-21T13:28:13.789349+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T13:28:14.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: cephadm 2024-03-21T13:28:13.790120+0000 mgr.a (mgr.14361) 2 : cephadm [INF] Updating smithi106:/etc/ceph/ceph.conf 2024-03-21T13:28:14.407 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:14 smithi001 bash[21415]: cephadm 2024-03-21T13:28:13.791375+0000 mgr.a (mgr.14361) 3 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-03-21T13:28:14.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: cluster 2024-03-21T13:28:13.316661+0000 mon.a (mon.0) 663 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-03-21T13:28:14.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: cluster 2024-03-21T13:28:13.679696+0000 mon.a (mon.0) 664 : cluster [INF] Active manager daemon a restarted 2024-03-21T13:28:14.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: cluster 2024-03-21T13:28:13.679986+0000 mon.a (mon.0) 665 : cluster [INF] Activating manager daemon a 2024-03-21T13:28:14.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: cluster 2024-03-21T13:28:13.686182+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-03-21T13:28:14.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: cluster 2024-03-21T13:28:13.686515+0000 mon.a (mon.0) 667 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00663304s), standbys: b 2024-03-21T13:28:14.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.691857+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:28:14.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.692409+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:28:14.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.693041+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:28:14.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.695201+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T13:28:14.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.695682+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T13:28:14.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.696095+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:28:14.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.696562+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:28:14.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.696997+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:28:14.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.697450+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:28:14.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.697677+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:28:14.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.698085+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:28:14.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: cluster 2024-03-21T13:28:13.723176+0000 mon.a (mon.0) 679 : cluster [INF] Manager daemon a is now available 2024-03-21T13:28:14.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.752871+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:14.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.758963+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:14.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.763299+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi106", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:28:14.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.764177+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi001", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:28:14.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.764393+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:28:14.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.766735+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi106", "name": "osd_memory_target"}]': finished 2024-03-21T13:28:14.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.773398+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi001", "name": "osd_memory_target"}]': finished 2024-03-21T13:28:14.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.777548+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:28:14.517 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.781193+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]': finished 2024-03-21T13:28:14.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.783817+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:14.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.785263+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:14.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: cephadm 2024-03-21T13:28:13.788407+0000 mgr.a (mgr.14361) 1 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.conf 2024-03-21T13:28:14.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: audit 2024-03-21T13:28:13.789349+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T13:28:14.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: cephadm 2024-03-21T13:28:13.790120+0000 mgr.a (mgr.14361) 2 : cephadm [INF] Updating smithi106:/etc/ceph/ceph.conf 2024-03-21T13:28:14.518 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:14 smithi188 bash[22197]: cephadm 2024-03-21T13:28:13.791375+0000 mgr.a (mgr.14361) 3 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-03-21T13:28:14.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: cluster 2024-03-21T13:28:13.316661+0000 mon.a (mon.0) 663 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-03-21T13:28:14.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: cluster 2024-03-21T13:28:13.679696+0000 mon.a (mon.0) 664 : cluster [INF] Active manager daemon a restarted 2024-03-21T13:28:14.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: cluster 2024-03-21T13:28:13.679986+0000 mon.a (mon.0) 665 : cluster [INF] Activating manager daemon a 2024-03-21T13:28:14.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: cluster 2024-03-21T13:28:13.686182+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-03-21T13:28:14.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: cluster 2024-03-21T13:28:13.686515+0000 mon.a (mon.0) 667 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00663304s), standbys: b 2024-03-21T13:28:14.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.691857+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:28:14.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.692409+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:28:14.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.693041+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:28:14.643 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.695201+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T13:28:14.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.695682+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T13:28:14.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.696095+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:28:14.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.696562+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:28:14.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.696997+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:28:14.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.697450+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:28:14.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.697677+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:28:14.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.698085+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:28:14.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: cluster 2024-03-21T13:28:13.723176+0000 mon.a (mon.0) 679 : cluster [INF] Manager daemon a is now available 2024-03-21T13:28:14.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.752871+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:14.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.758963+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:14.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.763299+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi106", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:28:14.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.764177+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi001", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:28:14.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.764393+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:28:14.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.766735+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi106", "name": "osd_memory_target"}]': finished 2024-03-21T13:28:14.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.773398+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi001", "name": "osd_memory_target"}]': finished 2024-03-21T13:28:14.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.777548+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:28:14.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.781193+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]': finished 2024-03-21T13:28:14.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.783817+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:14.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.785263+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:14.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: cephadm 2024-03-21T13:28:13.788407+0000 mgr.a (mgr.14361) 1 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.conf 2024-03-21T13:28:14.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: audit 2024-03-21T13:28:13.789349+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T13:28:14.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: cephadm 2024-03-21T13:28:13.790120+0000 mgr.a (mgr.14361) 2 : cephadm [INF] Updating smithi106:/etc/ceph/ceph.conf 2024-03-21T13:28:14.645 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:14 smithi106 bash[22227]: cephadm 2024-03-21T13:28:13.791375+0000 mgr.a (mgr.14361) 3 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-03-21T13:28:16.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: cephadm 2024-03-21T13:28:14.289261+0000 mgr.a (mgr.14361) 4 : cephadm [INF] Updating smithi001:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:28:16.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: cephadm 2024-03-21T13:28:14.425527+0000 mgr.a (mgr.14361) 5 : cephadm [INF] Updating smithi106:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:28:16.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: cephadm 2024-03-21T13:28:14.443605+0000 mgr.a (mgr.14361) 6 : cephadm [INF] Updating smithi188:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:28:16.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: cephadm 2024-03-21T13:28:14.454373+0000 mgr.a (mgr.14361) 7 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:28:16.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: cephadm 2024-03-21T13:28:14.619291+0000 mgr.a (mgr.14361) 8 : cephadm [INF] Updating smithi001:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:28:16.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: cephadm 2024-03-21T13:28:14.640016+0000 mgr.a (mgr.14361) 9 : cephadm [INF] Updating smithi106:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:28:16.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: cephadm 2024-03-21T13:28:14.658899+0000 mgr.a (mgr.14361) 10 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:28:16.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: cluster 2024-03-21T13:28:14.692965+0000 mon.a (mon.0) 692 : cluster [DBG] mgrmap e19: a(active, since 1.01308s), standbys: b 2024-03-21T13:28:16.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: audit 2024-03-21T13:28:14.694571+0000 mgr.a (mgr.14361) 11 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:16.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: cluster 2024-03-21T13:28:14.698193+0000 mgr.a (mgr.14361) 12 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:28:16.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: cephadm 2024-03-21T13:28:14.856590+0000 mgr.a (mgr.14361) 13 : cephadm [INF] Updating smithi106:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:28:16.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: cephadm 2024-03-21T13:28:14.874021+0000 mgr.a (mgr.14361) 14 : cephadm [INF] Updating smithi188:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:28:16.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: cephadm 2024-03-21T13:28:14.909330+0000 mgr.a (mgr.14361) 15 : cephadm [INF] [21/Mar/2024:13:28:14] ENGINE Bus STARTING 2024-03-21T13:28:16.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: cephadm 2024-03-21T13:28:15.032191+0000 mgr.a (mgr.14361) 16 : cephadm [INF] [21/Mar/2024:13:28:15] ENGINE Serving on https://172.21.15.1:7151 2024-03-21T13:28:16.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: cephadm 2024-03-21T13:28:15.133591+0000 mgr.a (mgr.14361) 17 : cephadm [INF] [21/Mar/2024:13:28:15] ENGINE Serving on http://172.21.15.1:8765 2024-03-21T13:28:16.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: cephadm 2024-03-21T13:28:15.133954+0000 mgr.a (mgr.14361) 18 : cephadm [INF] [21/Mar/2024:13:28:15] ENGINE Bus STARTED 2024-03-21T13:28:16.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: audit 2024-03-21T13:28:15.200073+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: audit 2024-03-21T13:28:15.206319+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: audit 2024-03-21T13:28:15.211314+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: audit 2024-03-21T13:28:15.215964+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: audit 2024-03-21T13:28:15.220725+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: audit 2024-03-21T13:28:15.227399+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.017 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: audit 2024-03-21T13:28:15.233564+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: audit 2024-03-21T13:28:15.241885+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.018 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:15 smithi188 bash[22197]: audit 2024-03-21T13:28:15.345131+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi001", "caps": []}]: dispatch 2024-03-21T13:28:16.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: cephadm 2024-03-21T13:28:14.289261+0000 mgr.a (mgr.14361) 4 : cephadm [INF] Updating smithi001:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:28:16.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: cephadm 2024-03-21T13:28:14.425527+0000 mgr.a (mgr.14361) 5 : cephadm [INF] Updating smithi106:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:28:16.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: cephadm 2024-03-21T13:28:14.443605+0000 mgr.a (mgr.14361) 6 : cephadm [INF] Updating smithi188:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:28:16.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: cephadm 2024-03-21T13:28:14.454373+0000 mgr.a (mgr.14361) 7 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:28:16.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: cephadm 2024-03-21T13:28:14.619291+0000 mgr.a (mgr.14361) 8 : cephadm [INF] Updating smithi001:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:28:16.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: cephadm 2024-03-21T13:28:14.640016+0000 mgr.a (mgr.14361) 9 : cephadm [INF] Updating smithi106:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:28:16.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: cephadm 2024-03-21T13:28:14.658899+0000 mgr.a (mgr.14361) 10 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:28:16.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: cluster 2024-03-21T13:28:14.692965+0000 mon.a (mon.0) 692 : cluster [DBG] mgrmap e19: a(active, since 1.01308s), standbys: b 2024-03-21T13:28:16.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: audit 2024-03-21T13:28:14.694571+0000 mgr.a (mgr.14361) 11 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:16.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: cluster 2024-03-21T13:28:14.698193+0000 mgr.a (mgr.14361) 12 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:28:16.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: cephadm 2024-03-21T13:28:14.856590+0000 mgr.a (mgr.14361) 13 : cephadm [INF] Updating smithi106:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:28:16.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: cephadm 2024-03-21T13:28:14.874021+0000 mgr.a (mgr.14361) 14 : cephadm [INF] Updating smithi188:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:28:16.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: cephadm 2024-03-21T13:28:14.909330+0000 mgr.a (mgr.14361) 15 : cephadm [INF] [21/Mar/2024:13:28:14] ENGINE Bus STARTING 2024-03-21T13:28:16.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: cephadm 2024-03-21T13:28:15.032191+0000 mgr.a (mgr.14361) 16 : cephadm [INF] [21/Mar/2024:13:28:15] ENGINE Serving on https://172.21.15.1:7151 2024-03-21T13:28:16.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: cephadm 2024-03-21T13:28:15.133591+0000 mgr.a (mgr.14361) 17 : cephadm [INF] [21/Mar/2024:13:28:15] ENGINE Serving on http://172.21.15.1:8765 2024-03-21T13:28:16.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: cephadm 2024-03-21T13:28:15.133954+0000 mgr.a (mgr.14361) 18 : cephadm [INF] [21/Mar/2024:13:28:15] ENGINE Bus STARTED 2024-03-21T13:28:16.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: audit 2024-03-21T13:28:15.200073+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: audit 2024-03-21T13:28:15.206319+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: audit 2024-03-21T13:28:15.211314+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: audit 2024-03-21T13:28:15.215964+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: audit 2024-03-21T13:28:15.220725+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: audit 2024-03-21T13:28:15.227399+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: audit 2024-03-21T13:28:15.233564+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: audit 2024-03-21T13:28:15.241885+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.145 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:15 smithi106 bash[22227]: audit 2024-03-21T13:28:15.345131+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi001", "caps": []}]: dispatch 2024-03-21T13:28:16.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: cephadm 2024-03-21T13:28:14.289261+0000 mgr.a (mgr.14361) 4 : cephadm [INF] Updating smithi001:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:28:16.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: cephadm 2024-03-21T13:28:14.425527+0000 mgr.a (mgr.14361) 5 : cephadm [INF] Updating smithi106:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:28:16.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: cephadm 2024-03-21T13:28:14.443605+0000 mgr.a (mgr.14361) 6 : cephadm [INF] Updating smithi188:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:28:16.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: cephadm 2024-03-21T13:28:14.454373+0000 mgr.a (mgr.14361) 7 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:28:16.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: cephadm 2024-03-21T13:28:14.619291+0000 mgr.a (mgr.14361) 8 : cephadm [INF] Updating smithi001:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:28:16.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: cephadm 2024-03-21T13:28:14.640016+0000 mgr.a (mgr.14361) 9 : cephadm [INF] Updating smithi106:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:28:16.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: cephadm 2024-03-21T13:28:14.658899+0000 mgr.a (mgr.14361) 10 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:28:16.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: cluster 2024-03-21T13:28:14.692965+0000 mon.a (mon.0) 692 : cluster [DBG] mgrmap e19: a(active, since 1.01308s), standbys: b 2024-03-21T13:28:16.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: audit 2024-03-21T13:28:14.694571+0000 mgr.a (mgr.14361) 11 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:16.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: cluster 2024-03-21T13:28:14.698193+0000 mgr.a (mgr.14361) 12 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:28:16.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: cephadm 2024-03-21T13:28:14.856590+0000 mgr.a (mgr.14361) 13 : cephadm [INF] Updating smithi106:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:28:16.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: cephadm 2024-03-21T13:28:14.874021+0000 mgr.a (mgr.14361) 14 : cephadm [INF] Updating smithi188:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:28:16.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: cephadm 2024-03-21T13:28:14.909330+0000 mgr.a (mgr.14361) 15 : cephadm [INF] [21/Mar/2024:13:28:14] ENGINE Bus STARTING 2024-03-21T13:28:16.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: cephadm 2024-03-21T13:28:15.032191+0000 mgr.a (mgr.14361) 16 : cephadm [INF] [21/Mar/2024:13:28:15] ENGINE Serving on https://172.21.15.1:7151 2024-03-21T13:28:16.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: cephadm 2024-03-21T13:28:15.133591+0000 mgr.a (mgr.14361) 17 : cephadm [INF] [21/Mar/2024:13:28:15] ENGINE Serving on http://172.21.15.1:8765 2024-03-21T13:28:16.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: cephadm 2024-03-21T13:28:15.133954+0000 mgr.a (mgr.14361) 18 : cephadm [INF] [21/Mar/2024:13:28:15] ENGINE Bus STARTED 2024-03-21T13:28:16.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: audit 2024-03-21T13:28:15.200073+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: audit 2024-03-21T13:28:15.206319+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: audit 2024-03-21T13:28:15.211314+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: audit 2024-03-21T13:28:15.215964+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: audit 2024-03-21T13:28:15.220725+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: audit 2024-03-21T13:28:15.227399+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: audit 2024-03-21T13:28:15.233564+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: audit 2024-03-21T13:28:15.241885+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:16.157 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:15 smithi001 bash[21415]: audit 2024-03-21T13:28:15.345131+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi001", "caps": []}]: dispatch 2024-03-21T13:28:16.758 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:16 smithi001 bash[21415]: cluster 2024-03-21T13:28:15.696987+0000 mgr.a (mgr.14361) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:28:16.759 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:16 smithi001 bash[21415]: cluster 2024-03-21T13:28:15.704606+0000 mon.a (mon.0) 702 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-03-21T13:28:16.759 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:16 smithi001 bash[21415]: audit 2024-03-21T13:28:15.707105+0000 mon.a (mon.0) 703 : audit [INF] from='client.? 172.21.15.1:0/752770964' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-21T13:28:16.759 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:16 smithi001 bash[21415]: audit 2024-03-21T13:28:16.374089+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi106", "caps": []}]: dispatch 2024-03-21T13:28:17.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:16 smithi188 bash[22197]: cluster 2024-03-21T13:28:15.696987+0000 mgr.a (mgr.14361) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:28:17.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:16 smithi188 bash[22197]: cluster 2024-03-21T13:28:15.704606+0000 mon.a (mon.0) 702 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-03-21T13:28:17.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:16 smithi188 bash[22197]: audit 2024-03-21T13:28:15.707105+0000 mon.a (mon.0) 703 : audit [INF] from='client.? 172.21.15.1:0/752770964' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-21T13:28:17.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:16 smithi188 bash[22197]: audit 2024-03-21T13:28:16.374089+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi106", "caps": []}]: dispatch 2024-03-21T13:28:17.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:16 smithi106 bash[22227]: cluster 2024-03-21T13:28:15.696987+0000 mgr.a (mgr.14361) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:28:17.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:16 smithi106 bash[22227]: cluster 2024-03-21T13:28:15.704606+0000 mon.a (mon.0) 702 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-03-21T13:28:17.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:16 smithi106 bash[22227]: audit 2024-03-21T13:28:15.707105+0000 mon.a (mon.0) 703 : audit [INF] from='client.? 172.21.15.1:0/752770964' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-21T13:28:17.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:16 smithi106 bash[22227]: audit 2024-03-21T13:28:16.374089+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi106", "caps": []}]: dispatch 2024-03-21T13:28:17.892 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:17 smithi106 bash[22227]: cluster 2024-03-21T13:28:16.714309+0000 mon.a (mon.0) 705 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-21T13:28:17.892 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:17 smithi106 bash[22227]: audit 2024-03-21T13:28:16.716306+0000 mon.a (mon.0) 706 : audit [INF] from='client.? 172.21.15.1:0/752770964' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-21T13:28:17.892 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:17 smithi106 bash[22227]: cluster 2024-03-21T13:28:16.723780+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-03-21T13:28:17.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:17 smithi106 bash[22227]: audit 2024-03-21T13:28:16.986918+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-03-21T13:28:17.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:17 smithi106 bash[22227]: audit 2024-03-21T13:28:16.996910+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:17.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:17 smithi106 bash[22227]: audit 2024-03-21T13:28:17.092722+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:17.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:17 smithi106 bash[22227]: audit 2024-03-21T13:28:17.234658+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:17.968 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:17 smithi001 bash[21415]: cluster 2024-03-21T13:28:16.714309+0000 mon.a (mon.0) 705 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-21T13:28:17.969 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:17 smithi001 bash[21415]: audit 2024-03-21T13:28:16.716306+0000 mon.a (mon.0) 706 : audit [INF] from='client.? 172.21.15.1:0/752770964' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-21T13:28:17.969 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:17 smithi001 bash[21415]: cluster 2024-03-21T13:28:16.723780+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-03-21T13:28:17.969 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:17 smithi001 bash[21415]: audit 2024-03-21T13:28:16.986918+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-03-21T13:28:17.969 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:17 smithi001 bash[21415]: audit 2024-03-21T13:28:16.996910+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:17.969 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:17 smithi001 bash[21415]: audit 2024-03-21T13:28:17.092722+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:17.969 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:17 smithi001 bash[21415]: audit 2024-03-21T13:28:17.234658+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:18.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:17 smithi188 bash[22197]: cluster 2024-03-21T13:28:16.714309+0000 mon.a (mon.0) 705 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-21T13:28:18.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:17 smithi188 bash[22197]: audit 2024-03-21T13:28:16.716306+0000 mon.a (mon.0) 706 : audit [INF] from='client.? 172.21.15.1:0/752770964' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-21T13:28:18.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:17 smithi188 bash[22197]: cluster 2024-03-21T13:28:16.723780+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-03-21T13:28:18.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:17 smithi188 bash[22197]: audit 2024-03-21T13:28:16.986918+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-03-21T13:28:18.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:17 smithi188 bash[22197]: audit 2024-03-21T13:28:16.996910+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:18.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:17 smithi188 bash[22197]: audit 2024-03-21T13:28:17.092722+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:18.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:17 smithi188 bash[22197]: audit 2024-03-21T13:28:17.234658+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:19.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:18 smithi188 bash[22197]: cluster 2024-03-21T13:28:17.697455+0000 mgr.a (mgr.14361) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:28:19.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:18 smithi188 bash[22197]: cluster 2024-03-21T13:28:17.728101+0000 mon.a (mon.0) 712 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-03-21T13:28:19.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:18 smithi188 bash[22197]: cluster 2024-03-21T13:28:18.248815+0000 mon.a (mon.0) 713 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-03-21T13:28:19.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:18 smithi188 bash[22197]: audit 2024-03-21T13:28:18.249050+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:19.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:18 smithi188 bash[22197]: audit 2024-03-21T13:28:18.251906+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi106", "caps": []}]: dispatch 2024-03-21T13:28:19.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:18 smithi188 bash[22197]: audit 2024-03-21T13:28:18.252118+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-03-21T13:28:19.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:18 smithi188 bash[22197]: audit 2024-03-21T13:28:18.424698+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:19.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:18 smithi188 bash[22197]: audit 2024-03-21T13:28:18.560218+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:19.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:18 smithi188 bash[22197]: audit 2024-03-21T13:28:18.665454+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:19.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:18 smithi188 bash[22197]: audit 2024-03-21T13:28:18.666611+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:19.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:18 smithi188 bash[22197]: audit 2024-03-21T13:28:18.673442+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:19.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:18 smithi188 bash[22197]: audit 2024-03-21T13:28:18.688425+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:19.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:18 smithi106 bash[22227]: cluster 2024-03-21T13:28:17.697455+0000 mgr.a (mgr.14361) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:28:19.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:18 smithi106 bash[22227]: cluster 2024-03-21T13:28:17.728101+0000 mon.a (mon.0) 712 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-03-21T13:28:19.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:18 smithi106 bash[22227]: cluster 2024-03-21T13:28:18.248815+0000 mon.a (mon.0) 713 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-03-21T13:28:19.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:18 smithi106 bash[22227]: audit 2024-03-21T13:28:18.249050+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:19.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:18 smithi106 bash[22227]: audit 2024-03-21T13:28:18.251906+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi106", "caps": []}]: dispatch 2024-03-21T13:28:19.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:18 smithi106 bash[22227]: audit 2024-03-21T13:28:18.252118+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-03-21T13:28:19.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:18 smithi106 bash[22227]: audit 2024-03-21T13:28:18.424698+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:19.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:18 smithi106 bash[22227]: audit 2024-03-21T13:28:18.560218+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:19.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:18 smithi106 bash[22227]: audit 2024-03-21T13:28:18.665454+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:19.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:18 smithi106 bash[22227]: audit 2024-03-21T13:28:18.666611+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:19.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:18 smithi106 bash[22227]: audit 2024-03-21T13:28:18.673442+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:19.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:18 smithi106 bash[22227]: audit 2024-03-21T13:28:18.688425+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:19.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:18 smithi001 bash[21415]: cluster 2024-03-21T13:28:17.697455+0000 mgr.a (mgr.14361) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:28:19.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:18 smithi001 bash[21415]: cluster 2024-03-21T13:28:17.728101+0000 mon.a (mon.0) 712 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-03-21T13:28:19.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:18 smithi001 bash[21415]: cluster 2024-03-21T13:28:18.248815+0000 mon.a (mon.0) 713 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-03-21T13:28:19.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:18 smithi001 bash[21415]: audit 2024-03-21T13:28:18.249050+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:19.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:18 smithi001 bash[21415]: audit 2024-03-21T13:28:18.251906+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi106", "caps": []}]: dispatch 2024-03-21T13:28:19.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:18 smithi001 bash[21415]: audit 2024-03-21T13:28:18.252118+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-03-21T13:28:19.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:18 smithi001 bash[21415]: audit 2024-03-21T13:28:18.424698+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:19.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:18 smithi001 bash[21415]: audit 2024-03-21T13:28:18.560218+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:19.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:18 smithi001 bash[21415]: audit 2024-03-21T13:28:18.665454+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:19.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:18 smithi001 bash[21415]: audit 2024-03-21T13:28:18.666611+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:19.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:18 smithi001 bash[21415]: audit 2024-03-21T13:28:18.673442+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:19.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:18 smithi001 bash[21415]: audit 2024-03-21T13:28:18.688425+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:19.892 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:19 smithi106 bash[22227]: cephadm 2024-03-21T13:28:18.674369+0000 mgr.a (mgr.14361) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:28:19.892 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:19 smithi106 bash[22227]: cluster 2024-03-21T13:28:18.739780+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-03-21T13:28:19.892 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:19 smithi106 bash[22227]: audit 2024-03-21T13:28:18.746149+0000 mon.a (mon.0) 724 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-21T13:28:19.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:19 smithi106 bash[22227]: audit 2024-03-21T13:28:18.764011+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-03-21T13:28:19.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:19 smithi106 bash[22227]: audit 2024-03-21T13:28:19.167185+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:19.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:19 smithi106 bash[22227]: audit 2024-03-21T13:28:19.315964+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:19.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:19 smithi106 bash[22227]: audit 2024-03-21T13:28:19.355111+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:19.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:19 smithi106 bash[22227]: audit 2024-03-21T13:28:19.369301+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:19.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:19 smithi106 bash[22227]: audit 2024-03-21T13:28:19.478365+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:19.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:19 smithi106 bash[22227]: audit 2024-03-21T13:28:19.517845+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:19.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:19 smithi106 bash[22227]: audit 2024-03-21T13:28:19.642320+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:19.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:19 smithi106 bash[22227]: audit 2024-03-21T13:28:19.663308+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:20.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:19 smithi188 bash[22197]: cephadm 2024-03-21T13:28:18.674369+0000 mgr.a (mgr.14361) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:28:20.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:19 smithi188 bash[22197]: cluster 2024-03-21T13:28:18.739780+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-03-21T13:28:20.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:19 smithi188 bash[22197]: audit 2024-03-21T13:28:18.746149+0000 mon.a (mon.0) 724 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-21T13:28:20.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:19 smithi188 bash[22197]: audit 2024-03-21T13:28:18.764011+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-03-21T13:28:20.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:19 smithi188 bash[22197]: audit 2024-03-21T13:28:19.167185+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:20.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:19 smithi188 bash[22197]: audit 2024-03-21T13:28:19.315964+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:20.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:19 smithi188 bash[22197]: audit 2024-03-21T13:28:19.355111+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:20.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:19 smithi188 bash[22197]: audit 2024-03-21T13:28:19.369301+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:20.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:19 smithi188 bash[22197]: audit 2024-03-21T13:28:19.478365+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:20.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:19 smithi188 bash[22197]: audit 2024-03-21T13:28:19.517845+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:20.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:19 smithi188 bash[22197]: audit 2024-03-21T13:28:19.642320+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:20.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:19 smithi188 bash[22197]: audit 2024-03-21T13:28:19.663308+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:20.041 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:19 smithi001 bash[21415]: cephadm 2024-03-21T13:28:18.674369+0000 mgr.a (mgr.14361) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:28:20.042 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:19 smithi001 bash[21415]: cluster 2024-03-21T13:28:18.739780+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-03-21T13:28:20.042 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:19 smithi001 bash[21415]: audit 2024-03-21T13:28:18.746149+0000 mon.a (mon.0) 724 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-21T13:28:20.042 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:19 smithi001 bash[21415]: audit 2024-03-21T13:28:18.764011+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-03-21T13:28:20.042 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:19 smithi001 bash[21415]: audit 2024-03-21T13:28:19.167185+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:20.042 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:19 smithi001 bash[21415]: audit 2024-03-21T13:28:19.315964+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:20.042 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:19 smithi001 bash[21415]: audit 2024-03-21T13:28:19.355111+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:20.042 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:19 smithi001 bash[21415]: audit 2024-03-21T13:28:19.369301+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:20.042 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:19 smithi001 bash[21415]: audit 2024-03-21T13:28:19.478365+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:20.042 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:19 smithi001 bash[21415]: audit 2024-03-21T13:28:19.517845+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:20.042 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:19 smithi001 bash[21415]: audit 2024-03-21T13:28:19.642320+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:20.042 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:19 smithi001 bash[21415]: audit 2024-03-21T13:28:19.663308+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:21.014 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:20 smithi106 bash[22227]: cluster 2024-03-21T13:28:19.698416+0000 mgr.a (mgr.14361) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 4.0 KiB/s rd, 1.5 KiB/s wr, 6 op/s 2024-03-21T13:28:21.014 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:20 smithi106 bash[22227]: audit 2024-03-21T13:28:19.738624+0000 mon.a (mon.0) 734 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-21T13:28:21.014 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:20 smithi106 bash[22227]: cluster 2024-03-21T13:28:19.742329+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-03-21T13:28:21.014 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:20 smithi106 bash[22227]: audit 2024-03-21T13:28:20.244352+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:21.014 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:20 smithi106 bash[22227]: audit 2024-03-21T13:28:20.605267+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:21.014 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:20 smithi106 bash[22227]: cluster 2024-03-21T13:28:20.659781+0000 mon.a (mon.0) 738 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-21T13:28:21.033 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:20 smithi188 bash[22197]: cluster 2024-03-21T13:28:19.698416+0000 mgr.a (mgr.14361) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 4.0 KiB/s rd, 1.5 KiB/s wr, 6 op/s 2024-03-21T13:28:21.033 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:20 smithi188 bash[22197]: audit 2024-03-21T13:28:19.738624+0000 mon.a (mon.0) 734 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-21T13:28:21.034 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:20 smithi188 bash[22197]: cluster 2024-03-21T13:28:19.742329+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-03-21T13:28:21.034 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:20 smithi188 bash[22197]: audit 2024-03-21T13:28:20.244352+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:21.034 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:20 smithi188 bash[22197]: audit 2024-03-21T13:28:20.605267+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:21.034 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:20 smithi188 bash[22197]: cluster 2024-03-21T13:28:20.659781+0000 mon.a (mon.0) 738 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-21T13:28:21.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:20 smithi001 bash[21415]: cluster 2024-03-21T13:28:19.698416+0000 mgr.a (mgr.14361) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 4.0 KiB/s rd, 1.5 KiB/s wr, 6 op/s 2024-03-21T13:28:21.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:20 smithi001 bash[21415]: audit 2024-03-21T13:28:19.738624+0000 mon.a (mon.0) 734 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-21T13:28:21.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:20 smithi001 bash[21415]: cluster 2024-03-21T13:28:19.742329+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-03-21T13:28:21.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:20 smithi001 bash[21415]: audit 2024-03-21T13:28:20.244352+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:21.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:20 smithi001 bash[21415]: audit 2024-03-21T13:28:20.605267+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:21.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:20 smithi001 bash[21415]: cluster 2024-03-21T13:28:20.659781+0000 mon.a (mon.0) 738 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-21T13:28:22.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:21 smithi188 bash[22197]: cluster 2024-03-21T13:28:20.755604+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-03-21T13:28:22.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:21 smithi188 bash[22197]: audit 2024-03-21T13:28:20.757977+0000 mon.a (mon.0) 740 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-21T13:28:22.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:21 smithi188 bash[22197]: audit 2024-03-21T13:28:20.805379+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:21 smithi188 bash[22197]: audit 2024-03-21T13:28:20.813652+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:21 smithi188 bash[22197]: audit 2024-03-21T13:28:20.823270+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:21 smithi188 bash[22197]: audit 2024-03-21T13:28:21.016673+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:21 smithi188 bash[22197]: audit 2024-03-21T13:28:21.024908+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:21 smithi188 bash[22197]: audit 2024-03-21T13:28:21.034620+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:21 smithi188 bash[22197]: audit 2024-03-21T13:28:21.135633+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:21 smithi188 bash[22197]: audit 2024-03-21T13:28:21.752410+0000 mon.a (mon.0) 748 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-21T13:28:22.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:21 smithi188 bash[22197]: cluster 2024-03-21T13:28:21.758725+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-03-21T13:28:22.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:21 smithi106 bash[22227]: cluster 2024-03-21T13:28:20.755604+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-03-21T13:28:22.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:21 smithi106 bash[22227]: audit 2024-03-21T13:28:20.757977+0000 mon.a (mon.0) 740 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-21T13:28:22.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:21 smithi106 bash[22227]: audit 2024-03-21T13:28:20.805379+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:21 smithi106 bash[22227]: audit 2024-03-21T13:28:20.813652+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:21 smithi106 bash[22227]: audit 2024-03-21T13:28:20.823270+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:21 smithi106 bash[22227]: audit 2024-03-21T13:28:21.016673+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:21 smithi106 bash[22227]: audit 2024-03-21T13:28:21.024908+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:21 smithi106 bash[22227]: audit 2024-03-21T13:28:21.034620+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:21 smithi106 bash[22227]: audit 2024-03-21T13:28:21.135633+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:21 smithi106 bash[22227]: audit 2024-03-21T13:28:21.752410+0000 mon.a (mon.0) 748 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-21T13:28:22.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:21 smithi106 bash[22227]: cluster 2024-03-21T13:28:21.758725+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-03-21T13:28:22.154 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:21 smithi001 bash[21415]: cluster 2024-03-21T13:28:20.755604+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-03-21T13:28:22.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:21 smithi001 bash[21415]: audit 2024-03-21T13:28:20.757977+0000 mon.a (mon.0) 740 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-21T13:28:22.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:21 smithi001 bash[21415]: audit 2024-03-21T13:28:20.805379+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:21 smithi001 bash[21415]: audit 2024-03-21T13:28:20.813652+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:21 smithi001 bash[21415]: audit 2024-03-21T13:28:20.823270+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:21 smithi001 bash[21415]: audit 2024-03-21T13:28:21.016673+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:21 smithi001 bash[21415]: audit 2024-03-21T13:28:21.024908+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:21 smithi001 bash[21415]: audit 2024-03-21T13:28:21.034620+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:21 smithi001 bash[21415]: audit 2024-03-21T13:28:21.135633+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:21 smithi001 bash[21415]: audit 2024-03-21T13:28:21.752410+0000 mon.a (mon.0) 748 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-21T13:28:22.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:21 smithi001 bash[21415]: cluster 2024-03-21T13:28:21.758725+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-03-21T13:28:22.989 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:22 smithi106 bash[22227]: cluster 2024-03-21T13:28:21.699132+0000 mgr.a (mgr.14361) 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; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-21T13:28:22.989 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:22 smithi106 bash[22227]: audit 2024-03-21T13:28:21.869553+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.989 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:22 smithi106 bash[22227]: audit 2024-03-21T13:28:22.321293+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.989 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:22 smithi106 bash[22227]: audit 2024-03-21T13:28:22.328553+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.989 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:22 smithi106 bash[22227]: audit 2024-03-21T13:28:22.336194+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:22.989 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:22 smithi106 bash[22227]: cluster 2024-03-21T13:28:22.774772+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-03-21T13:28:22.989 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:22 smithi106 bash[22227]: audit 2024-03-21T13:28:22.778103+0000 mon.a (mon.0) 755 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T13:28:23.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:22 smithi001 bash[21415]: cluster 2024-03-21T13:28:21.699132+0000 mgr.a (mgr.14361) 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; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-21T13:28:23.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:22 smithi001 bash[21415]: audit 2024-03-21T13:28:21.869553+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:23.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:22 smithi001 bash[21415]: audit 2024-03-21T13:28:22.321293+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:23.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:22 smithi001 bash[21415]: audit 2024-03-21T13:28:22.328553+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:23.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:22 smithi001 bash[21415]: audit 2024-03-21T13:28:22.336194+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:23.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:22 smithi001 bash[21415]: cluster 2024-03-21T13:28:22.774772+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-03-21T13:28:23.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:22 smithi001 bash[21415]: audit 2024-03-21T13:28:22.778103+0000 mon.a (mon.0) 755 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T13:28:23.182 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:22 smithi188 bash[22197]: cluster 2024-03-21T13:28:21.699132+0000 mgr.a (mgr.14361) 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; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-21T13:28:23.182 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:22 smithi188 bash[22197]: audit 2024-03-21T13:28:21.869553+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:23.182 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:22 smithi188 bash[22197]: audit 2024-03-21T13:28:22.321293+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:23.182 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:22 smithi188 bash[22197]: audit 2024-03-21T13:28:22.328553+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:23.182 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:22 smithi188 bash[22197]: audit 2024-03-21T13:28:22.336194+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:23.182 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:22 smithi188 bash[22197]: cluster 2024-03-21T13:28:22.774772+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-03-21T13:28:23.183 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:22 smithi188 bash[22197]: audit 2024-03-21T13:28:22.778103+0000 mon.a (mon.0) 755 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T13:28:24.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:24 smithi106 bash[22227]: audit 2024-03-21T13:28:23.139420+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:24 smithi106 bash[22227]: audit 2024-03-21T13:28:23.148511+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:24 smithi106 bash[22227]: audit 2024-03-21T13:28:23.158957+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:24 smithi106 bash[22227]: audit 2024-03-21T13:28:23.313003+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:24 smithi106 bash[22227]: audit 2024-03-21T13:28:23.770944+0000 mon.a (mon.0) 760 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-21T13:28:24.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:24 smithi106 bash[22227]: cluster 2024-03-21T13:28:23.777087+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-03-21T13:28:24.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:24 smithi106 bash[22227]: audit 2024-03-21T13:28:23.781026+0000 mon.a (mon.0) 762 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T13:28:24.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:24 smithi106 bash[22227]: audit 2024-03-21T13:28:23.908185+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:24 smithi106 bash[22227]: audit 2024-03-21T13:28:23.917384+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:24 smithi106 bash[22227]: audit 2024-03-21T13:28:23.928038+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:24 smithi106 bash[22227]: audit 2024-03-21T13:28:23.945160+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:24.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:24 smithi106 bash[22227]: audit 2024-03-21T13:28:23.950844+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:24.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:24 smithi106 bash[22227]: audit 2024-03-21T13:28:23.952756+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:24.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:24 smithi106 bash[22227]: audit 2024-03-21T13:28:23.960398+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:24 smithi001 bash[21415]: audit 2024-03-21T13:28:23.139420+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:24 smithi001 bash[21415]: audit 2024-03-21T13:28:23.148511+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:24 smithi001 bash[21415]: audit 2024-03-21T13:28:23.158957+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:24 smithi001 bash[21415]: audit 2024-03-21T13:28:23.313003+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:24 smithi001 bash[21415]: audit 2024-03-21T13:28:23.770944+0000 mon.a (mon.0) 760 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-21T13:28:24.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:24 smithi001 bash[21415]: cluster 2024-03-21T13:28:23.777087+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-03-21T13:28:24.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:24 smithi001 bash[21415]: audit 2024-03-21T13:28:23.781026+0000 mon.a (mon.0) 762 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T13:28:24.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:24 smithi001 bash[21415]: audit 2024-03-21T13:28:23.908185+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:24 smithi001 bash[21415]: audit 2024-03-21T13:28:23.917384+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:24 smithi001 bash[21415]: audit 2024-03-21T13:28:23.928038+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:24 smithi001 bash[21415]: audit 2024-03-21T13:28:23.945160+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:24.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:24 smithi001 bash[21415]: audit 2024-03-21T13:28:23.950844+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:24.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:24 smithi001 bash[21415]: audit 2024-03-21T13:28:23.952756+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:24.406 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:24 smithi001 bash[21415]: audit 2024-03-21T13:28:23.960398+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:24 smithi188 bash[22197]: audit 2024-03-21T13:28:23.139420+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:24 smithi188 bash[22197]: audit 2024-03-21T13:28:23.148511+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.515 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:24 smithi188 bash[22197]: audit 2024-03-21T13:28:23.158957+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:24 smithi188 bash[22197]: audit 2024-03-21T13:28:23.313003+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:24 smithi188 bash[22197]: audit 2024-03-21T13:28:23.770944+0000 mon.a (mon.0) 760 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-21T13:28:24.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:24 smithi188 bash[22197]: cluster 2024-03-21T13:28:23.777087+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-03-21T13:28:24.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:24 smithi188 bash[22197]: audit 2024-03-21T13:28:23.781026+0000 mon.a (mon.0) 762 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T13:28:24.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:24 smithi188 bash[22197]: audit 2024-03-21T13:28:23.908185+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:24 smithi188 bash[22197]: audit 2024-03-21T13:28:23.917384+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:24 smithi188 bash[22197]: audit 2024-03-21T13:28:23.928038+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:24.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:24 smithi188 bash[22197]: audit 2024-03-21T13:28:23.945160+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:24.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:24 smithi188 bash[22197]: audit 2024-03-21T13:28:23.950844+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:24.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:24 smithi188 bash[22197]: audit 2024-03-21T13:28:23.952756+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:24.516 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:24 smithi188 bash[22197]: audit 2024-03-21T13:28:23.960398+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:25.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:25 smithi106 bash[22227]: cluster 2024-03-21T13:28:23.700028+0000 mgr.a (mgr.14361) 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; 57 KiB/s rd, 2.0 KiB/s wr, 38 op/s 2024-03-21T13:28:25.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:25 smithi106 bash[22227]: audit 2024-03-21T13:28:24.404230+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:25.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:25 smithi106 bash[22227]: audit 2024-03-21T13:28:24.413747+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:25.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:25 smithi106 bash[22227]: audit 2024-03-21T13:28:24.424421+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:25.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:25 smithi106 bash[22227]: audit 2024-03-21T13:28:24.773431+0000 mon.a (mon.0) 773 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-21T13:28:25.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:25 smithi106 bash[22227]: cluster 2024-03-21T13:28:24.779697+0000 mon.a (mon.0) 774 : cluster [DBG] osdmap e33: 3 total, 3 up, 3 in 2024-03-21T13:28:25.404 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:25 smithi001 bash[21415]: cluster 2024-03-21T13:28:23.700028+0000 mgr.a (mgr.14361) 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; 57 KiB/s rd, 2.0 KiB/s wr, 38 op/s 2024-03-21T13:28:25.404 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:25 smithi001 bash[21415]: audit 2024-03-21T13:28:24.404230+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:25.404 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:25 smithi001 bash[21415]: audit 2024-03-21T13:28:24.413747+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:25.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:25 smithi001 bash[21415]: audit 2024-03-21T13:28:24.424421+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:25.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:25 smithi001 bash[21415]: audit 2024-03-21T13:28:24.773431+0000 mon.a (mon.0) 773 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-21T13:28:25.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:25 smithi001 bash[21415]: cluster 2024-03-21T13:28:24.779697+0000 mon.a (mon.0) 774 : cluster [DBG] osdmap e33: 3 total, 3 up, 3 in 2024-03-21T13:28:25.428 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:25 smithi188 bash[22197]: cluster 2024-03-21T13:28:23.700028+0000 mgr.a (mgr.14361) 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; 57 KiB/s rd, 2.0 KiB/s wr, 38 op/s 2024-03-21T13:28:25.428 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:25 smithi188 bash[22197]: audit 2024-03-21T13:28:24.404230+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:25.428 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:25 smithi188 bash[22197]: audit 2024-03-21T13:28:24.413747+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:25.429 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:25 smithi188 bash[22197]: audit 2024-03-21T13:28:24.424421+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:25.429 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:25 smithi188 bash[22197]: audit 2024-03-21T13:28:24.773431+0000 mon.a (mon.0) 773 : audit [INF] from='client.? 172.21.15.1:0/1541709479' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-21T13:28:25.429 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:25 smithi188 bash[22197]: cluster 2024-03-21T13:28:24.779697+0000 mon.a (mon.0) 774 : cluster [DBG] osdmap e33: 3 total, 3 up, 3 in 2024-03-21T13:28:25.602 INFO:teuthology.orchestra.run.smithi001.stdout:Realm(s) created correctly. Please, use 'ceph rgw realm tokens' to get the token. 2024-03-21T13:28:26.324 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T13:28:26.333 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2024-03-21T13:28:26.334 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 -- bash -c 'set -e 2024-03-21T13:28:26.334 DEBUG:teuthology.orchestra.run.smithi001:> set -x 2024-03-21T13:28:26.334 DEBUG:teuthology.orchestra.run.smithi001:> while true; do TOKEN=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"'); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done 2024-03-21T13:28:26.334 DEBUG:teuthology.orchestra.run.smithi001:> TOKENS=$(ceph rgw realm tokens) 2024-03-21T13:28:26.334 DEBUG:teuthology.orchestra.run.smithi001:> echo $TOKENS | jq --exit-status '"'"'.[0].realm == "myrealm1"'"'"' 2024-03-21T13:28:26.334 DEBUG:teuthology.orchestra.run.smithi001:> echo $TOKENS | jq --exit-status '"'"'.[0].token'"'"' 2024-03-21T13:28:26.334 DEBUG:teuthology.orchestra.run.smithi001:> TOKEN_JSON=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"' | base64 --decode) 2024-03-21T13:28:26.334 DEBUG:teuthology.orchestra.run.smithi001:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_name == "myrealm1"'"'"' 2024-03-21T13:28:26.334 DEBUG:teuthology.orchestra.run.smithi001:> echo $TOKEN_JSON | jq --exit-status '"'"'.endpoint | test("http://.+:\\d+")'"'"' 2024-03-21T13:28:26.334 DEBUG:teuthology.orchestra.run.smithi001:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'"'"' 2024-03-21T13:28:26.334 DEBUG:teuthology.orchestra.run.smithi001:> echo $TOKEN_JSON | jq --exit-status '"'"'.access_key'"'"' 2024-03-21T13:28:26.334 DEBUG:teuthology.orchestra.run.smithi001:> echo $TOKEN_JSON | jq --exit-status '"'"'.secret'"'"' 2024-03-21T13:28:26.334 DEBUG:teuthology.orchestra.run.smithi001:> ' 2024-03-21T13:28:26.892 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:26 smithi106 bash[22227]: cephadm 2024-03-21T13:28:25.599244+0000 mgr.a (mgr.14361) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-21T13:28:26.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:26 smithi106 bash[22227]: audit 2024-03-21T13:28:25.604455+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:26.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:26 smithi106 bash[22227]: audit 2024-03-21T13:28:25.633511+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:26.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:26 smithi106 bash[22227]: audit 2024-03-21T13:28:25.636855+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:26.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:26 smithi106 bash[22227]: audit 2024-03-21T13:28:25.637675+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:26.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:26 smithi106 bash[22227]: audit 2024-03-21T13:28:25.643414+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:26.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:26 smithi106 bash[22227]: audit 2024-03-21T13:28:25.647329+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi106.xswkao", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:28:26.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:26 smithi106 bash[22227]: audit 2024-03-21T13:28:25.650831+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi106.xswkao", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:28:26.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:26 smithi106 bash[22227]: audit 2024-03-21T13:28:25.659482+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:26.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:26 smithi106 bash[22227]: audit 2024-03-21T13:28:25.661096+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:26.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:26 smithi106 bash[22227]: cephadm 2024-03-21T13:28:25.662262+0000 mgr.a (mgr.14361) 26 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi106.xswkao on smithi106 2024-03-21T13:28:26.893 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:26 smithi106 bash[22227]: cluster 2024-03-21T13:28:25.700492+0000 mgr.a (mgr.14361) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-03-21T13:28:26.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:26 smithi001 bash[21415]: cephadm 2024-03-21T13:28:25.599244+0000 mgr.a (mgr.14361) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-21T13:28:26.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:26 smithi001 bash[21415]: audit 2024-03-21T13:28:25.604455+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:26.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:26 smithi001 bash[21415]: audit 2024-03-21T13:28:25.633511+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:26.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:26 smithi001 bash[21415]: audit 2024-03-21T13:28:25.636855+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:26.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:26 smithi001 bash[21415]: audit 2024-03-21T13:28:25.637675+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:26.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:26 smithi001 bash[21415]: audit 2024-03-21T13:28:25.643414+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:26.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:26 smithi001 bash[21415]: audit 2024-03-21T13:28:25.647329+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi106.xswkao", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:28:26.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:26 smithi001 bash[21415]: audit 2024-03-21T13:28:25.650831+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi106.xswkao", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:28:26.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:26 smithi001 bash[21415]: audit 2024-03-21T13:28:25.659482+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:26.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:26 smithi001 bash[21415]: audit 2024-03-21T13:28:25.661096+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:26.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:26 smithi001 bash[21415]: cephadm 2024-03-21T13:28:25.662262+0000 mgr.a (mgr.14361) 26 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi106.xswkao on smithi106 2024-03-21T13:28:26.906 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:26 smithi001 bash[21415]: cluster 2024-03-21T13:28:25.700492+0000 mgr.a (mgr.14361) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-03-21T13:28:27.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:26 smithi188 bash[22197]: cephadm 2024-03-21T13:28:25.599244+0000 mgr.a (mgr.14361) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-21T13:28:27.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:26 smithi188 bash[22197]: audit 2024-03-21T13:28:25.604455+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:27.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:26 smithi188 bash[22197]: audit 2024-03-21T13:28:25.633511+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:27.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:26 smithi188 bash[22197]: audit 2024-03-21T13:28:25.636855+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:27.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:26 smithi188 bash[22197]: audit 2024-03-21T13:28:25.637675+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:27.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:26 smithi188 bash[22197]: audit 2024-03-21T13:28:25.643414+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:27.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:26 smithi188 bash[22197]: audit 2024-03-21T13:28:25.647329+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi106.xswkao", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:28:27.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:26 smithi188 bash[22197]: audit 2024-03-21T13:28:25.650831+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi106.xswkao", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:28:27.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:26 smithi188 bash[22197]: audit 2024-03-21T13:28:25.659482+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:27.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:26 smithi188 bash[22197]: audit 2024-03-21T13:28:25.661096+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:27.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:26 smithi188 bash[22197]: cephadm 2024-03-21T13:28:25.662262+0000 mgr.a (mgr.14361) 26 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi106.xswkao on smithi106 2024-03-21T13:28:27.016 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:26 smithi188 bash[22197]: cluster 2024-03-21T13:28:25.700492+0000 mgr.a (mgr.14361) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-03-21T13:28:27.881 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:27 smithi106 bash[22227]: cluster 2024-03-21T13:28:26.657735+0000 mon.a (mon.0) 784 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-21T13:28:27.882 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:27 smithi106 bash[22227]: cluster 2024-03-21T13:28:26.657812+0000 mon.a (mon.0) 785 : cluster [INF] Cluster is now healthy 2024-03-21T13:28:27.882 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:27 smithi106 bash[22227]: audit 2024-03-21T13:28:27.150425+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:27.882 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:27 smithi106 bash[22227]: audit 2024-03-21T13:28:27.158975+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:27.882 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:27 smithi106 bash[22227]: audit 2024-03-21T13:28:27.168079+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:27.904 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:27 smithi001 bash[21415]: cluster 2024-03-21T13:28:26.657735+0000 mon.a (mon.0) 784 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-21T13:28:27.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:27 smithi001 bash[21415]: cluster 2024-03-21T13:28:26.657812+0000 mon.a (mon.0) 785 : cluster [INF] Cluster is now healthy 2024-03-21T13:28:27.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:27 smithi001 bash[21415]: audit 2024-03-21T13:28:27.150425+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:27.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:27 smithi001 bash[21415]: audit 2024-03-21T13:28:27.158975+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:27.905 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:27 smithi001 bash[21415]: audit 2024-03-21T13:28:27.168079+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:28.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:27 smithi188 bash[22197]: cluster 2024-03-21T13:28:26.657735+0000 mon.a (mon.0) 784 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-21T13:28:28.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:27 smithi188 bash[22197]: cluster 2024-03-21T13:28:26.657812+0000 mon.a (mon.0) 785 : cluster [INF] Cluster is now healthy 2024-03-21T13:28:28.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:27 smithi188 bash[22197]: audit 2024-03-21T13:28:27.150425+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:28.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:27 smithi188 bash[22197]: audit 2024-03-21T13:28:27.158975+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:28.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:27 smithi188 bash[22197]: audit 2024-03-21T13:28:27.168079+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:28.132 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:27 smithi106 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:28:28.133 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:28 smithi106 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:28:28.133 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:27 smithi106 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:28:28.133 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:28 smithi106 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:28:28.133 INFO:journalctl@ceph.osd.1.smithi106.stdout:Mar 21 13:28:27 smithi106 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:28:28.133 INFO:journalctl@ceph.osd.1.smithi106.stdout:Mar 21 13:28:28 smithi106 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:28:29.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:29 smithi106 bash[22227]: cluster 2024-03-21T13:28:27.701221+0000 mgr.a (mgr.14361) 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, 344 B/s wr, 1 op/s 2024-03-21T13:28:29.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:29 smithi106 bash[22227]: audit 2024-03-21T13:28:28.285991+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:29.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:29 smithi106 bash[22227]: audit 2024-03-21T13:28:28.296012+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:29.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:29 smithi106 bash[22227]: audit 2024-03-21T13:28:28.340432+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:29.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:29 smithi106 bash[22227]: audit 2024-03-21T13:28:28.342188+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi188.kbaghh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:28:29.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:29 smithi106 bash[22227]: audit 2024-03-21T13:28:28.345459+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi188.kbaghh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:28:29.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:29 smithi106 bash[22227]: audit 2024-03-21T13:28:28.356661+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:29.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:29 smithi106 bash[22227]: audit 2024-03-21T13:28:28.360578+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:29.535 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:29 smithi188 bash[22197]: cluster 2024-03-21T13:28:27.701221+0000 mgr.a (mgr.14361) 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, 344 B/s wr, 1 op/s 2024-03-21T13:28:29.535 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:29 smithi188 bash[22197]: audit 2024-03-21T13:28:28.285991+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:29.535 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:29 smithi188 bash[22197]: audit 2024-03-21T13:28:28.296012+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:29.535 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:29 smithi188 bash[22197]: audit 2024-03-21T13:28:28.340432+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:29.535 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:29 smithi188 bash[22197]: audit 2024-03-21T13:28:28.342188+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi188.kbaghh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:28:29.535 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:29 smithi188 bash[22197]: audit 2024-03-21T13:28:28.345459+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi188.kbaghh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:28:29.535 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:29 smithi188 bash[22197]: audit 2024-03-21T13:28:28.356661+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:29.535 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:29 smithi188 bash[22197]: audit 2024-03-21T13:28:28.360578+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:29.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:29 smithi001 bash[21415]: cluster 2024-03-21T13:28:27.701221+0000 mgr.a (mgr.14361) 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, 344 B/s wr, 1 op/s 2024-03-21T13:28:29.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:29 smithi001 bash[21415]: audit 2024-03-21T13:28:28.285991+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:29.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:29 smithi001 bash[21415]: audit 2024-03-21T13:28:28.296012+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:29.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:29 smithi001 bash[21415]: audit 2024-03-21T13:28:28.340432+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:29.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:29 smithi001 bash[21415]: audit 2024-03-21T13:28:28.342188+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi188.kbaghh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:28:29.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:29 smithi001 bash[21415]: audit 2024-03-21T13:28:28.345459+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi188.kbaghh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:28:29.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:29 smithi001 bash[21415]: audit 2024-03-21T13:28:28.356661+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:29.655 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:29 smithi001 bash[21415]: audit 2024-03-21T13:28:28.360578+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:30.593 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:30 smithi188 bash[22197]: cephadm 2024-03-21T13:28:28.362704+0000 mgr.a (mgr.14361) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi188.kbaghh on smithi188 2024-03-21T13:28:30.641 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:30 smithi106 bash[22227]: cephadm 2024-03-21T13:28:28.362704+0000 mgr.a (mgr.14361) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi188.kbaghh on smithi188 2024-03-21T13:28:30.654 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:30 smithi001 bash[21415]: cephadm 2024-03-21T13:28:28.362704+0000 mgr.a (mgr.14361) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi188.kbaghh on smithi188 2024-03-21T13:28:30.924 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:30 smithi188 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:28:30.924 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:30 smithi188 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:28:30.925 INFO:journalctl@ceph.osd.2.smithi188.stdout:Mar 21 13:28:30 smithi188 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:28:30.925 INFO:journalctl@ceph.osd.2.smithi188.stdout:Mar 21 13:28:30 smithi188 systemd[1]: /etc/systemd/system/ceph-86fed6e6-e785-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T13:28:31.060 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:28:31.404 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:31 smithi001 bash[21415]: cluster 2024-03-21T13:28:29.702571+0000 mgr.a (mgr.14361) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 585 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 40 KiB/s rd, 6.1 KiB/s wr, 85 op/s 2024-03-21T13:28:31.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:31 smithi001 bash[21415]: audit 2024-03-21T13:28:30.982113+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:31.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:31 smithi001 bash[21415]: audit 2024-03-21T13:28:30.990413+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:31.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:31 smithi001 bash[21415]: audit 2024-03-21T13:28:31.040401+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:31.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:31 smithi001 bash[21415]: audit 2024-03-21T13:28:31.042082+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVlNjcwOGMwLTUxZGMtNDliYy1iOTgwLWQwZjA4YzE3M2QwYiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiRUpYQTZFSUNHQ0VRVzVQS0ZDUlkiLAogICAgInNlY3JldCI6ICJJVENhWENlS1NMblRva0RBMTZNMkR1TFU3Q1NHTU9BUmlvREJsalhGIgp9", "zone_endpoints": ["http://smithi106:5500", "http://smithi188:5500"]}]: dispatch 2024-03-21T13:28:31.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:31 smithi001 bash[21415]: audit 2024-03-21T13:28:31.044501+0000 mgr.a (mgr.14361) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVlNjcwOGMwLTUxZGMtNDliYy1iOTgwLWQwZjA4YzE3M2QwYiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiRUpYQTZFSUNHQ0VRVzVQS0ZDUlkiLAogICAgInNlY3JldCI6ICJJVENhWENlS1NMblRva0RBMTZNMkR1TFU3Q1NHTU9BUmlvREJsalhGIgp9", "zone_endpoints": ["http://smithi106:5500", "http://smithi188:5500"]}]: dispatch 2024-03-21T13:28:31.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:31 smithi106 bash[22227]: cluster 2024-03-21T13:28:29.702571+0000 mgr.a (mgr.14361) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 585 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 40 KiB/s rd, 6.1 KiB/s wr, 85 op/s 2024-03-21T13:28:31.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:31 smithi106 bash[22227]: audit 2024-03-21T13:28:30.982113+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:31.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:31 smithi106 bash[22227]: audit 2024-03-21T13:28:30.990413+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:31.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:31 smithi106 bash[22227]: audit 2024-03-21T13:28:31.040401+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:31.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:31 smithi106 bash[22227]: audit 2024-03-21T13:28:31.042082+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVlNjcwOGMwLTUxZGMtNDliYy1iOTgwLWQwZjA4YzE3M2QwYiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiRUpYQTZFSUNHQ0VRVzVQS0ZDUlkiLAogICAgInNlY3JldCI6ICJJVENhWENlS1NMblRva0RBMTZNMkR1TFU3Q1NHTU9BUmlvREJsalhGIgp9", "zone_endpoints": ["http://smithi106:5500", "http://smithi188:5500"]}]: dispatch 2024-03-21T13:28:31.642 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:31 smithi106 bash[22227]: audit 2024-03-21T13:28:31.044501+0000 mgr.a (mgr.14361) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVlNjcwOGMwLTUxZGMtNDliYy1iOTgwLWQwZjA4YzE3M2QwYiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiRUpYQTZFSUNHQ0VRVzVQS0ZDUlkiLAogICAgInNlY3JldCI6ICJJVENhWENlS1NMblRva0RBMTZNMkR1TFU3Q1NHTU9BUmlvREJsalhGIgp9", "zone_endpoints": ["http://smithi106:5500", "http://smithi188:5500"]}]: dispatch 2024-03-21T13:28:31.741 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:31 smithi188 bash[22197]: cluster 2024-03-21T13:28:29.702571+0000 mgr.a (mgr.14361) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 585 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 40 KiB/s rd, 6.1 KiB/s wr, 85 op/s 2024-03-21T13:28:31.742 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:31 smithi188 bash[22197]: audit 2024-03-21T13:28:30.982113+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:31.742 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:31 smithi188 bash[22197]: audit 2024-03-21T13:28:30.990413+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:31.742 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:31 smithi188 bash[22197]: audit 2024-03-21T13:28:31.040401+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:31.742 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:31 smithi188 bash[22197]: audit 2024-03-21T13:28:31.042082+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVlNjcwOGMwLTUxZGMtNDliYy1iOTgwLWQwZjA4YzE3M2QwYiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiRUpYQTZFSUNHQ0VRVzVQS0ZDUlkiLAogICAgInNlY3JldCI6ICJJVENhWENlS1NMblRva0RBMTZNMkR1TFU3Q1NHTU9BUmlvREJsalhGIgp9", "zone_endpoints": ["http://smithi106:5500", "http://smithi188:5500"]}]: dispatch 2024-03-21T13:28:31.742 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:31 smithi188 bash[22197]: audit 2024-03-21T13:28:31.044501+0000 mgr.a (mgr.14361) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVlNjcwOGMwLTUxZGMtNDliYy1iOTgwLWQwZjA4YzE3M2QwYiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiRUpYQTZFSUNHQ0VRVzVQS0ZDUlkiLAogICAgInNlY3JldCI6ICJJVENhWENlS1NMblRva0RBMTZNMkR1TFU3Q1NHTU9BUmlvREJsalhGIgp9", "zone_endpoints": ["http://smithi106:5500", "http://smithi188:5500"]}]: dispatch 2024-03-21T13:28:33.135 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:32 smithi188 bash[22197]: cluster 2024-03-21T13:28:31.703354+0000 mgr.a (mgr.14361) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 53 KiB/s rd, 7.1 KiB/s wr, 113 op/s 2024-03-21T13:28:33.135 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:32 smithi188 bash[22197]: audit 2024-03-21T13:28:31.853083+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.135 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:32 smithi188 bash[22197]: audit 2024-03-21T13:28:31.857283+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.135 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:32 smithi188 bash[22197]: audit 2024-03-21T13:28:31.862236+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.135 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:32 smithi188 bash[22197]: cephadm 2024-03-21T13:28:31.863530+0000 mgr.a (mgr.14361) 33 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-21T13:28:33.135 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:32 smithi188 bash[22197]: audit 2024-03-21T13:28:31.868388+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.135 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:32 smithi188 bash[22197]: audit 2024-03-21T13:28:31.873598+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.135 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:32 smithi188 bash[22197]: audit 2024-03-21T13:28:31.924126+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:33.136 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:32 smithi188 bash[22197]: audit 2024-03-21T13:28:31.927526+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:33.136 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:32 smithi188 bash[22197]: audit 2024-03-21T13:28:31.928398+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:33.136 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:32 smithi188 bash[22197]: cephadm 2024-03-21T13:28:31.933281+0000 mgr.a (mgr.14361) 34 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:28:33.136 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:32 smithi188 bash[22197]: audit 2024-03-21T13:28:32.421220+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.136 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:32 smithi188 bash[22197]: audit 2024-03-21T13:28:32.429612+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.136 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:32 smithi188 bash[22197]: audit 2024-03-21T13:28:32.438809+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.136 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:32 smithi188 bash[22197]: audit 2024-03-21T13:28:32.795258+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:33.136 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:32 smithi188 bash[22197]: audit 2024-03-21T13:28:32.797672+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:33.136 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:32 smithi188 bash[22197]: audit 2024-03-21T13:28:32.798350+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:33.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:32 smithi106 bash[22227]: cluster 2024-03-21T13:28:31.703354+0000 mgr.a (mgr.14361) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 53 KiB/s rd, 7.1 KiB/s wr, 113 op/s 2024-03-21T13:28:33.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:32 smithi106 bash[22227]: audit 2024-03-21T13:28:31.853083+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:32 smithi106 bash[22227]: audit 2024-03-21T13:28:31.857283+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:32 smithi106 bash[22227]: audit 2024-03-21T13:28:31.862236+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:32 smithi106 bash[22227]: cephadm 2024-03-21T13:28:31.863530+0000 mgr.a (mgr.14361) 33 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-21T13:28:33.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:32 smithi106 bash[22227]: audit 2024-03-21T13:28:31.868388+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:32 smithi106 bash[22227]: audit 2024-03-21T13:28:31.873598+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:32 smithi106 bash[22227]: audit 2024-03-21T13:28:31.924126+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:33.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:32 smithi106 bash[22227]: audit 2024-03-21T13:28:31.927526+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:33.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:32 smithi106 bash[22227]: audit 2024-03-21T13:28:31.928398+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:33.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:32 smithi106 bash[22227]: cephadm 2024-03-21T13:28:31.933281+0000 mgr.a (mgr.14361) 34 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:28:33.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:32 smithi106 bash[22227]: audit 2024-03-21T13:28:32.421220+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:32 smithi106 bash[22227]: audit 2024-03-21T13:28:32.429612+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:32 smithi106 bash[22227]: audit 2024-03-21T13:28:32.438809+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:32 smithi106 bash[22227]: audit 2024-03-21T13:28:32.795258+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:33.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:32 smithi106 bash[22227]: audit 2024-03-21T13:28:32.797672+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:33.144 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:32 smithi106 bash[22227]: audit 2024-03-21T13:28:32.798350+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:33.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:32 smithi001 bash[21415]: cluster 2024-03-21T13:28:31.703354+0000 mgr.a (mgr.14361) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 53 KiB/s rd, 7.1 KiB/s wr, 113 op/s 2024-03-21T13:28:33.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:32 smithi001 bash[21415]: audit 2024-03-21T13:28:31.853083+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:32 smithi001 bash[21415]: audit 2024-03-21T13:28:31.857283+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:32 smithi001 bash[21415]: audit 2024-03-21T13:28:31.862236+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:32 smithi001 bash[21415]: cephadm 2024-03-21T13:28:31.863530+0000 mgr.a (mgr.14361) 33 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-21T13:28:33.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:32 smithi001 bash[21415]: audit 2024-03-21T13:28:31.868388+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:32 smithi001 bash[21415]: audit 2024-03-21T13:28:31.873598+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:32 smithi001 bash[21415]: audit 2024-03-21T13:28:31.924126+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:33.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:32 smithi001 bash[21415]: audit 2024-03-21T13:28:31.927526+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:33.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:32 smithi001 bash[21415]: audit 2024-03-21T13:28:31.928398+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:33.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:32 smithi001 bash[21415]: cephadm 2024-03-21T13:28:31.933281+0000 mgr.a (mgr.14361) 34 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:28:33.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:32 smithi001 bash[21415]: audit 2024-03-21T13:28:32.421220+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:32 smithi001 bash[21415]: audit 2024-03-21T13:28:32.429612+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:32 smithi001 bash[21415]: audit 2024-03-21T13:28:32.438809+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:33.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:32 smithi001 bash[21415]: audit 2024-03-21T13:28:32.795258+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:33.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:32 smithi001 bash[21415]: audit 2024-03-21T13:28:32.797672+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:33.156 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:32 smithi001 bash[21415]: audit 2024-03-21T13:28:32.798350+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:33.573 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-03-21T13:28:33.574 INFO:teuthology.orchestra.run.smithi001.stderr:++ ceph rgw realm tokens 2024-03-21T13:28:33.574 INFO:teuthology.orchestra.run.smithi001.stderr:++ jq -r '.[0].token' 2024-03-21T13:28:34.345 INFO:teuthology.orchestra.run.smithi001.stderr:+ TOKEN=ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVlNjcwOGMwLTUxZGMtNDliYy1iOTgwLWQwZjA4YzE3M2QwYiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEwNjo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkVKWEE2RUlDR0NFUVc1UEtGQ1JZIiwKICAgICJzZWNyZXQiOiAiSVRDYVhDZUtTTG5Ub2tEQTE2TTJEdUxVN0NTR01PQVJpb0RCbGpYRiIKfQ== 2024-03-21T13:28:34.345 INFO:teuthology.orchestra.run.smithi001.stderr:+ echo ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVlNjcwOGMwLTUxZGMtNDliYy1iOTgwLWQwZjA4YzE3M2QwYiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEwNjo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkVKWEE2RUlDR0NFUVc1UEtGQ1JZIiwKICAgICJzZWNyZXQiOiAiSVRDYVhDZUtTTG5Ub2tEQTE2TTJEdUxVN0NTR01PQVJpb0RCbGpYRiIKfQ== 2024-03-21T13:28:34.345 INFO:teuthology.orchestra.run.smithi001.stderr:+ '[' ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVlNjcwOGMwLTUxZGMtNDliYy1iOTgwLWQwZjA4YzE3M2QwYiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEwNjo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkVKWEE2RUlDR0NFUVc1UEtGQ1JZIiwKICAgICJzZWNyZXQiOiAiSVRDYVhDZUtTTG5Ub2tEQTE2TTJEdUxVN0NTR01PQVJpb0RCbGpYRiIKfQ== '!=' 'master zone has no endpoint' ']' 2024-03-21T13:28:34.345 INFO:teuthology.orchestra.run.smithi001.stderr:+ break 2024-03-21T13:28:34.346 INFO:teuthology.orchestra.run.smithi001.stdout:ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVlNjcwOGMwLTUxZGMtNDliYy1iOTgwLWQwZjA4YzE3M2QwYiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEwNjo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkVKWEE2RUlDR0NFUVc1UEtGQ1JZIiwKICAgICJzZWNyZXQiOiAiSVRDYVhDZUtTTG5Ub2tEQTE2TTJEdUxVN0NTR01PQVJpb0RCbGpYRiIKfQ== 2024-03-21T13:28:34.346 INFO:teuthology.orchestra.run.smithi001.stderr:++ ceph rgw realm tokens 2024-03-21T13:28:34.380 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:34 smithi188 bash[22197]: cephadm 2024-03-21T13:28:32.439763+0000 mgr.a (mgr.14361) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:28:34.380 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:34 smithi188 bash[22197]: cephadm 2024-03-21T13:28:32.801890+0000 mgr.a (mgr.14361) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:28:34.380 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:34 smithi188 bash[22197]: audit 2024-03-21T13:28:33.062397+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:34.380 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:34 smithi188 bash[22197]: cephadm 2024-03-21T13:28:33.062879+0000 mgr.a (mgr.14361) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:28:34.380 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:34 smithi188 bash[22197]: audit 2024-03-21T13:28:33.779548+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:34.391 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:34 smithi106 bash[22227]: cephadm 2024-03-21T13:28:32.439763+0000 mgr.a (mgr.14361) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:28:34.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:34 smithi106 bash[22227]: cephadm 2024-03-21T13:28:32.801890+0000 mgr.a (mgr.14361) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:28:34.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:34 smithi106 bash[22227]: audit 2024-03-21T13:28:33.062397+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:34.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:34 smithi106 bash[22227]: cephadm 2024-03-21T13:28:33.062879+0000 mgr.a (mgr.14361) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:28:34.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:34 smithi106 bash[22227]: audit 2024-03-21T13:28:33.779548+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:34.404 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:34 smithi001 bash[21415]: cephadm 2024-03-21T13:28:32.439763+0000 mgr.a (mgr.14361) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:28:34.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:34 smithi001 bash[21415]: cephadm 2024-03-21T13:28:32.801890+0000 mgr.a (mgr.14361) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:28:34.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:34 smithi001 bash[21415]: audit 2024-03-21T13:28:33.062397+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:34.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:34 smithi001 bash[21415]: cephadm 2024-03-21T13:28:33.062879+0000 mgr.a (mgr.14361) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:28:34.405 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:34 smithi001 bash[21415]: audit 2024-03-21T13:28:33.779548+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14361 172.21.15.1:0/1918564407' entity='mgr.a' 2024-03-21T13:28:35.100 INFO:teuthology.orchestra.run.smithi001.stderr:+ TOKENS='[ 2024-03-21T13:28:35.100 INFO:teuthology.orchestra.run.smithi001.stderr: { 2024-03-21T13:28:35.100 INFO:teuthology.orchestra.run.smithi001.stderr: "realm": "myrealm1", 2024-03-21T13:28:35.100 INFO:teuthology.orchestra.run.smithi001.stderr: "token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVlNjcwOGMwLTUxZGMtNDliYy1iOTgwLWQwZjA4YzE3M2QwYiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEwNjo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkVKWEE2RUlDR0NFUVc1UEtGQ1JZIiwKICAgICJzZWNyZXQiOiAiSVRDYVhDZUtTTG5Ub2tEQTE2TTJEdUxVN0NTR01PQVJpb0RCbGpYRiIKfQ==" 2024-03-21T13:28:35.100 INFO:teuthology.orchestra.run.smithi001.stderr: } 2024-03-21T13:28:35.101 INFO:teuthology.orchestra.run.smithi001.stderr:]' 2024-03-21T13:28:35.101 INFO:teuthology.orchestra.run.smithi001.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVlNjcwOGMwLTUxZGMtNDliYy1iOTgwLWQwZjA4YzE3M2QwYiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEwNjo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkVKWEE2RUlDR0NFUVc1UEtGQ1JZIiwKICAgICJzZWNyZXQiOiAiSVRDYVhDZUtTTG5Ub2tEQTE2TTJEdUxVN0NTR01PQVJpb0RCbGpYRiIKfQ=="' '}' ']' 2024-03-21T13:28:35.101 INFO:teuthology.orchestra.run.smithi001.stderr:+ jq --exit-status '.[0].realm == "myrealm1"' 2024-03-21T13:28:35.102 INFO:teuthology.orchestra.run.smithi001.stdout:true 2024-03-21T13:28:35.103 INFO:teuthology.orchestra.run.smithi001.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVlNjcwOGMwLTUxZGMtNDliYy1iOTgwLWQwZjA4YzE3M2QwYiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEwNjo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkVKWEE2RUlDR0NFUVc1UEtGQ1JZIiwKICAgICJzZWNyZXQiOiAiSVRDYVhDZUtTTG5Ub2tEQTE2TTJEdUxVN0NTR01PQVJpb0RCbGpYRiIKfQ=="' '}' ']' 2024-03-21T13:28:35.103 INFO:teuthology.orchestra.run.smithi001.stderr:+ jq --exit-status '.[0].token' 2024-03-21T13:28:35.105 INFO:teuthology.orchestra.run.smithi001.stdout:"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVlNjcwOGMwLTUxZGMtNDliYy1iOTgwLWQwZjA4YzE3M2QwYiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEwNjo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkVKWEE2RUlDR0NFUVc1UEtGQ1JZIiwKICAgICJzZWNyZXQiOiAiSVRDYVhDZUtTTG5Ub2tEQTE2TTJEdUxVN0NTR01PQVJpb0RCbGpYRiIKfQ==" 2024-03-21T13:28:35.105 INFO:teuthology.orchestra.run.smithi001.stderr:++ ceph rgw realm tokens 2024-03-21T13:28:35.105 INFO:teuthology.orchestra.run.smithi001.stderr:++ jq -r '.[0].token' 2024-03-21T13:28:35.106 INFO:teuthology.orchestra.run.smithi001.stderr:++ base64 --decode 2024-03-21T13:28:35.265 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:35 smithi188 bash[22197]: cluster 2024-03-21T13:28:33.703795+0000 mgr.a (mgr.14361) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 43 KiB/s rd, 5.7 KiB/s wr, 91 op/s 2024-03-21T13:28:35.265 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:35 smithi188 bash[22197]: audit 2024-03-21T13:28:33.952964+0000 mgr.a (mgr.14361) 39 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:35.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:35 smithi106 bash[22227]: cluster 2024-03-21T13:28:33.703795+0000 mgr.a (mgr.14361) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 43 KiB/s rd, 5.7 KiB/s wr, 91 op/s 2024-03-21T13:28:35.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:35 smithi106 bash[22227]: audit 2024-03-21T13:28:33.952964+0000 mgr.a (mgr.14361) 39 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:35.404 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:35 smithi001 bash[21415]: cluster 2024-03-21T13:28:33.703795+0000 mgr.a (mgr.14361) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 43 KiB/s rd, 5.7 KiB/s wr, 91 op/s 2024-03-21T13:28:35.404 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:35 smithi001 bash[21415]: audit 2024-03-21T13:28:33.952964+0000 mgr.a (mgr.14361) 39 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:35.875 INFO:teuthology.orchestra.run.smithi001.stderr:+ TOKEN_JSON='{ 2024-03-21T13:28:35.875 INFO:teuthology.orchestra.run.smithi001.stderr: "realm_name": "myrealm1", 2024-03-21T13:28:35.875 INFO:teuthology.orchestra.run.smithi001.stderr: "realm_id": "5e6708c0-51dc-49bc-b980-d0f08c173d0b", 2024-03-21T13:28:35.875 INFO:teuthology.orchestra.run.smithi001.stderr: "endpoint": "http://smithi106:5500", 2024-03-21T13:28:35.875 INFO:teuthology.orchestra.run.smithi001.stderr: "access_key": "EJXA6EICGCEQW5PKFCRY", 2024-03-21T13:28:35.875 INFO:teuthology.orchestra.run.smithi001.stderr: "secret": "ITCaXCeKSLnTokDA16M2DuLU7CSGMOARioDBljXF" 2024-03-21T13:28:35.875 INFO:teuthology.orchestra.run.smithi001.stderr:}' 2024-03-21T13:28:35.875 INFO:teuthology.orchestra.run.smithi001.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"5e6708c0-51dc-49bc-b980-d0f08c173d0b",' '"endpoint":' '"http://smithi106:5500",' '"access_key":' '"EJXA6EICGCEQW5PKFCRY",' '"secret":' '"ITCaXCeKSLnTokDA16M2DuLU7CSGMOARioDBljXF"' '}' 2024-03-21T13:28:35.875 INFO:teuthology.orchestra.run.smithi001.stderr:+ jq --exit-status '.realm_name == "myrealm1"' 2024-03-21T13:28:35.877 INFO:teuthology.orchestra.run.smithi001.stdout:true 2024-03-21T13:28:35.878 INFO:teuthology.orchestra.run.smithi001.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"5e6708c0-51dc-49bc-b980-d0f08c173d0b",' '"endpoint":' '"http://smithi106:5500",' '"access_key":' '"EJXA6EICGCEQW5PKFCRY",' '"secret":' '"ITCaXCeKSLnTokDA16M2DuLU7CSGMOARioDBljXF"' '}' 2024-03-21T13:28:35.878 INFO:teuthology.orchestra.run.smithi001.stderr:+ jq --exit-status '.endpoint | test("http://.+:\\d+")' 2024-03-21T13:28:35.880 INFO:teuthology.orchestra.run.smithi001.stdout:true 2024-03-21T13:28:35.881 INFO:teuthology.orchestra.run.smithi001.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"5e6708c0-51dc-49bc-b980-d0f08c173d0b",' '"endpoint":' '"http://smithi106:5500",' '"access_key":' '"EJXA6EICGCEQW5PKFCRY",' '"secret":' '"ITCaXCeKSLnTokDA16M2DuLU7CSGMOARioDBljXF"' '}' 2024-03-21T13:28:35.881 INFO:teuthology.orchestra.run.smithi001.stderr:+ jq --exit-status '.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")' 2024-03-21T13:28:35.883 INFO:teuthology.orchestra.run.smithi001.stdout:true 2024-03-21T13:28:35.885 INFO:teuthology.orchestra.run.smithi001.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"5e6708c0-51dc-49bc-b980-d0f08c173d0b",' '"endpoint":' '"http://smithi106:5500",' '"access_key":' '"EJXA6EICGCEQW5PKFCRY",' '"secret":' '"ITCaXCeKSLnTokDA16M2DuLU7CSGMOARioDBljXF"' '}' 2024-03-21T13:28:35.885 INFO:teuthology.orchestra.run.smithi001.stderr:+ jq --exit-status .access_key 2024-03-21T13:28:35.886 INFO:teuthology.orchestra.run.smithi001.stdout:"EJXA6EICGCEQW5PKFCRY" 2024-03-21T13:28:35.886 INFO:teuthology.orchestra.run.smithi001.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"5e6708c0-51dc-49bc-b980-d0f08c173d0b",' '"endpoint":' '"http://smithi106:5500",' '"access_key":' '"EJXA6EICGCEQW5PKFCRY",' '"secret":' '"ITCaXCeKSLnTokDA16M2DuLU7CSGMOARioDBljXF"' '}' 2024-03-21T13:28:35.886 INFO:teuthology.orchestra.run.smithi001.stderr:+ jq --exit-status .secret 2024-03-21T13:28:35.888 INFO:teuthology.orchestra.run.smithi001.stdout:"ITCaXCeKSLnTokDA16M2DuLU7CSGMOARioDBljXF" 2024-03-21T13:28:36.155 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:36 smithi001 bash[21415]: audit 2024-03-21T13:28:34.717105+0000 mgr.a (mgr.14361) 40 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:36.392 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:36 smithi106 bash[22227]: audit 2024-03-21T13:28:34.717105+0000 mgr.a (mgr.14361) 40 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:36.463 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:36 smithi188 bash[22197]: audit 2024-03-21T13:28:34.717105+0000 mgr.a (mgr.14361) 40 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:36.550 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-21T13:28:36.561 INFO:tasks.cephadm:Teardown begin 2024-03-21T13:28:36.561 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:28:36.575 DEBUG:teuthology.orchestra.run.smithi106:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:28:36.588 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:28:36.602 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-21T13:28:36.602 DEBUG:teuthology.orchestra.run.smithi001:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T13:28:36.622 DEBUG:teuthology.orchestra.run.smithi106:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T13:28:36.635 DEBUG:teuthology.orchestra.run.smithi188:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T13:28:36.649 INFO:tasks.cephadm:Stopping all daemons... 2024-03-21T13:28:36.650 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-21T13:28:36.650 DEBUG:teuthology.orchestra.run.smithi001:> sudo systemctl stop ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mon.a 2024-03-21T13:28:36.902 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:36 smithi001 systemd[1]: Stopping Ceph mon.a for 86fed6e6-e785-11ee-95cd-87774f69a715... 2024-03-21T13:28:36.902 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:36 smithi001 bash[21415]: debug 2024-03-21T13:28:36.777+0000 7febd0dd8700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T13:28:36.902 INFO:journalctl@ceph.mon.a.smithi001.stdout:Mar 21 13:28:36 smithi001 bash[21415]: debug 2024-03-21T13:28:36.777+0000 7febd0dd8700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-21T13:28:37.616 DEBUG:teuthology.orchestra.run.smithi001:> sudo pkill -f 'journalctl -f -n 0 -u ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mon.a.service' 2024-03-21T13:28:37.642 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:28:37.642 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-21T13:28:37.643 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-21T13:28:37.643 DEBUG:teuthology.orchestra.run.smithi106:> sudo systemctl stop ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mon.b 2024-03-21T13:28:38.062 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:37 smithi106 systemd[1]: Stopping Ceph mon.b for 86fed6e6-e785-11ee-95cd-87774f69a715... 2024-03-21T13:28:38.062 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:37 smithi106 bash[22227]: debug 2024-03-21T13:28:37.790+0000 7fe74cac7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T13:28:38.063 INFO:journalctl@ceph.mon.b.smithi106.stdout:Mar 21 13:28:37 smithi106 bash[22227]: debug 2024-03-21T13:28:37.790+0000 7fe74cac7700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-21T13:28:38.660 DEBUG:teuthology.orchestra.run.smithi106:> sudo pkill -f 'journalctl -f -n 0 -u ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mon.b.service' 2024-03-21T13:28:38.689 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:28:38.689 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-21T13:28:38.689 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-21T13:28:38.689 DEBUG:teuthology.orchestra.run.smithi188:> sudo systemctl stop ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mon.c 2024-03-21T13:28:39.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:38 smithi188 systemd[1]: Stopping Ceph mon.c for 86fed6e6-e785-11ee-95cd-87774f69a715... 2024-03-21T13:28:39.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:38 smithi188 bash[22197]: debug 2024-03-21T13:28:38.822+0000 7f5883600700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T13:28:39.015 INFO:journalctl@ceph.mon.c.smithi188.stdout:Mar 21 13:28:38 smithi188 bash[22197]: debug 2024-03-21T13:28:38.822+0000 7f5883600700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-21T13:28:39.750 DEBUG:teuthology.orchestra.run.smithi188:> sudo pkill -f 'journalctl -f -n 0 -u ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mon.c.service' 2024-03-21T13:28:39.779 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:28:39.779 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-21T13:28:39.780 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-21T13:28:39.780 DEBUG:teuthology.orchestra.run.smithi001:> sudo systemctl stop ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mgr.a 2024-03-21T13:28:40.155 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:39 smithi001 systemd[1]: Stopping Ceph mgr.a for 86fed6e6-e785-11ee-95cd-87774f69a715... 2024-03-21T13:28:40.473 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Mar 21 13:28:40 smithi001 bash[21669]: debug 2024-03-21T13:28:40.161+0000 7f29ac49a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:28:41.045 DEBUG:teuthology.orchestra.run.smithi001:> sudo pkill -f 'journalctl -f -n 0 -u ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mgr.a.service' 2024-03-21T13:28:41.066 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:28:41.066 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-21T13:28:41.066 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-21T13:28:41.066 DEBUG:teuthology.orchestra.run.smithi106:> sudo systemctl stop ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mgr.b 2024-03-21T13:28:41.392 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Mar 21 13:28:41 smithi106 systemd[1]: Stopping Ceph mgr.b for 86fed6e6-e785-11ee-95cd-87774f69a715... 2024-03-21T13:28:42.010 DEBUG:teuthology.orchestra.run.smithi106:> sudo pkill -f 'journalctl -f -n 0 -u ceph-86fed6e6-e785-11ee-95cd-87774f69a715@mgr.b.service' 2024-03-21T13:28:42.032 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:28:42.032 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-21T13:28:42.032 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-21T13:28:42.032 DEBUG:teuthology.orchestra.run.smithi001:> sudo systemctl stop ceph-86fed6e6-e785-11ee-95cd-87774f69a715@osd.0 2024-03-21T13:28:42.405 INFO:journalctl@ceph.osd.0.smithi001.stdout:Mar 21 13:28:42 smithi001 systemd[1]: Stopping Ceph osd.0 for 86fed6e6-e785-11ee-95cd-87774f69a715... 2024-03-21T13:28:42.405 INFO:journalctl@ceph.osd.0.smithi001.stdout:Mar 21 13:28:42 smithi001 bash[31793]: debug 2024-03-21T13:28:42.285+0000 7f948a472700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:28:42.405 INFO:journalctl@ceph.osd.0.smithi001.stdout:Mar 21 13:28:42 smithi001 bash[31793]: debug 2024-03-21T13:28:42.285+0000 7f948a472700 -1 osd.0 33 *** Got signal Terminated *** 2024-03-21T13:28:42.405 INFO:journalctl@ceph.osd.0.smithi001.stdout:Mar 21 13:28:42 smithi001 bash[31793]: debug 2024-03-21T13:28:42.285+0000 7f948a472700 -1 osd.0 33 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:28:48.655 INFO:journalctl@ceph.osd.0.smithi001.stdout:Mar 21 13:28:48 smithi001 bash[62381]: ceph-86fed6e6-e785-11ee-95cd-87774f69a715-osd-0 2024-03-21T13:28:48.655 INFO:journalctl@ceph.osd.0.smithi001.stdout:Mar 21 13:28:48 smithi001 bash[62749]: Error response from daemon: No such container: ceph-86fed6e6-e785-11ee-95cd-87774f69a715-osd-0 2024-03-21T13:28:49.959 DEBUG:teuthology.orchestra.run.smithi001:> sudo pkill -f 'journalctl -f -n 0 -u ceph-86fed6e6-e785-11ee-95cd-87774f69a715@osd.0.service' 2024-03-21T13:28:50.002 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:28:50.002 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-21T13:28:50.003 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-21T13:28:50.003 DEBUG:teuthology.orchestra.run.smithi106:> sudo systemctl stop ceph-86fed6e6-e785-11ee-95cd-87774f69a715@osd.1 2024-03-21T13:28:50.392 INFO:journalctl@ceph.osd.1.smithi106.stdout:Mar 21 13:28:50 smithi106 systemd[1]: Stopping Ceph osd.1 for 86fed6e6-e785-11ee-95cd-87774f69a715... 2024-03-21T13:28:50.392 INFO:journalctl@ceph.osd.1.smithi106.stdout:Mar 21 13:28:50 smithi106 bash[27203]: debug 2024-03-21T13:28:50.154+0000 7fe3ecc04700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:28:50.392 INFO:journalctl@ceph.osd.1.smithi106.stdout:Mar 21 13:28:50 smithi106 bash[27203]: debug 2024-03-21T13:28:50.154+0000 7fe3ecc04700 -1 osd.1 33 *** Got signal Terminated *** 2024-03-21T13:28:50.392 INFO:journalctl@ceph.osd.1.smithi106.stdout:Mar 21 13:28:50 smithi106 bash[27203]: debug 2024-03-21T13:28:50.154+0000 7fe3ecc04700 -1 osd.1 33 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:28:56.518 INFO:journalctl@ceph.osd.1.smithi106.stdout:Mar 21 13:28:56 smithi106 bash[32367]: ceph-86fed6e6-e785-11ee-95cd-87774f69a715-osd-1 2024-03-21T13:28:56.518 INFO:journalctl@ceph.osd.1.smithi106.stdout:Mar 21 13:28:56 smithi106 bash[32609]: Error response from daemon: No such container: ceph-86fed6e6-e785-11ee-95cd-87774f69a715-osd-1 2024-03-21T13:28:58.317 DEBUG:teuthology.orchestra.run.smithi106:> sudo pkill -f 'journalctl -f -n 0 -u ceph-86fed6e6-e785-11ee-95cd-87774f69a715@osd.1.service' 2024-03-21T13:28:58.351 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:28:58.351 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-21T13:28:58.351 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-21T13:28:58.351 DEBUG:teuthology.orchestra.run.smithi188:> sudo systemctl stop ceph-86fed6e6-e785-11ee-95cd-87774f69a715@osd.2 2024-03-21T13:28:58.765 INFO:journalctl@ceph.osd.2.smithi188.stdout:Mar 21 13:28:58 smithi188 systemd[1]: Stopping Ceph osd.2 for 86fed6e6-e785-11ee-95cd-87774f69a715... 2024-03-21T13:28:58.765 INFO:journalctl@ceph.osd.2.smithi188.stdout:Mar 21 13:28:58 smithi188 bash[27607]: debug 2024-03-21T13:28:58.502+0000 7f19b77e4700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:28:58.765 INFO:journalctl@ceph.osd.2.smithi188.stdout:Mar 21 13:28:58 smithi188 bash[27607]: debug 2024-03-21T13:28:58.502+0000 7f19b77e4700 -1 osd.2 33 *** Got signal Terminated *** 2024-03-21T13:28:58.765 INFO:journalctl@ceph.osd.2.smithi188.stdout:Mar 21 13:28:58 smithi188 bash[27607]: debug 2024-03-21T13:28:58.502+0000 7f19b77e4700 -1 osd.2 33 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:29:04.765 INFO:journalctl@ceph.osd.2.smithi188.stdout:Mar 21 13:29:04 smithi188 bash[32108]: ceph-86fed6e6-e785-11ee-95cd-87774f69a715-osd-2 2024-03-21T13:29:04.765 INFO:journalctl@ceph.osd.2.smithi188.stdout:Mar 21 13:29:04 smithi188 bash[32215]: Error response from daemon: No such container: ceph-86fed6e6-e785-11ee-95cd-87774f69a715-osd-2 2024-03-21T13:29:06.196 DEBUG:teuthology.orchestra.run.smithi188:> sudo pkill -f 'journalctl -f -n 0 -u ceph-86fed6e6-e785-11ee-95cd-87774f69a715@osd.2.service' 2024-03-21T13:29:06.238 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:29:06.238 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-21T13:29:06.238 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T13:29:06.407 INFO:teuthology.orchestra.run.smithi001.stdout:Deleting cluster with fsid: 86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:29:08.943 DEBUG:teuthology.orchestra.run.smithi106:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T13:29:09.109 INFO:teuthology.orchestra.run.smithi106.stdout:Deleting cluster with fsid: 86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:29:25.177 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T13:29:25.345 INFO:teuthology.orchestra.run.smithi188.stdout:Deleting cluster with fsid: 86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:29:41.074 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:29:41.089 DEBUG:teuthology.orchestra.run.smithi106:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:29:41.102 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:29:41.114 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-21T13:29:41.117 DEBUG:teuthology.misc:Transferring archived files from smithi001:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614995/remote/smithi001/crash 2024-03-21T13:29:41.118 DEBUG:teuthology.orchestra.run.smithi001:> sudo tar c -f - -C /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/crash -- . 2024-03-21T13:29:41.145 INFO:teuthology.orchestra.run.smithi001.stderr:tar: /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T13:29:41.145 INFO:teuthology.orchestra.run.smithi001.stderr:tar: Error is not recoverable: exiting now 2024-03-21T13:29:41.147 DEBUG:teuthology.misc:Transferring archived files from smithi106:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614995/remote/smithi106/crash 2024-03-21T13:29:41.148 DEBUG:teuthology.orchestra.run.smithi106:> sudo tar c -f - -C /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/crash -- . 2024-03-21T13:29:41.160 INFO:teuthology.orchestra.run.smithi106.stderr:tar: /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T13:29:41.161 INFO:teuthology.orchestra.run.smithi106.stderr:tar: Error is not recoverable: exiting now 2024-03-21T13:29:41.163 DEBUG:teuthology.misc:Transferring archived files from smithi188:/var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614995/remote/smithi188/crash 2024-03-21T13:29:41.164 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/crash -- . 2024-03-21T13:29:41.174 INFO:teuthology.orchestra.run.smithi188.stderr:tar: /var/lib/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T13:29:41.174 INFO:teuthology.orchestra.run.smithi188.stderr:tar: Error is not recoverable: exiting now 2024-03-21T13:29:41.175 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-21T13:29:41.176 DEBUG:teuthology.orchestra.run.smithi001:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-21T13:29:41.202 INFO:teuthology.orchestra.run.smithi001.stdout:2024-03-21T13:24:38.183098+0000 mon.a (mon.0) 418 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T13:29:41.203 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-21T13:29:41.203 DEBUG:teuthology.orchestra.run.smithi001:> sudo egrep '\[SEC\]' /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-21T13:29:41.258 DEBUG:teuthology.orchestra.run.smithi001:> sudo egrep '\[ERR\]' /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-21T13:29:41.315 DEBUG:teuthology.orchestra.run.smithi001:> sudo egrep '\[WRN\]' /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-21T13:29:41.370 INFO:teuthology.orchestra.run.smithi001.stdout:2024-03-21T13:24:38.183098+0000 mon.a (mon.0) 418 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T13:29:41.371 INFO:tasks.cephadm:Compressing logs... 2024-03-21T13:29:41.371 DEBUG:teuthology.orchestra.run.smithi001:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-21T13:29:41.414 DEBUG:teuthology.orchestra.run.smithi106:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-21T13:29:41.417 DEBUG:teuthology.orchestra.run.smithi188:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-21T13:29:41.424 INFO:teuthology.orchestra.run.smithi001.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T13:29:41.427 INFO:teuthology.orchestra.run.smithi106.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T13:29:41.431 INFO:teuthology.orchestra.run.smithi188.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T13:29:41.434 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T13:29:41.434 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-osd.0.log 2024-03-21T13:29:41.435 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-mon.a.log 2024-03-21T13:29:41.435 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T13:29:41.436 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.log 2024-03-21T13:29:41.437 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T13:29:41.437 INFO:teuthology.orchestra.run.smithi001.stderr: 83.6% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T13:29:41.437 INFO:teuthology.orchestra.run.smithi001.stderr:gzip/var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.log: -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T13:29:41.437 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-mgr.a.log 2024-03-21T13:29:41.438 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.audit.log: /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-mgr.a.log: 86.1% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T13:29:41.439 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T13:29:41.439 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-osd.2.log 2024-03-21T13:29:41.440 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi188.kbaghh.log 2024-03-21T13:29:41.441 INFO:teuthology.orchestra.run.smithi001.stderr: 89.8% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T13:29:41.441 INFO:teuthology.orchestra.run.smithi001.stderr: 85.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T13:29:41.442 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T13:29:41.442 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.log 2024-03-21T13:29:41.442 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi188.kbaghh.log: /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.cephadm.log: 57.8% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi188.kbaghh.log.gz 2024-03-21T13:29:41.442 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T13:29:41.442 INFO:teuthology.orchestra.run.smithi188.stderr: 82.5% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T13:29:41.442 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-mon.c.log 2024-03-21T13:29:41.442 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T13:29:41.443 INFO:teuthology.orchestra.run.smithi188.stderr: 85.9% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T13:29:41.443 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-mon.c.log: /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.audit.log: 77.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T13:29:41.444 INFO:teuthology.orchestra.run.smithi188.stderr: 89.9% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T13:29:41.447 INFO:teuthology.orchestra.run.smithi106.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T13:29:41.447 INFO:teuthology.orchestra.run.smithi106.stderr:gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T13:29:41.448 INFO:teuthology.orchestra.run.smithi106.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-osd.1.log 2024-03-21T13:29:41.448 INFO:teuthology.orchestra.run.smithi106.stderr:/var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.log 2024-03-21T13:29:41.448 INFO:teuthology.orchestra.run.smithi106.stderr: 82.5% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T13:29:41.449 INFO:teuthology.orchestra.run.smithi106.stderr:gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T13:29:41.450 INFO:teuthology.orchestra.run.smithi106.stderr:/var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-osd.1.log: /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-mgr.b.log 2024-03-21T13:29:41.450 INFO:teuthology.orchestra.run.smithi106.stderr:/var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-volume.log: 79.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T13:29:41.450 INFO:teuthology.orchestra.run.smithi106.stderr:gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T13:29:41.451 INFO:teuthology.orchestra.run.smithi106.stderr:gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi106.xswkao.log 2024-03-21T13:29:41.451 INFO:teuthology.orchestra.run.smithi106.stderr: 85.9% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T13:29:41.451 INFO:teuthology.orchestra.run.smithi106.stderr:/var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-mgr.b.log: /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-mon.b.log 2024-03-21T13:29:41.452 INFO:teuthology.orchestra.run.smithi106.stderr:/var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi106.xswkao.log: 71.3% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi106.xswkao.log.gz 2024-03-21T13:29:41.452 INFO:teuthology.orchestra.run.smithi106.stderr:/var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-mon.b.log: 89.9% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T13:29:41.454 INFO:teuthology.orchestra.run.smithi188.stderr: 91.8% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T13:29:41.455 INFO:teuthology.orchestra.run.smithi001.stderr: 91.8% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T13:29:41.460 INFO:teuthology.orchestra.run.smithi106.stderr: 90.5% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-mgr.b.log.gz 2024-03-21T13:29:41.464 INFO:teuthology.orchestra.run.smithi106.stderr: 91.8% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T13:29:41.514 INFO:teuthology.orchestra.run.smithi188.stderr: 92.9% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-mon.c.log.gz 2024-03-21T13:29:41.528 INFO:teuthology.orchestra.run.smithi106.stderr: 92.7% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-mon.b.log.gz 2024-03-21T13:29:41.560 INFO:teuthology.orchestra.run.smithi001.stderr: 88.1% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-mgr.a.log.gz 2024-03-21T13:29:41.712 INFO:teuthology.orchestra.run.smithi001.stderr: 91.7% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-mon.a.log.gz 2024-03-21T13:29:41.788 INFO:teuthology.orchestra.run.smithi188.stderr: 94.1% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-osd.2.log.gz 2024-03-21T13:29:41.789 INFO:teuthology.orchestra.run.smithi188.stderr: 2024-03-21T13:29:41.789 INFO:teuthology.orchestra.run.smithi188.stderr:real 0m0.368s 2024-03-21T13:29:41.789 INFO:teuthology.orchestra.run.smithi188.stderr:user 0m0.436s 2024-03-21T13:29:41.789 INFO:teuthology.orchestra.run.smithi188.stderr:sys 0m0.030s 2024-03-21T13:29:41.823 INFO:teuthology.orchestra.run.smithi001.stderr: 94.0% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-osd.0.log.gz 2024-03-21T13:29:41.824 INFO:teuthology.orchestra.run.smithi001.stderr: 2024-03-21T13:29:41.824 INFO:teuthology.orchestra.run.smithi001.stderr:real 0m0.408s 2024-03-21T13:29:41.824 INFO:teuthology.orchestra.run.smithi001.stderr:user 0m0.803s 2024-03-21T13:29:41.824 INFO:teuthology.orchestra.run.smithi001.stderr:sys 0m0.035s 2024-03-21T13:29:41.855 INFO:teuthology.orchestra.run.smithi106.stderr: 94.1% -- replaced with /var/log/ceph/86fed6e6-e785-11ee-95cd-87774f69a715/ceph-osd.1.log.gz 2024-03-21T13:29:41.856 INFO:teuthology.orchestra.run.smithi106.stderr: 2024-03-21T13:29:41.856 INFO:teuthology.orchestra.run.smithi106.stderr:real 0m0.437s 2024-03-21T13:29:41.856 INFO:teuthology.orchestra.run.smithi106.stderr:user 0m0.505s 2024-03-21T13:29:41.856 INFO:teuthology.orchestra.run.smithi106.stderr:sys 0m0.035s 2024-03-21T13:29:41.857 INFO:tasks.cephadm:Archiving logs... 2024-03-21T13:29:41.857 DEBUG:teuthology.misc:Transferring archived files from smithi001:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614995/remote/smithi001/log 2024-03-21T13:29:41.858 DEBUG:teuthology.orchestra.run.smithi001:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T13:29:41.979 DEBUG:teuthology.misc:Transferring archived files from smithi106:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614995/remote/smithi106/log 2024-03-21T13:29:41.980 DEBUG:teuthology.orchestra.run.smithi106:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T13:29:42.059 DEBUG:teuthology.misc:Transferring archived files from smithi188:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614995/remote/smithi188/log 2024-03-21T13:29:42.060 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T13:29:42.135 INFO:tasks.cephadm:Removing cluster... 2024-03-21T13:29:42.135 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 --force 2024-03-21T13:29:42.305 INFO:teuthology.orchestra.run.smithi001.stdout:Deleting cluster with fsid: 86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:29:43.642 DEBUG:teuthology.orchestra.run.smithi106:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 --force 2024-03-21T13:29:43.811 INFO:teuthology.orchestra.run.smithi106.stdout:Deleting cluster with fsid: 86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:29:45.115 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 86fed6e6-e785-11ee-95cd-87774f69a715 --force 2024-03-21T13:29:45.274 INFO:teuthology.orchestra.run.smithi188.stdout:Deleting cluster with fsid: 86fed6e6-e785-11ee-95cd-87774f69a715 2024-03-21T13:29:46.634 INFO:tasks.cephadm:Removing cephadm ... 2024-03-21T13:29:46.634 DEBUG:teuthology.orchestra.run.smithi001:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T13:29:46.640 DEBUG:teuthology.orchestra.run.smithi106:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T13:29:46.646 DEBUG:teuthology.orchestra.run.smithi188:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T13:29:46.652 INFO:tasks.cephadm:Teardown complete 2024-03-21T13:29:46.652 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-21T13:29:46.661 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-03-21T13:29:46.661 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T13:29:46.686 DEBUG:teuthology.orchestra.run.smithi106:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T13:29:46.691 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T13:29:46.785 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-21T13:29:46.795 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-21T13:29:46.795 DEBUG:teuthology.orchestra.run.smithi001:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:29:46.797 DEBUG:teuthology.orchestra.run.smithi106:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:29:46.800 DEBUG:teuthology.orchestra.run.smithi188:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:29:46.808 INFO:teuthology.orchestra.run.smithi001.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:29:46.808 INFO:teuthology.orchestra.run.smithi001.stdout:============================================================================== 2024-03-21T13:29:46.808 INFO:teuthology.orchestra.run.smithi001.stdout:*hv01.front.sepi 44.4.53.2 2 u 23 64 377 0.092 -4.615 1.303 2024-03-21T13:29:46.808 INFO:teuthology.orchestra.run.smithi001.stdout:+hv02.front.sepi 63.231.80.2 3 u 27 64 377 0.066 +0.886 1.607 2024-03-21T13:29:46.808 INFO:teuthology.orchestra.run.smithi001.stdout:+hv03.front.sepi 74.6.168.72 3 u 30 64 377 0.102 -1.103 1.270 2024-03-21T13:29:46.808 INFO:teuthology.orchestra.run.smithi001.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-03-21T13:29:46.812 INFO:teuthology.orchestra.run.smithi106.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:29:46.812 INFO:teuthology.orchestra.run.smithi106.stdout:============================================================================== 2024-03-21T13:29:46.812 INFO:teuthology.orchestra.run.smithi106.stdout:*hv01.front.sepi 44.4.53.2 2 u 27 64 377 0.095 -6.836 2.832 2024-03-21T13:29:46.812 INFO:teuthology.orchestra.run.smithi106.stdout:+hv02.front.sepi 63.231.80.2 3 u 29 64 377 0.072 +0.266 3.364 2024-03-21T13:29:46.813 INFO:teuthology.orchestra.run.smithi106.stdout:+hv03.front.sepi 74.6.168.72 3 u 20 64 377 0.085 -0.620 4.069 2024-03-21T13:29:46.813 INFO:teuthology.orchestra.run.smithi106.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-03-21T13:29:46.814 INFO:teuthology.orchestra.run.smithi188.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:29:46.815 INFO:teuthology.orchestra.run.smithi188.stdout:============================================================================== 2024-03-21T13:29:46.815 INFO:teuthology.orchestra.run.smithi188.stdout:*hv01.front.sepi 44.4.53.2 2 u 27 64 377 0.106 -5.421 2.659 2024-03-21T13:29:46.815 INFO:teuthology.orchestra.run.smithi188.stdout:+hv02.front.sepi 63.231.80.2 3 u 25 64 377 0.052 +1.468 2.123 2024-03-21T13:29:46.815 INFO:teuthology.orchestra.run.smithi188.stdout:+hv03.front.sepi 74.6.168.72 3 u 23 64 377 0.105 -0.178 2.119 2024-03-21T13:29:46.815 INFO:teuthology.orchestra.run.smithi188.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-03-21T13:29:46.816 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-21T13:29:46.825 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-21T13:29:46.825 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-21T13:29:46.833 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-21T13:29:46.842 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-21T13:29:46.850 INFO:teuthology.task.internal:Duration was 1249.791556 seconds 2024-03-21T13:29:46.851 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-21T13:29:46.859 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-21T13:29:46.859 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T13:29:46.861 DEBUG:teuthology.orchestra.run.smithi106:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T13:29:46.864 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T13:29:46.899 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-21T13:29:46.899 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi001.front.sepia.ceph.com 2024-03-21T13:29:46.899 DEBUG:teuthology.orchestra.run.smithi001:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T13:29:46.951 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi106.front.sepia.ceph.com 2024-03-21T13:29:46.951 DEBUG:teuthology.orchestra.run.smithi106:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T13:29:46.961 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi188.front.sepia.ceph.com 2024-03-21T13:29:46.961 DEBUG:teuthology.orchestra.run.smithi188:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T13:29:46.971 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-21T13:29:46.971 DEBUG:teuthology.orchestra.run.smithi001:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T13:29:46.998 DEBUG:teuthology.orchestra.run.smithi106:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T13:29:47.007 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T13:29:47.047 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-21T13:29:47.048 DEBUG:teuthology.orchestra.run.smithi001:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T13:29:47.078 DEBUG:teuthology.orchestra.run.smithi106:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T13:29:47.087 DEBUG:teuthology.orchestra.run.smithi188:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T13:29:47.166 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-21T13:29:47.176 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-21T13:29:47.176 DEBUG:teuthology.orchestra.run.smithi001:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T13:29:47.187 DEBUG:teuthology.orchestra.run.smithi106:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T13:29:47.199 DEBUG:teuthology.orchestra.run.smithi188:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T13:29:47.211 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-21T13:29:47.221 DEBUG:teuthology.orchestra.run.smithi001:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:29:47.230 DEBUG:teuthology.orchestra.run.smithi106:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:29:47.239 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern = core 2024-03-21T13:29:47.247 DEBUG:teuthology.orchestra.run.smithi188:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:29:47.255 INFO:teuthology.orchestra.run.smithi106.stdout:kernel.core_pattern = core 2024-03-21T13:29:47.266 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = core 2024-03-21T13:29:47.287 DEBUG:teuthology.orchestra.run.smithi001:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:29:47.312 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:29:47.313 DEBUG:teuthology.orchestra.run.smithi106:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:29:47.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:29:47.321 DEBUG:teuthology.orchestra.run.smithi188:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:29:47.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:29:47.336 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-21T13:29:47.345 INFO:teuthology.task.internal:Transferring archived files... 2024-03-21T13:29:47.346 DEBUG:teuthology.misc:Transferring archived files from smithi001:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614995/remote/smithi001 2024-03-21T13:29:47.346 DEBUG:teuthology.orchestra.run.smithi001:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T13:29:47.380 DEBUG:teuthology.misc:Transferring archived files from smithi106:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614995/remote/smithi106 2024-03-21T13:29:47.380 DEBUG:teuthology.orchestra.run.smithi106:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T13:29:47.403 DEBUG:teuthology.misc:Transferring archived files from smithi188:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614995/remote/smithi188 2024-03-21T13:29:47.403 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T13:29:47.426 INFO:teuthology.task.internal:Removing archive directory... 2024-03-21T13:29:47.426 DEBUG:teuthology.orchestra.run.smithi001:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T13:29:47.429 DEBUG:teuthology.orchestra.run.smithi106:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T13:29:47.442 DEBUG:teuthology.orchestra.run.smithi188:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T13:29:47.472 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-21T13:29:47.485 INFO:teuthology.task.internal:Not uploading archives. 2024-03-21T13:29:47.485 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-21T13:29:47.494 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-21T13:29:47.494 DEBUG:teuthology.orchestra.run.smithi001:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T13:29:47.496 DEBUG:teuthology.orchestra.run.smithi106:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T13:29:47.499 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T13:29:47.500 INFO:teuthology.orchestra.run.smithi001.stdout: 658642 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 13:29 /home/ubuntu/cephtest 2024-03-21T13:29:47.502 INFO:teuthology.orchestra.run.smithi106.stdout: 658626 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 13:29 /home/ubuntu/cephtest 2024-03-21T13:29:47.521 INFO:teuthology.orchestra.run.smithi188.stdout: 658467 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 13:29 /home/ubuntu/cephtest 2024-03-21T13:29:47.522 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-21T13:29:47.532 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-21T13:29:47.552 INFO:teuthology.nuke:Checking targets against current locks 2024-03-21T13:29:47.580 DEBUG:teuthology.nuke:shortname: smithi001 2024-03-21T13:29:47.580 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:29:47.609 DEBUG:teuthology.nuke:shortname: smithi106 2024-03-21T13:29:47.609 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:29:47.617 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi001.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614995', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:59:33.854215', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDIX5VapvFCBryX/ZI6l2LjTZu5+IwN+GQerR3QcTcRtB3QKRjKMrx3tf//iBX/z87SElmBI8n0zQ7qkOAojBPQ='} 2024-03-21T13:29:47.635 DEBUG:teuthology.nuke:shortname: smithi188 2024-03-21T13:29:47.635 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:29:47.645 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi106.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614995', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:59:33.855682', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGCa3RUSmlFX9BbrxjOR/hJcPojAEbrWThoUN3siLUXpUAz9CO7jCK8pgGsWjHv+knFMNUWlHp3SNqNDbsZHFaU='} 2024-03-21T13:29:47.662 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi188.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614995', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:59:33.852834', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNN2iCVDhArQl92gt8kaOytnoPJgOQW4SQ7hvCFSloVRjkGVGWBU4uq5Ot2RLE0Tx+eJuMzb1q0Y7MIOHTCrlFI='} 2024-03-21T13:29:47.678 INFO:teuthology.orchestra.console.smithi001:Power off 2024-03-21T13:29:47.678 DEBUG:teuthology.orchestra.console.smithi001:pexpect command: ipmitool -H smithi001.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T13:29:47.702 DEBUG:teuthology.orchestra.console.smithi001:power off output: Chassis Power Control: Down/Off 2024-03-21T13:29:47.702 DEBUG:teuthology.orchestra.console.smithi001:pexpect command: ipmitool -H smithi001.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:29:47.718 INFO:teuthology.orchestra.console.smithi188:Power off 2024-03-21T13:29:47.718 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T13:29:47.731 INFO:teuthology.orchestra.console.smithi106:Power off 2024-03-21T13:29:47.731 DEBUG:teuthology.orchestra.console.smithi106:pexpect command: ipmitool -H smithi106.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T13:29:47.740 DEBUG:teuthology.orchestra.console.smithi001:check power output: Chassis Power is on 2024-03-21T13:29:47.740 DEBUG:teuthology.orchestra.console.smithi188:power off output: Chassis Power Control: Down/Off 2024-03-21T13:29:47.741 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:29:47.754 DEBUG:teuthology.orchestra.console.smithi106:power off output: Chassis Power Control: Down/Off 2024-03-21T13:29:47.754 DEBUG:teuthology.orchestra.console.smithi106:pexpect command: ipmitool -H smithi106.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:29:47.764 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2024-03-21T13:29:47.777 DEBUG:teuthology.orchestra.console.smithi106:check power output: Chassis Power is on 2024-03-21T13:29:51.741 DEBUG:teuthology.orchestra.console.smithi001:pexpect command: ipmitool -H smithi001.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:29:51.765 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:29:51.777 DEBUG:teuthology.orchestra.console.smithi106:pexpect command: ipmitool -H smithi106.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:29:51.852 DEBUG:teuthology.orchestra.console.smithi001:check power output: Chassis Power is on 2024-03-21T13:29:51.874 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2024-03-21T13:29:51.887 DEBUG:teuthology.orchestra.console.smithi106:check power output: Chassis Power is on 2024-03-21T13:29:55.857 DEBUG:teuthology.orchestra.console.smithi001:pexpect command: ipmitool -H smithi001.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:29:55.874 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:29:55.887 DEBUG:teuthology.orchestra.console.smithi106:pexpect command: ipmitool -H smithi106.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:29:55.967 DEBUG:teuthology.orchestra.console.smithi001:check power output: Chassis Power is off 2024-03-21T13:29:55.983 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is off 2024-03-21T13:29:55.996 DEBUG:teuthology.orchestra.console.smithi106:check power output: Chassis Power is off 2024-03-21T13:29:56.068 INFO:teuthology.orchestra.console.smithi001:Power off completed 2024-03-21T13:29:56.083 INFO:teuthology.orchestra.console.smithi188:Power off completed 2024-03-21T13:29:56.098 INFO:teuthology.orchestra.console.smithi106:Power off completed 2024-03-21T13:29:56.202 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} duration: 1249.7915561199188 failure_reason: '"2024-03-21T13:24:38.183098+0000 mon.a (mon.0) 418 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' flavor: default owner: scheduled_gabrioux@teuthology success: false 2024-03-21T13:29:56.203 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T13:29:56.297 INFO:teuthology.run:FAIL