2024-04-07T18:10:40.375 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-07T18:10:40.375 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name yuriw-2024-04-07_14:37:12-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi --owner scheduled_yuriw@teuthology --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --archive /home/teuthworker/archive/yuriw-2024-04-07_14:37:12-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7643973 -- /home/teuthworker/archive/yuriw-2024-04-07_14:37:12-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7643973/orig.config.yaml 2024-04-07T18:10:40.405 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-07T18:10:40.482 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-07_14:37:12-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7643973 branch: wip-yuri3-testing-2024-04-05-0825 description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: yweinste@redhat.com first_in_suite: false job_id: '7643973' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-07_14:37:12-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuri3-testing-2024-04-05-0825 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: adce92d056533f22dc1ee37e3141d098b046ec1b ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: adce92d056533f22dc1ee37e3141d098b046ec1b workunit: branch: wip-yuri3-testing-2024-04-05-0825 sha1: adce92d056533f22dc1ee37e3141d098b046ec1b owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 5988 sha1: adce92d056533f22dc1ee37e3141d098b046ec1b sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2024-04-05-0825 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_adce92d056533f22dc1ee37e3141d098b046ec1b/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: adce92d056533f22dc1ee37e3141d098b046ec1b targets: smithi087.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGNzRpmO8SUeDh06cUNK2v7iNzg08YiAcXNMh64BizDtQgHfdvlZhn2uCu7EcOCwyyKBXgelCw0d5g5aa7aG/Yc= smithi107.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKzVDTAlJ7qwxat4NBPcDXD6s2IFYthzgTb4BG5g83ggT7hC3VuB/kOCtCBNsEgptHtfUVRFgJwqSMk1onVSDzE= smithi112.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHhBcLXMtvkfBiCSRFH/vAXwRzz5pGsU/p79+tKQEOY4WbbL9JOSFgjpoU9wN/nwOSEZX7v3KcKMpdXLeErAssU= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-07_14:37:12 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-07T18:10:40.483 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_adce92d056533f22dc1ee37e3141d098b046ec1b/qa; will attempt to use it 2024-04-07T18:10:40.483 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_adce92d056533f22dc1ee37e3141d098b046ec1b/qa/tasks 2024-04-07T18:10:40.483 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-07T18:10:40.485 INFO:teuthology.task.internal:Checking packages... 2024-04-07T18:10:40.508 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'adce92d056533f22dc1ee37e3141d098b046ec1b' 2024-04-07T18:10:40.508 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-07T18:10:40.508 INFO:teuthology.packaging:ref: None 2024-04-07T18:10:40.508 INFO:teuthology.packaging:tag: None 2024-04-07T18:10:40.508 INFO:teuthology.packaging:branch: wip-yuri3-testing-2024-04-05-0825 2024-04-07T18:10:40.509 INFO:teuthology.packaging:sha1: adce92d056533f22dc1ee37e3141d098b046ec1b 2024-04-07T18:10:40.509 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-yuri3-testing-2024-04-05-0825 2024-04-07T18:10:40.650 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2785-gadce92d0-1jammy 2024-04-07T18:10:40.651 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-07T18:10:40.658 INFO:teuthology.task.internal:no buildpackages task found 2024-04-07T18:10:40.658 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-07T18:10:40.664 INFO:teuthology.task.internal:Saving configuration 2024-04-07T18:10:40.676 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-07T18:10:40.683 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-07T18:10:40.708 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi087.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-07_14:37:12-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7643973', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-07 18:04:52.930175', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOucgQIogdemHMKF2I6OE2hMZ1ykIZNNIcXDe7FxXxmp'} 2024-04-07T18:10:40.733 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi107.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-07_14:37:12-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7643973', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-07 18:04:52.928650', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBUZaFXYPfVlS3ZD18wM98mPZ3Re7ieMUPIAh2NQ9d9T'} 2024-04-07T18:10:40.755 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi112.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-07_14:37:12-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7643973', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-07 18:04:52.926913', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN5w739bPVZXs+ysS8WDciVcVfEkm6037fa3P2ZpM6+c'} 2024-04-07T18:10:40.755 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-07T18:10:40.762 INFO:teuthology.task.internal:roles: ubuntu@smithi087.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-07T18:10:40.762 INFO:teuthology.task.internal:roles: ubuntu@smithi107.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-07T18:10:40.762 INFO:teuthology.task.internal:roles: ubuntu@smithi112.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-07T18:10:40.762 INFO:teuthology.run_tasks:Running task console_log... 2024-04-07T18:10:40.859 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa1c106cf70>, signals=[15]) 2024-04-07T18:10:40.860 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-07T18:10:40.869 INFO:teuthology.task.internal:Opening connections... 2024-04-07T18:10:40.869 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi087.front.sepia.ceph.com 2024-04-07T18:10:40.874 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T18:10:40.960 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi107.front.sepia.ceph.com 2024-04-07T18:10:40.961 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T18:10:41.038 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi112.front.sepia.ceph.com 2024-04-07T18:10:41.039 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T18:10:41.117 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-07T18:10:41.123 DEBUG:teuthology.orchestra.run.smithi087:> uname -m 2024-04-07T18:10:41.129 INFO:teuthology.orchestra.run.smithi087.stdout:x86_64 2024-04-07T18:10:41.129 DEBUG:teuthology.orchestra.run.smithi087:> cat /etc/os-release 2024-04-07T18:10:41.174 INFO:teuthology.orchestra.run.smithi087.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-07T18:10:41.174 INFO:teuthology.orchestra.run.smithi087.stdout:NAME="Ubuntu" 2024-04-07T18:10:41.175 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION_ID="22.04" 2024-04-07T18:10:41.175 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-07T18:10:41.175 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION_CODENAME=jammy 2024-04-07T18:10:41.175 INFO:teuthology.orchestra.run.smithi087.stdout:ID=ubuntu 2024-04-07T18:10:41.175 INFO:teuthology.orchestra.run.smithi087.stdout:ID_LIKE=debian 2024-04-07T18:10:41.175 INFO:teuthology.orchestra.run.smithi087.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-07T18:10:41.175 INFO:teuthology.orchestra.run.smithi087.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-07T18:10:41.175 INFO:teuthology.orchestra.run.smithi087.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-07T18:10:41.175 INFO:teuthology.orchestra.run.smithi087.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-07T18:10:41.175 INFO:teuthology.orchestra.run.smithi087.stdout:UBUNTU_CODENAME=jammy 2024-04-07T18:10:41.176 INFO:teuthology.lock.ops:Updating smithi087.front.sepia.ceph.com on lock server 2024-04-07T18:10:41.195 DEBUG:teuthology.orchestra.run.smithi107:> uname -m 2024-04-07T18:10:41.200 INFO:teuthology.orchestra.run.smithi107.stdout:x86_64 2024-04-07T18:10:41.200 DEBUG:teuthology.orchestra.run.smithi107:> cat /etc/os-release 2024-04-07T18:10:41.246 INFO:teuthology.orchestra.run.smithi107.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-07T18:10:41.246 INFO:teuthology.orchestra.run.smithi107.stdout:NAME="Ubuntu" 2024-04-07T18:10:41.246 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION_ID="22.04" 2024-04-07T18:10:41.246 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-07T18:10:41.246 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION_CODENAME=jammy 2024-04-07T18:10:41.246 INFO:teuthology.orchestra.run.smithi107.stdout:ID=ubuntu 2024-04-07T18:10:41.246 INFO:teuthology.orchestra.run.smithi107.stdout:ID_LIKE=debian 2024-04-07T18:10:41.246 INFO:teuthology.orchestra.run.smithi107.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-07T18:10:41.247 INFO:teuthology.orchestra.run.smithi107.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-07T18:10:41.247 INFO:teuthology.orchestra.run.smithi107.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-07T18:10:41.247 INFO:teuthology.orchestra.run.smithi107.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-07T18:10:41.247 INFO:teuthology.orchestra.run.smithi107.stdout:UBUNTU_CODENAME=jammy 2024-04-07T18:10:41.247 INFO:teuthology.lock.ops:Updating smithi107.front.sepia.ceph.com on lock server 2024-04-07T18:10:41.287 DEBUG:teuthology.orchestra.run.smithi112:> uname -m 2024-04-07T18:10:41.292 INFO:teuthology.orchestra.run.smithi112.stdout:x86_64 2024-04-07T18:10:41.293 DEBUG:teuthology.orchestra.run.smithi112:> cat /etc/os-release 2024-04-07T18:10:41.338 INFO:teuthology.orchestra.run.smithi112.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-07T18:10:41.338 INFO:teuthology.orchestra.run.smithi112.stdout:NAME="Ubuntu" 2024-04-07T18:10:41.338 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION_ID="22.04" 2024-04-07T18:10:41.338 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-07T18:10:41.338 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION_CODENAME=jammy 2024-04-07T18:10:41.338 INFO:teuthology.orchestra.run.smithi112.stdout:ID=ubuntu 2024-04-07T18:10:41.338 INFO:teuthology.orchestra.run.smithi112.stdout:ID_LIKE=debian 2024-04-07T18:10:41.338 INFO:teuthology.orchestra.run.smithi112.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-07T18:10:41.338 INFO:teuthology.orchestra.run.smithi112.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-07T18:10:41.339 INFO:teuthology.orchestra.run.smithi112.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-07T18:10:41.339 INFO:teuthology.orchestra.run.smithi112.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-07T18:10:41.339 INFO:teuthology.orchestra.run.smithi112.stdout:UBUNTU_CODENAME=jammy 2024-04-07T18:10:41.339 INFO:teuthology.lock.ops:Updating smithi112.front.sepia.ceph.com on lock server 2024-04-07T18:10:41.361 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-07T18:10:41.370 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-07T18:10:41.376 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-07T18:10:41.376 DEBUG:teuthology.orchestra.run.smithi087:> test '!' -e /home/ubuntu/cephtest 2024-04-07T18:10:41.379 DEBUG:teuthology.orchestra.run.smithi107:> test '!' -e /home/ubuntu/cephtest 2024-04-07T18:10:41.382 DEBUG:teuthology.orchestra.run.smithi112:> test '!' -e /home/ubuntu/cephtest 2024-04-07T18:10:41.387 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-07T18:10:41.392 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-07T18:10:41.393 DEBUG:teuthology.orchestra.run.smithi087:> test -z $(ls -A /var/lib/ceph) 2024-04-07T18:10:41.428 DEBUG:teuthology.orchestra.run.smithi107:> test -z $(ls -A /var/lib/ceph) 2024-04-07T18:10:41.430 DEBUG:teuthology.orchestra.run.smithi112:> test -z $(ls -A /var/lib/ceph) 2024-04-07T18:10:41.447 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-07T18:10:41.522 INFO:teuthology.run_tasks:Running task kernel... 2024-04-07T18:10:41.536 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-07T18:10:41.536 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-07T18:10:41.536 DEBUG:teuthology.orchestra.run.smithi087:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-07T18:10:41.537 DEBUG:teuthology.orchestra.run.smithi107:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-07T18:10:41.537 DEBUG:teuthology.orchestra.run.smithi112:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-07T18:10:41.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T18:10:41.542 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2024-04-07T18:10:41.543 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T18:10:41.543 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T18:10:41.544 DEBUG:teuthology.orchestra.run.smithi112:> uname -r 2024-04-07T18:10:41.544 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2024-04-07T18:10:41.590 INFO:teuthology.orchestra.run.smithi112.stdout:5.15.0-56-generic 2024-04-07T18:10:41.590 INFO:teuthology.task.kernel:Running kernel on smithi112: 5.15.0-56-generic 2024-04-07T18:10:41.590 DEBUG:teuthology.orchestra.run.smithi112:> sudo apt-get clean 2024-04-07T18:10:41.591 INFO:teuthology.orchestra.run.smithi087.stdout:5.15.0-56-generic 2024-04-07T18:10:41.592 INFO:teuthology.task.kernel:Running kernel on smithi087: 5.15.0-56-generic 2024-04-07T18:10:41.592 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-get clean 2024-04-07T18:10:41.595 INFO:teuthology.orchestra.run.smithi107.stdout:5.15.0-56-generic 2024-04-07T18:10:41.595 INFO:teuthology.task.kernel:Running kernel on smithi107: 5.15.0-56-generic 2024-04-07T18:10:41.596 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-get clean 2024-04-07T18:10:41.711 DEBUG:teuthology.orchestra.run.smithi112:> sudo apt-get update 2024-04-07T18:10:41.722 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-get update 2024-04-07T18:10:41.734 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-get update 2024-04-07T18:10:41.856 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-07T18:10:41.870 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-07T18:10:41.878 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-07T18:10:41.882 INFO:teuthology.orchestra.run.smithi107.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-07T18:10:41.882 INFO:teuthology.orchestra.run.smithi107.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-07T18:10:41.883 INFO:teuthology.orchestra.run.smithi087.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-07T18:10:41.889 INFO:teuthology.orchestra.run.smithi112.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-07T18:10:41.955 INFO:teuthology.orchestra.run.smithi087.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-07T18:10:41.961 INFO:teuthology.orchestra.run.smithi107.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-07T18:10:41.966 INFO:teuthology.orchestra.run.smithi087.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-07T18:10:41.967 INFO:teuthology.orchestra.run.smithi112.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-07T18:10:41.979 INFO:teuthology.orchestra.run.smithi112.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-07T18:10:42.088 INFO:teuthology.orchestra.run.smithi087.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-04-07T18:10:42.116 INFO:teuthology.orchestra.run.smithi107.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-07T18:10:42.128 INFO:teuthology.orchestra.run.smithi112.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-04-07T18:10:42.166 INFO:teuthology.orchestra.run.smithi087.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-04-07T18:10:42.183 INFO:teuthology.orchestra.run.smithi107.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-04-07T18:10:42.204 INFO:teuthology.orchestra.run.smithi087.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-07T18:10:42.212 INFO:teuthology.orchestra.run.smithi087.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-07T18:10:42.213 INFO:teuthology.orchestra.run.smithi087.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.2 kB] 2024-04-07T18:10:42.213 INFO:teuthology.orchestra.run.smithi087.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,648 kB] 2024-04-07T18:10:42.230 INFO:teuthology.orchestra.run.smithi087.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [275 kB] 2024-04-07T18:10:42.233 INFO:teuthology.orchestra.run.smithi087.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-07T18:10:42.234 INFO:teuthology.orchestra.run.smithi087.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-04-07T18:10:42.236 INFO:teuthology.orchestra.run.smithi107.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-04-07T18:10:42.244 INFO:teuthology.orchestra.run.smithi087.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-04-07T18:10:42.246 INFO:teuthology.orchestra.run.smithi107.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-07T18:10:42.252 INFO:teuthology.orchestra.run.smithi107.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-07T18:10:42.252 INFO:teuthology.orchestra.run.smithi107.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-07T18:10:42.259 INFO:teuthology.orchestra.run.smithi112.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-04-07T18:10:42.272 INFO:teuthology.orchestra.run.smithi112.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-07T18:10:42.278 INFO:teuthology.orchestra.run.smithi112.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-07T18:10:42.279 INFO:teuthology.orchestra.run.smithi112.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,648 kB] 2024-04-07T18:10:42.285 INFO:teuthology.orchestra.run.smithi107.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-04-07T18:10:42.295 INFO:teuthology.orchestra.run.smithi107.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-04-07T18:10:42.295 INFO:teuthology.orchestra.run.smithi107.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-07T18:10:42.297 INFO:teuthology.orchestra.run.smithi087.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-07T18:10:42.299 INFO:teuthology.orchestra.run.smithi087.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-07T18:10:42.300 INFO:teuthology.orchestra.run.smithi087.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-07T18:10:42.300 INFO:teuthology.orchestra.run.smithi107.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-07T18:10:42.300 INFO:teuthology.orchestra.run.smithi107.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-07T18:10:42.301 INFO:teuthology.orchestra.run.smithi087.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-07T18:10:42.301 INFO:teuthology.orchestra.run.smithi087.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-07T18:10:42.301 INFO:teuthology.orchestra.run.smithi087.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-07T18:10:42.315 INFO:teuthology.orchestra.run.smithi087.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-07T18:10:42.316 INFO:teuthology.orchestra.run.smithi087.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-07T18:10:42.316 INFO:teuthology.orchestra.run.smithi087.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-07T18:10:42.317 INFO:teuthology.orchestra.run.smithi112.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.2 kB] 2024-04-07T18:10:42.317 INFO:teuthology.orchestra.run.smithi112.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [275 kB] 2024-04-07T18:10:42.323 INFO:teuthology.orchestra.run.smithi112.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-07T18:10:42.323 INFO:teuthology.orchestra.run.smithi112.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-04-07T18:10:42.324 INFO:teuthology.orchestra.run.smithi107.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-04-07T18:10:42.335 INFO:teuthology.orchestra.run.smithi107.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-07T18:10:42.338 INFO:teuthology.orchestra.run.smithi107.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-07T18:10:42.343 INFO:teuthology.orchestra.run.smithi112.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-04-07T18:10:42.355 INFO:teuthology.orchestra.run.smithi112.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-07T18:10:42.357 INFO:teuthology.orchestra.run.smithi112.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-07T18:10:42.357 INFO:teuthology.orchestra.run.smithi087.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-07T18:10:42.358 INFO:teuthology.orchestra.run.smithi087.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-07T18:10:42.358 INFO:teuthology.orchestra.run.smithi112.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-07T18:10:42.359 INFO:teuthology.orchestra.run.smithi112.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-07T18:10:42.359 INFO:teuthology.orchestra.run.smithi087.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-07T18:10:42.359 INFO:teuthology.orchestra.run.smithi087.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-07T18:10:42.359 INFO:teuthology.orchestra.run.smithi087.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-07T18:10:42.364 INFO:teuthology.orchestra.run.smithi107.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-07T18:10:42.365 INFO:teuthology.orchestra.run.smithi107.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-07T18:10:42.365 INFO:teuthology.orchestra.run.smithi107.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-04-07T18:10:42.365 INFO:teuthology.orchestra.run.smithi107.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-04-07T18:10:42.366 INFO:teuthology.orchestra.run.smithi107.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-07T18:10:42.372 INFO:teuthology.orchestra.run.smithi107.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-07T18:10:42.373 INFO:teuthology.orchestra.run.smithi107.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,648 kB] 2024-04-07T18:10:42.399 INFO:teuthology.orchestra.run.smithi112.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-07T18:10:42.400 INFO:teuthology.orchestra.run.smithi112.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-07T18:10:42.400 INFO:teuthology.orchestra.run.smithi112.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-07T18:10:42.401 INFO:teuthology.orchestra.run.smithi112.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-07T18:10:42.401 INFO:teuthology.orchestra.run.smithi112.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-07T18:10:42.402 INFO:teuthology.orchestra.run.smithi112.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-07T18:10:42.402 INFO:teuthology.orchestra.run.smithi107.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.2 kB] 2024-04-07T18:10:42.403 INFO:teuthology.orchestra.run.smithi112.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-07T18:10:42.403 INFO:teuthology.orchestra.run.smithi112.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-07T18:10:42.403 INFO:teuthology.orchestra.run.smithi112.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-07T18:10:42.403 INFO:teuthology.orchestra.run.smithi112.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-07T18:10:42.403 INFO:teuthology.orchestra.run.smithi087.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-07T18:10:42.404 INFO:teuthology.orchestra.run.smithi107.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [275 kB] 2024-04-07T18:10:42.404 INFO:teuthology.orchestra.run.smithi112.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-07T18:10:42.407 INFO:teuthology.orchestra.run.smithi107.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-07T18:10:42.408 INFO:teuthology.orchestra.run.smithi107.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-04-07T18:10:42.421 INFO:teuthology.orchestra.run.smithi107.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-04-07T18:10:42.427 INFO:teuthology.orchestra.run.smithi107.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-07T18:10:42.430 INFO:teuthology.orchestra.run.smithi107.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-07T18:10:42.430 INFO:teuthology.orchestra.run.smithi107.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-07T18:10:42.431 INFO:teuthology.orchestra.run.smithi107.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-07T18:10:42.432 INFO:teuthology.orchestra.run.smithi107.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-07T18:10:42.433 INFO:teuthology.orchestra.run.smithi107.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-07T18:10:42.433 INFO:teuthology.orchestra.run.smithi107.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-07T18:10:42.433 INFO:teuthology.orchestra.run.smithi107.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-07T18:10:42.451 INFO:teuthology.orchestra.run.smithi107.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-07T18:10:42.452 INFO:teuthology.orchestra.run.smithi107.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-07T18:10:42.452 INFO:teuthology.orchestra.run.smithi107.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-07T18:10:42.452 INFO:teuthology.orchestra.run.smithi107.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-07T18:10:42.453 INFO:teuthology.orchestra.run.smithi107.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-07T18:10:42.453 INFO:teuthology.orchestra.run.smithi107.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-07T18:10:42.806 INFO:teuthology.orchestra.run.smithi087.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-04-07T18:10:42.807 INFO:teuthology.orchestra.run.smithi112.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-04-07T18:10:42.824 INFO:teuthology.orchestra.run.smithi087.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-07T18:10:42.825 INFO:teuthology.orchestra.run.smithi112.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-07T18:10:42.834 INFO:teuthology.orchestra.run.smithi087.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-07T18:10:42.834 INFO:teuthology.orchestra.run.smithi087.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-04-07T18:10:42.835 INFO:teuthology.orchestra.run.smithi112.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-07T18:10:42.835 INFO:teuthology.orchestra.run.smithi112.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-04-07T18:10:42.836 INFO:teuthology.orchestra.run.smithi087.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-07T18:10:42.837 INFO:teuthology.orchestra.run.smithi112.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-07T18:10:42.927 INFO:teuthology.orchestra.run.smithi087.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-07T18:10:42.928 INFO:teuthology.orchestra.run.smithi112.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-07T18:10:42.938 INFO:teuthology.orchestra.run.smithi087.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-07T18:10:42.938 INFO:teuthology.orchestra.run.smithi087.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-04-07T18:10:42.942 INFO:teuthology.orchestra.run.smithi112.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-07T18:10:42.942 INFO:teuthology.orchestra.run.smithi112.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-04-07T18:10:42.959 INFO:teuthology.orchestra.run.smithi087.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-07T18:10:42.960 INFO:teuthology.orchestra.run.smithi112.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-07T18:10:43.146 INFO:teuthology.orchestra.run.smithi087.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-07T18:10:43.147 INFO:teuthology.orchestra.run.smithi112.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-07T18:10:43.544 INFO:teuthology.orchestra.run.smithi112.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-07T18:10:43.545 INFO:teuthology.orchestra.run.smithi087.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-07T18:10:43.549 INFO:teuthology.orchestra.run.smithi112.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-04-07T18:10:43.552 INFO:teuthology.orchestra.run.smithi087.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-04-07T18:10:43.562 INFO:teuthology.orchestra.run.smithi112.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-07T18:10:43.563 INFO:teuthology.orchestra.run.smithi112.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-04-07T18:10:43.565 INFO:teuthology.orchestra.run.smithi087.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-07T18:10:43.566 INFO:teuthology.orchestra.run.smithi112.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-07T18:10:43.566 INFO:teuthology.orchestra.run.smithi087.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-04-07T18:10:43.569 INFO:teuthology.orchestra.run.smithi087.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-07T18:10:47.823 INFO:teuthology.orchestra.run.smithi087.stdout:Fetched 12.6 MB in 2s (7,065 kB/s) 2024-04-07T18:10:47.928 INFO:teuthology.orchestra.run.smithi107.stdout:Fetched 12.6 MB in 2s (7,080 kB/s) 2024-04-07T18:10:47.935 INFO:teuthology.orchestra.run.smithi112.stdout:Fetched 12.6 MB in 2s (6,895 kB/s) 2024-04-07T18:10:49.210 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-04-07T18:10:49.227 DEBUG:teuthology.orchestra.run.smithi087:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-07T18:10:49.287 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-04-07T18:10:49.315 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-04-07T18:10:49.333 DEBUG:teuthology.orchestra.run.smithi107:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-07T18:10:49.380 INFO:teuthology.orchestra.run.smithi112.stdout:Reading package lists... 2024-04-07T18:10:49.391 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-04-07T18:10:49.397 DEBUG:teuthology.orchestra.run.smithi112:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-07T18:10:49.453 INFO:teuthology.orchestra.run.smithi112.stdout:Reading package lists... 2024-04-07T18:10:49.484 INFO:teuthology.orchestra.run.smithi087.stdout:Building dependency tree... 2024-04-07T18:10:49.485 INFO:teuthology.orchestra.run.smithi087.stdout:Reading state information... 2024-04-07T18:10:49.589 INFO:teuthology.orchestra.run.smithi107.stdout:Building dependency tree... 2024-04-07T18:10:49.589 INFO:teuthology.orchestra.run.smithi107.stdout:Reading state information... 2024-04-07T18:10:49.650 INFO:teuthology.orchestra.run.smithi112.stdout:Building dependency tree... 2024-04-07T18:10:49.650 INFO:teuthology.orchestra.run.smithi112.stdout:Reading state information... 2024-04-07T18:10:49.654 INFO:teuthology.orchestra.run.smithi087.stdout:The following packages were automatically installed and are no longer required: 2024-04-07T18:10:49.654 INFO:teuthology.orchestra.run.smithi087.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-07T18:10:49.655 INFO:teuthology.orchestra.run.smithi087.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-07T18:10:49.655 INFO:teuthology.orchestra.run.smithi087.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-07T18:10:49.655 INFO:teuthology.orchestra.run.smithi087.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-07T18:10:49.655 INFO:teuthology.orchestra.run.smithi087.stdout: python2.7-minimal 2024-04-07T18:10:49.655 INFO:teuthology.orchestra.run.smithi087.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-07T18:10:49.657 INFO:teuthology.orchestra.run.smithi087.stdout:The following additional packages will be installed: 2024-04-07T18:10:49.657 INFO:teuthology.orchestra.run.smithi087.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-07T18:10:49.657 INFO:teuthology.orchestra.run.smithi087.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-04-07T18:10:49.657 INFO:teuthology.orchestra.run.smithi087.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-04-07T18:10:49.658 INFO:teuthology.orchestra.run.smithi087.stdout:Suggested packages: 2024-04-07T18:10:49.658 INFO:teuthology.orchestra.run.smithi087.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-07T18:10:49.658 INFO:teuthology.orchestra.run.smithi087.stdout:Recommended packages: 2024-04-07T18:10:49.658 INFO:teuthology.orchestra.run.smithi087.stdout: thermald 2024-04-07T18:10:49.710 INFO:teuthology.orchestra.run.smithi087.stdout:The following NEW packages will be installed: 2024-04-07T18:10:49.710 INFO:teuthology.orchestra.run.smithi087.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-07T18:10:49.710 INFO:teuthology.orchestra.run.smithi087.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-04-07T18:10:49.710 INFO:teuthology.orchestra.run.smithi087.stdout: linux-modules-extra-5.15.0-101-generic 2024-04-07T18:10:49.711 INFO:teuthology.orchestra.run.smithi087.stdout:The following packages will be upgraded: 2024-04-07T18:10:49.712 INFO:teuthology.orchestra.run.smithi087.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-07T18:10:49.749 INFO:teuthology.orchestra.run.smithi107.stdout:The following packages were automatically installed and are no longer required: 2024-04-07T18:10:49.749 INFO:teuthology.orchestra.run.smithi107.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-07T18:10:49.749 INFO:teuthology.orchestra.run.smithi107.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-07T18:10:49.750 INFO:teuthology.orchestra.run.smithi107.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-07T18:10:49.750 INFO:teuthology.orchestra.run.smithi107.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-07T18:10:49.750 INFO:teuthology.orchestra.run.smithi107.stdout: python2.7-minimal 2024-04-07T18:10:49.750 INFO:teuthology.orchestra.run.smithi107.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-07T18:10:49.751 INFO:teuthology.orchestra.run.smithi107.stdout:The following additional packages will be installed: 2024-04-07T18:10:49.751 INFO:teuthology.orchestra.run.smithi107.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-07T18:10:49.751 INFO:teuthology.orchestra.run.smithi107.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-04-07T18:10:49.752 INFO:teuthology.orchestra.run.smithi107.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-04-07T18:10:49.753 INFO:teuthology.orchestra.run.smithi107.stdout:Suggested packages: 2024-04-07T18:10:49.753 INFO:teuthology.orchestra.run.smithi107.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-07T18:10:49.753 INFO:teuthology.orchestra.run.smithi107.stdout:Recommended packages: 2024-04-07T18:10:49.753 INFO:teuthology.orchestra.run.smithi107.stdout: thermald 2024-04-07T18:10:49.809 INFO:teuthology.orchestra.run.smithi107.stdout:The following NEW packages will be installed: 2024-04-07T18:10:49.809 INFO:teuthology.orchestra.run.smithi107.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-07T18:10:49.809 INFO:teuthology.orchestra.run.smithi107.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-04-07T18:10:49.810 INFO:teuthology.orchestra.run.smithi107.stdout: linux-modules-extra-5.15.0-101-generic 2024-04-07T18:10:49.811 INFO:teuthology.orchestra.run.smithi107.stdout:The following packages will be upgraded: 2024-04-07T18:10:49.811 INFO:teuthology.orchestra.run.smithi107.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-07T18:10:49.816 INFO:teuthology.orchestra.run.smithi112.stdout:The following packages were automatically installed and are no longer required: 2024-04-07T18:10:49.816 INFO:teuthology.orchestra.run.smithi112.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-07T18:10:49.816 INFO:teuthology.orchestra.run.smithi112.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-07T18:10:49.817 INFO:teuthology.orchestra.run.smithi112.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-07T18:10:49.817 INFO:teuthology.orchestra.run.smithi112.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-07T18:10:49.817 INFO:teuthology.orchestra.run.smithi112.stdout: python2.7-minimal 2024-04-07T18:10:49.817 INFO:teuthology.orchestra.run.smithi112.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-07T18:10:49.818 INFO:teuthology.orchestra.run.smithi112.stdout:The following additional packages will be installed: 2024-04-07T18:10:49.818 INFO:teuthology.orchestra.run.smithi112.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-07T18:10:49.818 INFO:teuthology.orchestra.run.smithi112.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-04-07T18:10:49.819 INFO:teuthology.orchestra.run.smithi112.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-04-07T18:10:49.820 INFO:teuthology.orchestra.run.smithi112.stdout:Suggested packages: 2024-04-07T18:10:49.820 INFO:teuthology.orchestra.run.smithi112.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-07T18:10:49.820 INFO:teuthology.orchestra.run.smithi112.stdout:Recommended packages: 2024-04-07T18:10:49.820 INFO:teuthology.orchestra.run.smithi112.stdout: thermald 2024-04-07T18:10:49.865 INFO:teuthology.orchestra.run.smithi112.stdout:The following NEW packages will be installed: 2024-04-07T18:10:49.865 INFO:teuthology.orchestra.run.smithi112.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-07T18:10:49.865 INFO:teuthology.orchestra.run.smithi112.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-04-07T18:10:49.866 INFO:teuthology.orchestra.run.smithi112.stdout: linux-modules-extra-5.15.0-101-generic 2024-04-07T18:10:49.867 INFO:teuthology.orchestra.run.smithi112.stdout:The following packages will be upgraded: 2024-04-07T18:10:49.867 INFO:teuthology.orchestra.run.smithi112.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-07T18:10:49.890 INFO:teuthology.orchestra.run.smithi087.stdout:3 upgraded, 5 newly installed, 0 to remove and 312 not upgraded. 2024-04-07T18:10:49.890 INFO:teuthology.orchestra.run.smithi087.stdout:Need to get 113 MB of archives. 2024-04-07T18:10:49.890 INFO:teuthology.orchestra.run.smithi087.stdout:After this operation, 582 MB of additional disk space will be used. 2024-04-07T18:10:49.890 INFO:teuthology.orchestra.run.smithi087.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-04-07T18:10:49.990 INFO:teuthology.orchestra.run.smithi107.stdout:3 upgraded, 5 newly installed, 0 to remove and 312 not upgraded. 2024-04-07T18:10:49.990 INFO:teuthology.orchestra.run.smithi107.stdout:Need to get 113 MB of archives. 2024-04-07T18:10:49.990 INFO:teuthology.orchestra.run.smithi107.stdout:After this operation, 582 MB of additional disk space will be used. 2024-04-07T18:10:49.990 INFO:teuthology.orchestra.run.smithi107.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-04-07T18:10:50.046 INFO:teuthology.orchestra.run.smithi112.stdout:3 upgraded, 5 newly installed, 0 to remove and 312 not upgraded. 2024-04-07T18:10:50.046 INFO:teuthology.orchestra.run.smithi112.stdout:Need to get 113 MB of archives. 2024-04-07T18:10:50.046 INFO:teuthology.orchestra.run.smithi112.stdout:After this operation, 582 MB of additional disk space will be used. 2024-04-07T18:10:50.046 INFO:teuthology.orchestra.run.smithi112.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-04-07T18:10:51.290 INFO:teuthology.orchestra.run.smithi087.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-04-07T18:10:51.382 INFO:teuthology.orchestra.run.smithi107.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-04-07T18:10:51.436 INFO:teuthology.orchestra.run.smithi112.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-04-07T18:10:51.645 INFO:teuthology.orchestra.run.smithi087.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-04-07T18:10:51.728 INFO:teuthology.orchestra.run.smithi107.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-04-07T18:10:51.788 INFO:teuthology.orchestra.run.smithi112.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-04-07T18:10:53.873 INFO:teuthology.orchestra.run.smithi087.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-04-07T18:10:53.873 INFO:teuthology.orchestra.run.smithi087.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-04-07T18:10:53.873 INFO:teuthology.orchestra.run.smithi087.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-04-07T18:10:53.924 INFO:teuthology.orchestra.run.smithi107.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-04-07T18:10:53.925 INFO:teuthology.orchestra.run.smithi107.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-04-07T18:10:53.925 INFO:teuthology.orchestra.run.smithi107.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-04-07T18:10:54.015 INFO:teuthology.orchestra.run.smithi112.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-04-07T18:10:54.015 INFO:teuthology.orchestra.run.smithi112.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-04-07T18:10:54.016 INFO:teuthology.orchestra.run.smithi112.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-04-07T18:10:54.317 INFO:teuthology.orchestra.run.smithi107.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-04-07T18:10:54.373 INFO:teuthology.orchestra.run.smithi107.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-04-07T18:10:54.766 INFO:teuthology.orchestra.run.smithi107.stdout:Fetched 113 MB in 5s (24.8 MB/s) 2024-04-07T18:10:54.945 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-04-07T18:10:55.251 INFO:teuthology.orchestra.run.smithi112.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-04-07T18:10:55.434 INFO:teuthology.orchestra.run.smithi112.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-04-07T18:10:55.506 INFO:teuthology.orchestra.run.smithi087.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-04-07T18:10:55.663 INFO:teuthology.orchestra.run.smithi087.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-04-07T18:10:55.830 INFO:teuthology.orchestra.run.smithi112.stdout:Fetched 113 MB in 6s (20.3 MB/s) 2024-04-07T18:10:56.010 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-04-07T18:10:56.086 INFO:teuthology.orchestra.run.smithi087.stdout:Fetched 113 MB in 6s (19.0 MB/s) 2024-04-07T18:10:56.276 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-04-07T18:10:56.943 INFO:teuthology.orchestra.run.smithi107.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-07T18:10:56.947 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T18:10:57.059 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:10:58.014 INFO:teuthology.orchestra.run.smithi112.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-07T18:10:58.018 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T18:10:58.139 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:10:58.329 INFO:teuthology.orchestra.run.smithi087.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-07T18:10:58.333 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T18:10:58.564 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:10:59.552 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-04-07T18:10:59.573 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T18:10:59.666 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:00.130 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-04-07T18:11:00.151 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T18:11:00.179 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:00.401 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-04-07T18:11:00.422 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T18:11:00.515 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:00.672 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-04-07T18:11:00.694 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T18:11:00.794 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:01.029 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-04-07T18:11:01.050 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T18:11:01.079 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:01.200 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-04-07T18:11:01.221 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T18:11:01.258 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:06.750 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T18:11:06.848 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T18:11:07.197 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T18:11:07.318 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T18:11:07.638 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-04-07T18:11:07.660 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-04-07T18:11:07.704 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-07T18:11:07.939 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T18:11:08.049 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T18:11:08.230 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T18:11:08.331 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T18:11:08.382 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T18:11:08.511 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T18:11:08.656 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T18:11:08.809 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T18:11:08.839 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-04-07T18:11:08.862 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-04-07T18:11:08.897 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-07T18:11:09.120 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-04-07T18:11:09.143 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-04-07T18:11:09.187 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-07T18:11:13.623 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-04-07T18:11:13.657 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T18:11:13.687 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:14.993 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-04-07T18:11:15.031 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T18:11:15.068 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:15.162 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-04-07T18:11:15.200 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T18:11:15.258 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:16.363 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T18:11:16.479 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T18:11:16.821 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-07T18:11:16.942 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:17.068 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-04-07T18:11:17.228 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:18.673 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T18:11:18.796 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T18:11:18.856 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T18:11:18.982 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T18:11:19.137 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-07T18:11:19.267 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:19.341 INFO:teuthology.orchestra.run.smithi107.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-07T18:11:19.341 INFO:teuthology.orchestra.run.smithi107.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-07T18:11:19.341 INFO:teuthology.orchestra.run.smithi107.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-04-07T18:11:19.341 INFO:teuthology.orchestra.run.smithi107.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-04-07T18:11:19.356 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-07T18:11:19.376 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-04-07T18:11:19.478 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:19.489 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:19.499 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:19.646 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-04-07T18:11:19.775 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:20.834 INFO:teuthology.orchestra.run.smithi087.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-07T18:11:20.834 INFO:teuthology.orchestra.run.smithi087.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-07T18:11:20.834 INFO:teuthology.orchestra.run.smithi087.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-04-07T18:11:20.834 INFO:teuthology.orchestra.run.smithi087.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-04-07T18:11:20.925 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:21.008 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:21.101 INFO:teuthology.orchestra.run.smithi112.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-07T18:11:21.101 INFO:teuthology.orchestra.run.smithi112.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-07T18:11:21.101 INFO:teuthology.orchestra.run.smithi112.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-04-07T18:11:21.101 INFO:teuthology.orchestra.run.smithi112.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-04-07T18:11:21.269 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:22.309 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-04-07T18:11:22.425 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:22.452 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-04-07T18:11:22.596 INFO:teuthology.orchestra.run.smithi107.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:22.660 INFO:teuthology.orchestra.run.smithi107.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-07T18:11:22.661 INFO:teuthology.orchestra.run.smithi107.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-04-07T18:11:22.694 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:24.269 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-04-07T18:11:24.369 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-04-07T18:11:24.487 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-04-07T18:11:24.521 INFO:teuthology.orchestra.run.smithi087.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:24.589 INFO:teuthology.orchestra.run.smithi087.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-07T18:11:24.589 INFO:teuthology.orchestra.run.smithi087.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-04-07T18:11:24.613 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-04-07T18:11:24.759 INFO:teuthology.orchestra.run.smithi112.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T18:11:24.829 INFO:teuthology.orchestra.run.smithi112.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-07T18:11:24.829 INFO:teuthology.orchestra.run.smithi112.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-04-07T18:11:36.735 INFO:teuthology.orchestra.run.smithi107.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-07T18:11:36.735 INFO:teuthology.orchestra.run.smithi107.stdout:Sourcing file `/etc/default/grub' 2024-04-07T18:11:36.752 INFO:teuthology.orchestra.run.smithi107.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-07T18:11:36.776 INFO:teuthology.orchestra.run.smithi107.stdout:Generating grub configuration file ... 2024-04-07T18:11:37.113 INFO:teuthology.orchestra.run.smithi107.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-07T18:11:37.133 INFO:teuthology.orchestra.run.smithi107.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-07T18:11:37.438 INFO:teuthology.orchestra.run.smithi107.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-07T18:11:37.443 INFO:teuthology.orchestra.run.smithi107.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-07T18:11:37.519 INFO:teuthology.orchestra.run.smithi107.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-07T18:11:37.525 INFO:teuthology.orchestra.run.smithi107.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-07T18:11:37.695 INFO:teuthology.orchestra.run.smithi107.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-07T18:11:37.695 INFO:teuthology.orchestra.run.smithi107.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-07T18:11:37.695 INFO:teuthology.orchestra.run.smithi107.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-07T18:11:37.736 INFO:teuthology.orchestra.run.smithi107.stdout:done 2024-04-07T18:11:38.190 DEBUG:teuthology.orchestra.run.smithi107:> dpkg -s linux-image-generic 2024-04-07T18:11:38.214 INFO:teuthology.orchestra.run.smithi107.stdout:Package: linux-image-generic 2024-04-07T18:11:38.214 INFO:teuthology.orchestra.run.smithi107.stdout:Status: install ok installed 2024-04-07T18:11:38.214 INFO:teuthology.orchestra.run.smithi107.stdout:Priority: optional 2024-04-07T18:11:38.214 INFO:teuthology.orchestra.run.smithi107.stdout:Section: kernel 2024-04-07T18:11:38.214 INFO:teuthology.orchestra.run.smithi107.stdout:Installed-Size: 21 2024-04-07T18:11:38.214 INFO:teuthology.orchestra.run.smithi107.stdout:Maintainer: Ubuntu Kernel Team 2024-04-07T18:11:38.214 INFO:teuthology.orchestra.run.smithi107.stdout:Architecture: amd64 2024-04-07T18:11:38.214 INFO:teuthology.orchestra.run.smithi107.stdout:Source: linux-meta 2024-04-07T18:11:38.214 INFO:teuthology.orchestra.run.smithi107.stdout:Version: 5.15.0.101.98 2024-04-07T18:11:38.214 INFO:teuthology.orchestra.run.smithi107.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-07T18:11:38.214 INFO:teuthology.orchestra.run.smithi107.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-07T18:11:38.214 INFO:teuthology.orchestra.run.smithi107.stdout:Recommends: thermald 2024-04-07T18:11:38.215 INFO:teuthology.orchestra.run.smithi107.stdout:Description: Generic Linux kernel image 2024-04-07T18:11:38.215 INFO:teuthology.orchestra.run.smithi107.stdout: This package will always depend on the latest generic kernel image 2024-04-07T18:11:38.215 INFO:teuthology.orchestra.run.smithi107.stdout: available. 2024-04-07T18:11:38.215 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-04-07T18:11:38.215 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-07T18:11:38.215 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-07T18:11:38.215 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-07T18:11:38.215 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi107.front.sepia.ceph.com, path=None, version=distro) 2024-04-07T18:11:38.215 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-get clean 2024-04-07T18:11:38.382 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-get update 2024-04-07T18:11:38.502 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-07T18:11:38.618 INFO:teuthology.orchestra.run.smithi112.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-07T18:11:38.618 INFO:teuthology.orchestra.run.smithi112.stdout:Sourcing file `/etc/default/grub' 2024-04-07T18:11:38.641 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-07T18:11:38.643 INFO:teuthology.orchestra.run.smithi112.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-07T18:11:38.668 INFO:teuthology.orchestra.run.smithi112.stdout:Generating grub configuration file ... 2024-04-07T18:11:38.722 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-07T18:11:38.752 INFO:teuthology.orchestra.run.smithi087.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-07T18:11:38.752 INFO:teuthology.orchestra.run.smithi087.stdout:Sourcing file `/etc/default/grub' 2024-04-07T18:11:38.775 INFO:teuthology.orchestra.run.smithi087.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-07T18:11:38.800 INFO:teuthology.orchestra.run.smithi087.stdout:Generating grub configuration file ... 2024-04-07T18:11:38.818 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-07T18:11:39.005 INFO:teuthology.orchestra.run.smithi112.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-07T18:11:39.029 INFO:teuthology.orchestra.run.smithi112.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-07T18:11:39.080 INFO:teuthology.orchestra.run.smithi087.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-07T18:11:39.107 INFO:teuthology.orchestra.run.smithi087.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-07T18:11:39.348 INFO:teuthology.orchestra.run.smithi112.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-07T18:11:39.354 INFO:teuthology.orchestra.run.smithi112.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-07T18:11:39.419 INFO:teuthology.orchestra.run.smithi087.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-07T18:11:39.423 INFO:teuthology.orchestra.run.smithi112.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-07T18:11:39.424 INFO:teuthology.orchestra.run.smithi087.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-07T18:11:39.429 INFO:teuthology.orchestra.run.smithi112.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-07T18:11:39.489 INFO:teuthology.orchestra.run.smithi087.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-07T18:11:39.495 INFO:teuthology.orchestra.run.smithi087.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-07T18:11:39.595 INFO:teuthology.orchestra.run.smithi112.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-07T18:11:39.595 INFO:teuthology.orchestra.run.smithi112.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-07T18:11:39.595 INFO:teuthology.orchestra.run.smithi112.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-07T18:11:39.633 INFO:teuthology.orchestra.run.smithi112.stdout:done 2024-04-07T18:11:39.651 INFO:teuthology.orchestra.run.smithi087.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-07T18:11:39.651 INFO:teuthology.orchestra.run.smithi087.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-07T18:11:39.652 INFO:teuthology.orchestra.run.smithi087.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-07T18:11:39.693 INFO:teuthology.orchestra.run.smithi087.stdout:done 2024-04-07T18:11:39.925 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-04-07T18:11:39.944 DEBUG:teuthology.orchestra.run.smithi107:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-07T18:11:40.004 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-04-07T18:11:40.115 DEBUG:teuthology.orchestra.run.smithi112:> dpkg -s linux-image-generic 2024-04-07T18:11:40.139 INFO:teuthology.orchestra.run.smithi112.stdout:Package: linux-image-generic 2024-04-07T18:11:40.139 INFO:teuthology.orchestra.run.smithi112.stdout:Status: install ok installed 2024-04-07T18:11:40.139 INFO:teuthology.orchestra.run.smithi112.stdout:Priority: optional 2024-04-07T18:11:40.139 INFO:teuthology.orchestra.run.smithi112.stdout:Section: kernel 2024-04-07T18:11:40.139 INFO:teuthology.orchestra.run.smithi112.stdout:Installed-Size: 21 2024-04-07T18:11:40.139 INFO:teuthology.orchestra.run.smithi112.stdout:Maintainer: Ubuntu Kernel Team 2024-04-07T18:11:40.139 INFO:teuthology.orchestra.run.smithi112.stdout:Architecture: amd64 2024-04-07T18:11:40.139 INFO:teuthology.orchestra.run.smithi112.stdout:Source: linux-meta 2024-04-07T18:11:40.139 INFO:teuthology.orchestra.run.smithi112.stdout:Version: 5.15.0.101.98 2024-04-07T18:11:40.139 INFO:teuthology.orchestra.run.smithi112.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-04-07T18:11:40.139 INFO:teuthology.orchestra.run.smithi112.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-07T18:11:40.140 INFO:teuthology.orchestra.run.smithi112.stdout:Recommends: thermald 2024-04-07T18:11:40.140 INFO:teuthology.orchestra.run.smithi112.stdout:Description: Generic Linux kernel image 2024-04-07T18:11:40.140 INFO:teuthology.orchestra.run.smithi112.stdout: This package will always depend on the latest generic kernel image 2024-04-07T18:11:40.140 INFO:teuthology.orchestra.run.smithi112.stdout: available. 2024-04-07T18:11:40.140 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-04-07T18:11:40.140 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-07T18:11:40.140 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-07T18:11:40.140 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-07T18:11:40.140 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi112.front.sepia.ceph.com, path=None, version=distro) 2024-04-07T18:11:40.140 DEBUG:teuthology.orchestra.run.smithi112:> sudo apt-get clean 2024-04-07T18:11:40.142 DEBUG:teuthology.orchestra.run.smithi087:> dpkg -s linux-image-generic 2024-04-07T18:11:40.160 INFO:teuthology.orchestra.run.smithi087.stdout:Package: linux-image-generic 2024-04-07T18:11:40.160 INFO:teuthology.orchestra.run.smithi087.stdout:Status: install ok installed 2024-04-07T18:11:40.160 INFO:teuthology.orchestra.run.smithi087.stdout:Priority: optional 2024-04-07T18:11:40.160 INFO:teuthology.orchestra.run.smithi087.stdout:Section: kernel 2024-04-07T18:11:40.160 INFO:teuthology.orchestra.run.smithi087.stdout:Installed-Size: 21 2024-04-07T18:11:40.160 INFO:teuthology.orchestra.run.smithi087.stdout:Maintainer: Ubuntu Kernel Team 2024-04-07T18:11:40.160 INFO:teuthology.orchestra.run.smithi087.stdout:Architecture: amd64 2024-04-07T18:11:40.160 INFO:teuthology.orchestra.run.smithi087.stdout:Source: linux-meta 2024-04-07T18:11:40.160 INFO:teuthology.orchestra.run.smithi087.stdout:Version: 5.15.0.101.98 2024-04-07T18:11:40.160 INFO:teuthology.orchestra.run.smithi087.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-04-07T18:11:40.161 INFO:teuthology.orchestra.run.smithi087.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-07T18:11:40.161 INFO:teuthology.orchestra.run.smithi087.stdout:Recommends: thermald 2024-04-07T18:11:40.161 INFO:teuthology.orchestra.run.smithi087.stdout:Description: Generic Linux kernel image 2024-04-07T18:11:40.161 INFO:teuthology.orchestra.run.smithi087.stdout: This package will always depend on the latest generic kernel image 2024-04-07T18:11:40.161 INFO:teuthology.orchestra.run.smithi087.stdout: available. 2024-04-07T18:11:40.161 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-04-07T18:11:40.161 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-07T18:11:40.161 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-07T18:11:40.161 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-07T18:11:40.161 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi087.front.sepia.ceph.com, path=None, version=distro) 2024-04-07T18:11:40.161 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-get clean 2024-04-07T18:11:40.199 INFO:teuthology.orchestra.run.smithi107.stdout:Building dependency tree... 2024-04-07T18:11:40.200 INFO:teuthology.orchestra.run.smithi107.stdout:Reading state information... 2024-04-07T18:11:40.322 DEBUG:teuthology.orchestra.run.smithi112:> sudo apt-get update 2024-04-07T18:11:40.358 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-get update 2024-04-07T18:11:40.376 INFO:teuthology.orchestra.run.smithi107.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-04-07T18:11:40.376 INFO:teuthology.orchestra.run.smithi107.stdout:The following packages were automatically installed and are no longer required: 2024-04-07T18:11:40.376 INFO:teuthology.orchestra.run.smithi107.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-07T18:11:40.376 INFO:teuthology.orchestra.run.smithi107.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-07T18:11:40.377 INFO:teuthology.orchestra.run.smithi107.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-07T18:11:40.377 INFO:teuthology.orchestra.run.smithi107.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-07T18:11:40.377 INFO:teuthology.orchestra.run.smithi107.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-07T18:11:40.377 INFO:teuthology.orchestra.run.smithi107.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-07T18:11:40.417 INFO:teuthology.orchestra.run.smithi107.stdout:0 upgraded, 0 newly installed, 0 to remove and 312 not upgraded. 2024-04-07T18:11:40.419 DEBUG:teuthology.orchestra.run.smithi107:> dpkg -s linux-image-generic 2024-04-07T18:11:40.432 INFO:teuthology.orchestra.run.smithi107.stdout:Package: linux-image-generic 2024-04-07T18:11:40.432 INFO:teuthology.orchestra.run.smithi107.stdout:Status: install ok installed 2024-04-07T18:11:40.432 INFO:teuthology.orchestra.run.smithi107.stdout:Priority: optional 2024-04-07T18:11:40.432 INFO:teuthology.orchestra.run.smithi107.stdout:Section: kernel 2024-04-07T18:11:40.432 INFO:teuthology.orchestra.run.smithi107.stdout:Installed-Size: 21 2024-04-07T18:11:40.432 INFO:teuthology.orchestra.run.smithi107.stdout:Maintainer: Ubuntu Kernel Team 2024-04-07T18:11:40.432 INFO:teuthology.orchestra.run.smithi107.stdout:Architecture: amd64 2024-04-07T18:11:40.432 INFO:teuthology.orchestra.run.smithi107.stdout:Source: linux-meta 2024-04-07T18:11:40.433 INFO:teuthology.orchestra.run.smithi107.stdout:Version: 5.15.0.101.98 2024-04-07T18:11:40.433 INFO:teuthology.orchestra.run.smithi107.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-07T18:11:40.433 INFO:teuthology.orchestra.run.smithi107.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-07T18:11:40.433 INFO:teuthology.orchestra.run.smithi107.stdout:Recommends: thermald 2024-04-07T18:11:40.433 INFO:teuthology.orchestra.run.smithi107.stdout:Description: Generic Linux kernel image 2024-04-07T18:11:40.433 INFO:teuthology.orchestra.run.smithi107.stdout: This package will always depend on the latest generic kernel image 2024-04-07T18:11:40.433 INFO:teuthology.orchestra.run.smithi107.stdout: available. 2024-04-07T18:11:40.433 DEBUG:teuthology.orchestra.run.smithi107:> mktemp 2024-04-07T18:11:40.450 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-07T18:11:40.476 INFO:teuthology.orchestra.run.smithi107.stdout:/tmp/tmp.WedA0jkGK4 2024-04-07T18:11:40.476 DEBUG:teuthology.orchestra.run.smithi107:> sudo cp /boot/grub/grub.cfg /tmp/tmp.WedA0jkGK4 2024-04-07T18:11:40.484 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-07T18:11:40.484 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-07T18:11:40.513 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-07T18:11:40.529 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 0666 /tmp/tmp.WedA0jkGK4 2024-04-07T18:11:40.551 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-07T18:11:40.564 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-07T18:11:40.650 DEBUG:teuthology.orchestra.remote:smithi107:/tmp/tmp.WedA0jkGK4 is 10KB 2024-04-07T18:11:40.653 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-07T18:11:40.663 DEBUG:teuthology.orchestra.run.smithi107:> rm -fr /tmp/tmp.WedA0jkGK4 2024-04-07T18:11:40.668 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-07T18:11:40.721 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-04-07T18:11:40.721 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-07T18:11:40.721 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-07T18:11:40.728 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-07T18:11:40.794 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-04-07T18:11:40.795 DEBUG:teuthology.orchestra.run.smithi107:> sudo update-grub 2024-04-07T18:11:41.759 INFO:teuthology.orchestra.run.smithi112.stdout:Reading package lists... 2024-04-07T18:11:41.777 DEBUG:teuthology.orchestra.run.smithi112:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-07T18:11:41.813 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-04-07T18:11:41.831 DEBUG:teuthology.orchestra.run.smithi087:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-07T18:11:41.835 INFO:teuthology.orchestra.run.smithi112.stdout:Reading package lists... 2024-04-07T18:11:41.892 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-04-07T18:11:42.033 INFO:teuthology.orchestra.run.smithi112.stdout:Building dependency tree... 2024-04-07T18:11:42.034 INFO:teuthology.orchestra.run.smithi112.stdout:Reading state information... 2024-04-07T18:11:42.098 INFO:teuthology.orchestra.run.smithi087.stdout:Building dependency tree... 2024-04-07T18:11:42.099 INFO:teuthology.orchestra.run.smithi087.stdout:Reading state information... 2024-04-07T18:11:42.169 INFO:teuthology.orchestra.run.smithi107.stderr:Sourcing file `/etc/default/grub' 2024-04-07T18:11:42.170 INFO:teuthology.orchestra.run.smithi107.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-07T18:11:42.173 INFO:teuthology.orchestra.run.smithi107.stderr:Generating grub configuration file ... 2024-04-07T18:11:42.209 INFO:teuthology.orchestra.run.smithi112.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-04-07T18:11:42.209 INFO:teuthology.orchestra.run.smithi112.stdout:The following packages were automatically installed and are no longer required: 2024-04-07T18:11:42.209 INFO:teuthology.orchestra.run.smithi112.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-07T18:11:42.209 INFO:teuthology.orchestra.run.smithi112.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-07T18:11:42.210 INFO:teuthology.orchestra.run.smithi112.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-07T18:11:42.210 INFO:teuthology.orchestra.run.smithi112.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-07T18:11:42.210 INFO:teuthology.orchestra.run.smithi112.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-07T18:11:42.210 INFO:teuthology.orchestra.run.smithi112.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-07T18:11:42.249 INFO:teuthology.orchestra.run.smithi112.stdout:0 upgraded, 0 newly installed, 0 to remove and 312 not upgraded. 2024-04-07T18:11:42.251 DEBUG:teuthology.orchestra.run.smithi112:> dpkg -s linux-image-generic 2024-04-07T18:11:42.258 INFO:teuthology.orchestra.run.smithi087.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-04-07T18:11:42.258 INFO:teuthology.orchestra.run.smithi087.stdout:The following packages were automatically installed and are no longer required: 2024-04-07T18:11:42.258 INFO:teuthology.orchestra.run.smithi087.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-07T18:11:42.258 INFO:teuthology.orchestra.run.smithi087.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-07T18:11:42.258 INFO:teuthology.orchestra.run.smithi087.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-07T18:11:42.259 INFO:teuthology.orchestra.run.smithi087.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-07T18:11:42.259 INFO:teuthology.orchestra.run.smithi087.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-07T18:11:42.259 INFO:teuthology.orchestra.run.smithi087.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-07T18:11:42.266 INFO:teuthology.orchestra.run.smithi112.stdout:Package: linux-image-generic 2024-04-07T18:11:42.267 INFO:teuthology.orchestra.run.smithi112.stdout:Status: install ok installed 2024-04-07T18:11:42.267 INFO:teuthology.orchestra.run.smithi112.stdout:Priority: optional 2024-04-07T18:11:42.267 INFO:teuthology.orchestra.run.smithi112.stdout:Section: kernel 2024-04-07T18:11:42.267 INFO:teuthology.orchestra.run.smithi112.stdout:Installed-Size: 21 2024-04-07T18:11:42.267 INFO:teuthology.orchestra.run.smithi112.stdout:Maintainer: Ubuntu Kernel Team 2024-04-07T18:11:42.267 INFO:teuthology.orchestra.run.smithi112.stdout:Architecture: amd64 2024-04-07T18:11:42.267 INFO:teuthology.orchestra.run.smithi112.stdout:Source: linux-meta 2024-04-07T18:11:42.267 INFO:teuthology.orchestra.run.smithi112.stdout:Version: 5.15.0.101.98 2024-04-07T18:11:42.267 INFO:teuthology.orchestra.run.smithi112.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-04-07T18:11:42.267 INFO:teuthology.orchestra.run.smithi112.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-07T18:11:42.267 INFO:teuthology.orchestra.run.smithi112.stdout:Recommends: thermald 2024-04-07T18:11:42.267 INFO:teuthology.orchestra.run.smithi112.stdout:Description: Generic Linux kernel image 2024-04-07T18:11:42.267 INFO:teuthology.orchestra.run.smithi112.stdout: This package will always depend on the latest generic kernel image 2024-04-07T18:11:42.267 INFO:teuthology.orchestra.run.smithi112.stdout: available. 2024-04-07T18:11:42.268 DEBUG:teuthology.orchestra.run.smithi112:> mktemp 2024-04-07T18:11:42.298 INFO:teuthology.orchestra.run.smithi087.stdout:0 upgraded, 0 newly installed, 0 to remove and 312 not upgraded. 2024-04-07T18:11:42.300 DEBUG:teuthology.orchestra.run.smithi087:> dpkg -s linux-image-generic 2024-04-07T18:11:42.312 INFO:teuthology.orchestra.run.smithi112.stdout:/tmp/tmp.Ttr93vNj5s 2024-04-07T18:11:42.312 DEBUG:teuthology.orchestra.run.smithi112:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Ttr93vNj5s 2024-04-07T18:11:42.315 INFO:teuthology.orchestra.run.smithi087.stdout:Package: linux-image-generic 2024-04-07T18:11:42.315 INFO:teuthology.orchestra.run.smithi087.stdout:Status: install ok installed 2024-04-07T18:11:42.315 INFO:teuthology.orchestra.run.smithi087.stdout:Priority: optional 2024-04-07T18:11:42.315 INFO:teuthology.orchestra.run.smithi087.stdout:Section: kernel 2024-04-07T18:11:42.315 INFO:teuthology.orchestra.run.smithi087.stdout:Installed-Size: 21 2024-04-07T18:11:42.315 INFO:teuthology.orchestra.run.smithi087.stdout:Maintainer: Ubuntu Kernel Team 2024-04-07T18:11:42.315 INFO:teuthology.orchestra.run.smithi087.stdout:Architecture: amd64 2024-04-07T18:11:42.315 INFO:teuthology.orchestra.run.smithi087.stdout:Source: linux-meta 2024-04-07T18:11:42.315 INFO:teuthology.orchestra.run.smithi087.stdout:Version: 5.15.0.101.98 2024-04-07T18:11:42.315 INFO:teuthology.orchestra.run.smithi087.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-04-07T18:11:42.315 INFO:teuthology.orchestra.run.smithi087.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-07T18:11:42.315 INFO:teuthology.orchestra.run.smithi087.stdout:Recommends: thermald 2024-04-07T18:11:42.315 INFO:teuthology.orchestra.run.smithi087.stdout:Description: Generic Linux kernel image 2024-04-07T18:11:42.315 INFO:teuthology.orchestra.run.smithi087.stdout: This package will always depend on the latest generic kernel image 2024-04-07T18:11:42.316 INFO:teuthology.orchestra.run.smithi087.stdout: available. 2024-04-07T18:11:42.316 DEBUG:teuthology.orchestra.run.smithi087:> mktemp 2024-04-07T18:11:42.353 INFO:teuthology.orchestra.run.smithi107.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-07T18:11:42.359 INFO:teuthology.orchestra.run.smithi107.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-07T18:11:42.361 INFO:teuthology.orchestra.run.smithi087.stdout:/tmp/tmp.3DTWFrL4XE 2024-04-07T18:11:42.361 DEBUG:teuthology.orchestra.run.smithi087:> sudo cp /boot/grub/grub.cfg /tmp/tmp.3DTWFrL4XE 2024-04-07T18:11:42.376 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 0666 /tmp/tmp.Ttr93vNj5s 2024-04-07T18:11:42.417 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 0666 /tmp/tmp.3DTWFrL4XE 2024-04-07T18:11:42.492 DEBUG:teuthology.orchestra.remote:smithi112:/tmp/tmp.Ttr93vNj5s is 10KB 2024-04-07T18:11:42.506 DEBUG:teuthology.orchestra.run.smithi112:> rm -fr /tmp/tmp.Ttr93vNj5s 2024-04-07T18:11:42.511 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-07T18:11:42.531 DEBUG:teuthology.orchestra.remote:smithi087:/tmp/tmp.3DTWFrL4XE is 10KB 2024-04-07T18:11:42.544 DEBUG:teuthology.orchestra.run.smithi087:> rm -fr /tmp/tmp.3DTWFrL4XE 2024-04-07T18:11:42.549 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-07T18:11:42.564 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-07T18:11:42.564 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-07T18:11:42.564 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-07T18:11:42.604 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-07T18:11:42.604 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-07T18:11:42.604 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-07T18:11:42.626 INFO:teuthology.orchestra.run.smithi107.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-07T18:11:42.631 INFO:teuthology.orchestra.run.smithi107.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-07T18:11:42.636 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-04-07T18:11:42.636 DEBUG:teuthology.orchestra.run.smithi112:> sudo update-grub 2024-04-07T18:11:42.673 INFO:teuthology.orchestra.run.smithi107.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-07T18:11:42.678 INFO:teuthology.orchestra.run.smithi107.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-07T18:11:42.681 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-04-07T18:11:42.681 DEBUG:teuthology.orchestra.run.smithi087:> sudo update-grub 2024-04-07T18:11:42.807 INFO:teuthology.orchestra.run.smithi107.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-07T18:11:42.807 INFO:teuthology.orchestra.run.smithi107.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-07T18:11:42.807 INFO:teuthology.orchestra.run.smithi107.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-07T18:11:42.819 INFO:teuthology.orchestra.run.smithi107.stderr:done 2024-04-07T18:11:42.821 DEBUG:teuthology.orchestra.run.smithi107:> sudo shutdown -r now 2024-04-07T18:11:43.860 INFO:teuthology.orchestra.run.smithi087.stderr:Sourcing file `/etc/default/grub' 2024-04-07T18:11:43.861 INFO:teuthology.orchestra.run.smithi087.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-07T18:11:43.863 INFO:teuthology.orchestra.run.smithi087.stderr:Generating grub configuration file ... 2024-04-07T18:11:43.925 INFO:teuthology.orchestra.run.smithi112.stderr:Sourcing file `/etc/default/grub' 2024-04-07T18:11:43.926 INFO:teuthology.orchestra.run.smithi112.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-07T18:11:43.927 INFO:teuthology.orchestra.run.smithi112.stderr:Generating grub configuration file ... 2024-04-07T18:11:44.058 INFO:teuthology.orchestra.run.smithi087.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-07T18:11:44.064 INFO:teuthology.orchestra.run.smithi087.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-07T18:11:44.124 INFO:teuthology.orchestra.run.smithi112.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-07T18:11:44.130 INFO:teuthology.orchestra.run.smithi112.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-07T18:11:44.345 INFO:teuthology.orchestra.run.smithi087.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-07T18:11:44.346 INFO:teuthology.orchestra.run.smithi112.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-07T18:11:44.350 INFO:teuthology.orchestra.run.smithi087.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-07T18:11:44.351 INFO:teuthology.orchestra.run.smithi112.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-07T18:11:44.390 INFO:teuthology.orchestra.run.smithi112.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-07T18:11:44.391 INFO:teuthology.orchestra.run.smithi087.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-07T18:11:44.395 INFO:teuthology.orchestra.run.smithi112.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-07T18:11:44.397 INFO:teuthology.orchestra.run.smithi087.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-07T18:11:44.517 INFO:teuthology.orchestra.run.smithi112.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-07T18:11:44.517 INFO:teuthology.orchestra.run.smithi112.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-07T18:11:44.517 INFO:teuthology.orchestra.run.smithi112.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-07T18:11:44.531 INFO:teuthology.orchestra.run.smithi112.stderr:done 2024-04-07T18:11:44.550 DEBUG:teuthology.orchestra.run.smithi112:> sudo shutdown -r now 2024-04-07T18:11:44.553 INFO:teuthology.orchestra.run.smithi087.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-07T18:11:44.553 INFO:teuthology.orchestra.run.smithi087.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-07T18:11:44.553 INFO:teuthology.orchestra.run.smithi087.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-07T18:11:44.570 INFO:teuthology.orchestra.run.smithi087.stderr:done 2024-04-07T18:11:44.576 DEBUG:teuthology.orchestra.run.smithi087:> sudo shutdown -r now 2024-04-07T18:12:12.832 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-07T18:12:12.833 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-04-07T18:12:12.834 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T18:12:14.554 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-07T18:12:14.554 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-04-07T18:12:14.555 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T18:12:14.578 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-07T18:12:14.579 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-04-07T18:12:14.579 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T18:12:31.390 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-04-07T18:12:32.926 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.112 2024-04-07T18:12:32.927 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2024-04-07T18:12:40.394 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-04-07T18:12:40.395 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T18:12:41.929 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-04-07T18:12:41.930 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T18:12:41.931 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-04-07T18:12:41.931 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T18:12:43.458 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-04-07T18:12:44.990 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2024-04-07T18:12:44.990 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.112 2024-04-07T18:12:55.469 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-04-07T18:12:55.470 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T18:12:56.992 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-04-07T18:12:56.992 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T18:12:56.994 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-04-07T18:12:56.994 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T18:13:13.886 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-04-07T18:13:15.422 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2024-04-07T18:13:15.423 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.112 2024-04-07T18:13:28.898 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-04-07T18:13:28.899 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T18:13:28.901 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-04-07T18:13:30.425 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-04-07T18:13:30.426 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T18:13:30.427 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-04-07T18:13:30.428 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T18:13:30.735 DEBUG:teuthology.orchestra.run.smithi087:> true 2024-04-07T18:13:31.040 DEBUG:teuthology.orchestra.run.smithi112:> true 2024-04-07T18:13:31.494 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-04-07T18:13:31.494 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-04-07T18:13:31.494 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2024-04-07T18:13:31.539 INFO:teuthology.orchestra.run.smithi087.stdout:5.15.0-101-generic 2024-04-07T18:13:31.540 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-04-07T18:13:31.540 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-07T18:13:31.540 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-07T18:13:32.106 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-04-07T18:13:32.106 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-101-generic"... 2024-04-07T18:13:32.106 DEBUG:teuthology.orchestra.run.smithi112:> uname -r 2024-04-07T18:13:32.153 INFO:teuthology.orchestra.run.smithi112.stdout:5.15.0-101-generic 2024-04-07T18:13:32.153 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-04-07T18:13:32.154 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-07T18:13:32.154 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-07T18:13:32.541 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-07T18:13:32.541 DEBUG:teuthology.orchestra.run.smithi087:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-07T18:13:32.617 INFO:teuthology.orchestra.run.smithi087.stdout:ttyS1 2024-04-07T18:13:32.641 DEBUG:teuthology.parallel:result is None 2024-04-07T18:13:33.155 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-07T18:13:33.155 DEBUG:teuthology.orchestra.run.smithi112:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-07T18:13:33.222 INFO:teuthology.orchestra.run.smithi112.stdout:ttyS1 2024-04-07T18:13:33.251 DEBUG:teuthology.parallel:result is None 2024-04-07T18:13:46.902 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-04-07T18:13:46.903 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T18:13:47.249 DEBUG:teuthology.orchestra.run.smithi107:> true 2024-04-07T18:13:47.860 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-04-07T18:13:47.860 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-04-07T18:13:47.860 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2024-04-07T18:13:47.908 INFO:teuthology.orchestra.run.smithi107.stdout:5.15.0-101-generic 2024-04-07T18:13:47.909 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-04-07T18:13:47.909 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-07T18:13:47.909 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-07T18:13:48.909 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-07T18:13:48.909 DEBUG:teuthology.orchestra.run.smithi107:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-07T18:13:49.266 INFO:teuthology.orchestra.run.smithi107.stdout:ttyS1 2024-04-07T18:13:49.290 DEBUG:teuthology.parallel:result is None 2024-04-07T18:13:49.290 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-07T18:13:49.297 INFO:teuthology.task.internal:Creating test directory... 2024-04-07T18:13:49.298 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-07T18:13:49.300 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-07T18:13:49.303 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-07T18:13:49.309 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-07T18:13:49.316 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-07T18:13:49.324 INFO:teuthology.task.internal:Creating archive directory... 2024-04-07T18:13:49.325 DEBUG:teuthology.orchestra.run.smithi087:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-07T18:13:49.348 DEBUG:teuthology.orchestra.run.smithi107:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-07T18:13:49.351 DEBUG:teuthology.orchestra.run.smithi112:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-07T18:13:49.446 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-07T18:13:49.454 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-07T18:13:49.454 DEBUG:teuthology.orchestra.run.smithi087:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-07T18:13:49.457 DEBUG:teuthology.orchestra.run.smithi107:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-07T18:13:49.459 DEBUG:teuthology.orchestra.run.smithi112:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-07T18:13:49.474 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T18:13:49.482 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T18:13:49.497 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T18:13:49.502 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T18:13:49.504 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T18:13:49.510 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T18:13:49.511 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-07T18:13:49.519 INFO:teuthology.task.internal:Configuring sudo... 2024-04-07T18:13:49.519 DEBUG:teuthology.orchestra.run.smithi087:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-07T18:13:49.549 DEBUG:teuthology.orchestra.run.smithi107:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-07T18:13:49.551 DEBUG:teuthology.orchestra.run.smithi112:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-07T18:13:49.576 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-07T18:13:49.585 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-07T18:13:49.586 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-07T18:13:49.621 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-07T18:13:49.623 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-07T18:13:49.629 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-07T18:13:49.671 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-07T18:13:49.724 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-07T18:13:49.724 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-07T18:13:49.788 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-07T18:13:49.793 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-07T18:13:49.841 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-04-07T18:13:49.841 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-07T18:13:49.911 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-07T18:13:49.917 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-07T18:13:49.966 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-07T18:13:49.966 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-07T18:13:50.031 DEBUG:teuthology.orchestra.run.smithi087:> sudo service rsyslog restart 2024-04-07T18:13:50.034 DEBUG:teuthology.orchestra.run.smithi107:> sudo service rsyslog restart 2024-04-07T18:13:50.036 DEBUG:teuthology.orchestra.run.smithi112:> sudo service rsyslog restart 2024-04-07T18:13:50.101 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-07T18:13:50.108 INFO:teuthology.task.internal:Starting timer... 2024-04-07T18:13:50.109 INFO:teuthology.run_tasks:Running task pcp... 2024-04-07T18:13:50.121 INFO:teuthology.run_tasks:Running task selinux... 2024-04-07T18:13:50.130 DEBUG:teuthology.task.selinux:Excluding smithi087: OS 'ubuntu' does not support SELinux 2024-04-07T18:13:50.130 DEBUG:teuthology.task.selinux:Excluding smithi107: OS 'ubuntu' does not support SELinux 2024-04-07T18:13:50.130 DEBUG:teuthology.task.selinux:Excluding smithi112: OS 'ubuntu' does not support SELinux 2024-04-07T18:13:50.130 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-07T18:13:50.131 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-07T18:13:50.131 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-07T18:13:50.131 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-07T18:13:50.139 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-07T18:13:50.155 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-07T18:13:50.156 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi087.front.sepia.ceph.com,smithi107.front.sepia.ceph.com,smithi112.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-07T18:20:47.691 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi087.front.sepia.ceph.com'), Remote(name='ubuntu@smithi107.front.sepia.ceph.com'), Remote(name='ubuntu@smithi112.front.sepia.ceph.com')] 2024-04-07T18:20:47.692 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-04-07T18:20:47.693 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T18:20:47.774 DEBUG:teuthology.orchestra.run.smithi087:> true 2024-04-07T18:20:47.850 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-04-07T18:20:47.850 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-04-07T18:20:47.851 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T18:20:47.928 DEBUG:teuthology.orchestra.run.smithi107:> true 2024-04-07T18:20:48.002 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-04-07T18:20:48.003 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-04-07T18:20:48.003 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T18:20:48.083 DEBUG:teuthology.orchestra.run.smithi112:> true 2024-04-07T18:20:48.162 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-04-07T18:20:48.162 INFO:teuthology.run_tasks:Running task clock... 2024-04-07T18:20:48.173 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-07T18:20:48.173 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-07T18:20:48.174 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-07T18:20:48.176 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-07T18:20:48.176 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-07T18:20:48.179 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-07T18:20:48.179 DEBUG:teuthology.orchestra.run.smithi112:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-07T18:20:48.202 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:48 ntpd[17200]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-07T18:20:48.203 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:48 ntpd[17200]: Command line: ntpd -gq 2024-04-07T18:20:48.203 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:48 ntpd[17200]: ---------------------------------------------------- 2024-04-07T18:20:48.203 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:48 ntpd[17200]: ntp-4 is maintained by Network Time Foundation, 2024-04-07T18:20:48.203 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:48 ntpd[17200]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-07T18:20:48.203 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:48 ntpd[17200]: corporation. Support and training for ntp-4 are 2024-04-07T18:20:48.203 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:48 ntpd[17200]: available at https://www.nwtime.org/support 2024-04-07T18:20:48.203 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:48 ntpd[17200]: ---------------------------------------------------- 2024-04-07T18:20:48.205 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:48 ntpd[17200]: proto: precision = 0.045 usec (-24) 2024-04-07T18:20:48.205 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:48 ntpd[17200]: basedate set to 2022-02-04 2024-04-07T18:20:48.205 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:48 ntpd[17200]: gps base set to 2022-02-06 (week 2196) 2024-04-07T18:20:48.205 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:48 ntpd[17200]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-07T18:20:48.205 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:48 ntpd[17196]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-07T18:20:48.205 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:48 ntpd[17196]: Command line: ntpd -gq 2024-04-07T18:20:48.205 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:48 ntpd[17196]: ---------------------------------------------------- 2024-04-07T18:20:48.205 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:48 ntpd[17196]: ntp-4 is maintained by Network Time Foundation, 2024-04-07T18:20:48.205 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:48 ntpd[17196]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-07T18:20:48.206 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:48 ntpd[17196]: corporation. Support and training for ntp-4 are 2024-04-07T18:20:48.206 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:48 ntpd[17196]: available at https://www.nwtime.org/support 2024-04-07T18:20:48.206 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:48 ntpd[17196]: ---------------------------------------------------- 2024-04-07T18:20:48.206 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:48 ntpd[17196]: proto: precision = 0.045 usec (-24) 2024-04-07T18:20:48.206 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:48 ntpd[17196]: basedate set to 2022-02-04 2024-04-07T18:20:48.206 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:48 ntpd[17196]: gps base set to 2022-02-06 (week 2196) 2024-04-07T18:20:48.206 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:48 ntpd[17196]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-07T18:20:48.206 INFO:teuthology.orchestra.run.smithi087.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-07T18:20:48.206 INFO:teuthology.orchestra.run.smithi087.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-07T18:20:48.207 INFO:teuthology.orchestra.run.smithi107.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-07T18:20:48.207 INFO:teuthology.orchestra.run.smithi107.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-07T18:20:48.208 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:48 ntpd[17200]: restrict ::: KOD does nothing without LIMITED. 2024-04-07T18:20:48.208 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:48 ntpd[17200]: Listen and drop on 0 v6wildcard [::]:123 2024-04-07T18:20:48.208 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:48 ntpd[17200]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-07T18:20:48.209 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:48 ntpd[17200]: Listen normally on 2 lo 127.0.0.1:123 2024-04-07T18:20:48.209 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:48 ntpd[17200]: Listen normally on 3 enp3s0f1 172.21.15.87:123 2024-04-07T18:20:48.209 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:48 ntpd[17200]: Listen normally on 4 lo [::1]:123 2024-04-07T18:20:48.209 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:48 ntpd[17200]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d5f5%5]:123 2024-04-07T18:20:48.209 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:48 ntpd[17200]: Listening on routing socket on fd #22 for interface updates 2024-04-07T18:20:48.209 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:48 ntpd[17196]: restrict ::: KOD does nothing without LIMITED. 2024-04-07T18:20:48.209 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:48 ntpd[17196]: Listen and drop on 0 v6wildcard [::]:123 2024-04-07T18:20:48.209 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:48 ntpd[17196]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-07T18:20:48.209 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:48 ntpd[17196]: Listen normally on 2 lo 127.0.0.1:123 2024-04-07T18:20:48.209 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:48 ntpd[17196]: Listen normally on 3 enp3s0f1 172.21.15.107:123 2024-04-07T18:20:48.209 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:48 ntpd[17196]: Listen normally on 4 lo [::1]:123 2024-04-07T18:20:48.209 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:48 ntpd[17196]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:47eb%5]:123 2024-04-07T18:20:48.209 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:48 ntpd[17196]: Listening on routing socket on fd #22 for interface updates 2024-04-07T18:20:48.229 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:48 ntpd[17166]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-07T18:20:48.229 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:48 ntpd[17166]: Command line: ntpd -gq 2024-04-07T18:20:48.229 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:48 ntpd[17166]: ---------------------------------------------------- 2024-04-07T18:20:48.229 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:48 ntpd[17166]: ntp-4 is maintained by Network Time Foundation, 2024-04-07T18:20:48.229 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:48 ntpd[17166]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-07T18:20:48.229 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:48 ntpd[17166]: corporation. Support and training for ntp-4 are 2024-04-07T18:20:48.229 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:48 ntpd[17166]: available at https://www.nwtime.org/support 2024-04-07T18:20:48.229 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:48 ntpd[17166]: ---------------------------------------------------- 2024-04-07T18:20:48.230 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:48 ntpd[17166]: proto: precision = 0.045 usec (-24) 2024-04-07T18:20:48.230 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:48 ntpd[17166]: basedate set to 2022-02-04 2024-04-07T18:20:48.230 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:48 ntpd[17166]: gps base set to 2022-02-06 (week 2196) 2024-04-07T18:20:48.230 INFO:teuthology.orchestra.run.smithi112.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-07T18:20:48.231 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:48 ntpd[17166]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-07T18:20:48.231 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:48 ntpd[17166]: restrict ::: KOD does nothing without LIMITED. 2024-04-07T18:20:48.231 INFO:teuthology.orchestra.run.smithi112.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-07T18:20:48.232 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:48 ntpd[17166]: Listen and drop on 0 v6wildcard [::]:123 2024-04-07T18:20:48.232 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:48 ntpd[17166]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-07T18:20:48.232 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:48 ntpd[17166]: Listen normally on 2 lo 127.0.0.1:123 2024-04-07T18:20:48.232 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:48 ntpd[17166]: Listen normally on 3 enp3s0f1 172.21.15.112:123 2024-04-07T18:20:48.232 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:48 ntpd[17166]: Listen normally on 4 lo [::1]:123 2024-04-07T18:20:48.232 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:48 ntpd[17166]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cb69%5]:123 2024-04-07T18:20:48.233 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:48 ntpd[17166]: Listening on routing socket on fd #22 for interface updates 2024-04-07T18:20:49.203 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:49 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:49.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:49 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:49.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:49 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:49.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:49 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:49.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:49 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:49.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:49 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:49.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:49 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:49.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:49 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:49.205 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:49 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:49.205 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:49 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:50.203 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:50 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:50.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:50 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:50.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:50 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:50.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:50 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:50.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:50 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:50.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:50 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:50.205 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:50 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:50.205 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:50 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:50.205 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:50 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:50.205 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:50 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:50.205 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:50 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:50.205 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:50 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:50.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:50 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:50.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:50 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:50.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:50 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:50.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:50 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:50.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:50 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:50.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:50 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:51.203 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:51 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:51.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:51 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:51.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:51 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:51.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:51 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:51.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:51 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:51.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:51 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:51.229 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:51 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:51.229 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:51 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:52.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:52 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:52.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:52 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:52.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:52 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:52.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:52 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:52.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:52 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:52.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:52 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:52.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:52 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:52.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:52 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:52.205 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:52 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:52.205 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:52 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:52.205 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:52 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:52.205 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:52 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:52.206 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:52 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:52.206 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:52 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:52.206 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:52 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:52.206 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:52 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:52.206 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:52 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:52.207 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:52 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:52.207 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:52 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:52.207 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:52 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:52.207 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:52 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:52.207 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:52 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:52.207 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:52 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:52.207 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:52 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:52.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:52 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:52.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:52 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:52.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:52 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:52.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:52 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:52.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:52 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:52.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:52 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:53.203 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:53 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:53.203 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:53 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:53.203 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:53 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:53.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:53 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:53.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:53 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:53.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:53 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:53.204 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:53 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:53.205 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:53 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:53.205 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:53 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:53.205 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:53 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:53.205 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:53 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:53.205 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:53 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:53.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:53 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:53.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:53 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:53.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:53 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:53.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:53 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:53.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:53 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:53.231 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:53 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:53.231 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:53 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:53.231 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:53 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:53.231 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:53 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:53.231 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:53 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:53.231 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:53 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:53.231 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:53 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:54.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:54 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:54.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:54 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:54.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:54 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:54.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:54 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:54.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:54 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:54.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:54 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:54.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:54 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:54.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:54 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:54.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:54 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:54.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:54 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:54.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:54 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:54.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:54 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:54.206 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:54 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:54.206 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:54 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:54.206 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:54 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:54.206 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:54 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:54.206 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:54 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:54.206 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:54 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:54.206 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:54 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:54.206 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:54 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:54.206 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:54 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:54.207 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:54 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:54.207 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:54 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:54.207 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:54 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:54.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:54 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:54.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:54 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:54.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:54 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:54.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:54 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:54.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:54 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:54.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:54 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:55.203 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:55 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:55.203 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:55 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:55.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:55 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:55.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:55 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:55.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:55 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:55.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:55 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:55.204 INFO:teuthology.orchestra.run.smithi087.stdout: 7 Apr 18:20:55 ntpd[17200]: ntpd: time slew -0.001186 s 2024-04-07T18:20:55.204 INFO:teuthology.orchestra.run.smithi087.stdout:ntpd: time slew -0.001186s 2024-04-07T18:20:55.204 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:55 ntpd[17200]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-07T18:20:55.205 INFO:teuthology.orchestra.run.smithi087.stderr: 7 Apr 18:20:55 ntpd[17200]: can't open /var/log/ntpstats/loopstats.20240407: Permission denied 2024-04-07T18:20:55.205 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:55 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:55.205 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:55 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:55.206 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:55 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:55.206 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:55 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:55.206 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:55 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:55.206 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:55 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:55.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:55 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:55.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:55 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:55.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:55 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:55.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:55 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:55.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:55 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:55.231 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:55 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:55.231 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:55 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:55.231 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:55 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:55.231 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:55 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:55.231 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:55 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:55.231 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:55 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:55.231 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:55 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:55.261 INFO:teuthology.orchestra.run.smithi087.stdout: remote refid st t when poll reach delay offset jitter 2024-04-07T18:20:55.261 INFO:teuthology.orchestra.run.smithi087.stdout:============================================================================== 2024-04-07T18:20:55.261 INFO:teuthology.orchestra.run.smithi087.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T18:20:55.262 INFO:teuthology.orchestra.run.smithi087.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T18:20:55.262 INFO:teuthology.orchestra.run.smithi087.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T18:20:55.262 INFO:teuthology.orchestra.run.smithi087.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T18:20:56.204 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:56 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:56.204 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:56 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:56.204 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:56 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:56.204 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:56 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:56.204 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:56 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:56.204 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:56 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:56.205 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:56 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:56.205 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:56 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:56.205 INFO:teuthology.orchestra.run.smithi107.stdout: 7 Apr 18:20:56 ntpd[17196]: ntpd: time slew -0.000214 s 2024-04-07T18:20:56.205 INFO:teuthology.orchestra.run.smithi107.stdout:ntpd: time slew -0.000214s 2024-04-07T18:20:56.205 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:56 ntpd[17196]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-07T18:20:56.205 INFO:teuthology.orchestra.run.smithi107.stderr: 7 Apr 18:20:56 ntpd[17196]: can't open /var/log/ntpstats/loopstats.20240407: Permission denied 2024-04-07T18:20:56.229 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:56 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:56.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:56 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:56.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:56 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T18:20:56.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:56 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T18:20:56.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:56 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T18:20:56.230 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:56 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T18:20:56.230 INFO:teuthology.orchestra.run.smithi112.stdout: 7 Apr 18:20:56 ntpd[17166]: ntpd: time slew -0.002132 s 2024-04-07T18:20:56.230 INFO:teuthology.orchestra.run.smithi112.stdout:ntpd: time slew -0.002132s 2024-04-07T18:20:56.231 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:56 ntpd[17166]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-07T18:20:56.231 INFO:teuthology.orchestra.run.smithi112.stderr: 7 Apr 18:20:56 ntpd[17166]: can't open /var/log/ntpstats/loopstats.20240407: Permission denied 2024-04-07T18:20:56.282 INFO:teuthology.orchestra.run.smithi112.stdout: remote refid st t when poll reach delay offset jitter 2024-04-07T18:20:56.282 INFO:teuthology.orchestra.run.smithi112.stdout:============================================================================== 2024-04-07T18:20:56.282 INFO:teuthology.orchestra.run.smithi112.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T18:20:56.282 INFO:teuthology.orchestra.run.smithi112.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T18:20:56.282 INFO:teuthology.orchestra.run.smithi112.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T18:20:56.282 INFO:teuthology.orchestra.run.smithi112.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T18:20:56.335 INFO:teuthology.orchestra.run.smithi107.stdout: remote refid st t when poll reach delay offset jitter 2024-04-07T18:20:56.335 INFO:teuthology.orchestra.run.smithi107.stdout:============================================================================== 2024-04-07T18:20:56.335 INFO:teuthology.orchestra.run.smithi107.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T18:20:56.335 INFO:teuthology.orchestra.run.smithi107.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T18:20:56.335 INFO:teuthology.orchestra.run.smithi107.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T18:20:56.335 INFO:teuthology.orchestra.run.smithi107.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T18:20:56.335 INFO:teuthology.run_tasks:Running task install... 2024-04-07T18:20:56.344 DEBUG:teuthology.task.install:project ceph 2024-04-07T18:20:56.345 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'adce92d056533f22dc1ee37e3141d098b046ec1b'}} 2024-04-07T18:20:56.345 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'adce92d056533f22dc1ee37e3141d098b046ec1b'} 2024-04-07T18:20:56.345 INFO:teuthology.task.install:Using flavor: default 2024-04-07T18:20:56.350 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-04-07T18:20:56.350 INFO:teuthology.task.install:extra packages: [] 2024-04-07T18:20:56.350 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-key list | grep Ceph 2024-04-07T18:20:56.351 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-key list | grep Ceph 2024-04-07T18:20:56.351 DEBUG:teuthology.orchestra.run.smithi112:> sudo apt-key list | grep Ceph 2024-04-07T18:20:56.411 INFO:teuthology.orchestra.run.smithi087.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-07T18:20:56.413 INFO:teuthology.orchestra.run.smithi112.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-07T18:20:56.441 INFO:teuthology.orchestra.run.smithi112.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-07T18:20:56.442 INFO:teuthology.orchestra.run.smithi112.stdout:uid [ unknown] Ceph.com (release key) 2024-04-07T18:20:56.442 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-07T18:20:56.442 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=adce92d056533f22dc1ee37e3141d098b046ec1b 2024-04-07T18:20:56.447 INFO:teuthology.orchestra.run.smithi087.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-07T18:20:56.447 INFO:teuthology.orchestra.run.smithi087.stdout:uid [ unknown] Ceph.com (release key) 2024-04-07T18:20:56.447 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-07T18:20:56.447 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=adce92d056533f22dc1ee37e3141d098b046ec1b 2024-04-07T18:20:56.449 INFO:teuthology.orchestra.run.smithi107.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-07T18:20:56.477 INFO:teuthology.orchestra.run.smithi107.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-07T18:20:56.477 INFO:teuthology.orchestra.run.smithi107.stdout:uid [ unknown] Ceph.com (release key) 2024-04-07T18:20:56.478 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-07T18:20:56.478 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=adce92d056533f22dc1ee37e3141d098b046ec1b 2024-04-07T18:20:56.592 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default/ 2024-04-07T18:20:56.592 INFO:teuthology.task.install.deb:Package version is 19.0.0-2785-gadce92d0-1jammy 2024-04-07T18:20:56.616 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default/ 2024-04-07T18:20:56.616 INFO:teuthology.task.install.deb:Package version is 19.0.0-2785-gadce92d0-1jammy 2024-04-07T18:20:56.663 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default/ 2024-04-07T18:20:56.663 INFO:teuthology.task.install.deb:Package version is 19.0.0-2785-gadce92d0-1jammy 2024-04-07T18:20:56.725 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-07T18:20:56.725 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-07T18:20:56.739 DEBUG:teuthology.orchestra.run.smithi112:> sudo apt-get update 2024-04-07T18:20:56.784 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-04-07T18:20:56.784 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-07T18:20:56.799 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-get update 2024-04-07T18:20:56.839 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-07T18:20:56.839 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-07T18:20:56.853 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-get update 2024-04-07T18:20:56.915 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-07T18:20:56.929 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-07T18:20:56.930 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-07T18:20:56.951 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-07T18:20:56.964 INFO:teuthology.orchestra.run.smithi112.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy InRelease 2024-04-07T18:20:56.968 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-07T18:20:56.982 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-07T18:20:56.986 INFO:teuthology.orchestra.run.smithi112.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-07T18:20:57.003 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-07T18:20:57.007 INFO:teuthology.orchestra.run.smithi112.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-07T18:20:57.023 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-07T18:20:57.028 INFO:teuthology.orchestra.run.smithi112.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-07T18:20:57.056 INFO:teuthology.orchestra.run.smithi112.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,407 B] 2024-04-07T18:20:57.069 INFO:teuthology.orchestra.run.smithi087.stdout:Ign:2 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy InRelease 2024-04-07T18:20:57.077 INFO:teuthology.orchestra.run.smithi107.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy InRelease 2024-04-07T18:20:57.084 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-07T18:20:57.091 INFO:teuthology.orchestra.run.smithi087.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-07T18:20:57.113 INFO:teuthology.orchestra.run.smithi087.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-07T18:20:57.113 INFO:teuthology.orchestra.run.smithi107.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-07T18:20:57.134 INFO:teuthology.orchestra.run.smithi087.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-07T18:20:57.139 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-07T18:20:57.150 INFO:teuthology.orchestra.run.smithi107.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-07T18:20:57.160 INFO:teuthology.orchestra.run.smithi087.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,407 B] 2024-04-07T18:20:57.187 INFO:teuthology.orchestra.run.smithi107.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-07T18:20:57.220 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-07T18:20:57.229 INFO:teuthology.orchestra.run.smithi107.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,407 B] 2024-04-07T18:20:57.258 INFO:teuthology.orchestra.run.smithi112.stdout:Fetched 28.5 kB in 0s (83.7 kB/s) 2024-04-07T18:20:57.301 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-07T18:20:57.308 INFO:teuthology.orchestra.run.smithi107.stdout:Fetched 28.5 kB in 0s (84.2 kB/s) 2024-04-07T18:20:57.446 INFO:teuthology.orchestra.run.smithi087.stdout:Fetched 28.5 kB in 0s (68.6 kB/s) 2024-04-07T18:20:58.155 INFO:teuthology.orchestra.run.smithi112.stdout:Reading package lists... 2024-04-07T18:20:58.172 DEBUG:teuthology.orchestra.run.smithi112:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2785-gadce92d0-1jammy cephadm=19.0.0-2785-gadce92d0-1jammy ceph-mds=19.0.0-2785-gadce92d0-1jammy ceph-mgr=19.0.0-2785-gadce92d0-1jammy ceph-common=19.0.0-2785-gadce92d0-1jammy ceph-fuse=19.0.0-2785-gadce92d0-1jammy ceph-test=19.0.0-2785-gadce92d0-1jammy ceph-volume=19.0.0-2785-gadce92d0-1jammy radosgw=19.0.0-2785-gadce92d0-1jammy python3-rados=19.0.0-2785-gadce92d0-1jammy python3-rgw=19.0.0-2785-gadce92d0-1jammy python3-cephfs=19.0.0-2785-gadce92d0-1jammy python3-rbd=19.0.0-2785-gadce92d0-1jammy libcephfs2=19.0.0-2785-gadce92d0-1jammy libcephfs-dev=19.0.0-2785-gadce92d0-1jammy librados2=19.0.0-2785-gadce92d0-1jammy librbd1=19.0.0-2785-gadce92d0-1jammy rbd-fuse=19.0.0-2785-gadce92d0-1jammy 2024-04-07T18:20:58.233 INFO:teuthology.orchestra.run.smithi112.stdout:Reading package lists... 2024-04-07T18:20:58.238 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-04-07T18:20:58.254 DEBUG:teuthology.orchestra.run.smithi107:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2785-gadce92d0-1jammy cephadm=19.0.0-2785-gadce92d0-1jammy ceph-mds=19.0.0-2785-gadce92d0-1jammy ceph-mgr=19.0.0-2785-gadce92d0-1jammy ceph-common=19.0.0-2785-gadce92d0-1jammy ceph-fuse=19.0.0-2785-gadce92d0-1jammy ceph-test=19.0.0-2785-gadce92d0-1jammy ceph-volume=19.0.0-2785-gadce92d0-1jammy radosgw=19.0.0-2785-gadce92d0-1jammy python3-rados=19.0.0-2785-gadce92d0-1jammy python3-rgw=19.0.0-2785-gadce92d0-1jammy python3-cephfs=19.0.0-2785-gadce92d0-1jammy python3-rbd=19.0.0-2785-gadce92d0-1jammy libcephfs2=19.0.0-2785-gadce92d0-1jammy libcephfs-dev=19.0.0-2785-gadce92d0-1jammy librados2=19.0.0-2785-gadce92d0-1jammy librbd1=19.0.0-2785-gadce92d0-1jammy rbd-fuse=19.0.0-2785-gadce92d0-1jammy 2024-04-07T18:20:58.311 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-04-07T18:20:58.372 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-04-07T18:20:58.387 DEBUG:teuthology.orchestra.run.smithi087:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2785-gadce92d0-1jammy cephadm=19.0.0-2785-gadce92d0-1jammy ceph-mds=19.0.0-2785-gadce92d0-1jammy ceph-mgr=19.0.0-2785-gadce92d0-1jammy ceph-common=19.0.0-2785-gadce92d0-1jammy ceph-fuse=19.0.0-2785-gadce92d0-1jammy ceph-test=19.0.0-2785-gadce92d0-1jammy ceph-volume=19.0.0-2785-gadce92d0-1jammy radosgw=19.0.0-2785-gadce92d0-1jammy python3-rados=19.0.0-2785-gadce92d0-1jammy python3-rgw=19.0.0-2785-gadce92d0-1jammy python3-cephfs=19.0.0-2785-gadce92d0-1jammy python3-rbd=19.0.0-2785-gadce92d0-1jammy libcephfs2=19.0.0-2785-gadce92d0-1jammy libcephfs-dev=19.0.0-2785-gadce92d0-1jammy librados2=19.0.0-2785-gadce92d0-1jammy librbd1=19.0.0-2785-gadce92d0-1jammy rbd-fuse=19.0.0-2785-gadce92d0-1jammy 2024-04-07T18:20:58.429 INFO:teuthology.orchestra.run.smithi112.stdout:Building dependency tree... 2024-04-07T18:20:58.430 INFO:teuthology.orchestra.run.smithi112.stdout:Reading state information... 2024-04-07T18:20:58.450 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-04-07T18:20:58.508 INFO:teuthology.orchestra.run.smithi107.stdout:Building dependency tree... 2024-04-07T18:20:58.509 INFO:teuthology.orchestra.run.smithi107.stdout:Reading state information... 2024-04-07T18:20:58.610 INFO:teuthology.orchestra.run.smithi112.stdout:The following packages were automatically installed and are no longer required: 2024-04-07T18:20:58.610 INFO:teuthology.orchestra.run.smithi112.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-07T18:20:58.611 INFO:teuthology.orchestra.run.smithi112.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-07T18:20:58.611 INFO:teuthology.orchestra.run.smithi112.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-07T18:20:58.611 INFO:teuthology.orchestra.run.smithi112.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-07T18:20:58.611 INFO:teuthology.orchestra.run.smithi112.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-07T18:20:58.611 INFO:teuthology.orchestra.run.smithi112.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-07T18:20:58.612 INFO:teuthology.orchestra.run.smithi112.stdout:The following additional packages will be installed: 2024-04-07T18:20:58.613 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-07T18:20:58.613 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-07T18:20:58.613 INFO:teuthology.orchestra.run.smithi112.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-07T18:20:58.613 INFO:teuthology.orchestra.run.smithi112.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-07T18:20:58.613 INFO:teuthology.orchestra.run.smithi112.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-07T18:20:58.613 INFO:teuthology.orchestra.run.smithi112.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-07T18:20:58.613 INFO:teuthology.orchestra.run.smithi112.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-07T18:20:58.613 INFO:teuthology.orchestra.run.smithi112.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-07T18:20:58.613 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-07T18:20:58.613 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-07T18:20:58.613 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-07T18:20:58.613 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-07T18:20:58.614 INFO:teuthology.orchestra.run.smithi112.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-07T18:20:58.614 INFO:teuthology.orchestra.run.smithi112.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-07T18:20:58.614 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-07T18:20:58.614 INFO:teuthology.orchestra.run.smithi112.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-07T18:20:58.614 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-07T18:20:58.614 INFO:teuthology.orchestra.run.smithi112.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-07T18:20:58.614 INFO:teuthology.orchestra.run.smithi112.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-07T18:20:58.614 INFO:teuthology.orchestra.run.smithi112.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-07T18:20:58.614 INFO:teuthology.orchestra.run.smithi112.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-07T18:20:58.614 INFO:teuthology.orchestra.run.smithi112.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-07T18:20:58.614 INFO:teuthology.orchestra.run.smithi112.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-07T18:20:58.614 INFO:teuthology.orchestra.run.smithi112.stdout: xmlstarlet zip 2024-04-07T18:20:58.615 INFO:teuthology.orchestra.run.smithi112.stdout:Suggested packages: 2024-04-07T18:20:58.615 INFO:teuthology.orchestra.run.smithi112.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-07T18:20:58.615 INFO:teuthology.orchestra.run.smithi112.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-07T18:20:58.615 INFO:teuthology.orchestra.run.smithi112.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-07T18:20:58.615 INFO:teuthology.orchestra.run.smithi112.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-07T18:20:58.615 INFO:teuthology.orchestra.run.smithi112.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-07T18:20:58.615 INFO:teuthology.orchestra.run.smithi112.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-07T18:20:58.616 INFO:teuthology.orchestra.run.smithi112.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-07T18:20:58.616 INFO:teuthology.orchestra.run.smithi112.stdout:Recommended packages: 2024-04-07T18:20:58.616 INFO:teuthology.orchestra.run.smithi112.stdout: btrfs-tools 2024-04-07T18:20:58.646 INFO:teuthology.orchestra.run.smithi087.stdout:Building dependency tree... 2024-04-07T18:20:58.647 INFO:teuthology.orchestra.run.smithi087.stdout:Reading state information... 2024-04-07T18:20:58.690 INFO:teuthology.orchestra.run.smithi107.stdout:The following packages were automatically installed and are no longer required: 2024-04-07T18:20:58.690 INFO:teuthology.orchestra.run.smithi107.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-07T18:20:58.690 INFO:teuthology.orchestra.run.smithi107.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-07T18:20:58.690 INFO:teuthology.orchestra.run.smithi107.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-07T18:20:58.690 INFO:teuthology.orchestra.run.smithi107.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-07T18:20:58.691 INFO:teuthology.orchestra.run.smithi107.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-07T18:20:58.691 INFO:teuthology.orchestra.run.smithi107.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-07T18:20:58.692 INFO:teuthology.orchestra.run.smithi107.stdout:The following additional packages will be installed: 2024-04-07T18:20:58.692 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-07T18:20:58.692 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-07T18:20:58.692 INFO:teuthology.orchestra.run.smithi107.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-07T18:20:58.692 INFO:teuthology.orchestra.run.smithi107.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-07T18:20:58.693 INFO:teuthology.orchestra.run.smithi107.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-07T18:20:58.693 INFO:teuthology.orchestra.run.smithi107.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-07T18:20:58.693 INFO:teuthology.orchestra.run.smithi107.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-07T18:20:58.693 INFO:teuthology.orchestra.run.smithi107.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-07T18:20:58.693 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-07T18:20:58.693 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-07T18:20:58.693 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-07T18:20:58.693 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-07T18:20:58.693 INFO:teuthology.orchestra.run.smithi107.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-07T18:20:58.693 INFO:teuthology.orchestra.run.smithi107.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-07T18:20:58.693 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-07T18:20:58.694 INFO:teuthology.orchestra.run.smithi107.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-07T18:20:58.694 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-07T18:20:58.694 INFO:teuthology.orchestra.run.smithi107.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-07T18:20:58.694 INFO:teuthology.orchestra.run.smithi107.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-07T18:20:58.694 INFO:teuthology.orchestra.run.smithi107.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-07T18:20:58.694 INFO:teuthology.orchestra.run.smithi107.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-07T18:20:58.694 INFO:teuthology.orchestra.run.smithi107.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-07T18:20:58.694 INFO:teuthology.orchestra.run.smithi107.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-07T18:20:58.694 INFO:teuthology.orchestra.run.smithi107.stdout: xmlstarlet zip 2024-04-07T18:20:58.694 INFO:teuthology.orchestra.run.smithi107.stdout:Suggested packages: 2024-04-07T18:20:58.695 INFO:teuthology.orchestra.run.smithi107.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-07T18:20:58.695 INFO:teuthology.orchestra.run.smithi107.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-07T18:20:58.695 INFO:teuthology.orchestra.run.smithi107.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-07T18:20:58.695 INFO:teuthology.orchestra.run.smithi107.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-07T18:20:58.695 INFO:teuthology.orchestra.run.smithi107.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-07T18:20:58.695 INFO:teuthology.orchestra.run.smithi107.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-07T18:20:58.695 INFO:teuthology.orchestra.run.smithi107.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-07T18:20:58.695 INFO:teuthology.orchestra.run.smithi107.stdout:Recommended packages: 2024-04-07T18:20:58.695 INFO:teuthology.orchestra.run.smithi107.stdout: btrfs-tools 2024-04-07T18:20:58.711 INFO:teuthology.orchestra.run.smithi112.stdout:The following NEW packages will be installed: 2024-04-07T18:20:58.711 INFO:teuthology.orchestra.run.smithi112.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-07T18:20:58.711 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-07T18:20:58.711 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-07T18:20:58.712 INFO:teuthology.orchestra.run.smithi112.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-07T18:20:58.713 INFO:teuthology.orchestra.run.smithi112.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-07T18:20:58.713 INFO:teuthology.orchestra.run.smithi112.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-07T18:20:58.713 INFO:teuthology.orchestra.run.smithi112.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-07T18:20:58.713 INFO:teuthology.orchestra.run.smithi112.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-07T18:20:58.713 INFO:teuthology.orchestra.run.smithi112.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-07T18:20:58.713 INFO:teuthology.orchestra.run.smithi112.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-07T18:20:58.713 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-07T18:20:58.713 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-07T18:20:58.713 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-07T18:20:58.713 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-07T18:20:58.713 INFO:teuthology.orchestra.run.smithi112.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-07T18:20:58.713 INFO:teuthology.orchestra.run.smithi112.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-07T18:20:58.713 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-07T18:20:58.713 INFO:teuthology.orchestra.run.smithi112.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-07T18:20:58.714 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-07T18:20:58.714 INFO:teuthology.orchestra.run.smithi112.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-07T18:20:58.714 INFO:teuthology.orchestra.run.smithi112.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-07T18:20:58.714 INFO:teuthology.orchestra.run.smithi112.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-07T18:20:58.714 INFO:teuthology.orchestra.run.smithi112.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-07T18:20:58.714 INFO:teuthology.orchestra.run.smithi112.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-07T18:20:58.714 INFO:teuthology.orchestra.run.smithi112.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-07T18:20:58.714 INFO:teuthology.orchestra.run.smithi112.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-07T18:20:58.795 INFO:teuthology.orchestra.run.smithi107.stdout:The following NEW packages will be installed: 2024-04-07T18:20:58.795 INFO:teuthology.orchestra.run.smithi107.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-07T18:20:58.795 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-07T18:20:58.795 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-07T18:20:58.796 INFO:teuthology.orchestra.run.smithi107.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-07T18:20:58.796 INFO:teuthology.orchestra.run.smithi107.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-07T18:20:58.796 INFO:teuthology.orchestra.run.smithi107.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-07T18:20:58.797 INFO:teuthology.orchestra.run.smithi107.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-07T18:20:58.797 INFO:teuthology.orchestra.run.smithi107.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-07T18:20:58.797 INFO:teuthology.orchestra.run.smithi107.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-07T18:20:58.797 INFO:teuthology.orchestra.run.smithi107.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-07T18:20:58.797 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-07T18:20:58.798 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-07T18:20:58.798 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-07T18:20:58.798 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-07T18:20:58.798 INFO:teuthology.orchestra.run.smithi107.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-07T18:20:58.798 INFO:teuthology.orchestra.run.smithi107.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-07T18:20:58.798 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-07T18:20:58.798 INFO:teuthology.orchestra.run.smithi107.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-07T18:20:58.798 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-07T18:20:58.798 INFO:teuthology.orchestra.run.smithi107.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-07T18:20:58.798 INFO:teuthology.orchestra.run.smithi107.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-07T18:20:58.798 INFO:teuthology.orchestra.run.smithi107.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-07T18:20:58.798 INFO:teuthology.orchestra.run.smithi107.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-07T18:20:58.798 INFO:teuthology.orchestra.run.smithi107.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-07T18:20:58.798 INFO:teuthology.orchestra.run.smithi107.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-07T18:20:58.799 INFO:teuthology.orchestra.run.smithi107.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-07T18:20:58.840 INFO:teuthology.orchestra.run.smithi087.stdout:The following packages were automatically installed and are no longer required: 2024-04-07T18:20:58.840 INFO:teuthology.orchestra.run.smithi087.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-07T18:20:58.840 INFO:teuthology.orchestra.run.smithi087.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-07T18:20:58.840 INFO:teuthology.orchestra.run.smithi087.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-07T18:20:58.840 INFO:teuthology.orchestra.run.smithi087.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-07T18:20:58.840 INFO:teuthology.orchestra.run.smithi087.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-07T18:20:58.840 INFO:teuthology.orchestra.run.smithi087.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-07T18:20:58.840 INFO:teuthology.orchestra.run.smithi087.stdout:The following additional packages will be installed: 2024-04-07T18:20:58.841 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-07T18:20:58.841 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-07T18:20:58.841 INFO:teuthology.orchestra.run.smithi087.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-07T18:20:58.841 INFO:teuthology.orchestra.run.smithi087.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-07T18:20:58.841 INFO:teuthology.orchestra.run.smithi087.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-07T18:20:58.841 INFO:teuthology.orchestra.run.smithi087.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-07T18:20:58.841 INFO:teuthology.orchestra.run.smithi087.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-07T18:20:58.841 INFO:teuthology.orchestra.run.smithi087.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-07T18:20:58.841 INFO:teuthology.orchestra.run.smithi087.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-07T18:20:58.841 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-07T18:20:58.841 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-07T18:20:58.841 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-07T18:20:58.841 INFO:teuthology.orchestra.run.smithi087.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-07T18:20:58.841 INFO:teuthology.orchestra.run.smithi087.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-07T18:20:58.842 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-07T18:20:58.842 INFO:teuthology.orchestra.run.smithi087.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-07T18:20:58.842 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-07T18:20:58.842 INFO:teuthology.orchestra.run.smithi087.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-07T18:20:58.842 INFO:teuthology.orchestra.run.smithi087.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-07T18:20:58.842 INFO:teuthology.orchestra.run.smithi087.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-07T18:20:58.842 INFO:teuthology.orchestra.run.smithi087.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-07T18:20:58.842 INFO:teuthology.orchestra.run.smithi087.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-07T18:20:58.842 INFO:teuthology.orchestra.run.smithi087.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-07T18:20:58.843 INFO:teuthology.orchestra.run.smithi087.stdout: xmlstarlet zip 2024-04-07T18:20:58.843 INFO:teuthology.orchestra.run.smithi087.stdout:Suggested packages: 2024-04-07T18:20:58.843 INFO:teuthology.orchestra.run.smithi087.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-07T18:20:58.843 INFO:teuthology.orchestra.run.smithi087.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-07T18:20:58.843 INFO:teuthology.orchestra.run.smithi087.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-07T18:20:58.843 INFO:teuthology.orchestra.run.smithi087.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-07T18:20:58.843 INFO:teuthology.orchestra.run.smithi087.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-07T18:20:58.843 INFO:teuthology.orchestra.run.smithi087.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-07T18:20:58.844 INFO:teuthology.orchestra.run.smithi087.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-07T18:20:58.844 INFO:teuthology.orchestra.run.smithi087.stdout:Recommended packages: 2024-04-07T18:20:58.844 INFO:teuthology.orchestra.run.smithi087.stdout: btrfs-tools 2024-04-07T18:20:58.900 INFO:teuthology.orchestra.run.smithi112.stdout:0 upgraded, 118 newly installed, 0 to remove and 299 not upgraded. 2024-04-07T18:20:58.900 INFO:teuthology.orchestra.run.smithi112.stdout:Need to get 180 MB of archives. 2024-04-07T18:20:58.900 INFO:teuthology.orchestra.run.smithi112.stdout:After this operation, 823 MB of additional disk space will be used. 2024-04-07T18:20:58.900 INFO:teuthology.orchestra.run.smithi112.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-07T18:20:58.930 INFO:teuthology.orchestra.run.smithi112.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2785-gadce92d0-1jammy [3,554 kB] 2024-04-07T18:20:58.941 INFO:teuthology.orchestra.run.smithi087.stdout:The following NEW packages will be installed: 2024-04-07T18:20:58.941 INFO:teuthology.orchestra.run.smithi087.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-07T18:20:58.941 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-07T18:20:58.941 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-07T18:20:58.941 INFO:teuthology.orchestra.run.smithi087.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-07T18:20:58.941 INFO:teuthology.orchestra.run.smithi087.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-07T18:20:58.941 INFO:teuthology.orchestra.run.smithi087.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-07T18:20:58.942 INFO:teuthology.orchestra.run.smithi107.stdout:0 upgraded, 118 newly installed, 0 to remove and 299 not upgraded. 2024-04-07T18:20:58.942 INFO:teuthology.orchestra.run.smithi107.stdout:Need to get 180 MB of archives. 2024-04-07T18:20:58.942 INFO:teuthology.orchestra.run.smithi107.stdout:After this operation, 823 MB of additional disk space will be used. 2024-04-07T18:20:58.942 INFO:teuthology.orchestra.run.smithi107.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2785-gadce92d0-1jammy [3,554 kB] 2024-04-07T18:20:58.943 INFO:teuthology.orchestra.run.smithi087.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-07T18:20:58.943 INFO:teuthology.orchestra.run.smithi087.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-07T18:20:58.944 INFO:teuthology.orchestra.run.smithi087.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-07T18:20:58.944 INFO:teuthology.orchestra.run.smithi087.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-07T18:20:58.944 INFO:teuthology.orchestra.run.smithi087.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-07T18:20:58.944 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-07T18:20:58.944 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-07T18:20:58.944 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-07T18:20:58.944 INFO:teuthology.orchestra.run.smithi087.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-07T18:20:58.944 INFO:teuthology.orchestra.run.smithi087.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-07T18:20:58.944 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-07T18:20:58.944 INFO:teuthology.orchestra.run.smithi087.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-07T18:20:58.945 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-07T18:20:58.945 INFO:teuthology.orchestra.run.smithi087.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-07T18:20:58.945 INFO:teuthology.orchestra.run.smithi087.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-07T18:20:58.945 INFO:teuthology.orchestra.run.smithi087.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-07T18:20:58.945 INFO:teuthology.orchestra.run.smithi087.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-07T18:20:58.945 INFO:teuthology.orchestra.run.smithi087.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-07T18:20:58.945 INFO:teuthology.orchestra.run.smithi087.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-07T18:20:58.945 INFO:teuthology.orchestra.run.smithi087.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-07T18:20:58.985 INFO:teuthology.orchestra.run.smithi107.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-07T18:20:59.005 INFO:teuthology.orchestra.run.smithi087.stdout:0 upgraded, 118 newly installed, 0 to remove and 299 not upgraded. 2024-04-07T18:20:59.006 INFO:teuthology.orchestra.run.smithi087.stdout:Need to get 180 MB of archives. 2024-04-07T18:20:59.006 INFO:teuthology.orchestra.run.smithi087.stdout:After this operation, 823 MB of additional disk space will be used. 2024-04-07T18:20:59.006 INFO:teuthology.orchestra.run.smithi087.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-07T18:20:59.112 INFO:teuthology.orchestra.run.smithi087.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-07T18:20:59.114 INFO:teuthology.orchestra.run.smithi087.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-07T18:20:59.134 INFO:teuthology.orchestra.run.smithi087.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-07T18:20:59.197 INFO:teuthology.orchestra.run.smithi107.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2785-gadce92d0-1jammy [3,223 kB] 2024-04-07T18:20:59.210 INFO:teuthology.orchestra.run.smithi087.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-07T18:20:59.215 INFO:teuthology.orchestra.run.smithi087.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-07T18:20:59.230 INFO:teuthology.orchestra.run.smithi087.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-07T18:20:59.234 INFO:teuthology.orchestra.run.smithi087.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-07T18:20:59.235 INFO:teuthology.orchestra.run.smithi087.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-07T18:20:59.236 INFO:teuthology.orchestra.run.smithi087.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-07T18:20:59.246 INFO:teuthology.orchestra.run.smithi087.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-07T18:20:59.248 INFO:teuthology.orchestra.run.smithi087.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-07T18:20:59.251 INFO:teuthology.orchestra.run.smithi087.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-07T18:20:59.252 INFO:teuthology.orchestra.run.smithi087.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-07T18:20:59.254 INFO:teuthology.orchestra.run.smithi087.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-07T18:20:59.257 INFO:teuthology.orchestra.run.smithi087.stdout:Get:16 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2785-gadce92d0-1jammy [3,554 kB] 2024-04-07T18:20:59.273 INFO:teuthology.orchestra.run.smithi087.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-07T18:20:59.276 INFO:teuthology.orchestra.run.smithi087.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-07T18:20:59.278 INFO:teuthology.orchestra.run.smithi087.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-07T18:20:59.279 INFO:teuthology.orchestra.run.smithi087.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-07T18:20:59.279 INFO:teuthology.orchestra.run.smithi087.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-07T18:20:59.281 INFO:teuthology.orchestra.run.smithi087.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-07T18:20:59.281 INFO:teuthology.orchestra.run.smithi087.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-07T18:20:59.281 INFO:teuthology.orchestra.run.smithi087.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-07T18:20:59.282 INFO:teuthology.orchestra.run.smithi087.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-07T18:20:59.298 INFO:teuthology.orchestra.run.smithi087.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-07T18:20:59.303 INFO:teuthology.orchestra.run.smithi087.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-07T18:20:59.304 INFO:teuthology.orchestra.run.smithi087.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-07T18:20:59.307 INFO:teuthology.orchestra.run.smithi087.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-07T18:20:59.308 INFO:teuthology.orchestra.run.smithi087.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-07T18:20:59.309 INFO:teuthology.orchestra.run.smithi087.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-07T18:20:59.309 INFO:teuthology.orchestra.run.smithi087.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-07T18:20:59.310 INFO:teuthology.orchestra.run.smithi087.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-07T18:20:59.310 INFO:teuthology.orchestra.run.smithi087.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-07T18:20:59.319 INFO:teuthology.orchestra.run.smithi087.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-07T18:20:59.330 INFO:teuthology.orchestra.run.smithi112.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-07T18:20:59.332 INFO:teuthology.orchestra.run.smithi087.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-07T18:20:59.333 INFO:teuthology.orchestra.run.smithi087.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-07T18:20:59.333 INFO:teuthology.orchestra.run.smithi087.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-07T18:20:59.340 INFO:teuthology.orchestra.run.smithi087.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-07T18:20:59.340 INFO:teuthology.orchestra.run.smithi087.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-07T18:20:59.341 INFO:teuthology.orchestra.run.smithi087.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-07T18:20:59.341 INFO:teuthology.orchestra.run.smithi087.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-07T18:20:59.342 INFO:teuthology.orchestra.run.smithi112.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-07T18:20:59.343 INFO:teuthology.orchestra.run.smithi087.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-07T18:20:59.344 INFO:teuthology.orchestra.run.smithi107.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2785-gadce92d0-1jammy [712 kB] 2024-04-07T18:20:59.345 INFO:teuthology.orchestra.run.smithi087.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-07T18:20:59.365 INFO:teuthology.orchestra.run.smithi087.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-07T18:20:59.367 INFO:teuthology.orchestra.run.smithi087.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-07T18:20:59.367 INFO:teuthology.orchestra.run.smithi107.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2785-gadce92d0-1jammy [356 kB] 2024-04-07T18:20:59.368 INFO:teuthology.orchestra.run.smithi087.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-07T18:20:59.371 INFO:teuthology.orchestra.run.smithi087.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-07T18:20:59.372 INFO:teuthology.orchestra.run.smithi087.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-07T18:20:59.373 INFO:teuthology.orchestra.run.smithi087.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-07T18:20:59.379 INFO:teuthology.orchestra.run.smithi107.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2785-gadce92d0-1jammy [32.8 kB] 2024-04-07T18:20:59.380 INFO:teuthology.orchestra.run.smithi107.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2785-gadce92d0-1jammy [180 kB] 2024-04-07T18:20:59.386 INFO:teuthology.orchestra.run.smithi107.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2785-gadce92d0-1jammy [66.9 kB] 2024-04-07T18:20:59.388 INFO:teuthology.orchestra.run.smithi107.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2785-gadce92d0-1jammy [330 kB] 2024-04-07T18:20:59.390 INFO:teuthology.orchestra.run.smithi087.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-07T18:20:59.400 INFO:teuthology.orchestra.run.smithi107.stdout:Get:10 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2785-gadce92d0-1jammy [6,725 kB] 2024-04-07T18:20:59.413 INFO:teuthology.orchestra.run.smithi107.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-07T18:20:59.423 INFO:teuthology.orchestra.run.smithi112.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-07T18:20:59.425 INFO:teuthology.orchestra.run.smithi107.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-07T18:20:59.450 INFO:teuthology.orchestra.run.smithi112.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2785-gadce92d0-1jammy [3,223 kB] 2024-04-07T18:20:59.475 INFO:teuthology.orchestra.run.smithi087.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-07T18:20:59.479 INFO:teuthology.orchestra.run.smithi087.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-07T18:20:59.481 INFO:teuthology.orchestra.run.smithi087.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-07T18:20:59.481 INFO:teuthology.orchestra.run.smithi087.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-07T18:20:59.483 INFO:teuthology.orchestra.run.smithi087.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-07T18:20:59.507 INFO:teuthology.orchestra.run.smithi107.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-07T18:20:59.526 INFO:teuthology.orchestra.run.smithi087.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-07T18:20:59.530 INFO:teuthology.orchestra.run.smithi087.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-07T18:20:59.531 INFO:teuthology.orchestra.run.smithi087.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-07T18:20:59.623 INFO:teuthology.orchestra.run.smithi087.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-07T18:20:59.623 INFO:teuthology.orchestra.run.smithi087.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-07T18:20:59.624 INFO:teuthology.orchestra.run.smithi087.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-07T18:20:59.625 INFO:teuthology.orchestra.run.smithi087.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-07T18:20:59.626 INFO:teuthology.orchestra.run.smithi087.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-07T18:20:59.627 INFO:teuthology.orchestra.run.smithi087.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-07T18:20:59.627 INFO:teuthology.orchestra.run.smithi087.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-07T18:20:59.628 INFO:teuthology.orchestra.run.smithi087.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-07T18:20:59.634 INFO:teuthology.orchestra.run.smithi087.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-07T18:20:59.653 INFO:teuthology.orchestra.run.smithi087.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-07T18:20:59.654 INFO:teuthology.orchestra.run.smithi112.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-07T18:20:59.665 INFO:teuthology.orchestra.run.smithi112.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-07T18:20:59.667 INFO:teuthology.orchestra.run.smithi087.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-07T18:20:59.668 INFO:teuthology.orchestra.run.smithi087.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-07T18:20:59.674 INFO:teuthology.orchestra.run.smithi087.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-07T18:20:59.678 INFO:teuthology.orchestra.run.smithi087.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-07T18:20:59.680 INFO:teuthology.orchestra.run.smithi087.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-07T18:20:59.681 INFO:teuthology.orchestra.run.smithi087.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-07T18:20:59.688 INFO:teuthology.orchestra.run.smithi087.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-07T18:20:59.689 INFO:teuthology.orchestra.run.smithi087.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-07T18:20:59.695 INFO:teuthology.orchestra.run.smithi087.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-07T18:20:59.696 INFO:teuthology.orchestra.run.smithi112.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-07T18:20:59.705 INFO:teuthology.orchestra.run.smithi112.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-07T18:20:59.706 INFO:teuthology.orchestra.run.smithi112.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-07T18:20:59.707 INFO:teuthology.orchestra.run.smithi112.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-07T18:20:59.719 INFO:teuthology.orchestra.run.smithi107.stdout:Get:14 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2785-gadce92d0-1jammy [112 kB] 2024-04-07T18:20:59.723 INFO:teuthology.orchestra.run.smithi107.stdout:Get:15 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2785-gadce92d0-1jammy [466 kB] 2024-04-07T18:20:59.726 INFO:teuthology.orchestra.run.smithi112.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-07T18:20:59.729 INFO:teuthology.orchestra.run.smithi087.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-07T18:20:59.730 INFO:teuthology.orchestra.run.smithi087.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-07T18:20:59.731 INFO:teuthology.orchestra.run.smithi087.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-07T18:20:59.734 INFO:teuthology.orchestra.run.smithi087.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-07T18:20:59.735 INFO:teuthology.orchestra.run.smithi087.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-07T18:20:59.738 INFO:teuthology.orchestra.run.smithi107.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-07T18:20:59.740 INFO:teuthology.orchestra.run.smithi107.stdout:Get:17 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2785-gadce92d0-1jammy [25.4 MB] 2024-04-07T18:20:59.748 INFO:teuthology.orchestra.run.smithi087.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-07T18:20:59.748 INFO:teuthology.orchestra.run.smithi087.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-07T18:20:59.749 INFO:teuthology.orchestra.run.smithi087.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-07T18:20:59.750 INFO:teuthology.orchestra.run.smithi107.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-07T18:20:59.753 INFO:teuthology.orchestra.run.smithi087.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-07T18:20:59.776 INFO:teuthology.orchestra.run.smithi087.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-07T18:20:59.779 INFO:teuthology.orchestra.run.smithi107.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-07T18:20:59.789 INFO:teuthology.orchestra.run.smithi107.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-07T18:20:59.790 INFO:teuthology.orchestra.run.smithi107.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-07T18:20:59.791 INFO:teuthology.orchestra.run.smithi107.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-07T18:20:59.810 INFO:teuthology.orchestra.run.smithi107.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-07T18:20:59.820 INFO:teuthology.orchestra.run.smithi112.stdout:Get:14 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2785-gadce92d0-1jammy [712 kB] 2024-04-07T18:20:59.894 INFO:teuthology.orchestra.run.smithi112.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-07T18:20:59.895 INFO:teuthology.orchestra.run.smithi112.stdout:Get:16 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2785-gadce92d0-1jammy [356 kB] 2024-04-07T18:20:59.927 INFO:teuthology.orchestra.run.smithi112.stdout:Get:17 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2785-gadce92d0-1jammy [32.8 kB] 2024-04-07T18:20:59.930 INFO:teuthology.orchestra.run.smithi112.stdout:Get:18 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2785-gadce92d0-1jammy [180 kB] 2024-04-07T18:20:59.953 INFO:teuthology.orchestra.run.smithi112.stdout:Get:19 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2785-gadce92d0-1jammy [66.9 kB] 2024-04-07T18:20:59.965 INFO:teuthology.orchestra.run.smithi112.stdout:Get:20 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2785-gadce92d0-1jammy [330 kB] 2024-04-07T18:20:59.978 INFO:teuthology.orchestra.run.smithi107.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-07T18:20:59.994 INFO:teuthology.orchestra.run.smithi112.stdout:Get:21 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2785-gadce92d0-1jammy [6,725 kB] 2024-04-07T18:21:00.298 INFO:teuthology.orchestra.run.smithi112.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-07T18:21:00.332 INFO:teuthology.orchestra.run.smithi112.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-07T18:21:00.334 INFO:teuthology.orchestra.run.smithi112.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-07T18:21:00.381 INFO:teuthology.orchestra.run.smithi107.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-07T18:21:00.414 INFO:teuthology.orchestra.run.smithi112.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-07T18:21:00.415 INFO:teuthology.orchestra.run.smithi107.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-07T18:21:00.417 INFO:teuthology.orchestra.run.smithi107.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-07T18:21:00.466 INFO:teuthology.orchestra.run.smithi112.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-07T18:21:00.488 INFO:teuthology.orchestra.run.smithi112.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-07T18:21:00.495 INFO:teuthology.orchestra.run.smithi112.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-07T18:21:00.495 INFO:teuthology.orchestra.run.smithi112.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-07T18:21:00.496 INFO:teuthology.orchestra.run.smithi107.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-07T18:21:00.507 INFO:teuthology.orchestra.run.smithi112.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-07T18:21:00.507 INFO:teuthology.orchestra.run.smithi112.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-07T18:21:00.548 INFO:teuthology.orchestra.run.smithi107.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-07T18:21:00.570 INFO:teuthology.orchestra.run.smithi107.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-07T18:21:00.576 INFO:teuthology.orchestra.run.smithi107.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-07T18:21:00.577 INFO:teuthology.orchestra.run.smithi107.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-07T18:21:00.588 INFO:teuthology.orchestra.run.smithi107.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-07T18:21:00.589 INFO:teuthology.orchestra.run.smithi107.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-07T18:21:00.673 INFO:teuthology.orchestra.run.smithi112.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-07T18:21:00.727 INFO:teuthology.orchestra.run.smithi112.stdout:Get:33 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2785-gadce92d0-1jammy [112 kB] 2024-04-07T18:21:00.743 INFO:teuthology.orchestra.run.smithi112.stdout:Get:34 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2785-gadce92d0-1jammy [466 kB] 2024-04-07T18:21:00.756 INFO:teuthology.orchestra.run.smithi107.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-07T18:21:00.756 INFO:teuthology.orchestra.run.smithi112.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-07T18:21:00.783 INFO:teuthology.orchestra.run.smithi112.stdout:Get:36 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2785-gadce92d0-1jammy [25.4 MB] 2024-04-07T18:21:00.785 INFO:teuthology.orchestra.run.smithi112.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-07T18:21:00.802 INFO:teuthology.orchestra.run.smithi112.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-07T18:21:00.839 INFO:teuthology.orchestra.run.smithi107.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-07T18:21:00.846 INFO:teuthology.orchestra.run.smithi112.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-07T18:21:00.867 INFO:teuthology.orchestra.run.smithi107.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-07T18:21:00.884 INFO:teuthology.orchestra.run.smithi107.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-07T18:21:00.929 INFO:teuthology.orchestra.run.smithi107.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-07T18:21:01.052 INFO:teuthology.orchestra.run.smithi107.stdout:Get:40 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2785-gadce92d0-1jammy [5,086 kB] 2024-04-07T18:21:01.057 INFO:teuthology.orchestra.run.smithi112.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-07T18:21:01.072 INFO:teuthology.orchestra.run.smithi112.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-07T18:21:01.080 INFO:teuthology.orchestra.run.smithi112.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-07T18:21:01.085 INFO:teuthology.orchestra.run.smithi112.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-07T18:21:01.107 INFO:teuthology.orchestra.run.smithi112.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-07T18:21:01.109 INFO:teuthology.orchestra.run.smithi112.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-07T18:21:01.139 INFO:teuthology.orchestra.run.smithi107.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-07T18:21:01.154 INFO:teuthology.orchestra.run.smithi107.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-07T18:21:01.162 INFO:teuthology.orchestra.run.smithi107.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-07T18:21:01.167 INFO:teuthology.orchestra.run.smithi107.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-07T18:21:01.190 INFO:teuthology.orchestra.run.smithi107.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-07T18:21:01.195 INFO:teuthology.orchestra.run.smithi107.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-07T18:21:01.258 INFO:teuthology.orchestra.run.smithi107.stdout:Get:47 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2785-gadce92d0-1jammy [244 kB] 2024-04-07T18:21:01.269 INFO:teuthology.orchestra.run.smithi107.stdout:Get:48 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2785-gadce92d0-1jammy [124 kB] 2024-04-07T18:21:01.276 INFO:teuthology.orchestra.run.smithi112.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-07T18:21:01.277 INFO:teuthology.orchestra.run.smithi107.stdout:Get:49 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2785-gadce92d0-1jammy [1,526 kB] 2024-04-07T18:21:01.356 INFO:teuthology.orchestra.run.smithi107.stdout:Get:50 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2785-gadce92d0-1jammy [6,260 kB] 2024-04-07T18:21:01.361 INFO:teuthology.orchestra.run.smithi107.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-07T18:21:01.596 INFO:teuthology.orchestra.run.smithi112.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-07T18:21:01.635 INFO:teuthology.orchestra.run.smithi112.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-07T18:21:01.646 INFO:teuthology.orchestra.run.smithi112.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-07T18:21:01.685 INFO:teuthology.orchestra.run.smithi107.stdout:Get:52 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2785-gadce92d0-1jammy [22.8 MB] 2024-04-07T18:21:01.692 INFO:teuthology.orchestra.run.smithi107.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-07T18:21:01.724 INFO:teuthology.orchestra.run.smithi107.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-07T18:21:01.734 INFO:teuthology.orchestra.run.smithi107.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-07T18:21:01.851 INFO:teuthology.orchestra.run.smithi112.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-07T18:21:01.852 INFO:teuthology.orchestra.run.smithi112.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-07T18:21:01.858 INFO:teuthology.orchestra.run.smithi112.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-07T18:21:01.863 INFO:teuthology.orchestra.run.smithi112.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-07T18:21:01.879 INFO:teuthology.orchestra.run.smithi112.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-07T18:21:01.899 INFO:teuthology.orchestra.run.smithi112.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-07T18:21:01.905 INFO:teuthology.orchestra.run.smithi112.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-07T18:21:01.936 INFO:teuthology.orchestra.run.smithi107.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-07T18:21:01.937 INFO:teuthology.orchestra.run.smithi107.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-07T18:21:01.943 INFO:teuthology.orchestra.run.smithi107.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-07T18:21:01.949 INFO:teuthology.orchestra.run.smithi107.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-07T18:21:01.964 INFO:teuthology.orchestra.run.smithi107.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-07T18:21:01.985 INFO:teuthology.orchestra.run.smithi107.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-07T18:21:01.991 INFO:teuthology.orchestra.run.smithi107.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-07T18:21:02.081 INFO:teuthology.orchestra.run.smithi112.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-07T18:21:02.167 INFO:teuthology.orchestra.run.smithi107.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-07T18:21:02.345 INFO:teuthology.orchestra.run.smithi112.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-07T18:21:02.354 INFO:teuthology.orchestra.run.smithi087.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2785-gadce92d0-1jammy [3,223 kB] 2024-04-07T18:21:02.431 INFO:teuthology.orchestra.run.smithi107.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-07T18:21:02.524 INFO:teuthology.orchestra.run.smithi112.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-07T18:21:02.537 INFO:teuthology.orchestra.run.smithi112.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-07T18:21:02.558 INFO:teuthology.orchestra.run.smithi112.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-07T18:21:02.610 INFO:teuthology.orchestra.run.smithi107.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-07T18:21:02.622 INFO:teuthology.orchestra.run.smithi112.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-07T18:21:02.623 INFO:teuthology.orchestra.run.smithi107.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-07T18:21:02.643 INFO:teuthology.orchestra.run.smithi107.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-07T18:21:02.708 INFO:teuthology.orchestra.run.smithi107.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-07T18:21:02.910 INFO:teuthology.orchestra.run.smithi112.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-07T18:21:02.912 INFO:teuthology.orchestra.run.smithi112.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-07T18:21:02.915 INFO:teuthology.orchestra.run.smithi112.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-07T18:21:02.916 INFO:teuthology.orchestra.run.smithi112.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-07T18:21:02.918 INFO:teuthology.orchestra.run.smithi112.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-07T18:21:03.005 INFO:teuthology.orchestra.run.smithi107.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-07T18:21:03.006 INFO:teuthology.orchestra.run.smithi107.stdout:Get:70 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2785-gadce92d0-1jammy [14.0 kB] 2024-04-07T18:21:03.077 INFO:teuthology.orchestra.run.smithi107.stdout:Get:71 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2785-gadce92d0-1jammy [870 kB] 2024-04-07T18:21:03.077 INFO:teuthology.orchestra.run.smithi107.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-07T18:21:03.079 INFO:teuthology.orchestra.run.smithi107.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-07T18:21:03.080 INFO:teuthology.orchestra.run.smithi107.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-07T18:21:03.083 INFO:teuthology.orchestra.run.smithi107.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-07T18:21:03.093 INFO:teuthology.orchestra.run.smithi107.stdout:Get:76 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2785-gadce92d0-1jammy [2,437 kB] 2024-04-07T18:21:03.136 INFO:teuthology.orchestra.run.smithi107.stdout:Get:77 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2785-gadce92d0-1jammy [791 kB] 2024-04-07T18:21:03.144 INFO:teuthology.orchestra.run.smithi112.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-07T18:21:03.171 INFO:teuthology.orchestra.run.smithi107.stdout:Get:78 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2785-gadce92d0-1jammy [147 kB] 2024-04-07T18:21:03.181 INFO:teuthology.orchestra.run.smithi107.stdout:Get:79 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2785-gadce92d0-1jammy [2,311 kB] 2024-04-07T18:21:03.189 INFO:teuthology.orchestra.run.smithi087.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2785-gadce92d0-1jammy [712 kB] 2024-04-07T18:21:03.287 INFO:teuthology.orchestra.run.smithi107.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-07T18:21:03.314 INFO:teuthology.orchestra.run.smithi107.stdout:Get:81 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2785-gadce92d0-1jammy [8,625 kB] 2024-04-07T18:21:03.342 INFO:teuthology.orchestra.run.smithi087.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2785-gadce92d0-1jammy [356 kB] 2024-04-07T18:21:03.417 INFO:teuthology.orchestra.run.smithi087.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2785-gadce92d0-1jammy [32.8 kB] 2024-04-07T18:21:03.420 INFO:teuthology.orchestra.run.smithi087.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2785-gadce92d0-1jammy [180 kB] 2024-04-07T18:21:03.434 INFO:teuthology.orchestra.run.smithi087.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2785-gadce92d0-1jammy [66.9 kB] 2024-04-07T18:21:03.436 INFO:teuthology.orchestra.run.smithi087.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2785-gadce92d0-1jammy [330 kB] 2024-04-07T18:21:03.511 INFO:teuthology.orchestra.run.smithi087.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2785-gadce92d0-1jammy [6,725 kB] 2024-04-07T18:21:03.583 INFO:teuthology.orchestra.run.smithi112.stdout:Get:69 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2785-gadce92d0-1jammy [5,086 kB] 2024-04-07T18:21:03.584 INFO:teuthology.orchestra.run.smithi112.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-07T18:21:03.590 INFO:teuthology.orchestra.run.smithi112.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-07T18:21:03.718 INFO:teuthology.orchestra.run.smithi107.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-07T18:21:03.723 INFO:teuthology.orchestra.run.smithi107.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-07T18:21:03.838 INFO:teuthology.orchestra.run.smithi107.stdout:Get:84 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2785-gadce92d0-1jammy [14.2 kB] 2024-04-07T18:21:03.839 INFO:teuthology.orchestra.run.smithi107.stdout:Get:85 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2785-gadce92d0-1jammy [51.0 MB] 2024-04-07T18:21:03.882 INFO:teuthology.orchestra.run.smithi112.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-07T18:21:03.882 INFO:teuthology.orchestra.run.smithi112.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-07T18:21:03.885 INFO:teuthology.orchestra.run.smithi112.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-07T18:21:03.886 INFO:teuthology.orchestra.run.smithi112.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-07T18:21:03.888 INFO:teuthology.orchestra.run.smithi112.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-07T18:21:03.890 INFO:teuthology.orchestra.run.smithi112.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-07T18:21:03.891 INFO:teuthology.orchestra.run.smithi112.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-07T18:21:03.892 INFO:teuthology.orchestra.run.smithi112.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-07T18:21:04.013 INFO:teuthology.orchestra.run.smithi107.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-07T18:21:04.014 INFO:teuthology.orchestra.run.smithi107.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-07T18:21:04.016 INFO:teuthology.orchestra.run.smithi107.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-07T18:21:04.017 INFO:teuthology.orchestra.run.smithi107.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-07T18:21:04.019 INFO:teuthology.orchestra.run.smithi107.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-07T18:21:04.021 INFO:teuthology.orchestra.run.smithi107.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-07T18:21:04.022 INFO:teuthology.orchestra.run.smithi107.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-07T18:21:04.023 INFO:teuthology.orchestra.run.smithi107.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-07T18:21:04.074 INFO:teuthology.orchestra.run.smithi112.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-07T18:21:04.121 INFO:teuthology.orchestra.run.smithi112.stdout:Get:81 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2785-gadce92d0-1jammy [244 kB] 2024-04-07T18:21:04.140 INFO:teuthology.orchestra.run.smithi112.stdout:Get:82 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2785-gadce92d0-1jammy [124 kB] 2024-04-07T18:21:04.146 INFO:teuthology.orchestra.run.smithi112.stdout:Get:83 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2785-gadce92d0-1jammy [1,526 kB] 2024-04-07T18:21:04.205 INFO:teuthology.orchestra.run.smithi107.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-07T18:21:04.334 INFO:teuthology.orchestra.run.smithi112.stdout:Get:84 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2785-gadce92d0-1jammy [6,260 kB] 2024-04-07T18:21:04.472 INFO:teuthology.orchestra.run.smithi087.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2785-gadce92d0-1jammy [112 kB] 2024-04-07T18:21:04.487 INFO:teuthology.orchestra.run.smithi112.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-07T18:21:04.501 INFO:teuthology.orchestra.run.smithi087.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2785-gadce92d0-1jammy [466 kB] 2024-04-07T18:21:04.532 INFO:teuthology.orchestra.run.smithi112.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-07T18:21:04.552 INFO:teuthology.orchestra.run.smithi087.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2785-gadce92d0-1jammy [25.4 MB] 2024-04-07T18:21:04.569 INFO:teuthology.orchestra.run.smithi112.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-07T18:21:04.617 INFO:teuthology.orchestra.run.smithi107.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-07T18:21:04.662 INFO:teuthology.orchestra.run.smithi107.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-07T18:21:04.664 INFO:teuthology.orchestra.run.smithi112.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-07T18:21:04.700 INFO:teuthology.orchestra.run.smithi107.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-07T18:21:04.706 INFO:teuthology.orchestra.run.smithi112.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-07T18:21:04.717 INFO:teuthology.orchestra.run.smithi112.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-07T18:21:04.722 INFO:teuthology.orchestra.run.smithi112.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-07T18:21:04.770 INFO:teuthology.orchestra.run.smithi112.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-07T18:21:04.773 INFO:teuthology.orchestra.run.smithi112.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-07T18:21:04.794 INFO:teuthology.orchestra.run.smithi112.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-07T18:21:04.795 INFO:teuthology.orchestra.run.smithi107.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-07T18:21:04.836 INFO:teuthology.orchestra.run.smithi107.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-07T18:21:04.848 INFO:teuthology.orchestra.run.smithi107.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-07T18:21:04.854 INFO:teuthology.orchestra.run.smithi107.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-07T18:21:04.900 INFO:teuthology.orchestra.run.smithi107.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-07T18:21:04.903 INFO:teuthology.orchestra.run.smithi107.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-07T18:21:04.924 INFO:teuthology.orchestra.run.smithi107.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-07T18:21:04.958 INFO:teuthology.orchestra.run.smithi112.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-07T18:21:05.089 INFO:teuthology.orchestra.run.smithi107.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-07T18:21:05.198 INFO:teuthology.orchestra.run.smithi112.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2785-gadce92d0-1jammy [22.8 MB] 2024-04-07T18:21:05.233 INFO:teuthology.orchestra.run.smithi112.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-07T18:21:05.250 INFO:teuthology.orchestra.run.smithi112.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-07T18:21:05.362 INFO:teuthology.orchestra.run.smithi107.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-07T18:21:05.379 INFO:teuthology.orchestra.run.smithi107.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-07T18:21:05.404 INFO:teuthology.orchestra.run.smithi112.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-07T18:21:05.433 INFO:teuthology.orchestra.run.smithi112.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-07T18:21:05.531 INFO:teuthology.orchestra.run.smithi107.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-07T18:21:05.560 INFO:teuthology.orchestra.run.smithi107.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-07T18:21:05.591 INFO:teuthology.orchestra.run.smithi112.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-07T18:21:05.594 INFO:teuthology.orchestra.run.smithi112.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-07T18:21:05.596 INFO:teuthology.orchestra.run.smithi112.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-07T18:21:05.618 INFO:teuthology.orchestra.run.smithi112.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-07T18:21:05.718 INFO:teuthology.orchestra.run.smithi107.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-07T18:21:05.720 INFO:teuthology.orchestra.run.smithi107.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-07T18:21:05.722 INFO:teuthology.orchestra.run.smithi107.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-07T18:21:05.744 INFO:teuthology.orchestra.run.smithi107.stdout:Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-07T18:21:05.749 INFO:teuthology.orchestra.run.smithi107.stdout:Get:114 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-07T18:21:05.788 INFO:teuthology.orchestra.run.smithi112.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-07T18:21:07.616 INFO:teuthology.orchestra.run.smithi087.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2785-gadce92d0-1jammy [5,086 kB] 2024-04-07T18:21:07.632 INFO:teuthology.orchestra.run.smithi107.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2785-gadce92d0-1jammy [121 kB] 2024-04-07T18:21:07.634 INFO:teuthology.orchestra.run.smithi107.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2785-gadce92d0-1jammy [39.0 kB] 2024-04-07T18:21:07.636 INFO:teuthology.orchestra.run.smithi107.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2785-gadce92d0-1jammy [13.3 MB] 2024-04-07T18:21:08.037 INFO:teuthology.orchestra.run.smithi087.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2785-gadce92d0-1jammy [244 kB] 2024-04-07T18:21:08.048 INFO:teuthology.orchestra.run.smithi087.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2785-gadce92d0-1jammy [124 kB] 2024-04-07T18:21:08.081 INFO:teuthology.orchestra.run.smithi087.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2785-gadce92d0-1jammy [1,526 kB] 2024-04-07T18:21:08.223 INFO:teuthology.orchestra.run.smithi087.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2785-gadce92d0-1jammy [6,260 kB] 2024-04-07T18:21:08.417 INFO:teuthology.orchestra.run.smithi112.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2785-gadce92d0-1jammy [14.0 kB] 2024-04-07T18:21:08.417 INFO:teuthology.orchestra.run.smithi112.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2785-gadce92d0-1jammy [870 kB] 2024-04-07T18:21:08.431 INFO:teuthology.orchestra.run.smithi107.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2785-gadce92d0-1jammy [91.4 kB] 2024-04-07T18:21:08.438 INFO:teuthology.orchestra.run.smithi112.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2785-gadce92d0-1jammy [2,437 kB] 2024-04-07T18:21:08.612 INFO:teuthology.orchestra.run.smithi112.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2785-gadce92d0-1jammy [791 kB] 2024-04-07T18:21:08.667 INFO:teuthology.orchestra.run.smithi087.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2785-gadce92d0-1jammy [22.8 MB] 2024-04-07T18:21:08.676 INFO:teuthology.orchestra.run.smithi112.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2785-gadce92d0-1jammy [147 kB] 2024-04-07T18:21:08.696 INFO:teuthology.orchestra.run.smithi112.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2785-gadce92d0-1jammy [2,311 kB] 2024-04-07T18:21:08.878 INFO:teuthology.orchestra.run.smithi112.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2785-gadce92d0-1jammy [8,625 kB] 2024-04-07T18:21:08.986 INFO:teuthology.orchestra.run.smithi107.stdout:Fetched 180 MB in 10s (18.7 MB/s) 2024-04-07T18:21:09.157 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-07T18:21:09.257 INFO:teuthology.orchestra.run.smithi107.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-04-07T18:21:09.263 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-07T18:21:09.347 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-07T18:21:09.522 INFO:teuthology.orchestra.run.smithi112.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2785-gadce92d0-1jammy [14.2 kB] 2024-04-07T18:21:09.522 INFO:teuthology.orchestra.run.smithi112.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2785-gadce92d0-1jammy [51.0 MB] 2024-04-07T18:21:09.684 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-07T18:21:09.710 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-07T18:21:09.750 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-07T18:21:10.088 INFO:teuthology.orchestra.run.smithi087.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2785-gadce92d0-1jammy [14.0 kB] 2024-04-07T18:21:10.089 INFO:teuthology.orchestra.run.smithi087.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2785-gadce92d0-1jammy [870 kB] 2024-04-07T18:21:10.095 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-07T18:21:10.105 INFO:teuthology.orchestra.run.smithi087.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2785-gadce92d0-1jammy [2,437 kB] 2024-04-07T18:21:10.121 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-07T18:21:10.162 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-07T18:21:10.205 INFO:teuthology.orchestra.run.smithi087.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2785-gadce92d0-1jammy [791 kB] 2024-04-07T18:21:10.231 INFO:teuthology.orchestra.run.smithi087.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2785-gadce92d0-1jammy [147 kB] 2024-04-07T18:21:10.256 INFO:teuthology.orchestra.run.smithi087.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2785-gadce92d0-1jammy [2,311 kB] 2024-04-07T18:21:10.373 INFO:teuthology.orchestra.run.smithi087.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2785-gadce92d0-1jammy [8,625 kB] 2024-04-07T18:21:10.590 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-07T18:21:10.617 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-07T18:21:10.665 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-07T18:21:10.978 INFO:teuthology.orchestra.run.smithi087.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2785-gadce92d0-1jammy [14.2 kB] 2024-04-07T18:21:10.979 INFO:teuthology.orchestra.run.smithi087.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2785-gadce92d0-1jammy [51.0 MB] 2024-04-07T18:21:11.077 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-07T18:21:11.103 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-07T18:21:11.146 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-07T18:21:11.680 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-07T18:21:11.707 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-07T18:21:11.747 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-07T18:21:12.100 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-07T18:21:12.126 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-07T18:21:12.166 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-07T18:21:12.486 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package librados2. 2024-04-07T18:21:12.512 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../007-librados2_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:12.552 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking librados2 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:12.972 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package librbd1. 2024-04-07T18:21:12.999 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../008-librbd1_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:13.030 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking librbd1 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:13.434 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libcephfs2. 2024-04-07T18:21:13.460 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:13.492 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libcephfs2 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:13.753 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-rados. 2024-04-07T18:21:13.768 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:13.790 INFO:teuthology.orchestra.run.smithi112.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2785-gadce92d0-1jammy [121 kB] 2024-04-07T18:21:13.792 INFO:teuthology.orchestra.run.smithi112.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2785-gadce92d0-1jammy [39.0 kB] 2024-04-07T18:21:13.793 INFO:teuthology.orchestra.run.smithi112.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2785-gadce92d0-1jammy [13.3 MB] 2024-04-07T18:21:13.811 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-rados (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:14.100 INFO:teuthology.orchestra.run.smithi087.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2785-gadce92d0-1jammy [121 kB] 2024-04-07T18:21:14.102 INFO:teuthology.orchestra.run.smithi087.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2785-gadce92d0-1jammy [39.0 kB] 2024-04-07T18:21:14.103 INFO:teuthology.orchestra.run.smithi087.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2785-gadce92d0-1jammy [13.3 MB] 2024-04-07T18:21:14.156 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-07T18:21:14.182 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:14.222 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-ceph-argparse (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:14.458 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-cephfs. 2024-04-07T18:21:14.474 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:14.516 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-cephfs (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:14.606 INFO:teuthology.orchestra.run.smithi112.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2785-gadce92d0-1jammy [91.4 kB] 2024-04-07T18:21:14.717 INFO:teuthology.orchestra.run.smithi087.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2785-gadce92d0-1jammy [91.4 kB] 2024-04-07T18:21:14.786 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-07T18:21:14.801 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:14.836 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-ceph-common (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:15.156 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-07T18:21:15.164 INFO:teuthology.orchestra.run.smithi112.stdout:Fetched 180 MB in 16s (11.3 MB/s) 2024-04-07T18:21:15.182 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-07T18:21:15.223 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-07T18:21:15.279 INFO:teuthology.orchestra.run.smithi087.stdout:Fetched 180 MB in 16s (11.4 MB/s) 2024-04-07T18:21:15.320 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-07T18:21:15.420 INFO:teuthology.orchestra.run.smithi112.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-04-07T18:21:15.425 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-07T18:21:15.452 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-07T18:21:15.510 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-07T18:21:15.542 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-prettytable. 2024-04-07T18:21:15.554 INFO:teuthology.orchestra.run.smithi087.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-04-07T18:21:15.559 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-07T18:21:15.569 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-07T18:21:15.609 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-07T18:21:15.642 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-07T18:21:15.861 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-rbd. 2024-04-07T18:21:15.888 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:15.937 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-rbd (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:15.979 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-07T18:21:16.006 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-07T18:21:16.046 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-07T18:21:16.098 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-07T18:21:16.124 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-07T18:21:16.164 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-07T18:21:16.223 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-07T18:21:16.249 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-07T18:21:16.281 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-07T18:21:16.340 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-07T18:21:16.367 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-07T18:21:16.398 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-07T18:21:16.459 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-07T18:21:16.485 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-07T18:21:16.517 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-07T18:21:16.559 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-07T18:21:16.586 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-07T18:21:16.626 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-07T18:21:16.861 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-07T18:21:16.887 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-07T18:21:16.921 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-07T18:21:16.936 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-07T18:21:16.945 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-07T18:21:16.947 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-07T18:21:16.972 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-07T18:21:16.987 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-07T18:21:17.021 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-07T18:21:17.282 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package lua5.1. 2024-04-07T18:21:17.305 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-07T18:21:17.340 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-07T18:21:17.347 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-07T18:21:17.373 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-07T18:21:17.413 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-07T18:21:17.466 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-07T18:21:17.492 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-07T18:21:17.532 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-07T18:21:17.652 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package lua-any. 2024-04-07T18:21:17.667 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-07T18:21:17.710 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-07T18:21:17.742 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-07T18:21:17.768 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-07T18:21:17.808 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-07T18:21:17.860 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-07T18:21:17.887 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-07T18:21:17.927 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-07T18:21:17.963 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package zip. 2024-04-07T18:21:17.979 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-07T18:21:18.021 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking zip (3.0-12build2) ... 2024-04-07T18:21:18.170 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-07T18:21:18.196 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-07T18:21:18.230 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-07T18:21:18.236 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-07T18:21:18.253 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-07T18:21:18.288 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-07T18:21:18.333 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package unzip. 2024-04-07T18:21:18.360 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-07T18:21:18.400 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-07T18:21:18.573 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package librados2. 2024-04-07T18:21:18.599 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../007-librados2_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:18.599 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package librados2. 2024-04-07T18:21:18.626 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../007-librados2_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:18.639 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking librados2 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:18.666 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking librados2 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:18.770 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package luarocks. 2024-04-07T18:21:18.797 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-07T18:21:18.837 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-07T18:21:19.108 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package librbd1. 2024-04-07T18:21:19.119 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package librbd1. 2024-04-07T18:21:19.134 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../008-librbd1_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:19.145 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../008-librbd1_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:19.166 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking librbd1 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:19.185 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking librbd1 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:19.212 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package librgw2. 2024-04-07T18:21:19.239 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../025-librgw2_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:19.278 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking librgw2 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:19.603 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libcephfs2. 2024-04-07T18:21:19.629 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:19.630 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libcephfs2. 2024-04-07T18:21:19.656 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:19.669 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libcephfs2 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:19.696 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libcephfs2 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:19.839 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-rgw. 2024-04-07T18:21:19.855 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:19.898 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-rgw (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:19.956 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-rados. 2024-04-07T18:21:19.957 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-rados. 2024-04-07T18:21:19.970 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:19.984 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:20.013 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-rados (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:20.024 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-rados (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:20.234 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-07T18:21:20.261 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-07T18:21:20.301 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-07T18:21:20.341 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-07T18:21:20.352 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-07T18:21:20.368 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:20.368 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:20.408 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-ceph-argparse (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:20.410 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-ceph-argparse (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:20.578 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libradosstriper1. 2024-04-07T18:21:20.594 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:20.627 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-cephfs. 2024-04-07T18:21:20.628 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libradosstriper1 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:20.642 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:20.663 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-cephfs. 2024-04-07T18:21:20.677 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-cephfs (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:20.679 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:20.721 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-cephfs (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:20.997 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-07T18:21:21.015 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-common. 2024-04-07T18:21:21.023 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:21.042 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:21.063 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-ceph-common (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:21.082 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-common (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:21.154 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-07T18:21:21.181 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:21.216 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-ceph-common (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:21.383 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-07T18:21:21.406 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-07T18:21:21.449 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-07T18:21:21.477 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-07T18:21:21.493 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-07T18:21:21.535 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-07T18:21:21.786 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-prettytable. 2024-04-07T18:21:21.813 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-07T18:21:21.852 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-07T18:21:21.855 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-prettytable. 2024-04-07T18:21:21.881 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-07T18:21:21.921 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-07T18:21:22.130 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-rbd. 2024-04-07T18:21:22.145 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:22.188 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-rbd (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:22.191 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-rbd. 2024-04-07T18:21:22.218 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:22.257 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-rbd (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:22.516 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-07T18:21:22.542 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-07T18:21:22.546 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-base. 2024-04-07T18:21:22.552 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-07T18:21:22.572 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:22.574 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-07T18:21:22.578 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-07T18:21:22.610 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-07T18:21:22.621 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-base (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:22.835 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-07T18:21:22.850 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-07T18:21:22.854 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-07T18:21:22.881 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-07T18:21:22.894 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-07T18:21:22.921 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-07T18:21:23.222 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-07T18:21:23.224 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-07T18:21:23.239 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-07T18:21:23.242 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-07T18:21:23.248 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-07T18:21:23.269 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-07T18:21:23.282 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-07T18:21:23.288 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-07T18:21:23.308 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-07T18:21:23.602 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package lua5.1. 2024-04-07T18:21:23.611 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-cheroot. 2024-04-07T18:21:23.629 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-07T18:21:23.633 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package lua5.1. 2024-04-07T18:21:23.638 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-07T18:21:23.659 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-07T18:21:23.678 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-07T18:21:23.685 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-07T18:21:23.699 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-07T18:21:23.972 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package lua-any. 2024-04-07T18:21:23.987 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-07T18:21:23.990 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-07T18:21:24.002 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package lua-any. 2024-04-07T18:21:24.017 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-07T18:21:24.018 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-07T18:21:24.030 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-07T18:21:24.056 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-07T18:21:24.061 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-07T18:21:24.291 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package zip. 2024-04-07T18:21:24.305 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package zip. 2024-04-07T18:21:24.309 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-07T18:21:24.318 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-07T18:21:24.324 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-07T18:21:24.332 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-07T18:21:24.358 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking zip (3.0-12build2) ... 2024-04-07T18:21:24.359 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-07T18:21:24.372 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking zip (3.0-12build2) ... 2024-04-07T18:21:24.662 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-07T18:21:24.683 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package unzip. 2024-04-07T18:21:24.686 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package unzip. 2024-04-07T18:21:24.689 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-07T18:21:24.710 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-07T18:21:24.712 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-07T18:21:24.729 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-07T18:21:24.750 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-07T18:21:24.752 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-07T18:21:25.032 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-tempora. 2024-04-07T18:21:25.059 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-07T18:21:25.098 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-07T18:21:25.106 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package luarocks. 2024-04-07T18:21:25.133 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-07T18:21:25.145 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package luarocks. 2024-04-07T18:21:25.165 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-07T18:21:25.172 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-07T18:21:25.212 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-07T18:21:25.360 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-portend. 2024-04-07T18:21:25.375 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-07T18:21:25.409 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-07T18:21:25.556 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package librgw2. 2024-04-07T18:21:25.582 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../025-librgw2_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:25.622 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking librgw2 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:25.696 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-07T18:21:25.723 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-07T18:21:25.763 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-07T18:21:25.786 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package librgw2. 2024-04-07T18:21:25.813 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../025-librgw2_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:25.853 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking librgw2 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:26.066 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-07T18:21:26.092 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-07T18:21:26.132 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-07T18:21:26.152 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-rgw. 2024-04-07T18:21:26.167 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:26.202 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-rgw (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:26.461 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-natsort. 2024-04-07T18:21:26.488 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-07T18:21:26.527 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-07T18:21:26.530 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-rgw. 2024-04-07T18:21:26.546 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-07T18:21:26.557 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:26.573 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-07T18:21:26.597 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-rgw (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:26.613 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-07T18:21:26.839 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-logutils. 2024-04-07T18:21:26.866 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-07T18:21:26.906 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-07T18:21:26.924 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libradosstriper1. 2024-04-07T18:21:26.951 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:26.967 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-07T18:21:26.991 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libradosstriper1 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:26.993 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-07T18:21:27.033 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-07T18:21:27.217 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-07T18:21:27.244 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-07T18:21:27.284 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-07T18:21:27.353 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libradosstriper1. 2024-04-07T18:21:27.379 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:27.403 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-common. 2024-04-07T18:21:27.419 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libradosstriper1 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:27.429 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:27.461 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-common (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:27.553 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-mako. 2024-04-07T18:21:27.580 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-07T18:21:27.611 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-07T18:21:27.773 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-common. 2024-04-07T18:21:27.788 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:27.831 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-common (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:27.940 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-07T18:21:27.967 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-07T18:21:28.007 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-07T18:21:28.276 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-07T18:21:28.303 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-07T18:21:28.334 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-07T18:21:28.638 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-webob. 2024-04-07T18:21:28.665 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-07T18:21:28.704 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-07T18:21:28.816 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-base. 2024-04-07T18:21:28.843 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:28.892 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-base (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:29.049 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-waitress. 2024-04-07T18:21:29.075 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-07T18:21:29.118 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-07T18:21:29.153 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-base. 2024-04-07T18:21:29.180 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:29.229 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-base (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:29.427 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-tempita. 2024-04-07T18:21:29.454 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-07T18:21:29.479 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-07T18:21:29.493 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-07T18:21:29.505 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-07T18:21:29.546 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-07T18:21:29.780 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-paste. 2024-04-07T18:21:29.807 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-07T18:21:29.816 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-07T18:21:29.838 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-07T18:21:29.842 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-07T18:21:29.848 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-cheroot. 2024-04-07T18:21:29.875 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-07T18:21:29.882 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-07T18:21:29.915 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-07T18:21:30.158 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-07T18:21:30.160 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-cheroot. 2024-04-07T18:21:30.174 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-07T18:21:30.187 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-07T18:21:30.216 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-07T18:21:30.235 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-07T18:21:30.235 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-07T18:21:30.262 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-07T18:21:30.301 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-07T18:21:30.503 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-07T18:21:30.521 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-07T18:21:30.530 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-07T18:21:30.548 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-07T18:21:30.561 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-07T18:21:30.579 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-07T18:21:30.580 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-07T18:21:30.606 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-07T18:21:30.646 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-07T18:21:30.848 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-webtest. 2024-04-07T18:21:30.875 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-07T18:21:30.914 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-07T18:21:30.915 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-07T18:21:30.942 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-07T18:21:30.950 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-07T18:21:30.975 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-07T18:21:30.982 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-07T18:21:31.015 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-07T18:21:31.234 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pecan. 2024-04-07T18:21:31.261 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-07T18:21:31.300 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-07T18:21:31.318 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-tempora. 2024-04-07T18:21:31.345 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-07T18:21:31.385 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-07T18:21:31.656 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-certifi. 2024-04-07T18:21:31.682 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-07T18:21:31.722 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-07T18:21:31.879 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-portend. 2024-04-07T18:21:31.906 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-07T18:21:31.936 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-07T18:21:31.937 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-07T18:21:31.963 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-07T18:21:32.002 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-07T18:21:32.033 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-idna. 2024-04-07T18:21:32.060 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-07T18:21:32.091 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-07T18:21:32.232 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-07T18:21:32.259 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-07T18:21:32.263 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-tempora. 2024-04-07T18:21:32.290 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-07T18:21:32.321 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-07T18:21:32.583 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-portend. 2024-04-07T18:21:32.609 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-07T18:21:32.649 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-07T18:21:32.782 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-07T18:21:32.952 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-07T18:21:32.979 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-07T18:21:33.010 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-07T18:21:33.285 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-07T18:21:33.297 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-07T18:21:33.312 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-07T18:21:33.323 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-07T18:21:33.352 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-07T18:21:33.363 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-07T18:21:33.420 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-urllib3. 2024-04-07T18:21:33.446 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-07T18:21:33.486 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-07T18:21:33.708 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-natsort. 2024-04-07T18:21:33.730 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-natsort. 2024-04-07T18:21:33.735 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-07T18:21:33.757 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-07T18:21:33.775 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-07T18:21:33.805 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-07T18:21:33.806 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-requests. 2024-04-07T18:21:33.834 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-07T18:21:33.873 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-07T18:21:34.036 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-logutils. 2024-04-07T18:21:34.060 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-07T18:21:34.103 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-07T18:21:34.117 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-logutils. 2024-04-07T18:21:34.143 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-07T18:21:34.168 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-07T18:21:34.183 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-07T18:21:34.195 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-07T18:21:34.234 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-07T18:21:34.406 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-07T18:21:34.432 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-07T18:21:34.472 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-07T18:21:34.494 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-07T18:21:34.521 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-07T18:21:34.538 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-07T18:21:34.561 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-07T18:21:34.564 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:34.604 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:34.817 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-mako. 2024-04-07T18:21:34.844 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-07T18:21:34.883 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-07T18:21:34.914 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-mako. 2024-04-07T18:21:34.926 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-07T18:21:34.940 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-07T18:21:34.952 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:34.989 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-07T18:21:34.992 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:35.203 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-07T18:21:35.230 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-07T18:21:35.270 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-07T18:21:35.278 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-07T18:21:35.297 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-07T18:21:35.345 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-07T18:21:35.409 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-07T18:21:35.435 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-07T18:21:35.484 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-07T18:21:35.531 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-07T18:21:35.546 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-07T18:21:35.581 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-07T18:21:35.615 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-openssl. 2024-04-07T18:21:35.642 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-07T18:21:35.682 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-07T18:21:35.795 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-07T18:21:35.821 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-07T18:21:35.862 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-07T18:21:36.018 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mgr. 2024-04-07T18:21:36.045 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:36.075 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-webob. 2024-04-07T18:21:36.084 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mgr (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:36.102 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-07T18:21:36.142 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-07T18:21:36.164 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-webob. 2024-04-07T18:21:36.190 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-07T18:21:36.231 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-07T18:21:36.472 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mon. 2024-04-07T18:21:36.486 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-waitress. 2024-04-07T18:21:36.498 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:36.513 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-07T18:21:36.538 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mon (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:36.556 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-07T18:21:36.601 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-waitress. 2024-04-07T18:21:36.627 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-07T18:21:36.678 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-07T18:21:36.864 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-tempita. 2024-04-07T18:21:36.891 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-07T18:21:36.931 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-07T18:21:37.070 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-tempita. 2024-04-07T18:21:37.083 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-osd. 2024-04-07T18:21:37.097 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-07T18:21:37.110 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:37.145 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-07T18:21:37.149 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-osd (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:37.209 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-paste. 2024-04-07T18:21:37.235 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-07T18:21:37.275 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-07T18:21:37.465 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-paste. 2024-04-07T18:21:37.491 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-07T18:21:37.531 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-07T18:21:37.637 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-07T18:21:37.664 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-07T18:21:37.712 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-07T18:21:37.826 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-07T18:21:37.841 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-07T18:21:37.884 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-07T18:21:38.073 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-07T18:21:38.100 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-07T18:21:38.139 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-07T18:21:38.188 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-07T18:21:38.214 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-07T18:21:38.254 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-07T18:21:38.336 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph. 2024-04-07T18:21:38.363 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../066-ceph_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:38.403 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:38.442 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-webtest. 2024-04-07T18:21:38.469 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-07T18:21:38.509 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-07T18:21:38.557 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-webtest. 2024-04-07T18:21:38.584 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-07T18:21:38.624 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-07T18:21:38.722 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-fuse. 2024-04-07T18:21:38.749 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:38.789 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-fuse (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:38.854 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pecan. 2024-04-07T18:21:38.880 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-07T18:21:38.920 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-07T18:21:38.935 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-pecan. 2024-04-07T18:21:38.961 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-07T18:21:39.001 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-07T18:21:39.126 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mds. 2024-04-07T18:21:39.152 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:39.192 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mds (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:39.275 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-certifi. 2024-04-07T18:21:39.302 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-07T18:21:39.340 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-certifi. 2024-04-07T18:21:39.341 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-07T18:21:39.366 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-07T18:21:39.398 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-07T18:21:39.587 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package cephadm. 2024-04-07T18:21:39.614 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../069-cephadm_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:39.662 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking cephadm (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:39.701 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-idna. 2024-04-07T18:21:39.705 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-idna. 2024-04-07T18:21:39.727 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-07T18:21:39.732 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-07T18:21:39.767 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-07T18:21:39.780 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-07T18:21:39.957 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-07T18:21:39.983 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-07T18:21:40.023 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-07T18:21:40.079 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-urllib3. 2024-04-07T18:21:40.105 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-07T18:21:40.124 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-urllib3. 2024-04-07T18:21:40.145 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-07T18:21:40.151 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-07T18:21:40.191 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-07T18:21:40.326 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-07T18:21:40.341 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-07T18:21:40.384 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-07T18:21:40.465 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-requests. 2024-04-07T18:21:40.491 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-07T18:21:40.532 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-07T18:21:40.536 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-requests. 2024-04-07T18:21:40.562 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-07T18:21:40.602 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-07T18:21:40.843 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-07T18:21:40.869 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-07T18:21:40.909 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-07T18:21:40.931 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-07T18:21:40.957 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-07T18:21:40.997 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-07T18:21:41.229 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-07T18:21:41.256 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:41.296 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:41.300 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-07T18:21:41.327 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:41.364 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-babel. 2024-04-07T18:21:41.366 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:41.392 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-07T18:21:41.431 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-07T18:21:41.609 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-07T18:21:41.624 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:41.659 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:41.725 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-jinja2. 2024-04-07T18:21:41.738 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-07T18:21:41.753 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-07T18:21:41.765 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:41.792 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-07T18:21:41.805 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:41.965 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-07T18:21:41.984 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-07T18:21:42.124 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-07T18:21:42.137 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-07T18:21:42.151 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-07T18:21:42.164 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:42.170 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-07T18:21:42.191 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-07T18:21:42.203 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:42.473 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-openssl. 2024-04-07T18:21:42.494 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-openssl. 2024-04-07T18:21:42.499 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-07T18:21:42.520 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-07T18:21:42.532 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-07T18:21:42.547 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-07T18:21:42.559 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-07T18:21:42.560 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-07T18:21:42.598 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-07T18:21:42.851 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-mgr. 2024-04-07T18:21:42.877 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:42.880 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mgr. 2024-04-07T18:21:42.907 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:42.917 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-mgr (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:42.934 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-routes. 2024-04-07T18:21:42.955 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mgr (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:42.961 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-07T18:21:43.001 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-07T18:21:43.295 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-mon. 2024-04-07T18:21:43.321 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-07T18:21:43.322 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:43.349 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:43.350 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mon. 2024-04-07T18:21:43.362 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-mon (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:43.376 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:43.388 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:43.416 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mon (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:43.965 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-osd. 2024-04-07T18:21:43.992 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:44.020 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-osd. 2024-04-07T18:21:44.032 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-osd (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:44.046 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:44.086 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-osd (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:44.668 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-07T18:21:44.684 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-07T18:21:44.726 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-07T18:21:45.077 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph. 2024-04-07T18:21:45.092 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../066-ceph_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:45.126 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:45.164 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph. 2024-04-07T18:21:45.180 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../066-ceph_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:45.182 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-joblib. 2024-04-07T18:21:45.209 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-07T18:21:45.223 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:45.248 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-07T18:21:45.421 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-fuse. 2024-04-07T18:21:45.448 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:45.488 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-fuse (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:45.542 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-fuse. 2024-04-07T18:21:45.569 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:45.608 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-fuse (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:45.610 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-07T18:21:45.638 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-07T18:21:45.676 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-07T18:21:45.858 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-mds. 2024-04-07T18:21:45.884 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:45.924 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-mds (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:45.970 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mds. 2024-04-07T18:21:45.979 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-sklearn. 2024-04-07T18:21:45.997 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:46.006 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-07T18:21:46.036 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mds (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:46.045 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-07T18:21:46.352 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package cephadm. 2024-04-07T18:21:46.379 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../069-cephadm_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:46.418 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking cephadm (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:46.440 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package cephadm. 2024-04-07T18:21:46.466 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../069-cephadm_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:46.540 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking cephadm (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:46.661 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-07T18:21:46.690 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:46.696 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-07T18:21:46.723 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-07T18:21:46.754 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-07T18:21:46.847 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:46.859 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-07T18:21:46.875 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-07T18:21:46.917 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-07T18:21:47.082 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-07T18:21:47.109 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-07T18:21:47.149 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-07T18:21:47.272 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-07T18:21:47.299 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-07T18:21:47.336 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-07T18:21:47.867 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-cachetools. 2024-04-07T18:21:47.895 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-07T18:21:47.934 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-07T18:21:48.212 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-babel. 2024-04-07T18:21:48.239 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-07T18:21:48.279 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-07T18:21:48.342 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-babel. 2024-04-07T18:21:48.369 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-07T18:21:48.408 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-07T18:21:48.503 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-07T18:21:48.531 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-07T18:21:48.569 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-07T18:21:48.632 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-jinja2. 2024-04-07T18:21:48.658 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-07T18:21:48.694 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-jinja2. 2024-04-07T18:21:48.698 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-07T18:21:48.709 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-07T18:21:48.744 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-07T18:21:48.881 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-07T18:21:48.909 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-07T18:21:48.939 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-07T18:21:49.043 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-07T18:21:49.056 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-07T18:21:49.070 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:49.082 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:49.109 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:49.113 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:49.192 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-rsa. 2024-04-07T18:21:49.208 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-07T18:21:49.242 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-07T18:21:49.434 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-07T18:21:49.446 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-07T18:21:49.458 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-07T18:21:49.473 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-07T18:21:49.500 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-07T18:21:49.512 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-07T18:21:49.537 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-google-auth. 2024-04-07T18:21:49.564 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-07T18:21:49.603 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-07T18:21:49.778 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-routes. 2024-04-07T18:21:49.805 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-07T18:21:49.841 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-routes. 2024-04-07T18:21:49.844 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-07T18:21:49.867 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-07T18:21:49.899 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-07T18:21:49.907 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-07T18:21:49.926 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-07T18:21:49.957 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-07T18:21:50.201 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-07T18:21:50.225 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:50.264 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:50.268 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-websocket. 2024-04-07T18:21:50.277 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-07T18:21:50.295 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-07T18:21:50.304 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:50.334 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-07T18:21:50.343 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:50.654 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-07T18:21:50.681 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-07T18:21:50.720 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-07T18:21:51.367 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-07T18:21:51.384 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:51.417 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:51.557 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-07T18:21:51.584 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-07T18:21:51.615 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-07T18:21:51.720 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-07T18:21:51.748 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-07T18:21:51.769 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-07T18:21:51.786 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-07T18:21:51.797 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-07T18:21:51.836 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-07T18:21:52.085 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-joblib. 2024-04-07T18:21:52.112 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-07T18:21:52.140 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-07T18:21:52.152 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-07T18:21:52.167 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-07T18:21:52.206 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-07T18:21:52.356 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-joblib. 2024-04-07T18:21:52.385 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-07T18:21:52.475 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package jq. 2024-04-07T18:21:52.491 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-07T18:21:52.514 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-07T18:21:52.533 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-07T18:21:52.831 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-07T18:21:52.857 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-07T18:21:52.859 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-07T18:21:52.886 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-07T18:21:52.897 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-07T18:21:52.919 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package socat. 2024-04-07T18:21:52.925 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-07T18:21:52.935 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-07T18:21:52.969 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-07T18:21:53.191 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-sklearn. 2024-04-07T18:21:53.218 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-07T18:21:53.253 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-sklearn. 2024-04-07T18:21:53.272 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package xmlstarlet. 2024-04-07T18:21:53.274 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-07T18:21:53.281 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-07T18:21:53.288 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-07T18:21:53.320 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-07T18:21:53.321 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-07T18:21:53.668 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-test. 2024-04-07T18:21:53.684 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:53.717 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-test (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:54.008 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-07T18:21:54.012 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-07T18:21:54.035 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:54.040 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:54.168 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:54.189 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:55.097 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-cachetools. 2024-04-07T18:21:55.109 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-cachetools. 2024-04-07T18:21:55.112 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-07T18:21:55.137 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-07T18:21:55.147 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-07T18:21:55.175 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-07T18:21:55.433 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-07T18:21:55.460 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-07T18:21:55.478 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-07T18:21:55.499 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-07T18:21:55.506 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-07T18:21:55.545 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-07T18:21:55.836 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-07T18:21:55.863 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-07T18:21:55.873 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-07T18:21:55.896 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-volume. 2024-04-07T18:21:55.900 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-07T18:21:55.902 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-07T18:21:55.924 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:55.940 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-07T18:21:55.963 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-volume (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:56.209 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-rsa. 2024-04-07T18:21:56.222 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-rsa. 2024-04-07T18:21:56.225 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-07T18:21:56.233 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-07T18:21:56.249 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:21:56.249 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-07T18:21:56.259 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-07T18:21:56.289 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-07T18:21:56.291 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libcephfs-dev (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:56.571 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-google-auth. 2024-04-07T18:21:56.599 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-07T18:21:56.601 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-google-auth. 2024-04-07T18:21:56.619 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-07T18:21:56.628 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-07T18:21:56.637 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-07T18:21:56.646 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-07T18:21:56.667 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-07T18:21:56.685 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-07T18:21:56.975 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-07T18:21:56.996 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-07T18:21:57.002 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-07T18:21:57.023 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-07T18:21:57.040 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-07T18:21:57.041 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-07T18:21:57.054 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-07T18:21:57.067 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-07T18:21:57.106 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-07T18:21:57.352 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-websocket. 2024-04-07T18:21:57.357 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-websocket. 2024-04-07T18:21:57.380 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-07T18:21:57.384 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-07T18:21:57.419 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-07T18:21:57.423 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-07T18:21:57.452 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package nvme-cli. 2024-04-07T18:21:57.479 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-07T18:21:57.518 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-07T18:21:57.714 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-07T18:21:57.741 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-07T18:21:57.743 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-07T18:21:57.771 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-07T18:21:57.772 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-07T18:21:57.810 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-07T18:21:57.915 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package pkg-config. 2024-04-07T18:21:57.942 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-07T18:21:57.973 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-07T18:21:58.167 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-07T18:21:58.180 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-07T18:21:58.217 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-07T18:21:58.466 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-07T18:21:58.482 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:58.486 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-07T18:21:58.514 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:21:58.524 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:58.561 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:21:58.845 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-07T18:21:58.851 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-07T18:21:58.873 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-07T18:21:58.879 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-07T18:21:58.903 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-07T18:21:58.918 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-07T18:21:58.939 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-07T18:21:58.966 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-07T18:21:59.005 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-07T18:21:59.197 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-07T18:21:59.214 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pastescript. 2024-04-07T18:21:59.224 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-07T18:21:59.242 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-07T18:21:59.263 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-07T18:21:59.280 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-07T18:21:59.342 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-07T18:21:59.369 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-07T18:21:59.408 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-07T18:21:59.515 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package jq. 2024-04-07T18:21:59.531 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-07T18:21:59.542 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pluggy. 2024-04-07T18:21:59.558 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-07T18:21:59.565 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-07T18:21:59.592 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-07T18:21:59.703 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package jq. 2024-04-07T18:21:59.730 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-07T18:21:59.776 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package socat. 2024-04-07T18:21:59.777 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-07T18:21:59.792 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-07T18:21:59.834 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-07T18:21:59.895 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-psutil. 2024-04-07T18:21:59.922 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-07T18:21:59.961 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-07T18:22:00.080 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package socat. 2024-04-07T18:22:00.107 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-07T18:22:00.155 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package xmlstarlet. 2024-04-07T18:22:00.155 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-07T18:22:00.182 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-07T18:22:00.221 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-07T18:22:00.289 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-py. 2024-04-07T18:22:00.316 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-07T18:22:00.364 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-07T18:22:00.508 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package xmlstarlet. 2024-04-07T18:22:00.536 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-07T18:22:00.575 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-07T18:22:00.600 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-test. 2024-04-07T18:22:00.628 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:22:00.667 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-test (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:00.684 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pygments. 2024-04-07T18:22:00.712 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-07T18:22:00.750 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-07T18:22:00.912 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-test. 2024-04-07T18:22:00.928 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:22:00.970 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-test (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:01.187 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-07T18:22:01.215 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-07T18:22:01.253 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-07T18:22:01.581 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-toml. 2024-04-07T18:22:01.609 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-07T18:22:01.648 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-07T18:22:01.950 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pytest. 2024-04-07T18:22:01.978 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-07T18:22:02.017 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-07T18:22:02.370 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-simplejson. 2024-04-07T18:22:02.398 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-07T18:22:02.437 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-07T18:22:02.706 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-07T18:22:02.722 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-07T18:22:02.764 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-07T18:22:03.113 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-volume. 2024-04-07T18:22:03.140 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:22:03.179 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-volume (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:03.225 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-volume. 2024-04-07T18:22:03.253 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2785-gadce92d0-1jammy_all.deb ... 2024-04-07T18:22:03.291 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-volume (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:03.425 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-07T18:22:03.440 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:22:03.468 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package radosgw. 2024-04-07T18:22:03.475 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libcephfs-dev (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:03.496 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../116-radosgw_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:22:03.534 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking radosgw (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:03.595 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-07T18:22:03.623 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:22:03.662 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libcephfs-dev (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:03.794 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-07T18:22:03.822 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-07T18:22:03.861 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-07T18:22:03.998 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-07T18:22:04.026 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-07T18:22:04.064 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-07T18:22:04.249 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-07T18:22:04.276 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-07T18:22:04.315 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-07T18:22:04.395 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package rbd-fuse. 2024-04-07T18:22:04.411 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:22:04.427 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-07T18:22:04.453 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking rbd-fuse (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:04.455 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-07T18:22:04.494 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-07T18:22:04.644 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package nvme-cli. 2024-04-07T18:22:04.671 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-07T18:22:04.702 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-07T18:22:04.774 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-07T18:22:04.831 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package nvme-cli. 2024-04-07T18:22:04.858 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-07T18:22:04.897 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-07T18:22:05.033 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-07T18:22:05.058 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package pkg-config. 2024-04-07T18:22:05.085 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-07T18:22:05.116 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-07T18:22:05.134 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-07T18:22:05.319 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package pkg-config. 2024-04-07T18:22:05.349 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-07T18:22:05.369 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-07T18:22:05.370 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-07T18:22:05.386 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-07T18:22:05.396 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-07T18:22:05.435 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-07T18:22:05.639 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-07T18:22:05.666 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-07T18:22:05.701 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-07T18:22:05.705 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-07T18:22:05.849 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-07T18:22:05.876 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-07T18:22:05.915 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-07T18:22:06.144 INFO:teuthology.orchestra.run.smithi107.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-07T18:22:06.150 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-07T18:22:06.178 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-07T18:22:06.211 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up cephadm (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:06.216 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-07T18:22:06.218 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-pastescript. 2024-04-07T18:22:06.245 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-07T18:22:06.284 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-07T18:22:06.519 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pastescript. 2024-04-07T18:22:06.547 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-07T18:22:06.586 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-07T18:22:06.587 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-pluggy. 2024-04-07T18:22:06.615 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-07T18:22:06.654 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-07T18:22:06.727 INFO:teuthology.orchestra.run.smithi107.stdout:Adding system user cephadm....done 2024-04-07T18:22:06.864 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pluggy. 2024-04-07T18:22:06.875 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-07T18:22:06.891 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-07T18:22:06.924 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-psutil. 2024-04-07T18:22:06.930 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-07T18:22:06.951 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-07T18:22:06.990 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-07T18:22:07.143 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-07T18:22:07.293 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-py. 2024-04-07T18:22:07.317 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-07T18:22:07.359 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-07T18:22:07.385 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-07T18:22:07.503 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-07T18:22:07.542 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-psutil. 2024-04-07T18:22:07.570 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-07T18:22:07.608 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-07T18:22:07.655 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-pygments. 2024-04-07T18:22:07.682 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-07T18:22:07.712 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-07T18:22:07.754 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-07T18:22:07.936 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-py. 2024-04-07T18:22:07.964 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-07T18:22:08.003 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-07T18:22:08.030 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-07T18:22:08.156 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-07T18:22:08.184 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-07T18:22:08.214 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-07T18:22:08.250 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-07T18:22:08.314 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pygments. 2024-04-07T18:22:08.342 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-07T18:22:08.381 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-07T18:22:08.483 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-07T18:22:08.586 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-toml. 2024-04-07T18:22:08.614 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-07T18:22:08.653 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-07T18:22:08.785 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-07T18:22:08.801 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-07T18:22:08.843 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-07T18:22:08.868 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-07T18:22:08.955 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-pytest. 2024-04-07T18:22:08.984 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-07T18:22:09.022 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-07T18:22:09.128 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-07T18:22:09.162 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-toml. 2024-04-07T18:22:09.190 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-07T18:22:09.229 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-07T18:22:09.359 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-simplejson. 2024-04-07T18:22:09.387 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-07T18:22:09.395 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-07T18:22:09.425 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-07T18:22:09.540 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pytest. 2024-04-07T18:22:09.568 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-07T18:22:09.606 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-07T18:22:09.639 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-07T18:22:09.695 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-07T18:22:09.711 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-07T18:22:09.753 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-07T18:22:09.898 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-07T18:22:09.977 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-simplejson. 2024-04-07T18:22:10.005 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-07T18:22:10.043 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-07T18:22:10.174 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-07T18:22:10.312 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-07T18:22:10.329 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-07T18:22:10.370 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-07T18:22:10.424 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-ceph-argparse (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:10.516 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package radosgw. 2024-04-07T18:22:10.544 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../116-radosgw_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:22:10.582 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking radosgw (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:10.668 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-07T18:22:10.768 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-07T18:22:10.869 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-07T18:22:10.995 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-07T18:22:11.141 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package radosgw. 2024-04-07T18:22:11.170 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../116-radosgw_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:22:11.224 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking radosgw (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:11.246 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-07T18:22:11.401 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package rbd-fuse. 2024-04-07T18:22:11.418 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:22:11.459 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking rbd-fuse (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:11.689 INFO:teuthology.orchestra.run.smithi107.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-07T18:22:11.719 INFO:teuthology.orchestra.run.smithi107.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-07T18:22:11.755 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-07T18:22:11.783 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-07T18:22:11.902 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-07T18:22:11.994 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package rbd-fuse. 2024-04-07T18:22:12.010 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2785-gadce92d0-1jammy_amd64.deb ... 2024-04-07T18:22:12.044 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking rbd-fuse (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:12.048 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-07T18:22:12.174 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-07T18:22:12.243 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-07T18:22:12.323 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-07T18:22:12.369 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-07T18:22:12.435 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-07T18:22:12.599 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-07T18:22:12.636 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-07T18:22:12.725 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-07T18:22:12.749 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-07T18:22:12.896 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-07T18:22:12.988 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-07T18:22:13.139 INFO:teuthology.orchestra.run.smithi112.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-07T18:22:13.205 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up zip (3.0-12build2) ... 2024-04-07T18:22:13.209 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up cephadm (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:13.309 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-07T18:22:13.331 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-07T18:22:13.675 INFO:teuthology.orchestra.run.smithi112.stdout:Adding system user cephadm....done 2024-04-07T18:22:13.725 INFO:teuthology.orchestra.run.smithi087.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-07T18:22:13.798 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-07T18:22:13.802 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up cephadm (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:13.983 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-07T18:22:14.075 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-07T18:22:14.217 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-07T18:22:14.301 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-07T18:22:14.318 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-07T18:22:14.368 INFO:teuthology.orchestra.run.smithi087.stdout:Adding system user cephadm....done 2024-04-07T18:22:14.402 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-07T18:22:14.444 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-07T18:22:14.533 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-07T18:22:14.645 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-07T18:22:14.795 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-07T18:22:14.800 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-07T18:22:14.938 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-07T18:22:15.047 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-07T18:22:15.060 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-07T18:22:15.186 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-07T18:22:15.188 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-07T18:22:15.357 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-07T18:22:15.439 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-07T18:22:15.454 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-07T18:22:15.713 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-07T18:22:15.726 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-07T18:22:15.816 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-07T18:22:15.840 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-07T18:22:15.960 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-07T18:22:16.117 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-07T18:22:16.141 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-07T18:22:16.228 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-07T18:22:16.460 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-07T18:22:16.471 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-07T18:22:16.493 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-07T18:22:16.714 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-07T18:22:16.719 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-07T18:22:16.752 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-07T18:22:16.845 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-ceph-common (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:16.974 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-07T18:22:17.029 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-07T18:22:17.138 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-idna (3.3-1) ... 2024-04-07T18:22:17.226 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-ceph-argparse (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:17.297 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-07T18:22:17.430 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-07T18:22:17.475 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-07T18:22:17.540 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-07T18:22:17.702 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-07T18:22:17.808 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-07T18:22:17.827 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-07T18:22:17.954 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-07T18:22:18.050 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-ceph-argparse (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:18.221 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-07T18:22:18.376 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-07T18:22:18.503 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-07T18:22:18.619 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-07T18:22:18.628 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-07T18:22:18.727 INFO:teuthology.orchestra.run.smithi112.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-07T18:22:18.754 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-07T18:22:18.879 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-07T18:22:18.978 INFO:teuthology.orchestra.run.smithi112.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-07T18:22:18.996 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-07T18:22:19.005 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-07T18:22:19.041 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-07T18:22:19.167 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-07T18:22:19.239 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-07T18:22:19.365 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-07T18:22:19.393 INFO:teuthology.orchestra.run.smithi087.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-07T18:22:19.429 INFO:teuthology.orchestra.run.smithi087.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-07T18:22:19.491 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-07T18:22:19.492 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-07T18:22:19.510 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-07T18:22:19.618 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-07T18:22:19.628 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-07T18:22:19.895 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-07T18:22:19.969 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-07T18:22:20.095 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-07T18:22:20.117 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-07T18:22:20.163 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-07T18:22:20.363 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-07T18:22:20.377 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-07T18:22:20.456 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up zip (3.0-12build2) ... 2024-04-07T18:22:20.591 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-07T18:22:20.619 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-07T18:22:20.631 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-07T18:22:20.721 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-07T18:22:20.957 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up zip (3.0-12build2) ... 2024-04-07T18:22:21.013 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-07T18:22:21.083 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-07T18:22:21.264 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-07T18:22:21.276 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-07T18:22:21.519 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-07T18:22:21.524 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-07T18:22:21.645 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-07T18:22:21.760 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-07T18:22:21.770 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-07T18:22:21.774 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-07T18:22:22.020 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-07T18:22:22.025 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-07T18:22:22.063 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-07T18:22:22.146 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-07T18:22:22.272 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-07T18:22:22.285 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-07T18:22:22.411 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-07T18:22:22.448 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-07T18:22:22.565 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-07T18:22:22.691 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-07T18:22:22.695 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-07T18:22:22.813 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-07T18:22:23.084 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-07T18:22:23.097 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-07T18:22:23.282 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-07T18:22:23.369 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-07T18:22:23.390 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-07T18:22:23.509 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-07T18:22:23.658 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-07T18:22:23.728 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-07T18:22:23.786 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-07T18:22:23.877 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-07T18:22:23.910 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-07T18:22:23.979 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-07T18:22:23.998 INFO:teuthology.orchestra.run.smithi107.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-07T18:22:24.105 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-ceph-common (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:24.161 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-07T18:22:24.219 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-07T18:22:24.329 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-07T18:22:24.407 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-idna (3.3-1) ... 2024-04-07T18:22:24.513 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-07T18:22:24.689 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-07T18:22:24.725 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-07T18:22:24.772 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-07T18:22:24.900 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-ceph-common (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:24.940 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-07T18:22:25.066 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-07T18:22:25.185 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-idna (3.3-1) ... 2024-04-07T18:22:25.325 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-07T18:22:25.451 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-07T18:22:25.486 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-07T18:22:25.777 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-07T18:22:25.822 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-07T18:22:26.061 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-07T18:22:26.065 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-07T18:22:26.200 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-07T18:22:26.321 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-07T18:22:26.447 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-07T18:22:26.454 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-07T18:22:26.577 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-07T18:22:26.599 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-07T18:22:26.703 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-07T18:22:26.714 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-07T18:22:26.834 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-07T18:22:26.944 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-07T18:22:26.974 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-07T18:22:26.995 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-07T18:22:27.194 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-07T18:22:27.255 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-07T18:22:27.318 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-07T18:22:27.320 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-07T18:22:27.446 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-07T18:22:27.498 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-07T18:22:27.624 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-07T18:22:27.695 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-07T18:22:27.739 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-07T18:22:27.909 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-07T18:22:27.988 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-07T18:22:27.990 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-07T18:22:28.143 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-07T18:22:28.225 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-07T18:22:28.332 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-07T18:22:28.351 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-07T18:22:28.403 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-07T18:22:28.458 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up librados2 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:28.584 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:28.635 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-07T18:22:28.662 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-07T18:22:28.710 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-07T18:22:28.895 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-07T18:22:28.905 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-07T18:22:29.021 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libcephfs2 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:29.122 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libradosstriper1 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:29.155 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-07T18:22:29.171 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-07T18:22:29.248 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-07T18:22:29.290 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-07T18:22:29.422 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-07T18:22:29.524 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up librbd1 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:29.575 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-07T18:22:29.650 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mgr-modules-core (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:29.676 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-07T18:22:29.681 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-07T18:22:29.768 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-fuse (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:29.949 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-07T18:22:29.952 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-07T18:22:29.965 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-07T18:22:29.965 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-07T18:22:30.067 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-07T18:22:30.245 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-07T18:22:30.335 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-07T18:22:30.461 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-07T18:22:30.477 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libcephfs-dev (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:30.496 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-07T18:22:30.587 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-rados (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:30.621 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-07T18:22:30.705 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up librgw2 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:30.745 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-07T18:22:30.747 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-07T18:22:30.837 INFO:teuthology.orchestra.run.smithi112.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-07T18:22:30.847 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-07T18:22:31.038 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-07T18:22:31.058 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-07T18:22:31.184 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-07T18:22:31.289 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-07T18:22:31.415 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-07T18:22:31.540 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-07T18:22:31.585 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-07T18:22:31.629 INFO:teuthology.orchestra.run.smithi087.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-07T18:22:31.845 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-07T18:22:31.867 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-07T18:22:31.971 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-07T18:22:32.001 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-07T18:22:32.084 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-rbd (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:32.201 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up rbd-fuse (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:32.205 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-07T18:22:32.302 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-rgw (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:32.331 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-07T18:22:32.394 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-07T18:22:32.403 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-cephfs (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:32.513 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-common (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:32.662 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-07T18:22:32.665 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-07T18:22:32.788 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-07T18:22:32.958 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-07T18:22:33.022 INFO:teuthology.orchestra.run.smithi107.stdout:Adding group ceph....done 2024-04-07T18:22:33.064 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-07T18:22:33.207 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-07T18:22:33.218 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-07T18:22:33.344 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-07T18:22:33.373 INFO:teuthology.orchestra.run.smithi107.stdout:Adding system user ceph....done 2024-04-07T18:22:33.544 INFO:teuthology.orchestra.run.smithi107.stdout:Setting system user ceph properties....done 2024-04-07T18:22:33.550 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-07T18:22:33.557 INFO:teuthology.orchestra.run.smithi107.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-07T18:22:33.606 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-07T18:22:33.691 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-07T18:22:33.859 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-07T18:22:33.863 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-07T18:22:34.020 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-07T18:22:34.127 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-07T18:22:34.216 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-07T18:22:34.236 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-07T18:22:34.498 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-test (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:34.512 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-07T18:22:34.593 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-07T18:22:34.624 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up radosgw (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:34.780 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-07T18:22:34.894 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-07T18:22:35.099 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-07T18:22:35.099 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-07T18:22:35.150 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-07T18:22:35.247 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-07T18:22:35.357 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up librados2 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:35.483 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:35.518 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-07T18:22:35.584 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-base (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:35.608 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-07T18:22:35.794 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-07T18:22:35.895 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-07T18:22:35.945 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libcephfs2 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:36.071 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libradosstriper1 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:36.138 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-07T18:22:36.172 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-07T18:22:36.264 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up librados2 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:36.369 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mds (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:36.382 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:36.448 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up librbd1 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:36.500 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-07T18:22:36.566 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-mgr-modules-core (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:36.615 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-07T18:22:36.615 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-07T18:22:36.667 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-fuse (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:36.835 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libcephfs2 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:36.865 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-07T18:22:36.865 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-07T18:22:36.961 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libradosstriper1 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:37.087 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-07T18:22:37.189 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mgr (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:37.352 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libcephfs-dev (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:37.380 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up librbd1 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:37.410 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-07T18:22:37.410 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-07T18:22:37.478 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-rados (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:37.506 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mgr-modules-core (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:37.604 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up librgw2 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:37.632 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-fuse (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:37.730 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-07T18:22:37.845 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-07T18:22:37.845 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-07T18:22:37.915 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-osd (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:38.192 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-07T18:22:38.192 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-07T18:22:38.316 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libcephfs-dev (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:38.476 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-rados (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:38.602 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up librgw2 (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:38.667 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:38.728 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-07T18:22:38.793 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:38.927 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mon (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:38.967 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-rbd (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:39.118 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up rbd-fuse (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:39.132 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-07T18:22:39.132 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-07T18:22:39.244 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-rgw (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:39.370 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-cephfs (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:39.496 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-common (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:39.649 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mgr-cephadm (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:39.904 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:39.931 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-rbd (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:40.014 INFO:teuthology.orchestra.run.smithi112.stdout:Adding group ceph....done 2024-04-07T18:22:40.057 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up rbd-fuse (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:40.179 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mgr-dashboard (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:40.183 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-rgw (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:40.301 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-cephfs (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:40.391 INFO:teuthology.orchestra.run.smithi112.stdout:Adding system user ceph....done 2024-04-07T18:22:40.402 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-common (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:40.441 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-volume (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:40.533 INFO:teuthology.orchestra.run.smithi112.stdout:Setting system user ceph properties....done 2024-04-07T18:22:40.548 INFO:teuthology.orchestra.run.smithi112.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-07T18:22:40.683 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-07T18:22:40.837 INFO:teuthology.orchestra.run.smithi107.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-07T18:22:40.921 INFO:teuthology.orchestra.run.smithi107.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-07T18:22:40.970 INFO:teuthology.orchestra.run.smithi087.stdout:Adding group ceph....done 2024-04-07T18:22:40.983 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-07T18:22:41.073 INFO:teuthology.orchestra.run.smithi107.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-07T18:22:41.362 INFO:teuthology.orchestra.run.smithi087.stdout:Adding system user ceph....done 2024-04-07T18:22:41.422 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-test (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:41.531 INFO:teuthology.orchestra.run.smithi087.stdout:Setting system user ceph properties....done 2024-04-07T18:22:41.545 INFO:teuthology.orchestra.run.smithi087.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-07T18:22:41.549 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up radosgw (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:41.688 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-07T18:22:41.848 INFO:teuthology.orchestra.run.smithi107.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-07T18:22:42.004 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-07T18:22:42.018 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-07T18:22:42.018 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-07T18:22:42.469 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-test (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:42.496 INFO:teuthology.orchestra.run.smithi107.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-07T18:22:42.502 DEBUG:teuthology.parallel:result is None 2024-04-07T18:22:42.595 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up radosgw (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:42.777 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-base (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:43.020 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-07T18:22:43.020 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-07T18:22:43.127 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-07T18:22:43.464 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-base (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:43.603 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-mds (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:43.810 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-07T18:22:43.839 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-07T18:22:43.839 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-07T18:22:44.232 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mds (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:44.446 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-07T18:22:44.446 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-07T18:22:44.497 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-mgr (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:44.697 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-07T18:22:44.697 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-07T18:22:44.875 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mgr (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:45.087 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-07T18:22:45.087 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-07T18:22:45.166 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-osd (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:45.431 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-07T18:22:45.432 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-07T18:22:45.527 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-osd (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:45.812 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-07T18:22:45.812 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-07T18:22:45.910 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:46.107 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:46.305 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:46.330 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-mon (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:46.429 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:46.572 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mon (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:46.595 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-07T18:22:46.595 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-07T18:22:46.775 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-07T18:22:46.775 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-07T18:22:47.055 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-mgr-cephadm (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:47.198 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:47.222 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mgr-cephadm (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:47.308 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-mgr-dashboard (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:47.374 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:47.442 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-volume (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:47.500 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mgr-dashboard (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:47.659 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-volume (19.0.0-2785-gadce92d0-1jammy) ... 2024-04-07T18:22:47.778 INFO:teuthology.orchestra.run.smithi112.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-07T18:22:47.887 INFO:teuthology.orchestra.run.smithi112.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-07T18:22:48.003 INFO:teuthology.orchestra.run.smithi087.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-07T18:22:48.040 INFO:teuthology.orchestra.run.smithi112.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-07T18:22:48.112 INFO:teuthology.orchestra.run.smithi087.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-07T18:22:48.281 INFO:teuthology.orchestra.run.smithi087.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-07T18:22:48.773 INFO:teuthology.orchestra.run.smithi112.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-07T18:22:49.400 INFO:teuthology.orchestra.run.smithi112.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-07T18:22:49.407 DEBUG:teuthology.parallel:result is None 2024-04-07T18:22:49.424 INFO:teuthology.orchestra.run.smithi087.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-07T18:22:50.041 INFO:teuthology.orchestra.run.smithi087.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-07T18:22:50.046 DEBUG:teuthology.parallel:result is None 2024-04-07T18:22:50.046 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=adce92d056533f22dc1ee37e3141d098b046ec1b 2024-04-07T18:22:50.272 DEBUG:teuthology.orchestra.run.smithi087:> dpkg-query -W -f '${Version}' ceph 2024-04-07T18:22:50.292 INFO:teuthology.orchestra.run.smithi087.stdout:19.0.0-2785-gadce92d0-1jammy 2024-04-07T18:22:50.292 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2785-gadce92d0-1jammy 2024-04-07T18:22:50.292 INFO:teuthology.task.install:The correct ceph version 19.0.0-2785-gadce92d0-1jammy is installed. 2024-04-07T18:22:50.294 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=adce92d056533f22dc1ee37e3141d098b046ec1b 2024-04-07T18:22:50.436 DEBUG:teuthology.orchestra.run.smithi107:> dpkg-query -W -f '${Version}' ceph 2024-04-07T18:22:50.455 INFO:teuthology.orchestra.run.smithi107.stdout:19.0.0-2785-gadce92d0-1jammy 2024-04-07T18:22:50.456 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2785-gadce92d0-1jammy 2024-04-07T18:22:50.456 INFO:teuthology.task.install:The correct ceph version 19.0.0-2785-gadce92d0-1jammy is installed. 2024-04-07T18:22:50.457 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=adce92d056533f22dc1ee37e3141d098b046ec1b 2024-04-07T18:22:50.596 DEBUG:teuthology.orchestra.run.smithi112:> dpkg-query -W -f '${Version}' ceph 2024-04-07T18:22:50.616 INFO:teuthology.orchestra.run.smithi112.stdout:19.0.0-2785-gadce92d0-1jammy 2024-04-07T18:22:50.616 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2785-gadce92d0-1jammy 2024-04-07T18:22:50.616 INFO:teuthology.task.install:The correct ceph version 19.0.0-2785-gadce92d0-1jammy is installed. 2024-04-07T18:22:50.617 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-07T18:22:50.618 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-07T18:22:50.618 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-07T18:22:50.632 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-04-07T18:22:50.632 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-07T18:22:50.646 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-07T18:22:50.646 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-07T18:22:50.671 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-07T18:22:50.671 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-07T18:22:50.671 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/usr/bin/daemon-helper 2024-04-07T18:22:50.687 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-07T18:22:50.742 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-04-07T18:22:50.742 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/daemon-helper 2024-04-07T18:22:50.756 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-07T18:22:50.808 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-07T18:22:50.808 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/usr/bin/daemon-helper 2024-04-07T18:22:50.821 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-07T18:22:50.874 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-07T18:22:50.874 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-07T18:22:50.875 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-07T18:22:50.888 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-07T18:22:50.942 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-04-07T18:22:50.942 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-07T18:22:50.955 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-07T18:22:51.008 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-07T18:22:51.008 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-07T18:22:51.021 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-07T18:22:51.079 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-07T18:22:51.079 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-07T18:22:51.079 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/usr/bin/stdin-killer 2024-04-07T18:22:51.093 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-07T18:22:51.146 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-04-07T18:22:51.146 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/stdin-killer 2024-04-07T18:22:51.160 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-07T18:22:51.212 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-07T18:22:51.212 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/usr/bin/stdin-killer 2024-04-07T18:22:51.225 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-07T18:22:51.279 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-07T18:22:51.370 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': 'adce92d056533f22dc1ee37e3141d098b046ec1b'} 2024-04-07T18:22:51.370 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b 2024-04-07T18:22:51.370 INFO:tasks.cephadm:Cluster fsid is d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:22:51.370 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-07T18:22:51.370 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.87', 'mon.b': '172.21.15.107', 'mon.c': '172.21.15.112'} 2024-04-07T18:22:51.371 INFO:tasks.cephadm:First mon is mon.a on smithi087 2024-04-07T18:22:51.371 INFO:tasks.cephadm:First mgr is a 2024-04-07T18:22:51.371 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-07T18:22:51.371 DEBUG:teuthology.orchestra.run.smithi087:> sudo hostname $(hostname -s) 2024-04-07T18:22:51.385 DEBUG:teuthology.orchestra.run.smithi107:> sudo hostname $(hostname -s) 2024-04-07T18:22:51.399 DEBUG:teuthology.orchestra.run.smithi112:> sudo hostname $(hostname -s) 2024-04-07T18:22:51.414 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-07T18:22:51.415 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=adce92d056533f22dc1ee37e3141d098b046ec1b 2024-04-07T18:22:51.630 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'adce92d056533f22dc1ee37e3141d098b046ec1b', '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/78309/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2785-gadce92d0', 'node_name': '172.21.2.12+braggi12', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2785-gadce92d0-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-06 02:32:48.617427', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri3-testing-2024-04-05-0825', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-07T18:22:51.853 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-yuri3-testing-2024-04-05-0825, sha1 adce92d056533f22dc1ee37e3141d098b046ec1b from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=adce92d056533f22dc1ee37e3141d098b046ec1b 2024-04-07T18:22:51.854 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-07T18:22:51.854 DEBUG:teuthology.orchestra.run.smithi087:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-07T18:22:52.505 INFO:teuthology.orchestra.run.smithi087.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788822 Apr 7 18:22 /home/ubuntu/cephtest/cephadm 2024-04-07T18:22:52.505 DEBUG:teuthology.orchestra.run.smithi107:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-07T18:22:53.147 INFO:teuthology.orchestra.run.smithi107.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788822 Apr 7 18:22 /home/ubuntu/cephtest/cephadm 2024-04-07T18:22:53.147 DEBUG:teuthology.orchestra.run.smithi112:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2024-04-05-0825/adce92d056533f22dc1ee37e3141d098b046ec1b/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-07T18:22:53.961 INFO:teuthology.orchestra.run.smithi112.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788822 Apr 7 18:22 /home/ubuntu/cephtest/cephadm 2024-04-07T18:22:53.962 DEBUG:teuthology.orchestra.run.smithi087:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-07T18:22:53.971 DEBUG:teuthology.orchestra.run.smithi107:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-07T18:22:53.979 DEBUG:teuthology.orchestra.run.smithi112:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-07T18:22:53.998 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b on all hosts... 2024-04-07T18:22:53.999 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b pull 2024-04-07T18:22:54.016 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b pull 2024-04-07T18:22:54.022 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b pull 2024-04-07T18:22:54.179 INFO:teuthology.orchestra.run.smithi087.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b... 2024-04-07T18:22:54.188 INFO:teuthology.orchestra.run.smithi107.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b... 2024-04-07T18:22:54.198 INFO:teuthology.orchestra.run.smithi112.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b... 2024-04-07T18:24:17.645 INFO:teuthology.orchestra.run.smithi107.stdout:{ 2024-04-07T18:24:17.646 INFO:teuthology.orchestra.run.smithi107.stdout: "ceph_version": "ceph version 19.0.0-2785-gadce92d0 (adce92d056533f22dc1ee37e3141d098b046ec1b) squid (dev)", 2024-04-07T18:24:17.646 INFO:teuthology.orchestra.run.smithi107.stdout: "image_id": "c0ecd4226ac96a206c040bca3b51524b8a8fd05600970e95425273fd80cf373e", 2024-04-07T18:24:17.646 INFO:teuthology.orchestra.run.smithi107.stdout: "repo_digests": [ 2024-04-07T18:24:17.646 INFO:teuthology.orchestra.run.smithi107.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:64f4a2ca2a6cc5bd0c05ad4055626f356495ea7dcf7cb712c8ecd6fbc1381562" 2024-04-07T18:24:17.646 INFO:teuthology.orchestra.run.smithi107.stdout: ] 2024-04-07T18:24:17.646 INFO:teuthology.orchestra.run.smithi107.stdout:} 2024-04-07T18:24:27.167 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-04-07T18:24:27.167 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph_version": "ceph version 19.0.0-2785-gadce92d0 (adce92d056533f22dc1ee37e3141d098b046ec1b) squid (dev)", 2024-04-07T18:24:27.167 INFO:teuthology.orchestra.run.smithi112.stdout: "image_id": "c0ecd4226ac96a206c040bca3b51524b8a8fd05600970e95425273fd80cf373e", 2024-04-07T18:24:27.167 INFO:teuthology.orchestra.run.smithi112.stdout: "repo_digests": [ 2024-04-07T18:24:27.167 INFO:teuthology.orchestra.run.smithi112.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:64f4a2ca2a6cc5bd0c05ad4055626f356495ea7dcf7cb712c8ecd6fbc1381562" 2024-04-07T18:24:27.167 INFO:teuthology.orchestra.run.smithi112.stdout: ] 2024-04-07T18:24:27.167 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-04-07T18:24:32.233 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-04-07T18:24:32.233 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph_version": "ceph version 19.0.0-2785-gadce92d0 (adce92d056533f22dc1ee37e3141d098b046ec1b) squid (dev)", 2024-04-07T18:24:32.233 INFO:teuthology.orchestra.run.smithi087.stdout: "image_id": "c0ecd4226ac96a206c040bca3b51524b8a8fd05600970e95425273fd80cf373e", 2024-04-07T18:24:32.233 INFO:teuthology.orchestra.run.smithi087.stdout: "repo_digests": [ 2024-04-07T18:24:32.233 INFO:teuthology.orchestra.run.smithi087.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:64f4a2ca2a6cc5bd0c05ad4055626f356495ea7dcf7cb712c8ecd6fbc1381562" 2024-04-07T18:24:32.233 INFO:teuthology.orchestra.run.smithi087.stdout: ] 2024-04-07T18:24:32.233 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-04-07T18:24:32.281 DEBUG:teuthology.orchestra.run.smithi087:> sudo mkdir -p /etc/ceph 2024-04-07T18:24:32.294 DEBUG:teuthology.orchestra.run.smithi107:> sudo mkdir -p /etc/ceph 2024-04-07T18:24:32.309 DEBUG:teuthology.orchestra.run.smithi112:> sudo mkdir -p /etc/ceph 2024-04-07T18:24:32.324 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 777 /etc/ceph 2024-04-07T18:24:32.349 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 777 /etc/ceph 2024-04-07T18:24:32.364 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 777 /etc/ceph 2024-04-07T18:24:32.379 INFO:tasks.cephadm:Writing seed config... 2024-04-07T18:24:32.380 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-07T18:24:32.380 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-07T18:24:32.380 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-07T18:24:32.380 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-07T18:24:32.380 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-07T18:24:32.380 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-07T18:24:32.380 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-07T18:24:32.381 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-07T18:24:32.381 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-07T18:24:32.381 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-07T18:24:32.381 DEBUG:teuthology.orchestra.run.smithi087:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-07T18:24:32.395 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 = d8141d00-f50b-11ee-b649-cb9ed24678a4 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-07T18:24:32.395 DEBUG:teuthology.orchestra.run.smithi087:mon.a> sudo journalctl -f -n 0 -u ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mon.a.service 2024-04-07T18:24:32.440 DEBUG:teuthology.orchestra.run.smithi087:mgr.a> sudo journalctl -f -n 0 -u ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mgr.a.service 2024-04-07T18:24:32.487 INFO:tasks.cephadm:Bootstrapping... 2024-04-07T18:24:32.488 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b -v bootstrap --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 --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.87 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-07T18:24:32.696 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-04-07T18:24:32.696 INFO:teuthology.orchestra.run.smithi087.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b', '-v', 'bootstrap', '--fsid', 'd8141d00-f50b-11ee-b649-cb9ed24678a4', '--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.87', '--skip-admin-label'] 2024-04-07T18:24:32.696 INFO:teuthology.orchestra.run.smithi087.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-07T18:24:32.697 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying podman|docker is present... 2024-04-07T18:24:32.697 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying lvm2 is present... 2024-04-07T18:24:32.697 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying time synchronization is in place... 2024-04-07T18:24:32.701 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-07T18:24:32.702 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-07T18:24:32.705 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-07T18:24:32.705 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2024-04-07T18:24:32.709 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-07T18:24:32.709 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-07T18:24:32.712 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-07T18:24:32.712 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2024-04-07T18:24:32.716 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-07T18:24:32.716 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout masked 2024-04-07T18:24:32.719 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-07T18:24:32.720 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2024-04-07T18:24:32.723 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-07T18:24:32.723 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-07T18:24:32.726 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-07T18:24:32.726 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2024-04-07T18:24:32.730 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout enabled 2024-04-07T18:24:32.734 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout active 2024-04-07T18:24:32.734 INFO:teuthology.orchestra.run.smithi087.stdout:Unit ntp.service is enabled and running 2024-04-07T18:24:32.734 INFO:teuthology.orchestra.run.smithi087.stdout:Repeating the final host check... 2024-04-07T18:24:32.735 INFO:teuthology.orchestra.run.smithi087.stdout:docker (/usr/bin/docker) is present 2024-04-07T18:24:32.735 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl is present 2024-04-07T18:24:32.735 INFO:teuthology.orchestra.run.smithi087.stdout:lvcreate is present 2024-04-07T18:24:32.738 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-07T18:24:32.738 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-07T18:24:32.741 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-07T18:24:32.741 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2024-04-07T18:24:32.744 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-07T18:24:32.744 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-07T18:24:32.747 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-07T18:24:32.747 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2024-04-07T18:24:32.752 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-07T18:24:32.752 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout masked 2024-04-07T18:24:32.754 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-07T18:24:32.754 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2024-04-07T18:24:32.757 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-07T18:24:32.757 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-07T18:24:32.760 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-07T18:24:32.760 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2024-04-07T18:24:32.764 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout enabled 2024-04-07T18:24:32.768 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout active 2024-04-07T18:24:32.768 INFO:teuthology.orchestra.run.smithi087.stdout:Unit ntp.service is enabled and running 2024-04-07T18:24:32.768 INFO:teuthology.orchestra.run.smithi087.stdout:Host looks OK 2024-04-07T18:24:32.768 INFO:teuthology.orchestra.run.smithi087.stdout:Cluster fsid: d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:24:32.768 INFO:teuthology.orchestra.run.smithi087.stdout:Acquiring lock 140556969338736 on /run/cephadm/d8141d00-f50b-11ee-b649-cb9ed24678a4.lock 2024-04-07T18:24:32.768 INFO:teuthology.orchestra.run.smithi087.stdout:Lock 140556969338736 acquired on /run/cephadm/d8141d00-f50b-11ee-b649-cb9ed24678a4.lock 2024-04-07T18:24:32.768 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying IP 172.21.15.87 port 3300 ... 2024-04-07T18:24:32.768 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying IP 172.21.15.87 port 6789 ... 2024-04-07T18:24:32.768 INFO:teuthology.orchestra.run.smithi087.stdout:Base mon IP(s) is [172.21.15.87:3300, 172.21.15.87:6789], mon addrv is [v2:172.21.15.87:3300,v1:172.21.15.87:6789] 2024-04-07T18:24:32.770 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-04-07T18:24:32.771 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.87 metric 100 2024-04-07T18:24:32.771 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.87 metric 100 2024-04-07T18:24:32.771 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-07T18:24:32.771 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.87 metric 100 2024-04-07T18:24:32.771 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.87 metric 100 2024-04-07T18:24:32.771 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.87 metric 100 2024-04-07T18:24:32.771 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.87 metric 100 2024-04-07T18:24:32.772 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-07T18:24:32.772 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-07T18:24:32.772 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1789sec pref medium 2024-04-07T18:24:32.774 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-07T18:24:32.775 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-07T18:24:32.775 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-07T18:24:32.775 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-07T18:24:32.775 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d5f5/64 scope link 2024-04-07T18:24:32.775 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-07T18:24:32.776 INFO:teuthology.orchestra.run.smithi087.stdout:Mon IP `172.21.15.87` is in CIDR network `172.21.0.0/20` 2024-04-07T18:24:32.776 INFO:teuthology.orchestra.run.smithi087.stdout:Mon IP `172.21.15.87` is in CIDR network `172.21.0.0/20` 2024-04-07T18:24:32.776 INFO:teuthology.orchestra.run.smithi087.stdout:Mon IP `172.21.15.87` is in CIDR network `172.21.0.1/32` 2024-04-07T18:24:32.776 INFO:teuthology.orchestra.run.smithi087.stdout:Mon IP `172.21.15.87` is in CIDR network `172.21.0.1/32` 2024-04-07T18:24:32.776 INFO:teuthology.orchestra.run.smithi087.stdout:Mon IP `172.21.15.87` is in CIDR network `172.21.0.2/32` 2024-04-07T18:24:32.777 INFO:teuthology.orchestra.run.smithi087.stdout:Mon IP `172.21.15.87` is in CIDR network `172.21.0.2/32` 2024-04-07T18:24:32.777 INFO:teuthology.orchestra.run.smithi087.stdout:Mon IP `172.21.15.87` is in CIDR network `172.21.15.254/32` 2024-04-07T18:24:32.777 INFO:teuthology.orchestra.run.smithi087.stdout:Mon IP `172.21.15.87` is in CIDR network `172.21.15.254/32` 2024-04-07T18:24:32.777 INFO:teuthology.orchestra.run.smithi087.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-04-07T18:24:32.777 INFO:teuthology.orchestra.run.smithi087.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-07T18:24:32.777 INFO:teuthology.orchestra.run.smithi087.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b... 2024-04-07T18:24:32.999 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/docker: stdout adce92d056533f22dc1ee37e3141d098b046ec1b: Pulling from ceph-ci/ceph 2024-04-07T18:24:32.999 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/docker: stdout Digest: sha256:64f4a2ca2a6cc5bd0c05ad4055626f356495ea7dcf7cb712c8ecd6fbc1381562 2024-04-07T18:24:32.999 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b 2024-04-07T18:24:32.999 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b 2024-04-07T18:24:34.486 INFO:teuthology.orchestra.run.smithi087.stdout:ceph: stdout ceph version 19.0.0-2785-gadce92d0 (adce92d056533f22dc1ee37e3141d098b046ec1b) squid (dev) 2024-04-07T18:24:34.486 INFO:teuthology.orchestra.run.smithi087.stdout:Ceph version: ceph version 19.0.0-2785-gadce92d0 (adce92d056533f22dc1ee37e3141d098b046ec1b) squid (dev) 2024-04-07T18:24:34.487 INFO:teuthology.orchestra.run.smithi087.stdout:Extracting ceph user uid/gid from container image... 2024-04-07T18:24:35.756 INFO:teuthology.orchestra.run.smithi087.stdout:stat: stdout 167 167 2024-04-07T18:24:35.757 INFO:teuthology.orchestra.run.smithi087.stdout:Creating initial keys... 2024-04-07T18:24:37.061 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-authtool: stdout AQDk5BJmRRTGGRAAjUiRs0EgihPHjCzEMdzC5w== 2024-04-07T18:24:38.232 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-authtool: stdout AQDl5BJmjZRYLRAAPC0GeGpPcNRdJeEEtNMNUQ== 2024-04-07T18:24:39.628 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-authtool: stdout AQDm5BJmUugtOxAA+nzBY/XoOeE0q+peb5tVVQ== 2024-04-07T18:24:39.629 INFO:teuthology.orchestra.run.smithi087.stdout:Creating initial monmap... 2024-04-07T18:24:40.932 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-07T18:24:40.933 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-07T18:24:40.933 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:24:40.933 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-07T18:24:40.933 INFO:teuthology.orchestra.run.smithi087.stdout:monmaptool for a [v2:172.21.15.87:3300,v1:172.21.15.87:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-07T18:24:40.933 INFO:teuthology.orchestra.run.smithi087.stdout:setting min_mon_release = quincy 2024-04-07T18:24:40.933 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/monmaptool: set fsid to d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:24:40.933 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-07T18:24:40.933 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:24:40.933 INFO:teuthology.orchestra.run.smithi087.stdout:Creating mon... 2024-04-07T18:24:42.268 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.692+0000 7f209e915c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-07T18:24:42.268 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.692+0000 7f209e915c80 1 imported monmap: 2024-04-07T18:24:42.268 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-07T18:24:42.268 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:24:42.268 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-07T18:24:40.387706+0000 2024-04-07T18:24:42.268 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr created 2024-04-07T18:24:40.387706+0000 2024-04-07T18:24:42.268 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-07T18:24:42.268 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-07T18:24:42.269 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-07T18:24:42.269 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T18:24:42.269 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.692+0000 7f209e915c80 0 /usr/bin/ceph-mon: set fsid to d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:24:42.269 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-07T18:24:42.269 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T18:24:42.269 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Git sha 0 2024-04-07T18:24:42.269 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Compile date 2024-04-05 22:33:20 2024-04-07T18:24:42.269 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: DB SUMMARY 2024-04-07T18:24:42.269 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T18:24:42.269 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: DB Session ID: K2UE9058NR23FYZ1FAFP 2024-04-07T18:24:42.269 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T18:24:42.269 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-07T18:24:42.269 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T18:24:42.269 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-07T18:24:42.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T18:24:42.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.error_if_exists: 0 2024-04-07T18:24:42.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.create_if_missing: 1 2024-04-07T18:24:42.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-07T18:24:42.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-07T18:24:42.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-07T18:24:42.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-07T18:24:42.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.env: 0x56353150cc60 2024-04-07T18:24:42.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-07T18:24:42.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.info_log: 0x5635338aee40 2024-04-07T18:24:42.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-07T18:24:42.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.statistics: (nil) 2024-04-07T18:24:42.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.use_fsync: 0 2024-04-07T18:24:42.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-07T18:24:42.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-07T18:24:42.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-07T18:24:42.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-07T18:24:42.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-07T18:24:42.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-07T18:24:42.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-07T18:24:42.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-07T18:24:42.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-07T18:24:42.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-07T18:24:42.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-07T18:24:42.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.db_log_dir: 2024-04-07T18:24:42.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.wal_dir: 2024-04-07T18:24:42.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-07T18:24:42.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-07T18:24:42.272 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-07T18:24:42.272 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-07T18:24:42.272 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-07T18:24:42.272 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-07T18:24:42.272 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-07T18:24:42.272 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-07T18:24:42.272 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.write_buffer_manager: 0x563533881360 2024-04-07T18:24:42.272 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-07T18:24:42.272 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-07T18:24:42.272 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-07T18:24:42.272 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-07T18:24:42.272 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-07T18:24:42.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-07T18:24:42.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-07T18:24:42.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-07T18:24:42.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.unordered_write: 0 2024-04-07T18:24:42.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-07T18:24:42.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-07T18:24:42.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-07T18:24:42.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-07T18:24:42.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.row_cache: None 2024-04-07T18:24:42.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.wal_filter: None 2024-04-07T18:24:42.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-07T18:24:42.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-07T18:24:42.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.two_write_queues: 0 2024-04-07T18:24:42.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-07T18:24:42.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.wal_compression: 0 2024-04-07T18:24:42.274 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.atomic_flush: 0 2024-04-07T18:24:42.274 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-07T18:24:42.274 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-07T18:24:42.274 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-07T18:24:42.274 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-07T18:24:42.274 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-07T18:24:42.274 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-07T18:24:42.274 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-07T18:24:42.274 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-07T18:24:42.274 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-07T18:24:42.274 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-07T18:24:42.274 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-07T18:24:42.274 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-07T18:24:42.275 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-07T18:24:42.275 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-07T18:24:42.275 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-07T18:24:42.275 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-07T18:24:42.275 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-07T18:24:42.275 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-07T18:24:42.275 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-07T18:24:42.275 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-07T18:24:42.275 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-07T18:24:42.275 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-07T18:24:42.275 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_open_files: -1 2024-04-07T18:24:42.275 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-07T18:24:42.275 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-07T18:24:42.275 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-07T18:24:42.275 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-07T18:24:42.276 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-07T18:24:42.276 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Compression algorithms supported: 2024-04-07T18:24:42.276 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-07T18:24:42.276 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: kZSTD supported: 0 2024-04-07T18:24:42.276 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: kXpressCompression supported: 0 2024-04-07T18:24:42.276 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-07T18:24:42.276 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: kZlibCompression supported: 1 2024-04-07T18:24:42.276 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-07T18:24:42.276 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-07T18:24:42.276 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-07T18:24:42.276 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-07T18:24:42.276 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-07T18:24:42.276 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-07T18:24:42.276 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T18:24:42.277 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-07T18:24:42.277 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T18:24:42.277 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-07T18:24:42.277 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T18:24:42.277 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-07T18:24:42.277 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.merge_operator: 2024-04-07T18:24:42.277 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compaction_filter: None 2024-04-07T18:24:42.277 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-07T18:24:42.277 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-07T18:24:42.277 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-07T18:24:42.277 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-07T18:24:42.277 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5635338af020) 2024-04-07T18:24:42.277 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-07T18:24:42.277 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-07T18:24:42.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-07T18:24:42.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-07T18:24:42.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-07T18:24:42.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-07T18:24:42.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-07T18:24:42.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-07T18:24:42.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-07T18:24:42.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-07T18:24:42.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5635338b3090 2024-04-07T18:24:42.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-07T18:24:42.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-07T18:24:42.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-07T18:24:42.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-07T18:24:42.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-07T18:24:42.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-07T18:24:42.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-07T18:24:42.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-07T18:24:42.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-07T18:24:42.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-07T18:24:42.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-07T18:24:42.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-07T18:24:42.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-07T18:24:42.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-07T18:24:42.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-07T18:24:42.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-07T18:24:42.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-07T18:24:42.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-07T18:24:42.280 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-07T18:24:42.280 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-07T18:24:42.280 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-07T18:24:42.280 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-07T18:24:42.280 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-07T18:24:42.280 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-07T18:24:42.280 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-07T18:24:42.280 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-07T18:24:42.280 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T18:24:42.280 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-07T18:24:42.280 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-07T18:24:42.280 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compression: NoCompression 2024-04-07T18:24:42.280 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-07T18:24:42.281 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-07T18:24:42.281 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-07T18:24:42.281 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.num_levels: 7 2024-04-07T18:24:42.281 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-07T18:24:42.281 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-07T18:24:42.281 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-07T18:24:42.281 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-07T18:24:42.281 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-07T18:24:42.281 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-07T18:24:42.281 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-07T18:24:42.281 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-07T18:24:42.281 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-07T18:24:42.281 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-07T18:24:42.281 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-07T18:24:42.282 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-07T18:24:42.282 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-07T18:24:42.282 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-07T18:24:42.282 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-07T18:24:42.282 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-07T18:24:42.282 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-07T18:24:42.282 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-07T18:24:42.282 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-07T18:24:42.282 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-07T18:24:42.282 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-07T18:24:42.282 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-07T18:24:42.282 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-07T18:24:42.283 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-07T18:24:42.283 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-07T18:24:42.283 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-07T18:24:42.283 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-07T18:24:42.283 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-07T18:24:42.283 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-07T18:24:42.283 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-07T18:24:42.283 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-07T18:24:42.283 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-07T18:24:42.283 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-07T18:24:42.283 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-07T18:24:42.283 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-07T18:24:42.283 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-07T18:24:42.283 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-07T18:24:42.283 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-07T18:24:42.284 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-07T18:24:42.284 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-07T18:24:42.284 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-07T18:24:42.284 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-07T18:24:42.284 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-07T18:24:42.284 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-07T18:24:42.284 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-07T18:24:42.284 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-07T18:24:42.284 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-07T18:24:42.284 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-07T18:24:42.284 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-07T18:24:42.284 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-07T18:24:42.284 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-07T18:24:42.284 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-07T18:24:42.284 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-07T18:24:42.285 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-07T18:24:42.285 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-07T18:24:42.285 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-07T18:24:42.285 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-07T18:24:42.285 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-07T18:24:42.285 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-07T18:24:42.285 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.bloom_locality: 0 2024-04-07T18:24:42.285 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-07T18:24:42.285 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-07T18:24:42.285 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-07T18:24:42.285 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-07T18:24:42.285 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-07T18:24:42.285 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.ttl: 2592000 2024-04-07T18:24:42.285 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-07T18:24:42.285 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-07T18:24:42.286 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-07T18:24:42.286 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.enable_blob_files: false 2024-04-07T18:24:42.286 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.min_blob_size: 0 2024-04-07T18:24:42.286 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-07T18:24:42.286 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-07T18:24:42.286 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-07T18:24:42.286 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-07T18:24:42.286 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-07T18:24:42.286 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-07T18:24:42.286 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-07T18:24:42.286 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-07T18:24:42.286 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-07T18:24:42.286 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T18:24:42.286 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-07T18:24:42.287 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T18:24:42.287 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a23c7b30-bce5-4235-85fc-902fcdd5d8cc 2024-04-07T18:24:42.287 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T18:24:42.287 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-07T18:24:42.287 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T18:24:42.287 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56353397c000 2024-04-07T18:24:42.287 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f209e915c80 4 rocksdb: DB pointer 0x56353396c000 2024-04-07T18:24:42.287 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f208ea77700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-07T18:24:42.287 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.696+0000 7f208ea77700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-07T18:24:42.287 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-07T18:24:42.287 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-07T18:24:42.287 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-07T18:24:42.287 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-07T18:24:42.287 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-07T18:24:42.288 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-07T18:24:42.288 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-07T18:24:42.288 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-07T18:24:42.288 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T18:24:42.288 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-07T18:24:42.288 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-07T18:24:42.288 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-07T18:24:42.288 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-07T18:24:42.288 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-07T18:24:42.288 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T18:24:42.288 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-07T18:24:42.288 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-07T18:24:42.288 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-07T18:24:42.288 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T18:24:42.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-07T18:24:42.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T18:24:42.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-07T18:24:42.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-07T18:24:42.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-07T18:24:42.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-07T18:24:42.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-07T18:24:42.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-07T18:24:42.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-07T18:24:42.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-07T18:24:42.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-07T18:24:42.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5635338b3090#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-04-07T18:24:42.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-07T18:24:42.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T18:24:42.290 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-07T18:24:42.290 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T18:24:42.290 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.700+0000 7f209e915c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-07T18:24:42.290 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.700+0000 7f209e915c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-07T18:24:42.290 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T18:24:41.700+0000 7f209e915c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-07T18:24:42.290 INFO:teuthology.orchestra.run.smithi087.stdout:create mon.a on 2024-04-07T18:24:42.523 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-07T18:24:42.706 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-07T18:24:42.891 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4.target -> /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4.target. 2024-04-07T18:24:42.891 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4.target -> /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4.target. 2024-04-07T18:24:43.150 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mon.a 2024-04-07T18:24:43.150 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mon.a.service: Unit ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mon.a.service not loaded. 2024-04-07T18:24:43.350 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4.target.wants/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mon.a.service -> /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service. 2024-04-07T18:24:43.358 INFO:teuthology.orchestra.run.smithi087.stdout:firewalld does not appear to be present 2024-04-07T18:24:43.358 INFO:teuthology.orchestra.run.smithi087.stdout:Not possible to enable service . firewalld.service is not available 2024-04-07T18:24:43.358 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for mon to start... 2024-04-07T18:24:43.358 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for mon... 2024-04-07T18:24:44.724 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:44 smithi087 bash[21026]: cluster 2024-04-07T18:24:44.515082+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-07T18:24:45.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout cluster: 2024-04-07T18:24:45.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout id: d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:24:45.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-07T18:24:45.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-07T18:24:45.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout services: 2024-04-07T18:24:45.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.176124s) 2024-04-07T18:24:45.289 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-07T18:24:45.290 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-07T18:24:45.291 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-07T18:24:45.291 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout data: 2024-04-07T18:24:45.291 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-07T18:24:45.291 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-07T18:24:45.291 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-07T18:24:45.291 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout pgs: 2024-04-07T18:24:45.291 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-07T18:24:45.291 INFO:teuthology.orchestra.run.smithi087.stdout:mon is available 2024-04-07T18:24:45.291 INFO:teuthology.orchestra.run.smithi087.stdout:Assimilating anything we can from ceph.conf... 2024-04-07T18:24:45.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:45 smithi087 bash[21026]: cluster 2024-04-07T18:24:44.537847+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-07T18:24:45.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:45 smithi087 bash[21026]: cluster 2024-04-07T18:24:44.538101+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-07T18:24:45.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:45 smithi087 bash[21026]: cluster 2024-04-07T18:24:44.538113+0000 mon.a (mon.0) 4 : cluster [DBG] fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:24:45.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:45 smithi087 bash[21026]: cluster 2024-04-07T18:24:44.538124+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-07T18:24:40.387706+0000 2024-04-07T18:24:45.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:45 smithi087 bash[21026]: cluster 2024-04-07T18:24:44.538133+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-07T18:24:40.387706+0000 2024-04-07T18:24:45.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:45 smithi087 bash[21026]: cluster 2024-04-07T18:24:44.538143+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-07T18:24:45.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:45 smithi087 bash[21026]: cluster 2024-04-07T18:24:44.538151+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-07T18:24:45.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:45 smithi087 bash[21026]: cluster 2024-04-07T18:24:44.538160+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-07T18:24:45.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:45 smithi087 bash[21026]: cluster 2024-04-07T18:24:44.540649+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-07T18:24:45.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:45 smithi087 bash[21026]: cluster 2024-04-07T18:24:44.542956+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-07T18:24:45.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:45 smithi087 bash[21026]: cluster 2024-04-07T18:24:44.543464+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-07T18:24:45.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:45 smithi087 bash[21026]: audit 2024-04-07T18:24:44.713917+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.87:0/1382698001' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-07T18:24:46.760 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-07T18:24:46.760 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout [global] 2024-04-07T18:24:46.761 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout fsid = d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:24:46.761 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.87:3300,v1:172.21.15.87:6789] 2024-04-07T18:24:46.761 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-07T18:24:46.762 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-07T18:24:46.762 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-07T18:24:46.762 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-07T18:24:46.762 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-07T18:24:46.762 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-07T18:24:46.762 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-07T18:24:46.762 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-07T18:24:46.762 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-07T18:24:46.762 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout [osd] 2024-04-07T18:24:46.763 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-07T18:24:46.763 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-07T18:24:46.763 INFO:teuthology.orchestra.run.smithi087.stdout:Generating new minimal ceph.conf... 2024-04-07T18:24:46.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:46 smithi087 bash[21026]: audit 2024-04-07T18:24:46.205591+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.87:0/2240800775' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-07T18:24:46.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:46 smithi087 bash[21026]: audit 2024-04-07T18:24:46.208250+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.87:0/2240800775' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-07T18:24:48.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:47 smithi087 bash[21026]: audit 2024-04-07T18:24:47.833945+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.87:0/967916841' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:24:48.381 INFO:teuthology.orchestra.run.smithi087.stdout:Restarting the monitor... 2024-04-07T18:24:48.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:48 smithi087 systemd[1]: Stopping Ceph mon.a for d8141d00-f50b-11ee-b649-cb9ed24678a4... 2024-04-07T18:24:48.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:48 smithi087 bash[21026]: debug 2024-04-07T18:24:48.532+0000 7efdb6df0700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-07T18:24:48.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:48 smithi087 bash[21026]: debug 2024-04-07T18:24:48.532+0000 7efdb6df0700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-07T18:24:49.366 INFO:teuthology.orchestra.run.smithi087.stdout:Setting public_network to 172.21.15.254/32,172.21.0.2/32,172.21.0.1/32,172.21.0.0/20 in mon config section 2024-04-07T18:24:49.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:49 smithi087 bash[21409]: ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4-mon-a 2024-04-07T18:24:49.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:49 smithi087 bash[21471]: Error response from daemon: No such container: ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4-mon-a 2024-04-07T18:24:49.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:49 smithi087 systemd[1]: ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-07T18:24:49.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:49 smithi087 systemd[1]: Stopped Ceph mon.a for d8141d00-f50b-11ee-b649-cb9ed24678a4. 2024-04-07T18:24:49.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:49 smithi087 systemd[1]: Started Ceph mon.a for d8141d00-f50b-11ee-b649-cb9ed24678a4. 2024-04-07T18:24:50.607 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.360+0000 7ff2b95f5c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-07T18:24:50.607 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.360+0000 7ff2b95f5c80 0 ceph version 19.0.0-2785-gadce92d0 (adce92d056533f22dc1ee37e3141d098b046ec1b) squid (dev), process ceph-mon, pid 7 2024-04-07T18:24:50.607 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.360+0000 7ff2b95f5c80 0 pidfile_write: ignore empty --pid-file 2024-04-07T18:24:50.607 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.364+0000 7ff2b95f5c80 0 load: jerasure load: lrc 2024-04-07T18:24:50.607 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.364+0000 7ff2b95f5c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-07T18:24:50.607 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.364+0000 7ff2b95f5c80 4 rocksdb: Git sha 0 2024-04-07T18:24:50.607 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.364+0000 7ff2b95f5c80 4 rocksdb: Compile date 2024-04-05 22:33:20 2024-04-07T18:24:50.607 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.364+0000 7ff2b95f5c80 4 rocksdb: DB SUMMARY 2024-04-07T18:24:50.607 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.364+0000 7ff2b95f5c80 4 rocksdb: DB Session ID: RYEMSALNVHQEJZO1HCE9 2024-04-07T18:24:50.608 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: CURRENT file: CURRENT 2024-04-07T18:24:50.608 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-07T18:24:50.608 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-07T18:24:50.608 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-07T18:24:50.608 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89093 ; 2024-04-07T18:24:50.608 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.error_if_exists: 0 2024-04-07T18:24:50.608 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.create_if_missing: 0 2024-04-07T18:24:50.608 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-07T18:24:50.608 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-07T18:24:50.608 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-07T18:24:50.608 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-07T18:24:50.608 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.env: 0x56253cd95c60 2024-04-07T18:24:50.608 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-07T18:24:50.608 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.info_log: 0x56253daedc00 2024-04-07T18:24:50.609 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-07T18:24:50.609 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.statistics: (nil) 2024-04-07T18:24:50.609 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.use_fsync: 0 2024-04-07T18:24:50.609 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-07T18:24:50.609 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-07T18:24:50.609 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-07T18:24:50.609 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-07T18:24:50.609 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-07T18:24:50.609 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-07T18:24:50.609 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-07T18:24:50.609 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-07T18:24:50.609 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-07T18:24:50.609 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-07T18:24:50.610 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-07T18:24:50.610 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.db_log_dir: 2024-04-07T18:24:50.610 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.wal_dir: 2024-04-07T18:24:50.610 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-07T18:24:50.610 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-07T18:24:50.610 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-07T18:24:50.610 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-07T18:24:50.610 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-07T18:24:50.610 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-07T18:24:50.610 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-07T18:24:50.610 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-07T18:24:50.610 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.write_buffer_manager: 0x56253dabe1e0 2024-04-07T18:24:50.610 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-07T18:24:50.611 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-07T18:24:50.611 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-07T18:24:50.611 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-07T18:24:50.611 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-07T18:24:50.611 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-07T18:24:50.612 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-07T18:24:50.612 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-07T18:24:50.612 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.unordered_write: 0 2024-04-07T18:24:50.613 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-07T18:24:50.613 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-07T18:24:50.613 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-07T18:24:50.613 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-07T18:24:50.613 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.row_cache: None 2024-04-07T18:24:50.613 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.wal_filter: None 2024-04-07T18:24:50.613 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-07T18:24:50.613 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-07T18:24:50.613 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.two_write_queues: 0 2024-04-07T18:24:50.613 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-07T18:24:50.613 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.wal_compression: 0 2024-04-07T18:24:50.613 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.atomic_flush: 0 2024-04-07T18:24:50.613 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-07T18:24:50.613 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-07T18:24:50.613 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-07T18:24:50.614 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-07T18:24:50.614 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-07T18:24:50.614 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-07T18:24:50.614 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-07T18:24:50.614 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-07T18:24:50.614 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-07T18:24:50.614 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-07T18:24:50.614 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-07T18:24:50.614 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-07T18:24:50.614 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-07T18:24:50.614 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-07T18:24:50.614 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-07T18:24:50.614 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-07T18:24:50.615 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-07T18:24:50.615 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-07T18:24:50.615 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-07T18:24:50.615 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-07T18:24:50.615 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-07T18:24:50.615 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-07T18:24:50.615 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_open_files: -1 2024-04-07T18:24:50.615 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-07T18:24:50.615 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-07T18:24:50.615 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-07T18:24:50.615 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-07T18:24:50.615 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-07T18:24:50.615 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Compression algorithms supported: 2024-04-07T18:24:50.615 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-07T18:24:50.616 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: kZSTD supported: 0 2024-04-07T18:24:50.616 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: kXpressCompression supported: 0 2024-04-07T18:24:50.616 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-07T18:24:50.616 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: kZlibCompression supported: 1 2024-04-07T18:24:50.616 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-07T18:24:50.616 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-07T18:24:50.616 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-07T18:24:50.616 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-07T18:24:50.616 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-07T18:24:50.616 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-07T18:24:50.616 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-07T18:24:50.616 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-07T18:24:50.616 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.merge_operator: 2024-04-07T18:24:50.616 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compaction_filter: None 2024-04-07T18:24:50.616 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-07T18:24:50.617 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-07T18:24:50.617 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-07T18:24:50.617 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-07T18:24:50.617 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56253daedde0) 2024-04-07T18:24:50.617 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: cache_index_and_filter_blocks: 1 2024-04-07T18:24:50.617 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-07T18:24:50.617 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-07T18:24:50.617 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: pin_top_level_index_and_filter: 1 2024-04-07T18:24:50.617 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: index_type: 0 2024-04-07T18:24:50.617 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: data_block_index_type: 0 2024-04-07T18:24:50.617 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: index_shortening: 1 2024-04-07T18:24:50.617 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: data_block_hash_table_util_ratio: 0.750000 2024-04-07T18:24:50.617 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: checksum: 4 2024-04-07T18:24:50.617 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: no_block_cache: 0 2024-04-07T18:24:50.618 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: block_cache: 0x56253daef090 2024-04-07T18:24:50.618 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: block_cache_name: BinnedLRUCache 2024-04-07T18:24:50.618 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: block_cache_options: 2024-04-07T18:24:50.618 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: capacity : 536870912 2024-04-07T18:24:50.618 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: num_shard_bits : 4 2024-04-07T18:24:50.618 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: strict_capacity_limit : 0 2024-04-07T18:24:50.618 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: high_pri_pool_ratio: 0.000 2024-04-07T18:24:50.618 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: block_cache_compressed: (nil) 2024-04-07T18:24:50.618 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: persistent_cache: (nil) 2024-04-07T18:24:50.618 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: block_size: 4096 2024-04-07T18:24:50.618 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: block_size_deviation: 10 2024-04-07T18:24:50.618 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: block_restart_interval: 16 2024-04-07T18:24:50.618 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: index_block_restart_interval: 1 2024-04-07T18:24:50.618 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: metadata_block_size: 4096 2024-04-07T18:24:50.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: partition_filters: 0 2024-04-07T18:24:50.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: use_delta_encoding: 1 2024-04-07T18:24:50.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: filter_policy: bloomfilter 2024-04-07T18:24:50.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: whole_key_filtering: 1 2024-04-07T18:24:50.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: verify_compression: 0 2024-04-07T18:24:50.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: read_amp_bytes_per_bit: 0 2024-04-07T18:24:50.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: format_version: 5 2024-04-07T18:24:50.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: enable_index_compression: 1 2024-04-07T18:24:50.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: block_align: 0 2024-04-07T18:24:50.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: max_auto_readahead_size: 262144 2024-04-07T18:24:50.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: prepopulate_block_cache: 0 2024-04-07T18:24:50.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: initial_auto_readahead_size: 8192 2024-04-07T18:24:50.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: num_file_reads_for_auto_readahead: 2 2024-04-07T18:24:50.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-07T18:24:50.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-07T18:24:50.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compression: NoCompression 2024-04-07T18:24:50.620 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-07T18:24:50.620 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-07T18:24:50.620 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-07T18:24:50.620 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.num_levels: 7 2024-04-07T18:24:50.620 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-07T18:24:50.620 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-07T18:24:50.620 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-07T18:24:50.620 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-07T18:24:50.620 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-07T18:24:50.620 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-07T18:24:50.620 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-07T18:24:50.620 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-07T18:24:50.620 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-07T18:24:50.620 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-07T18:24:50.621 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-07T18:24:50.621 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-07T18:24:50.621 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-07T18:24:50.621 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-07T18:24:50.621 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-07T18:24:50.621 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-07T18:24:50.621 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-07T18:24:50.621 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-07T18:24:50.621 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-07T18:24:50.621 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-07T18:24:50.621 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-07T18:24:50.621 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-07T18:24:50.621 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-07T18:24:50.621 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-07T18:24:50.621 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-07T18:24:50.622 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-07T18:24:50.622 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-07T18:24:50.622 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-07T18:24:50.622 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-07T18:24:50.622 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-07T18:24:50.622 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-07T18:24:50.622 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-07T18:24:50.622 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-07T18:24:50.622 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-07T18:24:50.622 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-07T18:24:50.622 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-07T18:24:50.622 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-07T18:24:50.622 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-07T18:24:50.623 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-07T18:24:50.623 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-07T18:24:50.623 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-07T18:24:50.623 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-07T18:24:50.623 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-07T18:24:50.623 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-07T18:24:50.623 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-07T18:24:50.623 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-07T18:24:50.623 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-07T18:24:50.623 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-07T18:24:50.623 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-07T18:24:50.623 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-07T18:24:50.623 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-07T18:24:50.623 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-07T18:24:50.624 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-07T18:24:50.624 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-07T18:24:50.624 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-07T18:24:50.624 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-07T18:24:50.624 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-07T18:24:50.624 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-07T18:24:50.624 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-07T18:24:50.624 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.bloom_locality: 0 2024-04-07T18:24:50.624 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-07T18:24:50.624 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-07T18:24:50.624 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-07T18:24:50.624 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-07T18:24:50.624 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-07T18:24:50.624 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.ttl: 2592000 2024-04-07T18:24:50.624 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-07T18:24:50.625 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-07T18:24:50.625 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-07T18:24:50.625 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.enable_blob_files: false 2024-04-07T18:24:50.625 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.min_blob_size: 0 2024-04-07T18:24:50.625 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-07T18:24:50.625 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-07T18:24:50.625 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-07T18:24:50.625 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-07T18:24:50.625 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-07T18:24:50.625 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-07T18:24:50.625 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-07T18:24:50.625 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-07T18:24:50.625 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-07T18:24:50.626 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-07T18:24:50.626 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a23c7b30-bce5-4235-85fc-902fcdd5d8cc 2024-04-07T18:24:50.626 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712514290370631, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-07T18:24:50.626 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-07T18:24:50.626 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712514290371665, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85710, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83857, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10201, "raw_average_key_size": 47, "raw_value_size": 78064, "raw_average_value_size": 359, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1712514290, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a23c7b30-bce5-4235-85fc-902fcdd5d8cc", "db_session_id": "RYEMSALNVHQEJZO1HCE9", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-07T18:24:50.626 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712514290371768, "job": 1, "event": "recovery_finished"} 2024-04-07T18:24:50.626 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-07T18:24:50.626 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-07T18:24:50.626 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56253dbe2000 2024-04-07T18:24:50.626 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.368+0000 7ff2b95f5c80 4 rocksdb: DB pointer 0x56253dbcc000 2024-04-07T18:24:50.626 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.372+0000 7ff2a7d4f700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-07T18:24:50.627 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.372+0000 7ff2a7d4f700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-07T18:24:50.627 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: ** DB Stats ** 2024-04-07T18:24:50.627 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-07T18:24:50.627 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-07T18:24:50.627 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-07T18:24:50.627 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-07T18:24:50.627 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-07T18:24:50.627 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-07T18:24:50.627 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-07T18:24:50.627 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: ** Compaction Stats [default] ** 2024-04-07T18:24:50.627 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-07T18:24:50.627 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-07T18:24:50.627 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: L0 2/0 85.56 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-07T18:24:50.627 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: Sum 2/0 85.56 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-07T18:24:50.628 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-07T18:24:50.628 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: ** Compaction Stats [default] ** 2024-04-07T18:24:50.628 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-07T18:24:50.628 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-07T18:24:50.628 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 125.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-07T18:24:50.628 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-07T18:24:50.628 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-07T18:24:50.628 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-07T18:24:50.628 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-07T18:24:50.628 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: AddFile(Total Files): cumulative 0, interval 0 2024-04-07T18:24:50.628 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-07T18:24:50.628 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: AddFile(Keys): cumulative 0, interval 0 2024-04-07T18:24:50.628 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: Cumulative compaction: 0.00 GB write, 21.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-07T18:24:50.628 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: Interval compaction: 0.00 GB write, 21.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-07T18:24:50.629 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-07T18:24:50.629 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: Block cache BinnedLRUCache@0x56253daef090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-04-07T18:24:50.629 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-04-07T18:24:50.629 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: ** File Read Latency Histogram By Level [default] ** 2024-04-07T18:24:50.629 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.372+0000 7ff2b95f5c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] at bind addrs [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:24:50.629 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.372+0000 7ff2b95f5c80 1 mon.a@-1(???) e1 preinit fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:24:50.629 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.372+0000 7ff2b95f5c80 0 mon.a@-1(???).mds e1 new map 2024-04-07T18:24:50.629 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.372+0000 7ff2b95f5c80 0 mon.a@-1(???).mds e1 print_map 2024-04-07T18:24:50.629 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: e1 2024-04-07T18:24:50.629 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-07T18:24:50.629 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-07T18:24:50.629 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: legacy client fscid: -1 2024-04-07T18:24:50.629 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: 2024-04-07T18:24:50.629 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: No filesystems configured 2024-04-07T18:24:50.630 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.372+0000 7ff2b95f5c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-07T18:24:50.630 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.372+0000 7ff2b95f5c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-07T18:24:50.630 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.372+0000 7ff2b95f5c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-07T18:24:50.630 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.372+0000 7ff2b95f5c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-07T18:24:50.630 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: debug 2024-04-07T18:24:50.372+0000 7ff2b95f5c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-07T18:24:50.630 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: cluster 2024-04-07T18:24:50.398096+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-07T18:24:50.630 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: cluster 2024-04-07T18:24:50.398207+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-07T18:24:50.630 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: cluster 2024-04-07T18:24:50.398225+0000 mon.a (mon.0) 3 : cluster [DBG] fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:24:50.630 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: cluster 2024-04-07T18:24:50.398248+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-07T18:24:40.387706+0000 2024-04-07T18:24:50.630 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: cluster 2024-04-07T18:24:50.398264+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-07T18:24:40.387706+0000 2024-04-07T18:24:50.630 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: cluster 2024-04-07T18:24:50.398280+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-07T18:24:50.630 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: cluster 2024-04-07T18:24:50.398298+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-07T18:24:50.630 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: cluster 2024-04-07T18:24:50.398319+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-07T18:24:50.630 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: cluster 2024-04-07T18:24:50.398916+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-07T18:24:50.631 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: cluster 2024-04-07T18:24:50.398963+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-07T18:24:50.631 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:50 smithi087 bash[21510]: cluster 2024-04-07T18:24:50.399513+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-07T18:24:51.165 INFO:teuthology.orchestra.run.smithi087.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-07T18:24:51.191 INFO:teuthology.orchestra.run.smithi087.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-07T18:24:51.191 INFO:teuthology.orchestra.run.smithi087.stdout:Creating mgr... 2024-04-07T18:24:51.192 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-07T18:24:51.192 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-07T18:24:51.508 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mgr.a 2024-04-07T18:24:51.508 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mgr.a.service: Unit ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mgr.a.service not loaded. 2024-04-07T18:24:51.592 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:51 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:24:51.703 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4.target.wants/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mgr.a.service -> /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service. 2024-04-07T18:24:51.712 INFO:teuthology.orchestra.run.smithi087.stdout:firewalld does not appear to be present 2024-04-07T18:24:51.712 INFO:teuthology.orchestra.run.smithi087.stdout:Not possible to enable service . firewalld.service is not available 2024-04-07T18:24:51.712 INFO:teuthology.orchestra.run.smithi087.stdout:firewalld does not appear to be present 2024-04-07T18:24:51.713 INFO:teuthology.orchestra.run.smithi087.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-07T18:24:51.713 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for mgr to start... 2024-04-07T18:24:51.713 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for mgr... 2024-04-07T18:24:51.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:51 smithi087 bash[21510]: audit 2024-04-07T18:24:50.594388+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.87:0/501044115' entity='client.admin' 2024-04-07T18:24:51.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:51 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:24:53.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:53 smithi087 bash[21510]: audit 2024-04-07T18:24:53.294120+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.87:0/1644934762' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-07T18:24:53.484 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:53 smithi087 bash[21763]: debug 2024-04-07T18:24:53.140+0000 7feb17eb7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-07T18:24:53.900 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-07T18:24:53.900 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2024-04-07T18:24:53.900 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsid": "d8141d00-f50b-11ee-b649-cb9ed24678a4", 2024-04-07T18:24:53.900 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "health": { 2024-04-07T18:24:53.900 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-07T18:24:53.900 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-07T18:24:53.901 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-07T18:24:53.901 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:24:53.901 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-07T18:24:53.901 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-07T18:24:53.901 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 0 2024-04-07T18:24:53.901 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-07T18:24:53.901 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-07T18:24:53.901 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "a" 2024-04-07T18:24:53.901 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-07T18:24:53.901 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-07T18:24:53.901 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-07T18:24:53.901 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T18:24:53.901 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-07T18:24:53.901 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-07T18:24:53.901 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:24:53.902 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-07T18:24:53.902 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T18:24:53.902 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-07T18:24:53.902 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-07T18:24:53.902 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-07T18:24:53.902 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-07T18:24:53.902 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-07T18:24:53.902 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-07T18:24:53.905 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:24:53.905 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-07T18:24:53.906 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-07T18:24:53.906 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-07T18:24:53.906 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-07T18:24:53.906 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-07T18:24:53.906 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-07T18:24:53.906 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-07T18:24:53.906 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-07T18:24:53.906 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-07T18:24:53.906 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:24:53.906 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-07T18:24:53.906 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T18:24:53.906 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-07T18:24:53.906 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-07T18:24:53.906 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:24:53.907 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-07T18:24:53.907 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-07T18:24:53.907 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-07T18:24:53.907 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-07T18:24:53.907 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-07T18:24:53.907 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-07T18:24:53.907 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "restful" 2024-04-07T18:24:53.907 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-07T18:24:53.907 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T18:24:53.907 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:24:53.907 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-07T18:24:53.907 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T18:24:53.907 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modified": "2024-04-07T18:24:44.539407+0000", 2024-04-07T18:24:53.907 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T18:24:53.907 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:24:53.908 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-07T18:24:53.908 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2024-04-07T18:24:53.908 INFO:teuthology.orchestra.run.smithi087.stdout:mgr not available, waiting (1/15)... 2024-04-07T18:24:54.984 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:54 smithi087 bash[21763]: debug 2024-04-07T18:24:54.720+0000 7feb17eb7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-07T18:24:54.984 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:54 smithi087 bash[21763]: debug 2024-04-07T18:24:54.816+0000 7feb17eb7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-07T18:24:55.484 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:55 smithi087 bash[21763]: debug 2024-04-07T18:24:55.060+0000 7feb17eb7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-07T18:24:56.234 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:55 smithi087 bash[21763]: debug 2024-04-07T18:24:55.844+0000 7feb17eb7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-07T18:24:56.234 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:55 smithi087 bash[21763]: debug 2024-04-07T18:24:55.960+0000 7feb17eb7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-07T18:24:56.234 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:56 smithi087 bash[21763]: debug 2024-04-07T18:24:56.060+0000 7feb17eb7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-07T18:24:56.725 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:56 smithi087 bash[21763]: debug 2024-04-07T18:24:56.411+0000 7feb17eb7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-07T18:24:56.726 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:56 smithi087 bash[21763]: debug 2024-04-07T18:24:56.527+0000 7feb17eb7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-07T18:24:56.726 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:56 smithi087 bash[21763]: debug 2024-04-07T18:24:56.627+0000 7feb17eb7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-07T18:24:57.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:24:57 smithi087 bash[21510]: audit 2024-04-07T18:24:57.058955+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.87:0/2481885153' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-07T18:24:57.484 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:56 smithi087 bash[21763]: debug 2024-04-07T18:24:56.991+0000 7feb17eb7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-07T18:24:57.484 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:57 smithi087 bash[21763]: debug 2024-04-07T18:24:57.235+0000 7feb17eb7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-07T18:24:57.685 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-07T18:24:57.686 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2024-04-07T18:24:57.686 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsid": "d8141d00-f50b-11ee-b649-cb9ed24678a4", 2024-04-07T18:24:57.686 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "health": { 2024-04-07T18:24:57.686 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-07T18:24:57.686 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-07T18:24:57.686 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-07T18:24:57.686 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:24:57.686 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-07T18:24:57.686 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-07T18:24:57.686 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 0 2024-04-07T18:24:57.686 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-07T18:24:57.686 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-07T18:24:57.686 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "a" 2024-04-07T18:24:57.687 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-07T18:24:57.687 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-07T18:24:57.687 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-07T18:24:57.687 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T18:24:57.687 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-07T18:24:57.687 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-07T18:24:57.687 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:24:57.687 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-07T18:24:57.687 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T18:24:57.687 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-07T18:24:57.687 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-07T18:24:57.687 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-07T18:24:57.687 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-07T18:24:57.687 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-07T18:24:57.688 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-07T18:24:57.688 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:24:57.688 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-07T18:24:57.688 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-07T18:24:57.688 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-07T18:24:57.688 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-07T18:24:57.688 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-07T18:24:57.688 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-07T18:24:57.688 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-07T18:24:57.688 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-07T18:24:57.688 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-07T18:24:57.688 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:24:57.688 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-07T18:24:57.688 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T18:24:57.689 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-07T18:24:57.689 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-07T18:24:57.689 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:24:57.689 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-07T18:24:57.689 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-07T18:24:57.689 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-07T18:24:57.689 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-07T18:24:57.689 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-07T18:24:57.689 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-07T18:24:57.689 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "restful" 2024-04-07T18:24:57.689 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-07T18:24:57.689 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T18:24:57.689 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:24:57.689 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-07T18:24:57.690 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T18:24:57.690 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modified": "2024-04-07T18:24:44.539407+0000", 2024-04-07T18:24:57.690 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T18:24:57.690 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:24:57.690 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-07T18:24:57.690 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2024-04-07T18:24:57.690 INFO:teuthology.orchestra.run.smithi087.stdout:mgr not available, waiting (2/15)... 2024-04-07T18:24:57.876 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:57 smithi087 bash[21763]: debug 2024-04-07T18:24:57.491+0000 7feb17eb7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-07T18:24:57.876 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:57 smithi087 bash[21763]: debug 2024-04-07T18:24:57.603+0000 7feb17eb7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-07T18:24:58.234 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:57 smithi087 bash[21763]: debug 2024-04-07T18:24:57.875+0000 7feb17eb7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-07T18:24:58.633 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:58 smithi087 bash[21763]: debug 2024-04-07T18:24:58.283+0000 7feb17eb7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-07T18:24:58.633 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:58 smithi087 bash[21763]: debug 2024-04-07T18:24:58.515+0000 7feb17eb7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-07T18:24:58.984 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:58 smithi087 bash[21763]: debug 2024-04-07T18:24:58.631+0000 7feb17eb7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-07T18:24:58.984 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:58 smithi087 bash[21763]: debug 2024-04-07T18:24:58.875+0000 7feb17eb7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-07T18:24:59.984 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:59 smithi087 bash[21763]: debug 2024-04-07T18:24:59.875+0000 7feb17eb7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-07T18:25:00.284 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:24:59 smithi087 bash[21763]: debug 2024-04-07T18:24:59.987+0000 7feb17eb7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-07T18:25:00.733 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:00 smithi087 bash[21763]: debug 2024-04-07T18:25:00.283+0000 7feb17eb7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-07T18:25:00.733 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:00 smithi087 bash[21763]: debug 2024-04-07T18:25:00.395+0000 7feb17eb7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-07T18:25:00.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:00 smithi087 bash[21510]: audit 2024-04-07T18:25:00.722157+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.87:0/3154806653' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-07T18:25:00.984 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:00 smithi087 bash[21763]: debug 2024-04-07T18:25:00.847+0000 7feb17eb7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-07T18:25:00.984 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:00 smithi087 bash[21763]: debug 2024-04-07T18:25:00.967+0000 7feb17eb7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-07T18:25:01.263 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-07T18:25:01.263 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2024-04-07T18:25:01.263 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsid": "d8141d00-f50b-11ee-b649-cb9ed24678a4", 2024-04-07T18:25:01.263 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "health": { 2024-04-07T18:25:01.263 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-07T18:25:01.263 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-07T18:25:01.263 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-07T18:25:01.263 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:25:01.263 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-07T18:25:01.263 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-07T18:25:01.263 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 0 2024-04-07T18:25:01.263 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-07T18:25:01.264 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-07T18:25:01.264 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "a" 2024-04-07T18:25:01.264 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-07T18:25:01.264 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-04-07T18:25:01.264 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-07T18:25:01.264 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T18:25:01.264 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-07T18:25:01.264 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-07T18:25:01.264 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:25:01.265 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-07T18:25:01.265 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T18:25:01.266 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-07T18:25:01.266 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-07T18:25:01.266 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-07T18:25:01.266 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-07T18:25:01.266 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-07T18:25:01.266 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-07T18:25:01.266 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:25:01.266 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-07T18:25:01.269 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-07T18:25:01.269 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-07T18:25:01.269 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-07T18:25:01.269 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-07T18:25:01.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-07T18:25:01.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-07T18:25:01.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-07T18:25:01.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-07T18:25:01.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:25:01.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-07T18:25:01.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T18:25:01.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-07T18:25:01.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-07T18:25:01.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:25:01.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-07T18:25:01.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-07T18:25:01.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-07T18:25:01.270 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-07T18:25:01.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-07T18:25:01.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-07T18:25:01.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "restful" 2024-04-07T18:25:01.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-07T18:25:01.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T18:25:01.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:25:01.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-07T18:25:01.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T18:25:01.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modified": "2024-04-07T18:24:44.539407+0000", 2024-04-07T18:25:01.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T18:25:01.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:25:01.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-07T18:25:01.271 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2024-04-07T18:25:01.271 INFO:teuthology.orchestra.run.smithi087.stdout:mgr not available, waiting (3/15)... 2024-04-07T18:25:02.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:01 smithi087 bash[21510]: cluster 2024-04-07T18:25:00.975248+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-07T18:25:02.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:01 smithi087 bash[21510]: cluster 2024-04-07T18:25:00.982217+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00748384s) 2024-04-07T18:25:02.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:01 smithi087 bash[21510]: audit 2024-04-07T18:25:00.983272+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.87:0/1418187948' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-07T18:25:02.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:01 smithi087 bash[21510]: audit 2024-04-07T18:25:00.983468+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.87:0/1418187948' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-07T18:25:02.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:01 smithi087 bash[21510]: audit 2024-04-07T18:25:00.983663+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.87:0/1418187948' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-07T18:25:02.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:01 smithi087 bash[21510]: audit 2024-04-07T18:25:00.983830+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.87:0/1418187948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:25:02.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:01 smithi087 bash[21510]: audit 2024-04-07T18:25:00.985041+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.87:0/1418187948' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-07T18:25:02.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:01 smithi087 bash[21510]: cluster 2024-04-07T18:25:01.016126+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-04-07T18:25:02.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:01 smithi087 bash[21510]: audit 2024-04-07T18:25:01.029058+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.87:0/1418187948' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-07T18:25:02.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:01 smithi087 bash[21510]: audit 2024-04-07T18:25:01.031574+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.87:0/1418187948' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-07T18:25:02.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:01 smithi087 bash[21510]: audit 2024-04-07T18:25:01.036847+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.87:0/1418187948' entity='mgr.a' 2024-04-07T18:25:02.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:01 smithi087 bash[21510]: audit 2024-04-07T18:25:01.042142+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.87:0/1418187948' entity='mgr.a' 2024-04-07T18:25:02.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:01 smithi087 bash[21510]: audit 2024-04-07T18:25:01.047580+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.87:0/1418187948' entity='mgr.a' 2024-04-07T18:25:03.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:02 smithi087 bash[21510]: cluster 2024-04-07T18:25:01.991279+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01654s) 2024-04-07T18:25:05.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:04 smithi087 bash[21510]: cluster 2024-04-07T18:25:03.990646+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-04-07T18:25:05.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:04 smithi087 bash[21510]: audit 2024-04-07T18:25:04.753194+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.87:0/1910474512' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-07T18:25:05.417 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-07T18:25:05.417 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2024-04-07T18:25:05.417 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsid": "d8141d00-f50b-11ee-b649-cb9ed24678a4", 2024-04-07T18:25:05.417 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "health": { 2024-04-07T18:25:05.418 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-07T18:25:05.418 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-07T18:25:05.418 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-07T18:25:05.418 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:25:05.418 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-07T18:25:05.418 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-07T18:25:05.418 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 0 2024-04-07T18:25:05.418 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-07T18:25:05.418 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-07T18:25:05.420 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "a" 2024-04-07T18:25:05.420 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-07T18:25:05.420 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-04-07T18:25:05.420 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-07T18:25:05.420 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T18:25:05.420 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-07T18:25:05.420 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-07T18:25:05.420 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:25:05.420 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-07T18:25:05.421 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T18:25:05.421 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-07T18:25:05.421 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-07T18:25:05.421 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-07T18:25:05.425 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-07T18:25:05.425 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-07T18:25:05.425 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-07T18:25:05.425 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:25:05.425 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-07T18:25:05.425 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-07T18:25:05.426 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-07T18:25:05.426 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-07T18:25:05.426 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-07T18:25:05.426 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-07T18:25:05.426 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-07T18:25:05.426 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-07T18:25:05.426 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-07T18:25:05.426 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:25:05.426 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-07T18:25:05.426 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T18:25:05.426 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-07T18:25:05.427 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-07T18:25:05.427 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:25:05.427 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-07T18:25:05.427 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-07T18:25:05.427 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-07T18:25:05.427 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-07T18:25:05.427 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-07T18:25:05.427 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-07T18:25:05.427 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "restful" 2024-04-07T18:25:05.427 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-07T18:25:05.427 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T18:25:05.428 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:25:05.428 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-07T18:25:05.428 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T18:25:05.428 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modified": "2024-04-07T18:24:44.539407+0000", 2024-04-07T18:25:05.428 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T18:25:05.428 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-07T18:25:05.428 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-07T18:25:05.428 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2024-04-07T18:25:05.428 INFO:teuthology.orchestra.run.smithi087.stdout:mgr is available 2024-04-07T18:25:06.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:06 smithi087 bash[21510]: audit 2024-04-07T18:25:06.693155+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.87:0/2284497210' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-07T18:25:06.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:06 smithi087 bash[21510]: audit 2024-04-07T18:25:06.698066+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.87:0/2284497210' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-07T18:25:07.314 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-07T18:25:07.314 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout [global] 2024-04-07T18:25:07.314 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout fsid = d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:25:07.314 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-07T18:25:07.315 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-07T18:25:07.315 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-07T18:25:07.315 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-07T18:25:07.315 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-07T18:25:07.315 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-07T18:25:07.315 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-07T18:25:07.316 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-07T18:25:07.316 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout [osd] 2024-04-07T18:25:07.316 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-07T18:25:07.316 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-07T18:25:07.316 INFO:teuthology.orchestra.run.smithi087.stdout:Enabling cephadm module... 2024-04-07T18:25:08.984 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:08 smithi087 bash[21763]: ignoring --setuser ceph since I am not root 2024-04-07T18:25:08.984 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:08 smithi087 bash[21763]: ignoring --setgroup ceph since I am not root 2024-04-07T18:25:08.984 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:08 smithi087 bash[21763]: debug 2024-04-07T18:25:08.907+0000 7f4394328200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-07T18:25:08.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:08 smithi087 bash[21510]: audit 2024-04-07T18:25:08.676354+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.87:0/3352479862' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-07T18:25:09.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:09 smithi087 bash[21510]: audit 2024-04-07T18:25:08.727935+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.87:0/3352479862' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-07T18:25:09.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:09 smithi087 bash[21510]: cluster 2024-04-07T18:25:08.731954+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-04-07T18:25:10.732 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:10 smithi087 bash[21763]: debug 2024-04-07T18:25:10.467+0000 7f4394328200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-07T18:25:10.732 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:10 smithi087 bash[21763]: debug 2024-04-07T18:25:10.563+0000 7f4394328200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-07T18:25:10.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:10 smithi087 bash[21510]: audit 2024-04-07T18:25:10.607681+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.87:0/1473321296' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-07T18:25:10.984 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:10 smithi087 bash[21763]: debug 2024-04-07T18:25:10.815+0000 7f4394328200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-07T18:25:11.170 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2024-04-07T18:25:11.171 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-07T18:25:11.171 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-07T18:25:11.171 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-07T18:25:11.171 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-07T18:25:11.171 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2024-04-07T18:25:11.171 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for the mgr to restart... 2024-04-07T18:25:11.171 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for mgr epoch 5... 2024-04-07T18:25:11.984 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:11 smithi087 bash[21763]: debug 2024-04-07T18:25:11.607+0000 7f4394328200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-07T18:25:11.985 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:11 smithi087 bash[21763]: debug 2024-04-07T18:25:11.719+0000 7f4394328200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-07T18:25:11.985 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:11 smithi087 bash[21763]: debug 2024-04-07T18:25:11.823+0000 7f4394328200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-07T18:25:12.484 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:12 smithi087 bash[21763]: debug 2024-04-07T18:25:12.183+0000 7f4394328200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-07T18:25:12.484 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:12 smithi087 bash[21763]: debug 2024-04-07T18:25:12.295+0000 7f4394328200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-07T18:25:12.484 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:12 smithi087 bash[21763]: debug 2024-04-07T18:25:12.395+0000 7f4394328200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-07T18:25:13.234 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:12 smithi087 bash[21763]: debug 2024-04-07T18:25:12.751+0000 7f4394328200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-07T18:25:13.234 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:12 smithi087 bash[21763]: debug 2024-04-07T18:25:12.987+0000 7f4394328200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-07T18:25:13.627 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:13 smithi087 bash[21763]: debug 2024-04-07T18:25:13.243+0000 7f4394328200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-07T18:25:13.628 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:13 smithi087 bash[21763]: debug 2024-04-07T18:25:13.355+0000 7f4394328200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-07T18:25:14.386 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:13 smithi087 bash[21763]: debug 2024-04-07T18:25:13.623+0000 7f4394328200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-07T18:25:14.386 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:14 smithi087 bash[21763]: debug 2024-04-07T18:25:14.031+0000 7f4394328200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-07T18:25:14.386 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:14 smithi087 bash[21763]: debug 2024-04-07T18:25:14.267+0000 7f4394328200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-07T18:25:14.734 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:14 smithi087 bash[21763]: debug 2024-04-07T18:25:14.383+0000 7f4394328200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-07T18:25:14.734 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:14 smithi087 bash[21763]: debug 2024-04-07T18:25:14.627+0000 7f4394328200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-07T18:25:15.984 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:15 smithi087 bash[21763]: debug 2024-04-07T18:25:15.631+0000 7f4394328200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-07T18:25:15.984 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:15 smithi087 bash[21763]: debug 2024-04-07T18:25:15.747+0000 7f4394328200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-07T18:25:16.484 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:16 smithi087 bash[21763]: debug 2024-04-07T18:25:16.035+0000 7f4394328200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-07T18:25:16.484 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:16 smithi087 bash[21763]: debug 2024-04-07T18:25:16.147+0000 7f4394328200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-07T18:25:16.984 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:16 smithi087 bash[21763]: debug 2024-04-07T18:25:16.595+0000 7f4394328200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-07T18:25:16.984 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:16 smithi087 bash[21763]: debug 2024-04-07T18:25:16.711+0000 7f4394328200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-07T18:25:16.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:16 smithi087 bash[21510]: cluster 2024-04-07T18:25:16.736144+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-04-07T18:25:16.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:16 smithi087 bash[21510]: cluster 2024-04-07T18:25:16.736653+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-04-07T18:25:16.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:16 smithi087 bash[21510]: cluster 2024-04-07T18:25:16.743221+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-07T18:25:16.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:16 smithi087 bash[21510]: cluster 2024-04-07T18:25:16.743347+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.0068839s) 2024-04-07T18:25:16.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:16 smithi087 bash[21510]: audit 2024-04-07T18:25:16.745209+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:25:16.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:16 smithi087 bash[21510]: audit 2024-04-07T18:25:16.746882+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-07T18:25:16.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:16 smithi087 bash[21510]: audit 2024-04-07T18:25:16.748163+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-07T18:25:16.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:16 smithi087 bash[21510]: audit 2024-04-07T18:25:16.748339+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-07T18:25:16.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:16 smithi087 bash[21510]: audit 2024-04-07T18:25:16.748467+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-07T18:25:16.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:16 smithi087 bash[21510]: cluster 2024-04-07T18:25:16.771228+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-04-07T18:25:18.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:17 smithi087 bash[21510]: cephadm 2024-04-07T18:25:16.790603+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-07T18:25:18.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:17 smithi087 bash[21510]: audit 2024-04-07T18:25:16.796461+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' 2024-04-07T18:25:18.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:17 smithi087 bash[21510]: audit 2024-04-07T18:25:16.799001+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' 2024-04-07T18:25:18.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:17 smithi087 bash[21510]: audit 2024-04-07T18:25:16.801618+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' 2024-04-07T18:25:18.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:17 smithi087 bash[21510]: audit 2024-04-07T18:25:16.804638+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:25:18.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:17 smithi087 bash[21510]: audit 2024-04-07T18:25:16.808755+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:25:18.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:17 smithi087 bash[21510]: audit 2024-04-07T18:25:16.819328+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-07T18:25:18.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:17 smithi087 bash[21510]: audit 2024-04-07T18:25:16.821537+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-07T18:25:18.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:17 smithi087 bash[21510]: audit 2024-04-07T18:25:17.747339+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-07T18:25:18.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:17 smithi087 bash[21510]: cluster 2024-04-07T18:25:17.748703+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e7: a(active, since 1.01223s) 2024-04-07T18:25:18.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:17 smithi087 bash[21510]: audit 2024-04-07T18:25:17.760066+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-07T18:25:18.386 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2024-04-07T18:25:18.386 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-07T18:25:18.387 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-07T18:25:18.387 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2024-04-07T18:25:18.387 INFO:teuthology.orchestra.run.smithi087.stdout:mgr epoch 5 is available 2024-04-07T18:25:18.387 INFO:teuthology.orchestra.run.smithi087.stdout:Setting orchestrator backend to cephadm... 2024-04-07T18:25:19.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:18 smithi087 bash[21510]: audit 2024-04-07T18:25:17.818017+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' 2024-04-07T18:25:19.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:18 smithi087 bash[21510]: audit 2024-04-07T18:25:17.821104+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' 2024-04-07T18:25:19.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:19 smithi087 bash[21510]: cluster 2024-04-07T18:25:18.828391+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-07T18:25:19.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:19 smithi087 bash[21510]: cephadm 2024-04-07T18:25:19.275078+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [07/Apr/2024:18:25:19] ENGINE Bus STARTING 2024-04-07T18:25:19.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:19 smithi087 bash[21510]: cephadm 2024-04-07T18:25:19.392454+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [07/Apr/2024:18:25:19] ENGINE Serving on https://172.21.15.87:7150 2024-04-07T18:25:19.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:19 smithi087 bash[21510]: cephadm 2024-04-07T18:25:19.493772+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [07/Apr/2024:18:25:19] ENGINE Serving on http://172.21.15.87:8765 2024-04-07T18:25:19.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:19 smithi087 bash[21510]: cephadm 2024-04-07T18:25:19.493960+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [07/Apr/2024:18:25:19] ENGINE Bus STARTED 2024-04-07T18:25:19.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:19 smithi087 bash[21510]: audit 2024-04-07T18:25:19.532698+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:25:19.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:19 smithi087 bash[21510]: audit 2024-04-07T18:25:19.617912+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:25:19.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:19 smithi087 bash[21510]: audit 2024-04-07T18:25:19.624366+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' 2024-04-07T18:25:19.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:19 smithi087 bash[21510]: audit 2024-04-07T18:25:19.649601+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:25:22.080 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-07T18:25:22.080 INFO:teuthology.orchestra.run.smithi087.stdout:Generating ssh key... 2024-04-07T18:25:22.100 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:21 smithi087 bash[21510]: audit 2024-04-07T18:25:21.501402+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:25:23.511 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:23 smithi087 bash[21763]: Generating public/private rsa key pair. 2024-04-07T18:25:23.511 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:23 smithi087 bash[21763]: Your identification has been saved in /tmp/tmpmrapnehr/key. 2024-04-07T18:25:23.511 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:23 smithi087 bash[21763]: Your public key has been saved in /tmp/tmpmrapnehr/key.pub. 2024-04-07T18:25:23.511 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:23 smithi087 bash[21763]: The key fingerprint is: 2024-04-07T18:25:23.511 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:23 smithi087 bash[21763]: SHA256:etXjrRt+NTDeZlexqStJJ9frqZDvm+ghN6Tc/kLzYxQ ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:25:23.511 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:23 smithi087 bash[21763]: The key's randomart image is: 2024-04-07T18:25:23.512 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:23 smithi087 bash[21763]: +---[RSA 3072]----+ 2024-04-07T18:25:23.985 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:23 smithi087 bash[21763]: | | 2024-04-07T18:25:23.985 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:23 smithi087 bash[21763]: | . | 2024-04-07T18:25:23.985 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:23 smithi087 bash[21763]: | +| 2024-04-07T18:25:23.985 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:23 smithi087 bash[21763]: | . E o.| 2024-04-07T18:25:23.985 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:23 smithi087 bash[21763]: | S ..+ B .| 2024-04-07T18:25:23.985 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:23 smithi087 bash[21763]: | ...+*.O *o| 2024-04-07T18:25:23.985 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:23 smithi087 bash[21763]: | . .+oB@ =.+| 2024-04-07T18:25:23.985 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:23 smithi087 bash[21763]: | . +=*Bo..| 2024-04-07T18:25:23.985 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:23 smithi087 bash[21763]: | .+XX=o | 2024-04-07T18:25:23.985 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:23 smithi087 bash[21763]: +----[SHA256]-----+ 2024-04-07T18:25:24.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:24 smithi087 bash[21510]: audit 2024-04-07T18:25:23.342711+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:25:24.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:24 smithi087 bash[21510]: cephadm 2024-04-07T18:25:23.343120+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-07T18:25:24.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:24 smithi087 bash[21510]: audit 2024-04-07T18:25:23.516543+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' 2024-04-07T18:25:24.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:24 smithi087 bash[21510]: audit 2024-04-07T18:25:23.519195+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' 2024-04-07T18:25:25.908 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdtO0P4DdFCzYvq1u+Rvv6uHHpDmsV+wamGhg7Px4r94nlCwsmbed0tmHn+GbjazULLkHkM2+l9xxV3NqV9qqRXlxDuXjKl2zl7x/XNv39Tjdch+6cExNoc4rKCsZ6iayZC3ZvDTv//AQjBFj34UrwbZ+vWqzSL+B6ejtQFZKgxdHSCc8az8ZZsso6Vw0DWkGm9BR/ySMhjlmyjyURa8+o6FyE1vniaktJgiek4D0VWc2kF6PqfHjczCWdRm/SP2jxSQk6k3GY60buXlkvc6cIO8M6bhtqp+53hoWI2VRln5EXvQ0fjdxiTzHWlcVG/1/NfKVdqZiadRoU2AynXGBeetvxj8pgA7zdKZfv48Ctf37RYRH2FAdYXoFje8Qzgu9pHiBTU6L5dumUOuBe0sxm11W0uxSESjOFBjw+Xi0kIF3S80NdnK1wZGcsBjrbg/hGAbtBG1nd3kcHC6GMn9uD/aj/AQkO4GSv2E7nHIgPr9Q5E91Q+KNkdByBxGtv6yU= ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:25:25.909 INFO:teuthology.orchestra.run.smithi087.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-07T18:25:25.909 INFO:teuthology.orchestra.run.smithi087.stdout:Adding key to root@localhost authorized_keys... 2024-04-07T18:25:25.909 INFO:teuthology.orchestra.run.smithi087.stdout:Adding host smithi087... 2024-04-07T18:25:26.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:25 smithi087 bash[21510]: audit 2024-04-07T18:25:25.291518+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:25:28.066 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:27 smithi087 bash[21510]: audit 2024-04-07T18:25:27.156531+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi087", "addr": "172.21.15.87", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:25:28.066 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:27 smithi087 bash[21510]: cephadm 2024-04-07T18:25:27.751426+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi087 2024-04-07T18:25:33.604 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout Added host 'smithi087' with addr '172.21.15.87' 2024-04-07T18:25:33.604 INFO:teuthology.orchestra.run.smithi087.stdout:Deploying unmanaged mon service... 2024-04-07T18:25:33.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:33 smithi087 bash[21510]: audit 2024-04-07T18:25:32.714537+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' 2024-04-07T18:25:33.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:33 smithi087 bash[21510]: cephadm 2024-04-07T18:25:32.715000+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi087 2024-04-07T18:25:33.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:33 smithi087 bash[21510]: audit 2024-04-07T18:25:32.734668+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:25:36.183 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-07T18:25:36.183 INFO:teuthology.orchestra.run.smithi087.stdout:Deploying unmanaged mgr service... 2024-04-07T18:25:36.851 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:36 smithi087 bash[21510]: audit 2024-04-07T18:25:35.485439+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:25:36.851 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:36 smithi087 bash[21510]: cephadm 2024-04-07T18:25:35.488677+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-07T18:25:36.851 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:36 smithi087 bash[21510]: audit 2024-04-07T18:25:35.491922+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' 2024-04-07T18:25:36.851 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:36 smithi087 bash[21510]: audit 2024-04-07T18:25:35.913899+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' 2024-04-07T18:25:36.851 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:36 smithi087 bash[21510]: audit 2024-04-07T18:25:36.454039+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' 2024-04-07T18:25:38.063 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-07T18:25:38.084 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:37 smithi087 bash[21510]: cluster 2024-04-07T18:25:36.749734+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:25:38.084 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:37 smithi087 bash[21510]: audit 2024-04-07T18:25:37.445766+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.87:0/3702224553' entity='mgr.a' 2024-04-07T18:25:38.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:38 smithi087 bash[21510]: audit 2024-04-07T18:25:37.441741+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:25:38.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:38 smithi087 bash[21510]: cephadm 2024-04-07T18:25:37.443369+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-07T18:25:40.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:39 smithi087 bash[21510]: cluster 2024-04-07T18:25:38.750107+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:25:40.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:39 smithi087 bash[21510]: audit 2024-04-07T18:25:39.317815+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.87:0/1821023881' entity='client.admin' 2024-04-07T18:25:41.749 INFO:teuthology.orchestra.run.smithi087.stdout:Enabling the dashboard module... 2024-04-07T18:25:42.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:41 smithi087 bash[21510]: cluster 2024-04-07T18:25:40.750503+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:25:42.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:41 smithi087 bash[21510]: audit 2024-04-07T18:25:41.156859+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.87:0/3506021716' entity='client.admin' 2024-04-07T18:25:44.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:43 smithi087 bash[21510]: cluster 2024-04-07T18:25:42.750938+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:25:44.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:43 smithi087 bash[21510]: audit 2024-04-07T18:25:43.169854+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.87:0/397934025' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-07T18:25:44.235 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:43 smithi087 bash[21763]: ignoring --setuser ceph since I am not root 2024-04-07T18:25:44.235 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:43 smithi087 bash[21763]: ignoring --setgroup ceph since I am not root 2024-04-07T18:25:44.235 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:43 smithi087 bash[21763]: debug 2024-04-07T18:25:43.958+0000 7f8dc3b37200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-07T18:25:45.178 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:44 smithi087 bash[21510]: audit 2024-04-07T18:25:43.762973+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.87:0/397934025' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-07T18:25:45.178 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:44 smithi087 bash[21510]: cluster 2024-04-07T18:25:43.769229+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-04-07T18:25:45.846 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:45 smithi087 bash[21763]: debug 2024-04-07T18:25:45.534+0000 7f8dc3b37200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-07T18:25:45.846 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:45 smithi087 bash[21763]: debug 2024-04-07T18:25:45.630+0000 7f8dc3b37200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-07T18:25:46.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:45 smithi087 bash[21510]: audit 2024-04-07T18:25:45.832188+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.87:0/132671248' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-07T18:25:46.235 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:45 smithi087 bash[21763]: debug 2024-04-07T18:25:45.882+0000 7f8dc3b37200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-07T18:25:46.453 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2024-04-07T18:25:46.453 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-07T18:25:46.453 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-07T18:25:46.453 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-07T18:25:46.453 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-07T18:25:46.454 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2024-04-07T18:25:46.454 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for the mgr to restart... 2024-04-07T18:25:46.454 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for mgr epoch 9... 2024-04-07T18:25:46.735 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:46 smithi087 bash[21763]: debug 2024-04-07T18:25:46.678+0000 7f8dc3b37200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-07T18:25:47.092 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:46 smithi087 bash[21763]: debug 2024-04-07T18:25:46.786+0000 7f8dc3b37200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-07T18:25:47.092 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:46 smithi087 bash[21763]: debug 2024-04-07T18:25:46.890+0000 7f8dc3b37200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-07T18:25:47.371 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:47 smithi087 bash[21763]: debug 2024-04-07T18:25:47.254+0000 7f8dc3b37200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-07T18:25:47.735 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:47 smithi087 bash[21763]: debug 2024-04-07T18:25:47.366+0000 7f8dc3b37200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-07T18:25:47.735 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:47 smithi087 bash[21763]: debug 2024-04-07T18:25:47.470+0000 7f8dc3b37200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-07T18:25:48.235 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:47 smithi087 bash[21763]: debug 2024-04-07T18:25:47.826+0000 7f8dc3b37200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-07T18:25:48.235 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:48 smithi087 bash[21763]: debug 2024-04-07T18:25:48.066+0000 7f8dc3b37200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-07T18:25:48.713 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:48 smithi087 bash[21763]: debug 2024-04-07T18:25:48.326+0000 7f8dc3b37200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-07T18:25:48.713 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:48 smithi087 bash[21763]: debug 2024-04-07T18:25:48.438+0000 7f8dc3b37200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-07T18:25:49.479 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:48 smithi087 bash[21763]: debug 2024-04-07T18:25:48.710+0000 7f8dc3b37200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-07T18:25:49.479 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:49 smithi087 bash[21763]: debug 2024-04-07T18:25:49.118+0000 7f8dc3b37200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-07T18:25:49.479 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:49 smithi087 bash[21763]: debug 2024-04-07T18:25:49.358+0000 7f8dc3b37200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-07T18:25:49.479 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:49 smithi087 bash[21763]: debug 2024-04-07T18:25:49.474+0000 7f8dc3b37200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-07T18:25:49.735 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:49 smithi087 bash[21763]: debug 2024-04-07T18:25:49.722+0000 7f8dc3b37200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-07T18:25:51.169 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:50 smithi087 bash[21763]: debug 2024-04-07T18:25:50.757+0000 7f8dc3b37200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-07T18:25:51.169 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:50 smithi087 bash[21763]: debug 2024-04-07T18:25:50.873+0000 7f8dc3b37200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-07T18:25:51.485 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:51 smithi087 bash[21763]: debug 2024-04-07T18:25:51.165+0000 7f8dc3b37200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-07T18:25:51.485 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:51 smithi087 bash[21763]: debug 2024-04-07T18:25:51.277+0000 7f8dc3b37200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-07T18:25:51.985 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:51 smithi087 bash[21763]: debug 2024-04-07T18:25:51.721+0000 7f8dc3b37200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-07T18:25:51.985 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:25:51 smithi087 bash[21763]: debug 2024-04-07T18:25:51.841+0000 7f8dc3b37200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-07T18:25:51.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:51 smithi087 bash[21510]: cluster 2024-04-07T18:25:51.866977+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-04-07T18:25:51.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:51 smithi087 bash[21510]: cluster 2024-04-07T18:25:51.867224+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-04-07T18:25:51.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:51 smithi087 bash[21510]: cluster 2024-04-07T18:25:51.874220+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-07T18:25:51.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:51 smithi087 bash[21510]: cluster 2024-04-07T18:25:51.874496+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00736625s) 2024-04-07T18:25:51.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:51 smithi087 bash[21510]: audit 2024-04-07T18:25:51.877148+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:25:51.986 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:51 smithi087 bash[21510]: audit 2024-04-07T18:25:51.878889+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-07T18:25:51.986 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:51 smithi087 bash[21510]: audit 2024-04-07T18:25:51.879759+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-07T18:25:51.986 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:51 smithi087 bash[21510]: audit 2024-04-07T18:25:51.880132+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-07T18:25:51.986 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:51 smithi087 bash[21510]: audit 2024-04-07T18:25:51.880387+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-07T18:25:51.986 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:51 smithi087 bash[21510]: cluster 2024-04-07T18:25:51.903552+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-04-07T18:25:53.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:52 smithi087 bash[21510]: audit 2024-04-07T18:25:51.927593+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:25:53.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:52 smithi087 bash[21510]: audit 2024-04-07T18:25:51.931871+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:25:53.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:52 smithi087 bash[21510]: audit 2024-04-07T18:25:51.949563+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-07T18:25:53.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:52 smithi087 bash[21510]: audit 2024-04-07T18:25:51.954226+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-07T18:25:53.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:52 smithi087 bash[21510]: cluster 2024-04-07T18:25:52.878503+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.01138s) 2024-04-07T18:25:53.534 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2024-04-07T18:25:53.535 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-07T18:25:53.535 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-07T18:25:53.535 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2024-04-07T18:25:53.535 INFO:teuthology.orchestra.run.smithi087.stdout:mgr epoch 9 is available 2024-04-07T18:25:53.535 INFO:teuthology.orchestra.run.smithi087.stdout:Generating a dashboard self-signed certificate... 2024-04-07T18:25:54.186 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:53 smithi087 bash[21510]: cephadm 2024-04-07T18:25:53.304348+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [07/Apr/2024:18:25:53] ENGINE Bus STARTING 2024-04-07T18:25:54.186 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:53 smithi087 bash[21510]: cephadm 2024-04-07T18:25:53.406240+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [07/Apr/2024:18:25:53] ENGINE Serving on http://172.21.15.87:8765 2024-04-07T18:25:54.186 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:53 smithi087 bash[21510]: cephadm 2024-04-07T18:25:53.524300+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [07/Apr/2024:18:25:53] ENGINE Serving on https://172.21.15.87:7150 2024-04-07T18:25:54.186 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:53 smithi087 bash[21510]: cephadm 2024-04-07T18:25:53.524548+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [07/Apr/2024:18:25:53] ENGINE Bus STARTED 2024-04-07T18:25:55.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:54 smithi087 bash[21510]: cluster 2024-04-07T18:25:53.933920+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-07T18:25:55.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:54 smithi087 bash[21510]: audit 2024-04-07T18:25:54.748539+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:25:55.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:54 smithi087 bash[21510]: audit 2024-04-07T18:25:54.872476+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:25:55.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:54 smithi087 bash[21510]: audit 2024-04-07T18:25:54.877497+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:25:55.456 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-07T18:25:55.456 INFO:teuthology.orchestra.run.smithi087.stdout:Creating initial admin user... 2024-04-07T18:25:57.142 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:56 smithi087 bash[21510]: audit 2024-04-07T18:25:56.721312+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:25:57.544 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$4UdPr/CNMydkUOTUhgBOrOH4VWmP0P/UTYZzBrdDANd30VSYDSDCC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1712514356, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-07T18:25:57.544 INFO:teuthology.orchestra.run.smithi087.stdout:Fetching dashboard port number... 2024-04-07T18:25:58.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:57 smithi087 bash[21510]: audit 2024-04-07T18:25:56.940213+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:25:59.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:58 smithi087 bash[21510]: cluster 2024-04-07T18:25:57.944839+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-07T18:25:59.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:58 smithi087 bash[21510]: audit 2024-04-07T18:25:58.685227+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:25:59.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:58 smithi087 bash[21510]: audit 2024-04-07T18:25:58.686029+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi087", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:25:59.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:58 smithi087 bash[21510]: audit 2024-04-07T18:25:58.690020+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:25:59.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:58 smithi087 bash[21510]: audit 2024-04-07T18:25:58.692126+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi087", "caps": []}]: dispatch 2024-04-07T18:25:59.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:58 smithi087 bash[21510]: audit 2024-04-07T18:25:58.693311+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi087", "caps": []}]': finished 2024-04-07T18:25:59.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:58 smithi087 bash[21510]: audit 2024-04-07T18:25:58.743444+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.87:0/2312974280' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-07T18:25:59.458 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 8443 2024-04-07T18:25:59.458 INFO:teuthology.orchestra.run.smithi087.stdout:firewalld does not appear to be present 2024-04-07T18:25:59.458 INFO:teuthology.orchestra.run.smithi087.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-07T18:25:59.461 INFO:teuthology.orchestra.run.smithi087.stdout:Ceph Dashboard is now available at: 2024-04-07T18:25:59.461 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:25:59.462 INFO:teuthology.orchestra.run.smithi087.stdout: URL: https://smithi087.front.sepia.ceph.com:8443/ 2024-04-07T18:25:59.462 INFO:teuthology.orchestra.run.smithi087.stdout: User: admin 2024-04-07T18:25:59.462 INFO:teuthology.orchestra.run.smithi087.stdout: Password: f6gcmv9xuy 2024-04-07T18:25:59.462 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:25:59.462 INFO:teuthology.orchestra.run.smithi087.stdout:Saving cluster configuration to /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config directory 2024-04-07T18:25:59.463 INFO:teuthology.orchestra.run.smithi087.stdout:Enabling autotune for osd_memory_target 2024-04-07T18:26:00.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:25:59 smithi087 bash[21510]: cephadm 2024-04-07T18:25:59.046730+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi087 on smithi087 2024-04-07T18:26:03.295 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-07T18:26:03.295 INFO:teuthology.orchestra.run.smithi087.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-07T18:26:03.296 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:26:03.296 INFO:teuthology.orchestra.run.smithi087.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-07T18:26:03.296 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:26:03.296 INFO:teuthology.orchestra.run.smithi087.stdout:Or, if you are only running a single cluster on this host: 2024-04-07T18:26:03.296 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:26:03.296 INFO:teuthology.orchestra.run.smithi087.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-07T18:26:03.296 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:26:03.296 INFO:teuthology.orchestra.run.smithi087.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-07T18:26:03.296 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:26:03.296 INFO:teuthology.orchestra.run.smithi087.stdout: ceph telemetry on 2024-04-07T18:26:03.296 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:26:03.296 INFO:teuthology.orchestra.run.smithi087.stdout:For more information see: 2024-04-07T18:26:03.296 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:26:03.296 INFO:teuthology.orchestra.run.smithi087.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-07T18:26:03.296 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:26:03.297 INFO:teuthology.orchestra.run.smithi087.stdout:Bootstrap complete. 2024-04-07T18:26:03.354 INFO:tasks.cephadm:Fetching config... 2024-04-07T18:26:03.355 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-07T18:26:03.355 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-07T18:26:03.361 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-07T18:26:03.361 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-07T18:26:03.361 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-07T18:26:03.408 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-07T18:26:03.408 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-07T18:26:03.409 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/keyring of=/dev/stdout 2024-04-07T18:26:03.462 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-07T18:26:03.462 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-07T18:26:03.462 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-07T18:26:03.508 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-07T18:26:03.508 DEBUG:teuthology.orchestra.run.smithi087:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdtO0P4DdFCzYvq1u+Rvv6uHHpDmsV+wamGhg7Px4r94nlCwsmbed0tmHn+GbjazULLkHkM2+l9xxV3NqV9qqRXlxDuXjKl2zl7x/XNv39Tjdch+6cExNoc4rKCsZ6iayZC3ZvDTv//AQjBFj34UrwbZ+vWqzSL+B6ejtQFZKgxdHSCc8az8ZZsso6Vw0DWkGm9BR/ySMhjlmyjyURa8+o6FyE1vniaktJgiek4D0VWc2kF6PqfHjczCWdRm/SP2jxSQk6k3GY60buXlkvc6cIO8M6bhtqp+53hoWI2VRln5EXvQ0fjdxiTzHWlcVG/1/NfKVdqZiadRoU2AynXGBeetvxj8pgA7zdKZfv48Ctf37RYRH2FAdYXoFje8Qzgu9pHiBTU6L5dumUOuBe0sxm11W0uxSESjOFBjw+Xi0kIF3S80NdnK1wZGcsBjrbg/hGAbtBG1nd3kcHC6GMn9uD/aj/AQkO4GSv2E7nHIgPr9Q5E91Q+KNkdByBxGtv6yU= ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-07T18:26:03.567 INFO:teuthology.orchestra.run.smithi087.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdtO0P4DdFCzYvq1u+Rvv6uHHpDmsV+wamGhg7Px4r94nlCwsmbed0tmHn+GbjazULLkHkM2+l9xxV3NqV9qqRXlxDuXjKl2zl7x/XNv39Tjdch+6cExNoc4rKCsZ6iayZC3ZvDTv//AQjBFj34UrwbZ+vWqzSL+B6ejtQFZKgxdHSCc8az8ZZsso6Vw0DWkGm9BR/ySMhjlmyjyURa8+o6FyE1vniaktJgiek4D0VWc2kF6PqfHjczCWdRm/SP2jxSQk6k3GY60buXlkvc6cIO8M6bhtqp+53hoWI2VRln5EXvQ0fjdxiTzHWlcVG/1/NfKVdqZiadRoU2AynXGBeetvxj8pgA7zdKZfv48Ctf37RYRH2FAdYXoFje8Qzgu9pHiBTU6L5dumUOuBe0sxm11W0uxSESjOFBjw+Xi0kIF3S80NdnK1wZGcsBjrbg/hGAbtBG1nd3kcHC6GMn9uD/aj/AQkO4GSv2E7nHIgPr9Q5E91Q+KNkdByBxGtv6yU= ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:26:03.574 DEBUG:teuthology.orchestra.run.smithi107:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdtO0P4DdFCzYvq1u+Rvv6uHHpDmsV+wamGhg7Px4r94nlCwsmbed0tmHn+GbjazULLkHkM2+l9xxV3NqV9qqRXlxDuXjKl2zl7x/XNv39Tjdch+6cExNoc4rKCsZ6iayZC3ZvDTv//AQjBFj34UrwbZ+vWqzSL+B6ejtQFZKgxdHSCc8az8ZZsso6Vw0DWkGm9BR/ySMhjlmyjyURa8+o6FyE1vniaktJgiek4D0VWc2kF6PqfHjczCWdRm/SP2jxSQk6k3GY60buXlkvc6cIO8M6bhtqp+53hoWI2VRln5EXvQ0fjdxiTzHWlcVG/1/NfKVdqZiadRoU2AynXGBeetvxj8pgA7zdKZfv48Ctf37RYRH2FAdYXoFje8Qzgu9pHiBTU6L5dumUOuBe0sxm11W0uxSESjOFBjw+Xi0kIF3S80NdnK1wZGcsBjrbg/hGAbtBG1nd3kcHC6GMn9uD/aj/AQkO4GSv2E7nHIgPr9Q5E91Q+KNkdByBxGtv6yU= ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-07T18:26:03.598 INFO:teuthology.orchestra.run.smithi107.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdtO0P4DdFCzYvq1u+Rvv6uHHpDmsV+wamGhg7Px4r94nlCwsmbed0tmHn+GbjazULLkHkM2+l9xxV3NqV9qqRXlxDuXjKl2zl7x/XNv39Tjdch+6cExNoc4rKCsZ6iayZC3ZvDTv//AQjBFj34UrwbZ+vWqzSL+B6ejtQFZKgxdHSCc8az8ZZsso6Vw0DWkGm9BR/ySMhjlmyjyURa8+o6FyE1vniaktJgiek4D0VWc2kF6PqfHjczCWdRm/SP2jxSQk6k3GY60buXlkvc6cIO8M6bhtqp+53hoWI2VRln5EXvQ0fjdxiTzHWlcVG/1/NfKVdqZiadRoU2AynXGBeetvxj8pgA7zdKZfv48Ctf37RYRH2FAdYXoFje8Qzgu9pHiBTU6L5dumUOuBe0sxm11W0uxSESjOFBjw+Xi0kIF3S80NdnK1wZGcsBjrbg/hGAbtBG1nd3kcHC6GMn9uD/aj/AQkO4GSv2E7nHIgPr9Q5E91Q+KNkdByBxGtv6yU= ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:26:03.606 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:03 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:26:03.607 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:26:03 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:26:03.607 DEBUG:teuthology.orchestra.run.smithi112:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdtO0P4DdFCzYvq1u+Rvv6uHHpDmsV+wamGhg7Px4r94nlCwsmbed0tmHn+GbjazULLkHkM2+l9xxV3NqV9qqRXlxDuXjKl2zl7x/XNv39Tjdch+6cExNoc4rKCsZ6iayZC3ZvDTv//AQjBFj34UrwbZ+vWqzSL+B6ejtQFZKgxdHSCc8az8ZZsso6Vw0DWkGm9BR/ySMhjlmyjyURa8+o6FyE1vniaktJgiek4D0VWc2kF6PqfHjczCWdRm/SP2jxSQk6k3GY60buXlkvc6cIO8M6bhtqp+53hoWI2VRln5EXvQ0fjdxiTzHWlcVG/1/NfKVdqZiadRoU2AynXGBeetvxj8pgA7zdKZfv48Ctf37RYRH2FAdYXoFje8Qzgu9pHiBTU6L5dumUOuBe0sxm11W0uxSESjOFBjw+Xi0kIF3S80NdnK1wZGcsBjrbg/hGAbtBG1nd3kcHC6GMn9uD/aj/AQkO4GSv2E7nHIgPr9Q5E91Q+KNkdByBxGtv6yU= ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-07T18:26:03.630 INFO:teuthology.orchestra.run.smithi112.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdtO0P4DdFCzYvq1u+Rvv6uHHpDmsV+wamGhg7Px4r94nlCwsmbed0tmHn+GbjazULLkHkM2+l9xxV3NqV9qqRXlxDuXjKl2zl7x/XNv39Tjdch+6cExNoc4rKCsZ6iayZC3ZvDTv//AQjBFj34UrwbZ+vWqzSL+B6ejtQFZKgxdHSCc8az8ZZsso6Vw0DWkGm9BR/ySMhjlmyjyURa8+o6FyE1vniaktJgiek4D0VWc2kF6PqfHjczCWdRm/SP2jxSQk6k3GY60buXlkvc6cIO8M6bhtqp+53hoWI2VRln5EXvQ0fjdxiTzHWlcVG/1/NfKVdqZiadRoU2AynXGBeetvxj8pgA7zdKZfv48Ctf37RYRH2FAdYXoFje8Qzgu9pHiBTU6L5dumUOuBe0sxm11W0uxSESjOFBjw+Xi0kIF3S80NdnK1wZGcsBjrbg/hGAbtBG1nd3kcHC6GMn9uD/aj/AQkO4GSv2E7nHIgPr9Q5E91Q+KNkdByBxGtv6yU= ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:26:03.638 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-07T18:26:03.858 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:26:03 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:26:03.858 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:03 smithi087 bash[21510]: audit 2024-04-07T18:26:02.740031+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.87:0/4167670343' entity='client.admin' 2024-04-07T18:26:03.858 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:03 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:26:05.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:04 smithi087 bash[21510]: audit 2024-04-07T18:26:03.898275+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:05.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:04 smithi087 bash[21510]: audit 2024-04-07T18:26:03.924944+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:05.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:04 smithi087 bash[21510]: audit 2024-04-07T18:26:03.928100+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:05.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:04 smithi087 bash[21510]: audit 2024-04-07T18:26:03.960955+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:26:05.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:04 smithi087 bash[21510]: audit 2024-04-07T18:26:03.965362+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:05.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:04 smithi087 bash[21510]: audit 2024-04-07T18:26:03.968418+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:05.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:04 smithi087 bash[21510]: audit 2024-04-07T18:26:03.989278+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:05.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:04 smithi087 bash[21510]: audit 2024-04-07T18:26:03.992052+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:05.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:04 smithi087 bash[21510]: audit 2024-04-07T18:26:03.995838+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:05.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:04 smithi087 bash[21510]: audit 2024-04-07T18:26:04.030086+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:26:05.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:04 smithi087 bash[21510]: audit 2024-04-07T18:26:04.035000+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:05.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:04 smithi087 bash[21510]: audit 2024-04-07T18:26:04.366080+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:08.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:07 smithi087 bash[21510]: audit 2024-04-07T18:26:06.949991+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:08.342 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:26:10.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:09 smithi087 bash[21510]: audit 2024-04-07T18:26:08.772593+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:10.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:09 smithi087 bash[21510]: audit 2024-04-07T18:26:08.780771+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:11.864 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-07T18:26:11.865 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-07T18:26:12.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:12 smithi087 bash[21510]: audit 2024-04-07T18:26:11.246426+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.87:0/1819127096' entity='client.admin' 2024-04-07T18:26:12.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:12 smithi087 bash[21510]: audit 2024-04-07T18:26:11.300861+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:26:12.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:12 smithi087 bash[21510]: audit 2024-04-07T18:26:11.305043+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:13.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:13 smithi087 bash[21510]: cluster 2024-04-07T18:26:11.881333+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:15.561 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:15 smithi087 bash[21510]: cluster 2024-04-07T18:26:13.881757+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:16.625 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:26:17.657 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:17 smithi087 bash[21510]: cluster 2024-04-07T18:26:15.882197+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:17.657 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:17 smithi087 bash[21510]: audit 2024-04-07T18:26:16.325515+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:17.657 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:17 smithi087 bash[21510]: audit 2024-04-07T18:26:16.333852+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:19.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:19 smithi087 bash[21510]: cluster 2024-04-07T18:26:17.882468+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:19.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:19 smithi087 bash[21510]: audit 2024-04-07T18:26:19.145276+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:19.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:19 smithi087 bash[21510]: audit 2024-04-07T18:26:19.153811+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:26:19.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:19 smithi087 bash[21510]: audit 2024-04-07T18:26:19.155977+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:26:19.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:19 smithi087 bash[21510]: audit 2024-04-07T18:26:19.156904+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:26:19.791 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi107 2024-04-07T18:26:19.792 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-04-07T18:26:19.792 DEBUG:teuthology.orchestra.run.smithi107:> dd of=/etc/ceph/ceph.conf 2024-04-07T18:26:19.799 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-04-07T18:26:19.799 DEBUG:teuthology.orchestra.run.smithi107:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-07T18:26:19.846 INFO:tasks.cephadm:Adding host smithi107 to orchestrator... 2024-04-07T18:26:19.846 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph orch host add smithi107 2024-04-07T18:26:20.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:20 smithi087 bash[21510]: audit 2024-04-07T18:26:19.140188+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:26:20.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:20 smithi087 bash[21510]: cephadm 2024-04-07T18:26:19.158089+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.conf 2024-04-07T18:26:20.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:20 smithi087 bash[21510]: cephadm 2024-04-07T18:26:19.272636+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi087:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:26:20.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:20 smithi087 bash[21510]: cephadm 2024-04-07T18:26:19.386901+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.client.admin.keyring 2024-04-07T18:26:20.986 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:20 smithi087 bash[21510]: cephadm 2024-04-07T18:26:19.501219+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi087:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-07T18:26:20.986 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:20 smithi087 bash[21510]: audit 2024-04-07T18:26:19.723590+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:20.986 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:20 smithi087 bash[21510]: audit 2024-04-07T18:26:19.730673+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:20.986 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:20 smithi087 bash[21510]: audit 2024-04-07T18:26:19.736852+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:21.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:21 smithi087 bash[21510]: cluster 2024-04-07T18:26:19.882866+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:24.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:23 smithi087 bash[21510]: cluster 2024-04-07T18:26:21.883286+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:24.557 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:26:25.870 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:25 smithi087 bash[21510]: cluster 2024-04-07T18:26:23.883754+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:28.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:27 smithi087 bash[21510]: cluster 2024-04-07T18:26:25.884097+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:28.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:27 smithi087 bash[21510]: audit 2024-04-07T18:26:27.492634+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:28.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:27 smithi087 bash[21510]: audit 2024-04-07T18:26:27.495328+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:28.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:27 smithi087 bash[21510]: audit 2024-04-07T18:26:27.499129+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:30.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:29 smithi087 bash[21510]: cluster 2024-04-07T18:26:27.884363+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:30.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:29 smithi087 bash[21510]: audit 2024-04-07T18:26:28.266595+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi107", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:26:31.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:30 smithi087 bash[21510]: cephadm 2024-04-07T18:26:28.925197+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi107 2024-04-07T18:26:32.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:31 smithi087 bash[21510]: cluster 2024-04-07T18:26:29.884699+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:34.027 INFO:teuthology.orchestra.run.smithi087.stdout:Added host 'smithi107' with addr '172.21.15.107' 2024-04-07T18:26:34.044 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:33 smithi087 bash[21510]: cluster 2024-04-07T18:26:31.885015+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:34.696 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph orch host ls --format=json 2024-04-07T18:26:35.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:35 smithi087 bash[21510]: cluster 2024-04-07T18:26:33.885479+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:35.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:35 smithi087 bash[21510]: audit 2024-04-07T18:26:34.026573+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:35.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:35 smithi087 bash[21510]: cephadm 2024-04-07T18:26:34.027435+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi107 2024-04-07T18:26:35.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:35 smithi087 bash[21510]: audit 2024-04-07T18:26:34.036811+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:26:35.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:35 smithi087 bash[21510]: audit 2024-04-07T18:26:34.560170+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:37.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:37 smithi087 bash[21510]: cluster 2024-04-07T18:26:35.885839+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:37.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:37 smithi087 bash[21510]: audit 2024-04-07T18:26:36.084332+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:37.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:37 smithi087 bash[21510]: audit 2024-04-07T18:26:36.090686+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:37.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:37 smithi087 bash[21510]: audit 2024-04-07T18:26:36.092202+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:26:37.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:37 smithi087 bash[21510]: audit 2024-04-07T18:26:36.094434+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:26:37.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:37 smithi087 bash[21510]: audit 2024-04-07T18:26:36.096366+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:26:37.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:37 smithi087 bash[21510]: cephadm 2024-04-07T18:26:36.099153+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-04-07T18:26:37.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:37 smithi087 bash[21510]: cephadm 2024-04-07T18:26:36.314723+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi107:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:26:37.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:37 smithi087 bash[21510]: cephadm 2024-04-07T18:26:36.530358+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-04-07T18:26:37.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:37 smithi087 bash[21510]: cephadm 2024-04-07T18:26:36.695172+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi107:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-07T18:26:37.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:37 smithi087 bash[21510]: audit 2024-04-07T18:26:36.865063+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:37.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:37 smithi087 bash[21510]: audit 2024-04-07T18:26:36.871556+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:37.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:37 smithi087 bash[21510]: audit 2024-04-07T18:26:36.874825+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-04-07T18:26:37.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:37 smithi087 bash[21510]: audit 2024-04-07T18:26:36.876922+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]': finished 2024-04-07T18:26:38.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:38 smithi087 bash[21510]: cephadm 2024-04-07T18:26:37.079049+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi107 on smithi107 2024-04-07T18:26:38.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:38 smithi087 bash[21510]: audit 2024-04-07T18:26:38.059565+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:39.408 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:26:39.431 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:39 smithi087 bash[21510]: cluster 2024-04-07T18:26:37.886201+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:39.431 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:39 smithi087 bash[21510]: audit 2024-04-07T18:26:38.105835+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:39.431 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:39 smithi087 bash[21510]: audit 2024-04-07T18:26:38.114301+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:39.431 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:39 smithi087 bash[21510]: audit 2024-04-07T18:26:38.180712+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:26:39.431 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:39 smithi087 bash[21510]: audit 2024-04-07T18:26:38.184286+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:26:39.431 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:39 smithi087 bash[21510]: audit 2024-04-07T18:26:38.185410+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:26:39.431 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:39 smithi087 bash[21510]: audit 2024-04-07T18:26:38.195466+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:39.432 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:39 smithi087 bash[21510]: audit 2024-04-07T18:26:38.264316+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:26:39.432 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:39 smithi087 bash[21510]: audit 2024-04-07T18:26:38.267416+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:26:39.432 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:39 smithi087 bash[21510]: audit 2024-04-07T18:26:38.268608+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:26:39.432 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:39 smithi087 bash[21510]: audit 2024-04-07T18:26:38.276642+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:39.432 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:39 smithi087 bash[21510]: audit 2024-04-07T18:26:38.485224+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:40.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:40 smithi087 bash[21510]: audit 2024-04-07T18:26:39.552480+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:40.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:40 smithi087 bash[21510]: audit 2024-04-07T18:26:39.560293+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:41.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:41 smithi087 bash[21510]: cluster 2024-04-07T18:26:39.886676+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:42.403 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:26:42.404 INFO:teuthology.orchestra.run.smithi087.stdout:[{"addr": "172.21.15.87", "hostname": "smithi087", "labels": [], "status": ""}, {"addr": "172.21.15.107", "hostname": "smithi107", "labels": [], "status": ""}] 2024-04-07T18:26:43.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:42 smithi087 bash[21510]: cluster 2024-04-07T18:26:41.887137+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:43.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:42 smithi087 bash[21510]: audit 2024-04-07T18:26:41.962229+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:43.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:42 smithi087 bash[21510]: audit 2024-04-07T18:26:42.404201+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:26:43.736 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi112 2024-04-07T18:26:43.736 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-07T18:26:43.737 DEBUG:teuthology.orchestra.run.smithi112:> dd of=/etc/ceph/ceph.conf 2024-04-07T18:26:43.743 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-07T18:26:43.743 DEBUG:teuthology.orchestra.run.smithi112:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-07T18:26:43.790 INFO:tasks.cephadm:Adding host smithi112 to orchestrator... 2024-04-07T18:26:43.790 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph orch host add smithi112 2024-04-07T18:26:45.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:44 smithi087 bash[21510]: cluster 2024-04-07T18:26:43.887589+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:47.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:46 smithi087 bash[21510]: cluster 2024-04-07T18:26:45.888002+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:48.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:48 smithi087 bash[21510]: audit 2024-04-07T18:26:47.655375+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:48.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:48 smithi087 bash[21510]: audit 2024-04-07T18:26:47.659716+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:48.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:48 smithi087 bash[21510]: audit 2024-04-07T18:26:47.668027+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:49.044 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:26:49.920 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:49 smithi087 bash[21510]: cluster 2024-04-07T18:26:47.888401+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:51.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:51 smithi087 bash[21510]: cluster 2024-04-07T18:26:49.888745+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:52.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:52 smithi087 bash[21510]: audit 2024-04-07T18:26:51.695369+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi112", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:26:52.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:52 smithi087 bash[21510]: audit 2024-04-07T18:26:52.668069+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:53.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:53 smithi087 bash[21510]: cluster 2024-04-07T18:26:51.889084+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:53.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:53 smithi087 bash[21510]: cephadm 2024-04-07T18:26:52.363294+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi112 2024-04-07T18:26:53.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:53 smithi087 bash[21510]: audit 2024-04-07T18:26:52.684195+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:55.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:55 smithi087 bash[21510]: cluster 2024-04-07T18:26:53.889503+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:57.625 INFO:teuthology.orchestra.run.smithi087.stdout:Added host 'smithi112' with addr '172.21.15.112' 2024-04-07T18:26:57.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:57 smithi087 bash[21510]: cluster 2024-04-07T18:26:55.889853+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:57.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:57 smithi087 bash[21510]: audit 2024-04-07T18:26:57.624644+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:57.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:57 smithi087 bash[21510]: audit 2024-04-07T18:26:57.670260+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:26:58.252 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph orch host ls --format=json 2024-04-07T18:26:58.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:58 smithi087 bash[21510]: cephadm 2024-04-07T18:26:57.625479+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi112 2024-04-07T18:26:58.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:58 smithi087 bash[21510]: audit 2024-04-07T18:26:58.145034+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:59.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:59 smithi087 bash[21510]: cluster 2024-04-07T18:26:57.890192+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:26:59.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:59 smithi087 bash[21510]: audit 2024-04-07T18:26:59.130852+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:59.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:59 smithi087 bash[21510]: audit 2024-04-07T18:26:59.137123+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:59.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:59 smithi087 bash[21510]: audit 2024-04-07T18:26:59.145769+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:59.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:59 smithi087 bash[21510]: audit 2024-04-07T18:26:59.620459+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:59.986 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:59 smithi087 bash[21510]: audit 2024-04-07T18:26:59.626648+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:26:59.986 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:59 smithi087 bash[21510]: audit 2024-04-07T18:26:59.628202+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi112", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:26:59.986 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:59 smithi087 bash[21510]: audit 2024-04-07T18:26:59.630126+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:26:59.986 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:26:59 smithi087 bash[21510]: audit 2024-04-07T18:26:59.631810+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:00.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:00 smithi087 bash[21510]: cephadm 2024-04-07T18:26:59.634622+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-04-07T18:27:00.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:00 smithi087 bash[21510]: audit 2024-04-07T18:27:00.642258+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:00.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:00 smithi087 bash[21510]: audit 2024-04-07T18:27:00.646924+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:00.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:00 smithi087 bash[21510]: audit 2024-04-07T18:27:00.649987+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi112", "caps": []}]: dispatch 2024-04-07T18:27:00.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:00 smithi087 bash[21510]: audit 2024-04-07T18:27:00.652101+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi112", "caps": []}]': finished 2024-04-07T18:27:01.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:01 smithi087 bash[21510]: cephadm 2024-04-07T18:26:59.851569+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi112:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:01.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:01 smithi087 bash[21510]: cluster 2024-04-07T18:26:59.890567+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:01.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:01 smithi087 bash[21510]: cephadm 2024-04-07T18:27:00.307868+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.client.admin.keyring 2024-04-07T18:27:01.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:01 smithi087 bash[21510]: cephadm 2024-04-07T18:27:00.472961+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi112:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-07T18:27:02.968 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:02 smithi087 bash[21510]: cephadm 2024-04-07T18:27:00.976686+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi112 on smithi112 2024-04-07T18:27:02.968 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:02 smithi087 bash[21510]: audit 2024-04-07T18:27:01.900985+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:02.968 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:02 smithi087 bash[21510]: audit 2024-04-07T18:27:01.948886+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:02.968 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:02 smithi087 bash[21510]: audit 2024-04-07T18:27:01.952359+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:02.968 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:02 smithi087 bash[21510]: audit 2024-04-07T18:27:01.968630+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:02.968 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:02 smithi087 bash[21510]: audit 2024-04-07T18:27:02.034076+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:27:02.968 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:02 smithi087 bash[21510]: audit 2024-04-07T18:27:02.038236+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:02.968 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:02 smithi087 bash[21510]: audit 2024-04-07T18:27:02.039502+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:02.968 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:02 smithi087 bash[21510]: audit 2024-04-07T18:27:02.049533+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:02.968 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:02 smithi087 bash[21510]: audit 2024-04-07T18:27:02.150052+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:27:02.969 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:02 smithi087 bash[21510]: audit 2024-04-07T18:27:02.153250+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:02.969 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:02 smithi087 bash[21510]: audit 2024-04-07T18:27:02.154160+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:02.969 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:02 smithi087 bash[21510]: audit 2024-04-07T18:27:02.163010+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:02.969 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:02 smithi087 bash[21510]: audit 2024-04-07T18:27:02.365155+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:03.834 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:27:03.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:03 smithi087 bash[21510]: cluster 2024-04-07T18:27:01.890876+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:03.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:03 smithi087 bash[21510]: audit 2024-04-07T18:27:03.442592+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:03.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:03 smithi087 bash[21510]: audit 2024-04-07T18:27:03.452887+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:05.986 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:05 smithi087 bash[21510]: cluster 2024-04-07T18:27:03.891283+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:06.409 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:27:06.409 INFO:teuthology.orchestra.run.smithi087.stdout:[{"addr": "172.21.15.87", "hostname": "smithi087", "labels": [], "status": ""}, {"addr": "172.21.15.107", "hostname": "smithi107", "labels": [], "status": ""}, {"addr": "172.21.15.112", "hostname": "smithi112", "labels": [], "status": ""}] 2024-04-07T18:27:07.112 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-07T18:27:07.112 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph osd crush tunables default 2024-04-07T18:27:07.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:07 smithi087 bash[21510]: cluster 2024-04-07T18:27:05.891748+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:07.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:07 smithi087 bash[21510]: audit 2024-04-07T18:27:06.409767+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:27:09.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:08 smithi087 bash[21510]: audit 2024-04-07T18:27:07.863433+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:09.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:08 smithi087 bash[21510]: audit 2024-04-07T18:27:07.872216+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:09.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:08 smithi087 bash[21510]: audit 2024-04-07T18:27:07.880547+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:09.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:08 smithi087 bash[21510]: cluster 2024-04-07T18:27:07.892156+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:11.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:10 smithi087 bash[21510]: cluster 2024-04-07T18:27:09.892593+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:11.825 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:27:13.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:12 smithi087 bash[21510]: cluster 2024-04-07T18:27:11.893015+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:14.964 INFO:teuthology.orchestra.run.smithi087.stderr:adjusted tunables profile to default 2024-04-07T18:27:15.199 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:14 smithi087 bash[21510]: cluster 2024-04-07T18:27:13.893451+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:15.200 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:14 smithi087 bash[21510]: audit 2024-04-07T18:27:14.417213+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.87:0/1240296563' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-07T18:27:15.732 INFO:tasks.cephadm:Adding mon.a on smithi087 2024-04-07T18:27:15.732 INFO:tasks.cephadm:Adding mon.b on smithi107 2024-04-07T18:27:15.732 INFO:tasks.cephadm:Adding mon.c on smithi112 2024-04-07T18:27:15.732 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph orch apply mon '3;smithi087:172.21.15.87=a;smithi107:172.21.15.107=b;smithi112:172.21.15.112=c' 2024-04-07T18:27:15.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:15 smithi087 bash[21510]: audit 2024-04-07T18:27:14.958023+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.87:0/1240296563' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-07T18:27:15.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:15 smithi087 bash[21510]: cluster 2024-04-07T18:27:14.962983+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-07T18:27:17.321 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:17.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:17 smithi087 bash[21510]: cluster 2024-04-07T18:27:15.893862+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:17.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:17 smithi087 bash[21510]: audit 2024-04-07T18:27:16.469690+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:17.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:17 smithi087 bash[21510]: audit 2024-04-07T18:27:16.478232+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:19.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:19 smithi087 bash[21510]: cluster 2024-04-07T18:27:17.894291+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:19.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:19 smithi087 bash[21510]: audit 2024-04-07T18:27:19.341860+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:19.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:19 smithi087 bash[21510]: audit 2024-04-07T18:27:19.348325+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:19.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:19 smithi087 bash[21510]: audit 2024-04-07T18:27:19.356782+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:19.825 INFO:teuthology.orchestra.run.smithi112.stdout:Scheduled mon update... 2024-04-07T18:27:20.694 DEBUG:teuthology.orchestra.run.smithi107:mon.b> sudo journalctl -f -n 0 -u ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mon.b.service 2024-04-07T18:27:20.697 DEBUG:teuthology.orchestra.run.smithi112:mon.c> sudo journalctl -f -n 0 -u ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mon.c.service 2024-04-07T18:27:20.699 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-07T18:27:20.699 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph mon dump -f json 2024-04-07T18:27:21.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:20 smithi087 bash[21510]: audit 2024-04-07T18:27:19.813700+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi087:172.21.15.87=a;smithi107:172.21.15.107=b;smithi112:172.21.15.112=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:27:21.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:20 smithi087 bash[21510]: cephadm 2024-04-07T18:27:19.819242+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi087:172.21.15.87=a;smithi107:172.21.15.107=b;smithi112:172.21.15.112=c;count:3 2024-04-07T18:27:21.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:20 smithi087 bash[21510]: audit 2024-04-07T18:27:19.825294+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:21.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:20 smithi087 bash[21510]: audit 2024-04-07T18:27:19.873742+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:27:21.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:20 smithi087 bash[21510]: audit 2024-04-07T18:27:19.879329+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:21.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:20 smithi087 bash[21510]: audit 2024-04-07T18:27:19.881128+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:21.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:20 smithi087 bash[21510]: audit 2024-04-07T18:27:19.890001+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:21.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:20 smithi087 bash[21510]: audit 2024-04-07T18:27:19.895361+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-07T18:27:21.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:20 smithi087 bash[21510]: audit 2024-04-07T18:27:19.897092+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:22.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:21 smithi087 bash[21510]: cluster 2024-04-07T18:27:19.894635+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:22.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:21 smithi087 bash[21510]: cephadm 2024-04-07T18:27:19.899137+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi112 2024-04-07T18:27:22.405 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:24.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:23 smithi087 bash[21510]: cluster 2024-04-07T18:27:21.894932+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:26.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:25 smithi087 bash[21510]: cluster 2024-04-07T18:27:23.895385+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:26.434 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-04-07T18:27:26.434 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":1,"fsid":"d8141d00-f50b-11ee-b649-cb9ed24678a4","modified":"2024-04-07T18:24:40.387706Z","created":"2024-04-07T18:24:40.387706Z","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.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-07T18:27:26.437 INFO:teuthology.orchestra.run.smithi112.stderr:dumped monmap epoch 1 2024-04-07T18:27:27.222 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:26 smithi087 bash[21510]: audit 2024-04-07T18:27:25.877713+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:27.223 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:26 smithi087 bash[21510]: audit 2024-04-07T18:27:25.886351+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:27.223 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:26 smithi087 bash[21510]: audit 2024-04-07T18:27:25.894604+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:27.223 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:26 smithi087 bash[21510]: cluster 2024-04-07T18:27:25.895775+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:27.223 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:26 smithi087 bash[21510]: audit 2024-04-07T18:27:26.267590+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:27.223 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:26 smithi087 bash[21510]: audit 2024-04-07T18:27:26.273721+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:27.224 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:26 smithi087 bash[21510]: audit 2024-04-07T18:27:26.283742+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:27.224 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:26 smithi087 bash[21510]: audit 2024-04-07T18:27:26.285127+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-07T18:27:27.224 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:26 smithi087 bash[21510]: audit 2024-04-07T18:27:26.286918+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:27.224 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:26 smithi087 bash[21510]: cephadm 2024-04-07T18:27:26.289007+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Deploying daemon mon.b on smithi107 2024-04-07T18:27:27.224 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:26 smithi087 bash[21510]: audit 2024-04-07T18:27:26.434594+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.112:0/890680666' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-07T18:27:27.883 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:02.163010+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:27.884 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:02.365155+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:27.884 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: cluster 2024-04-07T18:27:01.890876+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:27.884 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:03.442592+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:27.884 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:03.452887+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:27.884 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: cluster 2024-04-07T18:27:03.891283+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:27.884 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: cluster 2024-04-07T18:27:05.891748+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:27.884 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:06.409767+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:27:27.884 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:07.863433+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:27.884 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:07.872216+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:27.884 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:07.880547+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:27.884 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: cluster 2024-04-07T18:27:07.892156+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:27.884 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: cluster 2024-04-07T18:27:09.892593+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:28.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: cluster 2024-04-07T18:27:11.893015+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:28.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: cluster 2024-04-07T18:27:13.893451+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:28.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:14.417213+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.87:0/1240296563' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-07T18:27:28.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:14.958023+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.87:0/1240296563' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-07T18:27:28.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: cluster 2024-04-07T18:27:14.962983+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-07T18:27:28.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: cluster 2024-04-07T18:27:15.893862+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:28.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:16.469690+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:28.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:16.478232+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:28.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: cluster 2024-04-07T18:27:17.894291+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:28.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:19.341860+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:28.055 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:19.348325+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:28.055 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:19.356782+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:28.055 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:19.813700+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi087:172.21.15.87=a;smithi107:172.21.15.107=b;smithi112:172.21.15.112=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:27:28.055 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: cephadm 2024-04-07T18:27:19.819242+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi087:172.21.15.87=a;smithi107:172.21.15.107=b;smithi112:172.21.15.112=c;count:3 2024-04-07T18:27:28.055 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:19.825294+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:28.055 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:19.873742+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:27:28.055 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:19.879329+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:28.055 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:19.881128+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:28.055 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:19.890001+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:28.055 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:19.895361+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-07T18:27:28.055 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:19.897092+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:28.056 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: cluster 2024-04-07T18:27:19.894635+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:28.056 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: cephadm 2024-04-07T18:27:19.899137+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi112 2024-04-07T18:27:28.056 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: cluster 2024-04-07T18:27:21.894932+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:28.056 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: cluster 2024-04-07T18:27:23.895385+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:28.056 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:25.877713+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:28.056 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:25.886351+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:28.056 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:25.894604+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:28.056 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: cluster 2024-04-07T18:27:25.895775+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:28.056 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:26.267590+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:28.056 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:26.273721+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:28.056 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:26.283742+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:28.056 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:26.285127+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-07T18:27:28.056 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:26.286918+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:28.056 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: cephadm 2024-04-07T18:27:26.289007+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Deploying daemon mon.b on smithi107 2024-04-07T18:27:28.057 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: audit 2024-04-07T18:27:26.434594+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.112:0/890680666' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-07T18:27:28.057 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:27 smithi112 bash[22390]: debug 2024-04-07T18:27:27.880+0000 7f2725874700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-07T18:27:28.446 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-07T18:27:28.446 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph mon dump -f json 2024-04-07T18:27:30.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:30 smithi107 systemd[1]: Started Ceph mon.b for d8141d00-f50b-11ee-b649-cb9ed24678a4. 2024-04-07T18:27:32.147 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.c/config 2024-04-07T18:27:32.342 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.299+0000 7f4421f24c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-07T18:27:32.342 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.299+0000 7f4421f24c80 0 ceph version 19.0.0-2785-gadce92d0 (adce92d056533f22dc1ee37e3141d098b046ec1b) squid (dev), process ceph-mon, pid 7 2024-04-07T18:27:32.342 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.299+0000 7f4421f24c80 0 pidfile_write: ignore empty --pid-file 2024-04-07T18:27:32.342 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 0 load: jerasure load: lrc 2024-04-07T18:27:32.343 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-07T18:27:32.343 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Git sha 0 2024-04-07T18:27:32.343 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Compile date 2024-04-05 22:33:20 2024-04-07T18:27:32.343 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: DB SUMMARY 2024-04-07T18:27:32.343 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: DB Session ID: 5KTFDC1PVZ831F2F7VBT 2024-04-07T18:27:32.343 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: CURRENT file: CURRENT 2024-04-07T18:27:32.343 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-07T18:27:32.343 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-07T18:27:32.343 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-04-07T18:27:32.343 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-04-07T18:27:32.343 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.error_if_exists: 0 2024-04-07T18:27:32.344 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.create_if_missing: 0 2024-04-07T18:27:32.344 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-07T18:27:32.344 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-07T18:27:32.344 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-07T18:27:32.344 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-07T18:27:32.344 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.env: 0x55fd7d371c60 2024-04-07T18:27:32.344 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-07T18:27:32.344 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.info_log: 0x55fd7eafdc00 2024-04-07T18:27:32.344 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-07T18:27:32.344 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.statistics: (nil) 2024-04-07T18:27:32.344 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.use_fsync: 0 2024-04-07T18:27:32.344 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-07T18:27:32.345 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-07T18:27:32.345 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-07T18:27:32.345 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-07T18:27:32.345 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-07T18:27:32.345 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-07T18:27:32.345 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-07T18:27:32.345 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-07T18:27:32.345 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-07T18:27:32.345 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-07T18:27:32.345 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-07T18:27:32.345 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.db_log_dir: 2024-04-07T18:27:32.346 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.wal_dir: 2024-04-07T18:27:32.346 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-07T18:27:32.346 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-07T18:27:32.346 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-07T18:27:32.346 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-07T18:27:32.346 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-07T18:27:32.346 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-07T18:27:32.346 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-07T18:27:32.346 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-07T18:27:32.346 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.write_buffer_manager: 0x55fd7eace1e0 2024-04-07T18:27:32.346 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-07T18:27:32.346 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-07T18:27:32.347 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-07T18:27:32.347 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-07T18:27:32.347 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-07T18:27:32.347 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-07T18:27:32.347 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-07T18:27:32.347 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-07T18:27:32.347 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.unordered_write: 0 2024-04-07T18:27:32.347 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-07T18:27:32.347 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-07T18:27:32.347 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-07T18:27:32.347 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-07T18:27:32.347 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.row_cache: None 2024-04-07T18:27:32.348 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.wal_filter: None 2024-04-07T18:27:32.348 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-07T18:27:32.348 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-07T18:27:32.348 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.two_write_queues: 0 2024-04-07T18:27:32.348 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-07T18:27:32.348 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.wal_compression: 0 2024-04-07T18:27:32.348 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.atomic_flush: 0 2024-04-07T18:27:32.348 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-07T18:27:32.348 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-07T18:27:32.349 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-07T18:27:32.349 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-07T18:27:32.349 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-07T18:27:32.349 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-07T18:27:32.349 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-07T18:27:32.349 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-07T18:27:32.349 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-07T18:27:32.349 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-07T18:27:32.349 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-07T18:27:32.349 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-07T18:27:32.349 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-07T18:27:32.352 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-07T18:27:32.352 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-07T18:27:32.352 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-07T18:27:32.353 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-07T18:27:32.353 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-07T18:27:32.353 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-07T18:27:32.353 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-07T18:27:32.353 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-07T18:27:32.353 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-07T18:27:32.353 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_open_files: -1 2024-04-07T18:27:32.353 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-07T18:27:32.353 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-07T18:27:32.353 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-07T18:27:32.353 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-07T18:27:32.353 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-07T18:27:32.353 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Compression algorithms supported: 2024-04-07T18:27:32.354 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-07T18:27:32.354 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: kZSTD supported: 0 2024-04-07T18:27:32.354 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: kXpressCompression supported: 0 2024-04-07T18:27:32.354 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-07T18:27:32.354 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: kZlibCompression supported: 1 2024-04-07T18:27:32.354 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-07T18:27:32.354 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-07T18:27:32.354 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-07T18:27:32.354 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-07T18:27:32.354 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-07T18:27:32.354 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-04-07T18:27:32.354 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-07T18:27:32.354 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-07T18:27:32.355 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.merge_operator: 2024-04-07T18:27:32.355 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compaction_filter: None 2024-04-07T18:27:32.355 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-07T18:27:32.355 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-07T18:27:32.355 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-07T18:27:32.355 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-07T18:27:32.355 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fd7eafdde0) 2024-04-07T18:27:32.355 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cache_index_and_filter_blocks: 1 2024-04-07T18:27:32.355 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-07T18:27:32.355 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-07T18:27:32.355 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: pin_top_level_index_and_filter: 1 2024-04-07T18:27:32.355 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: index_type: 0 2024-04-07T18:27:32.356 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: data_block_index_type: 0 2024-04-07T18:27:32.356 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: index_shortening: 1 2024-04-07T18:27:32.356 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: data_block_hash_table_util_ratio: 0.750000 2024-04-07T18:27:32.356 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: checksum: 4 2024-04-07T18:27:32.356 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: no_block_cache: 0 2024-04-07T18:27:32.356 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: block_cache: 0x55fd7eaff090 2024-04-07T18:27:32.356 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: block_cache_name: BinnedLRUCache 2024-04-07T18:27:32.356 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: block_cache_options: 2024-04-07T18:27:32.356 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: capacity : 536870912 2024-04-07T18:27:32.356 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: num_shard_bits : 4 2024-04-07T18:27:32.356 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: strict_capacity_limit : 0 2024-04-07T18:27:32.356 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: high_pri_pool_ratio: 0.000 2024-04-07T18:27:32.357 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: block_cache_compressed: (nil) 2024-04-07T18:27:32.357 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: persistent_cache: (nil) 2024-04-07T18:27:32.357 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: block_size: 4096 2024-04-07T18:27:32.357 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: block_size_deviation: 10 2024-04-07T18:27:32.357 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: block_restart_interval: 16 2024-04-07T18:27:32.357 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: index_block_restart_interval: 1 2024-04-07T18:27:32.357 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: metadata_block_size: 4096 2024-04-07T18:27:32.357 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: partition_filters: 0 2024-04-07T18:27:32.357 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: use_delta_encoding: 1 2024-04-07T18:27:32.357 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: filter_policy: bloomfilter 2024-04-07T18:27:32.357 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: whole_key_filtering: 1 2024-04-07T18:27:32.357 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: verify_compression: 0 2024-04-07T18:27:32.357 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: read_amp_bytes_per_bit: 0 2024-04-07T18:27:32.357 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: format_version: 5 2024-04-07T18:27:32.358 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: enable_index_compression: 1 2024-04-07T18:27:32.358 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: block_align: 0 2024-04-07T18:27:32.358 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: max_auto_readahead_size: 262144 2024-04-07T18:27:32.358 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: prepopulate_block_cache: 0 2024-04-07T18:27:32.358 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: initial_auto_readahead_size: 8192 2024-04-07T18:27:32.358 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: num_file_reads_for_auto_readahead: 2 2024-04-07T18:27:32.358 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-07T18:27:32.358 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-07T18:27:32.358 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compression: NoCompression 2024-04-07T18:27:32.358 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-07T18:27:32.358 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-07T18:27:32.358 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-07T18:27:32.359 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.num_levels: 7 2024-04-07T18:27:32.359 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-07T18:27:32.359 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-07T18:27:32.359 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-07T18:27:32.359 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-07T18:27:32.359 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-07T18:27:32.359 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-07T18:27:32.359 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-07T18:27:32.359 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-07T18:27:32.359 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-07T18:27:32.359 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-07T18:27:32.359 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-07T18:27:32.359 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-07T18:27:32.360 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-07T18:27:32.360 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-07T18:27:32.360 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-07T18:27:32.360 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-07T18:27:32.360 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-07T18:27:32.360 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-07T18:27:32.360 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-07T18:27:32.360 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-07T18:27:32.360 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-07T18:27:32.360 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-07T18:27:32.360 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-07T18:27:32.360 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-07T18:27:32.360 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-07T18:27:32.361 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-07T18:27:32.361 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-07T18:27:32.361 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-07T18:27:32.361 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-07T18:27:32.361 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-07T18:27:32.361 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-07T18:27:32.361 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-07T18:27:32.361 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-07T18:27:32.361 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-07T18:27:32.361 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-07T18:27:32.361 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-07T18:27:32.361 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-07T18:27:32.362 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-07T18:27:32.362 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-07T18:27:32.362 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-07T18:27:32.362 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-07T18:27:32.362 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-07T18:27:32.362 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-07T18:27:32.362 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-07T18:27:32.362 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-07T18:27:32.362 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-07T18:27:32.362 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-07T18:27:32.362 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-07T18:27:32.362 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-07T18:27:32.362 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-07T18:27:32.363 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-07T18:27:32.363 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-07T18:27:32.363 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-07T18:27:32.363 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-07T18:27:32.363 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-07T18:27:32.363 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-07T18:27:32.363 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-07T18:27:32.363 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-07T18:27:32.363 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-07T18:27:32.363 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.bloom_locality: 0 2024-04-07T18:27:32.363 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-07T18:27:32.363 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-07T18:27:32.363 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-07T18:27:32.364 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-07T18:27:32.364 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-07T18:27:32.364 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.ttl: 2592000 2024-04-07T18:27:32.364 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-07T18:27:32.364 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-07T18:27:32.364 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-07T18:27:32.364 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.enable_blob_files: false 2024-04-07T18:27:32.364 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.min_blob_size: 0 2024-04-07T18:27:32.364 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-07T18:27:32.364 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-07T18:27:32.364 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-07T18:27:32.364 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-07T18:27:32.365 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-07T18:27:32.365 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-07T18:27:32.365 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-07T18:27:32.365 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-07T18:27:32.365 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-07T18:27:32.365 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-07T18:27:32.365 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6b067066-385c-4958-80cf-60a1a59f9f79 2024-04-07T18:27:32.365 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712514452312921, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-07T18:27:32.365 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-07T18:27:32.365 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712514452313373, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1712514452, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "6b067066-385c-4958-80cf-60a1a59f9f79", "db_session_id": "5KTFDC1PVZ831F2F7VBT", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-07T18:27:32.365 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712514452313468, "job": 1, "event": "recovery_finished"} 2024-04-07T18:27:32.365 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.307+0000 7f4421f24c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-07T18:27:32.366 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.311+0000 7f4421f24c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-07T18:27:32.366 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.311+0000 7f4421f24c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55fd7ebf2000 2024-04-07T18:27:32.366 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.311+0000 7f4421f24c80 4 rocksdb: DB pointer 0x55fd7ebdc000 2024-04-07T18:27:32.366 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.311+0000 7f441067e700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-07T18:27:32.366 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.311+0000 7f441067e700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-07T18:27:32.366 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: ** DB Stats ** 2024-04-07T18:27:32.366 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-07T18:27:32.366 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-07T18:27:32.366 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-07T18:27:32.366 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-07T18:27:32.366 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-07T18:27:32.366 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-07T18:27:32.366 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-07T18:27:32.366 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: ** Compaction Stats [default] ** 2024-04-07T18:27:32.367 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-07T18:27:32.367 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-07T18:27:32.367 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-07T18:27:32.367 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-07T18:27:32.367 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-07T18:27:32.367 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: ** Compaction Stats [default] ** 2024-04-07T18:27:32.367 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-07T18:27:32.367 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-07T18:27:32.367 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-07T18:27:32.367 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-07T18:27:32.367 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-07T18:27:32.367 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-07T18:27:32.367 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-07T18:27:32.368 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: AddFile(Total Files): cumulative 0, interval 0 2024-04-07T18:27:32.368 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-07T18:27:32.368 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: AddFile(Keys): cumulative 0, interval 0 2024-04-07T18:27:32.368 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: Cumulative compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-07T18:27:32.368 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: Interval compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-07T18:27:32.368 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-07T18:27:32.368 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: Block cache BinnedLRUCache@0x55fd7eaff090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.9e-05 secs_since: 0 2024-04-07T18:27:32.368 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-04-07T18:27:32.368 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: ** File Read Latency Histogram By Level [default] ** 2024-04-07T18:27:32.368 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.311+0000 7f4421f24c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-04-07T18:27:32.368 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.311+0000 7f4421f24c80 0 using public_addr v2:172.21.15.107:0/0 -> [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] 2024-04-07T18:27:32.368 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.311+0000 7f4421f24c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] at bind addrs [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:27:32.369 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.311+0000 7f4421f24c80 1 mon.b@-1(???) e0 preinit fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:27:32.369 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.331+0000 7f4413684700 0 mon.b@-1(synchronizing).mds e1 new map 2024-04-07T18:27:32.369 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.331+0000 7f4413684700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-04-07T18:27:32.369 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: e1 2024-04-07T18:27:32.369 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-07T18:27:32.369 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-07T18:27:32.369 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: legacy client fscid: -1 2024-04-07T18:27:32.369 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: 2024-04-07T18:27:32.369 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: No filesystems configured 2024-04-07T18:27:32.369 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.331+0000 7f4413684700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-07T18:27:32.369 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.331+0000 7f4413684700 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-07T18:27:32.370 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.331+0000 7f4413684700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-07T18:27:32.370 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.331+0000 7f4413684700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-07T18:27:32.370 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.331+0000 7f4413684700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-07T18:27:32.370 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.331+0000 7f4413684700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-07T18:27:32.370 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.331+0000 7f4413684700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-07T18:27:32.370 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.331+0000 7f4413684700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-07T18:27:32.370 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.331+0000 7f4413684700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-07T18:27:32.370 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.331+0000 7f4413684700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-07T18:27:32.370 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:19.140188+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:27:32.370 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:26:19.158089+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.conf 2024-04-07T18:27:32.370 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:26:19.272636+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi087:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:32.371 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:26:19.386901+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.client.admin.keyring 2024-04-07T18:27:32.371 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:26:19.501219+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi087:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-07T18:27:32.371 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:19.723590+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.371 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:19.730673+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.371 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:19.736852+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.371 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:19.882866+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.371 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:21.883286+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.371 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:23.883754+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.371 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:25.884097+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.371 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:27.492634+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.371 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:27.495328+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.371 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:27.499129+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.371 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:27.884363+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.372 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:28.266595+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi107", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:27:32.372 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:26:28.925197+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi107 2024-04-07T18:27:32.372 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:29.884699+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.372 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:31.885015+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.372 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:33.885479+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.372 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:34.026573+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.372 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:26:34.027435+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi107 2024-04-07T18:27:32.372 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:34.036811+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:27:32.372 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:34.560170+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.373 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:35.885839+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.373 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:36.084332+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.373 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:36.090686+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.373 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:36.092202+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:27:32.373 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:36.094434+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:32.373 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:36.096366+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:32.373 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:26:36.099153+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-04-07T18:27:32.373 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:26:36.314723+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi107:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:32.373 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:26:36.530358+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-04-07T18:27:32.374 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:26:36.695172+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi107:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-07T18:27:32.374 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:36.865063+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.374 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:36.871556+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.374 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:36.874825+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-04-07T18:27:32.374 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:36.876922+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]': finished 2024-04-07T18:27:32.374 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:26:37.079049+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi107 on smithi107 2024-04-07T18:27:32.374 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:38.059565+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.374 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:37.886201+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.374 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:38.105835+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.374 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:38.114301+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.374 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:38.180712+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:27:32.374 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:38.184286+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:32.375 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:38.185410+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:32.375 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:38.195466+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.375 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:38.264316+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:27:32.375 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:38.267416+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:32.375 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:38.268608+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:32.375 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:38.276642+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.375 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:38.485224+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.375 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:39.552480+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.375 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:39.560293+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.375 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:39.886676+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.375 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:41.887137+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.375 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:41.962229+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.376 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:42.404201+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:27:32.376 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:43.887589+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.376 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:45.888002+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.376 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:47.655375+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.376 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:47.659716+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.376 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:47.668027+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.376 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:47.888401+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.376 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:49.888745+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.376 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:51.695369+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi112", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:27:32.376 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:52.668069+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.376 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:51.889084+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.377 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:26:52.363294+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi112 2024-04-07T18:27:32.377 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:52.684195+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.377 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:53.889503+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.377 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:55.889853+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.377 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:57.624644+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.377 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:57.670260+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:27:32.377 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:26:57.625479+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi112 2024-04-07T18:27:32.377 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:58.145034+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.377 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:57.890192+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.377 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:59.130852+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.377 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:59.137123+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.377 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:59.145769+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.377 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:59.620459+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.377 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:59.626648+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.378 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:59.628202+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi112", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:27:32.378 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:59.630126+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:32.378 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:26:59.631810+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:32.378 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:26:59.634622+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-04-07T18:27:32.378 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:00.642258+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.378 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:00.646924+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.378 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:00.649987+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi112", "caps": []}]: dispatch 2024-04-07T18:27:32.378 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:00.652101+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi112", "caps": []}]': finished 2024-04-07T18:27:32.378 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:26:59.851569+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi112:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:32.378 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:26:59.890567+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.378 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:27:00.307868+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.client.admin.keyring 2024-04-07T18:27:32.378 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:27:00.472961+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi112:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-07T18:27:32.379 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:27:00.976686+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi112 on smithi112 2024-04-07T18:27:32.379 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:01.900985+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.379 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:01.948886+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.379 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:01.952359+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.379 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:01.968630+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.379 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:02.034076+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:27:32.379 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:02.038236+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:32.379 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:02.039502+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:32.379 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:02.049533+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.379 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:02.150052+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:27:32.379 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:02.153250+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:32.379 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:02.154160+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:32.379 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:02.163010+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.379 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:02.365155+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.380 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:27:01.890876+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.380 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:03.442592+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.380 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:03.452887+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.380 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:27:03.891283+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.380 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:27:05.891748+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.380 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:06.409767+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:27:32.380 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:07.863433+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.380 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:07.872216+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.380 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:07.880547+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.380 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:27:07.892156+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.380 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:27:09.892593+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.380 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:27:11.893015+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.380 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:27:13.893451+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.381 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:14.417213+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.87:0/1240296563' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-07T18:27:32.381 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:14.958023+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.87:0/1240296563' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-07T18:27:32.381 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:27:14.962983+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-07T18:27:32.381 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:27:15.893862+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.381 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:16.469690+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.381 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:16.478232+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.381 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:27:17.894291+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.381 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:19.341860+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.381 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:19.348325+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.381 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:19.356782+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.381 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:19.813700+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi087:172.21.15.87=a;smithi107:172.21.15.107=b;smithi112:172.21.15.112=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:27:32.381 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:27:19.819242+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi087:172.21.15.87=a;smithi107:172.21.15.107=b;smithi112:172.21.15.112=c;count:3 2024-04-07T18:27:32.381 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:19.825294+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.382 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:19.873742+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:27:32.382 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:19.879329+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:32.382 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:19.881128+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:32.382 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:19.890001+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.382 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:19.895361+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-07T18:27:32.382 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:19.897092+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:32.382 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:27:19.894635+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.382 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:27:19.899137+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi112 2024-04-07T18:27:32.382 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:27:21.894932+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.382 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:27:23.895385+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.382 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:25.877713+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.382 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:25.886351+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.382 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:25.894604+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.382 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cluster 2024-04-07T18:27:25.895775+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:32.383 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:26.267590+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.383 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:26.273721+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.383 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:26.283742+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:32.383 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:26.285127+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-07T18:27:32.383 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:26.286918+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:32.383 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: cephadm 2024-04-07T18:27:26.289007+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Deploying daemon mon.b on smithi107 2024-04-07T18:27:32.383 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: audit 2024-04-07T18:27:26.434594+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.112:0/890680666' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-07T18:27:32.383 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:32 smithi107 bash[22201]: debug 2024-04-07T18:27:32.335+0000 7f4413684700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-07T18:27:33.170 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: audit 2024-04-07T18:27:27.890911+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:27:33.170 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: cluster 2024-04-07T18:27:27.891238+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-07T18:27:33.170 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: cluster 2024-04-07T18:27:27.896192+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:33.170 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: audit 2024-04-07T18:27:27.910166+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:33.170 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: audit 2024-04-07T18:27:28.887609+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:33.170 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: audit 2024-04-07T18:27:29.887838+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:33.170 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: cluster 2024-04-07T18:27:29.890072+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-07T18:27:33.170 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: cluster 2024-04-07T18:27:29.896574+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:33.170 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: audit 2024-04-07T18:27:30.887953+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:33.170 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: audit 2024-04-07T18:27:31.888041+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:33.171 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: cluster 2024-04-07T18:27:31.896939+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:33.171 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: audit 2024-04-07T18:27:32.345001+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:33.171 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: audit 2024-04-07T18:27:32.887903+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:33.171 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: cluster 2024-04-07T18:27:32.931553+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-07T18:27:33.171 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: cluster 2024-04-07T18:27:32.938435+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-04-07T18:27:33.171 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: cluster 2024-04-07T18:27:32.938473+0000 mon.a (mon.0) 234 : cluster [DBG] fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:27:33.171 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: cluster 2024-04-07T18:27:32.938496+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-04-07T18:27:27.887336+0000 2024-04-07T18:27:33.171 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: cluster 2024-04-07T18:27:32.938517+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-04-07T18:24:40.387706+0000 2024-04-07T18:27:33.171 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: cluster 2024-04-07T18:27:32.938542+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-04-07T18:27:33.171 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: cluster 2024-04-07T18:27:32.938570+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-04-07T18:27:33.171 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: cluster 2024-04-07T18:27:32.938592+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-07T18:27:33.171 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: cluster 2024-04-07T18:27:32.938615+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.c 2024-04-07T18:27:33.171 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: cluster 2024-04-07T18:27:32.958301+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-04-07T18:27:33.171 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: cluster 2024-04-07T18:27:32.958362+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-07T18:27:33.171 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: cluster 2024-04-07T18:27:32.958647+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-04-07T18:27:33.171 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: cluster 2024-04-07T18:27:32.958905+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-04-07T18:27:33.172 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: audit 2024-04-07T18:27:32.966885+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:33.172 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: audit 2024-04-07T18:27:32.973193+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:33.172 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: audit 2024-04-07T18:27:32.979462+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:33.172 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: audit 2024-04-07T18:27:32.986424+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:33.172 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:33 smithi112 bash[22390]: audit 2024-04-07T18:27:32.994469+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:33.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: audit 2024-04-07T18:27:27.890911+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:27:33.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: cluster 2024-04-07T18:27:27.891238+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-07T18:27:33.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: cluster 2024-04-07T18:27:27.896192+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:33.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: audit 2024-04-07T18:27:27.910166+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:33.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: audit 2024-04-07T18:27:28.887609+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:33.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: audit 2024-04-07T18:27:29.887838+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:33.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: cluster 2024-04-07T18:27:29.890072+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-07T18:27:33.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: cluster 2024-04-07T18:27:29.896574+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:33.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: audit 2024-04-07T18:27:30.887953+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:33.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: audit 2024-04-07T18:27:31.888041+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:33.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: cluster 2024-04-07T18:27:31.896939+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:33.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: audit 2024-04-07T18:27:32.345001+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:33.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: audit 2024-04-07T18:27:32.887903+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:33.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: cluster 2024-04-07T18:27:32.931553+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-07T18:27:33.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: cluster 2024-04-07T18:27:32.938435+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-04-07T18:27:33.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: cluster 2024-04-07T18:27:32.938473+0000 mon.a (mon.0) 234 : cluster [DBG] fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:27:33.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: cluster 2024-04-07T18:27:32.938496+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-04-07T18:27:27.887336+0000 2024-04-07T18:27:33.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: cluster 2024-04-07T18:27:32.938517+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-04-07T18:24:40.387706+0000 2024-04-07T18:27:33.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: cluster 2024-04-07T18:27:32.938542+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-04-07T18:27:33.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: cluster 2024-04-07T18:27:32.938570+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-04-07T18:27:33.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: cluster 2024-04-07T18:27:32.938592+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-07T18:27:33.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: cluster 2024-04-07T18:27:32.938615+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.c 2024-04-07T18:27:33.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: cluster 2024-04-07T18:27:32.958301+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-04-07T18:27:33.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: cluster 2024-04-07T18:27:32.958362+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-07T18:27:33.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: cluster 2024-04-07T18:27:32.958647+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-04-07T18:27:33.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: cluster 2024-04-07T18:27:32.958905+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-04-07T18:27:33.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: audit 2024-04-07T18:27:32.966885+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:33.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: audit 2024-04-07T18:27:32.973193+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:33.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: audit 2024-04-07T18:27:32.979462+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:33.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: audit 2024-04-07T18:27:32.986424+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:33.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:33 smithi087 bash[21510]: audit 2024-04-07T18:27:32.994469+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.304 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: audit 2024-04-07T18:27:33.033868+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.304 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: audit 2024-04-07T18:27:33.042610+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.304 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: audit 2024-04-07T18:27:33.141256+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:27:34.304 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: audit 2024-04-07T18:27:33.145826+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:34.304 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: audit 2024-04-07T18:27:33.147295+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:34.305 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: cephadm 2024-04-07T18:27:33.149676+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.conf 2024-04-07T18:27:34.305 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: cephadm 2024-04-07T18:27:33.151559+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-04-07T18:27:34.305 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: cephadm 2024-04-07T18:27:33.152253+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-04-07T18:27:34.305 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: audit 2024-04-07T18:27:33.344294+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:34.305 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: cephadm 2024-04-07T18:27:33.416681+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi087:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:34.305 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: cephadm 2024-04-07T18:27:33.417473+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi107:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:34.305 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: cephadm 2024-04-07T18:27:33.418027+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi112:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:34.305 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: audit 2024-04-07T18:27:33.636674+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.305 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: audit 2024-04-07T18:27:33.639659+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.305 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: audit 2024-04-07T18:27:33.642629+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.305 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: audit 2024-04-07T18:27:33.645608+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.305 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: audit 2024-04-07T18:27:33.650308+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.305 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: audit 2024-04-07T18:27:33.655319+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.306 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: audit 2024-04-07T18:27:33.660740+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.306 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: cephadm 2024-04-07T18:27:33.661318+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:27:34.306 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: cephadm 2024-04-07T18:27:33.710485+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-07T18:27:34.306 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: audit 2024-04-07T18:27:33.711024+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-07T18:27:34.306 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: audit 2024-04-07T18:27:33.712289+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-07T18:27:34.306 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: audit 2024-04-07T18:27:33.713248+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:34.306 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: cephadm 2024-04-07T18:27:33.714326+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi087 2024-04-07T18:27:34.306 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:34 smithi112 bash[22390]: audit 2024-04-07T18:27:33.888023+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:34.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: audit 2024-04-07T18:27:33.033868+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: audit 2024-04-07T18:27:33.042610+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: audit 2024-04-07T18:27:33.141256+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:27:34.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: audit 2024-04-07T18:27:33.145826+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:34.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: audit 2024-04-07T18:27:33.147295+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:34.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: cephadm 2024-04-07T18:27:33.149676+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.conf 2024-04-07T18:27:34.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: cephadm 2024-04-07T18:27:33.151559+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-04-07T18:27:34.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: cephadm 2024-04-07T18:27:33.152253+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-04-07T18:27:34.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: audit 2024-04-07T18:27:33.344294+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:34.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: cephadm 2024-04-07T18:27:33.416681+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi087:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:34.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: cephadm 2024-04-07T18:27:33.417473+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi107:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:34.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: cephadm 2024-04-07T18:27:33.418027+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi112:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:34.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: audit 2024-04-07T18:27:33.636674+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: audit 2024-04-07T18:27:33.639659+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: audit 2024-04-07T18:27:33.642629+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: audit 2024-04-07T18:27:33.645608+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: audit 2024-04-07T18:27:33.650308+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: audit 2024-04-07T18:27:33.655319+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: audit 2024-04-07T18:27:33.660740+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: cephadm 2024-04-07T18:27:33.661318+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:27:34.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: cephadm 2024-04-07T18:27:33.710485+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-07T18:27:34.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: audit 2024-04-07T18:27:33.711024+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-07T18:27:34.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: audit 2024-04-07T18:27:33.712289+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-07T18:27:34.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: audit 2024-04-07T18:27:33.713248+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:34.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: cephadm 2024-04-07T18:27:33.714326+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi087 2024-04-07T18:27:34.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:34 smithi087 bash[21510]: audit 2024-04-07T18:27:33.888023+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:34.637 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:27.890911+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:27:34.637 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cluster 2024-04-07T18:27:27.891238+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-07T18:27:34.637 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cluster 2024-04-07T18:27:27.896192+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:34.638 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:27.910166+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:34.638 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:28.887609+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:34.638 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:29.887838+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:34.638 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cluster 2024-04-07T18:27:29.890072+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-07T18:27:34.638 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cluster 2024-04-07T18:27:29.896574+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:34.638 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:30.887953+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:34.638 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:31.888041+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:34.638 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cluster 2024-04-07T18:27:31.896939+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:34.638 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:32.345001+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:34.638 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:32.887903+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:34.638 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cluster 2024-04-07T18:27:32.931553+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-07T18:27:34.639 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cluster 2024-04-07T18:27:32.938435+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-04-07T18:27:34.639 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cluster 2024-04-07T18:27:32.938473+0000 mon.a (mon.0) 234 : cluster [DBG] fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:27:34.639 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cluster 2024-04-07T18:27:32.938496+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-04-07T18:27:27.887336+0000 2024-04-07T18:27:34.639 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cluster 2024-04-07T18:27:32.938517+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-04-07T18:24:40.387706+0000 2024-04-07T18:27:34.639 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cluster 2024-04-07T18:27:32.938542+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-04-07T18:27:34.639 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cluster 2024-04-07T18:27:32.938570+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-04-07T18:27:34.639 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cluster 2024-04-07T18:27:32.938592+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-07T18:27:34.639 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cluster 2024-04-07T18:27:32.938615+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.c 2024-04-07T18:27:34.639 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cluster 2024-04-07T18:27:32.958301+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-04-07T18:27:34.639 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cluster 2024-04-07T18:27:32.958362+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-07T18:27:34.639 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cluster 2024-04-07T18:27:32.958647+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-04-07T18:27:34.639 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cluster 2024-04-07T18:27:32.958905+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-04-07T18:27:34.640 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:32.966885+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.640 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:32.973193+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.640 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:32.979462+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.640 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:32.986424+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.640 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:32.994469+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.640 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:33.033868+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.640 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:33.042610+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.640 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:33.141256+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:27:34.640 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:33.145826+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:34.640 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:33.147295+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:34.640 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cephadm 2024-04-07T18:27:33.149676+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.conf 2024-04-07T18:27:34.640 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cephadm 2024-04-07T18:27:33.151559+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-04-07T18:27:34.641 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cephadm 2024-04-07T18:27:33.152253+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-04-07T18:27:34.641 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:33.344294+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:34.641 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cephadm 2024-04-07T18:27:33.416681+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi087:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:34.641 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cephadm 2024-04-07T18:27:33.417473+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi107:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:34.641 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cephadm 2024-04-07T18:27:33.418027+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi112:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:34.641 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:33.636674+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.641 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:33.639659+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.641 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:33.642629+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.641 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:33.645608+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.641 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:33.650308+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.641 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:33.655319+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.642 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:33.660740+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:34.642 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cephadm 2024-04-07T18:27:33.661318+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:27:34.642 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cephadm 2024-04-07T18:27:33.710485+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-07T18:27:34.642 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:33.711024+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-07T18:27:34.642 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:33.712289+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-07T18:27:34.642 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:33.713248+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:34.642 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: cephadm 2024-04-07T18:27:33.714326+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi087 2024-04-07T18:27:34.642 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:34 smithi107 bash[22201]: audit 2024-04-07T18:27:33.888023+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:39.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:33.897217+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:39.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: audit 2024-04-07T18:27:34.360113+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:27:39.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:34.360452+0000 mon.a (mon.0) 269 : cluster [INF] mon.a calling monitor election 2024-04-07T18:27:39.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:34.360880+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-07T18:27:39.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: audit 2024-04-07T18:27:34.382861+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:39.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: audit 2024-04-07T18:27:34.383145+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:39.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: audit 2024-04-07T18:27:35.345272+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:39.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:35.897552+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:39.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: audit 2024-04-07T18:27:36.345407+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:39.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: audit 2024-04-07T18:27:37.345204+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:39.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:37.897921+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:39.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: audit 2024-04-07T18:27:38.345766+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:39.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: audit 2024-04-07T18:27:39.345546+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:39.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:39.382881+0000 mon.a (mon.0) 277 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-07T18:27:39.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:39.388894+0000 mon.a (mon.0) 278 : cluster [DBG] monmap epoch 3 2024-04-07T18:27:39.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:39.388929+0000 mon.a (mon.0) 279 : cluster [DBG] fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:27:39.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:39.388952+0000 mon.a (mon.0) 280 : cluster [DBG] last_changed 2024-04-07T18:27:34.352894+0000 2024-04-07T18:27:39.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:39.389006+0000 mon.a (mon.0) 281 : cluster [DBG] created 2024-04-07T18:24:40.387706+0000 2024-04-07T18:27:39.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:39.389031+0000 mon.a (mon.0) 282 : cluster [DBG] min_mon_release 19 (squid) 2024-04-07T18:27:39.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:39.389057+0000 mon.a (mon.0) 283 : cluster [DBG] election_strategy: 1 2024-04-07T18:27:39.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:39.389077+0000 mon.a (mon.0) 284 : cluster [DBG] 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-07T18:27:39.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:39.389100+0000 mon.a (mon.0) 285 : cluster [DBG] 1: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.c 2024-04-07T18:27:39.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:39.389125+0000 mon.a (mon.0) 286 : cluster [DBG] 2: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.b 2024-04-07T18:27:39.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:39.410334+0000 mon.a (mon.0) 287 : cluster [DBG] fsmap 2024-04-07T18:27:39.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:39.410396+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-07T18:27:39.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:39.410680+0000 mon.a (mon.0) 289 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-04-07T18:27:39.738 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:39.410992+0000 mon.a (mon.0) 290 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-07T18:27:39.738 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:39.418819+0000 mon.a (mon.0) 291 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-07T18:27:39.738 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:39.418899+0000 mon.a (mon.0) 292 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-07T18:27:39.738 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: cluster 2024-04-07T18:27:39.418919+0000 mon.a (mon.0) 293 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] is down (out of quorum) 2024-04-07T18:27:39.738 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: audit 2024-04-07T18:27:39.423638+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:39.738 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: audit 2024-04-07T18:27:39.429609+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:39.738 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: audit 2024-04-07T18:27:39.434986+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:39.738 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: audit 2024-04-07T18:27:39.440373+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:39.738 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:39 smithi087 bash[21510]: audit 2024-04-07T18:27:39.446074+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:39.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:33.897217+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:39.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: audit 2024-04-07T18:27:34.360113+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:27:39.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:34.360452+0000 mon.a (mon.0) 269 : cluster [INF] mon.a calling monitor election 2024-04-07T18:27:39.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:34.360880+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-07T18:27:39.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: audit 2024-04-07T18:27:34.382861+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:39.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: audit 2024-04-07T18:27:34.383145+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:39.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: audit 2024-04-07T18:27:35.345272+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:39.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:35.897552+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:39.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: audit 2024-04-07T18:27:36.345407+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:39.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: audit 2024-04-07T18:27:37.345204+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:39.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:37.897921+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:39.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: audit 2024-04-07T18:27:38.345766+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:39.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: audit 2024-04-07T18:27:39.345546+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:39.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:39.382881+0000 mon.a (mon.0) 277 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-07T18:27:39.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:39.388894+0000 mon.a (mon.0) 278 : cluster [DBG] monmap epoch 3 2024-04-07T18:27:39.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:39.388929+0000 mon.a (mon.0) 279 : cluster [DBG] fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:27:39.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:39.388952+0000 mon.a (mon.0) 280 : cluster [DBG] last_changed 2024-04-07T18:27:34.352894+0000 2024-04-07T18:27:39.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:39.389006+0000 mon.a (mon.0) 281 : cluster [DBG] created 2024-04-07T18:24:40.387706+0000 2024-04-07T18:27:39.806 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:39.389031+0000 mon.a (mon.0) 282 : cluster [DBG] min_mon_release 19 (squid) 2024-04-07T18:27:39.806 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:39.389057+0000 mon.a (mon.0) 283 : cluster [DBG] election_strategy: 1 2024-04-07T18:27:39.806 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:39.389077+0000 mon.a (mon.0) 284 : cluster [DBG] 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-07T18:27:39.806 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:39.389100+0000 mon.a (mon.0) 285 : cluster [DBG] 1: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.c 2024-04-07T18:27:39.806 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:39.389125+0000 mon.a (mon.0) 286 : cluster [DBG] 2: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.b 2024-04-07T18:27:39.806 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:39.410334+0000 mon.a (mon.0) 287 : cluster [DBG] fsmap 2024-04-07T18:27:39.806 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:39.410396+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-07T18:27:39.806 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:39.410680+0000 mon.a (mon.0) 289 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-04-07T18:27:39.806 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:39.410992+0000 mon.a (mon.0) 290 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-07T18:27:39.806 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:39.418819+0000 mon.a (mon.0) 291 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-07T18:27:39.806 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:39.418899+0000 mon.a (mon.0) 292 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-07T18:27:39.806 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: cluster 2024-04-07T18:27:39.418919+0000 mon.a (mon.0) 293 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] is down (out of quorum) 2024-04-07T18:27:39.806 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: audit 2024-04-07T18:27:39.423638+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:39.807 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: audit 2024-04-07T18:27:39.429609+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:39.807 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: audit 2024-04-07T18:27:39.434986+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:39.807 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: audit 2024-04-07T18:27:39.440373+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:39.807 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:39 smithi112 bash[22390]: audit 2024-04-07T18:27:39.446074+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:40.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:40 smithi087 bash[21510]: cephadm 2024-04-07T18:27:39.495844+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-07T18:27:40.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:40 smithi087 bash[21510]: audit 2024-04-07T18:27:39.496513+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-07T18:27:40.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:40 smithi087 bash[21510]: audit 2024-04-07T18:27:39.498202+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-07T18:27:40.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:40 smithi087 bash[21510]: audit 2024-04-07T18:27:39.499855+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:40.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:40 smithi087 bash[21510]: cephadm 2024-04-07T18:27:39.501832+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi107 2024-04-07T18:27:40.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:40 smithi087 bash[21510]: audit 2024-04-07T18:27:39.671877+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:40.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:40 smithi087 bash[21510]: audit 2024-04-07T18:27:39.680706+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:40.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:40 smithi087 bash[21510]: audit 2024-04-07T18:27:39.691534+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:40.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:40 smithi087 bash[21510]: audit 2024-04-07T18:27:40.346112+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:40.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:40 smithi112 bash[22390]: cephadm 2024-04-07T18:27:39.495844+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-07T18:27:40.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:40 smithi112 bash[22390]: audit 2024-04-07T18:27:39.496513+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-07T18:27:40.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:40 smithi112 bash[22390]: audit 2024-04-07T18:27:39.498202+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-07T18:27:40.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:40 smithi112 bash[22390]: audit 2024-04-07T18:27:39.499855+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:40.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:40 smithi112 bash[22390]: cephadm 2024-04-07T18:27:39.501832+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi107 2024-04-07T18:27:40.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:40 smithi112 bash[22390]: audit 2024-04-07T18:27:39.671877+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:40.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:40 smithi112 bash[22390]: audit 2024-04-07T18:27:39.680706+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:40.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:40 smithi112 bash[22390]: audit 2024-04-07T18:27:39.691534+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:40.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:40 smithi112 bash[22390]: audit 2024-04-07T18:27:40.346112+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:41.099 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-04-07T18:27:41.099 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":3,"fsid":"d8141d00-f50b-11ee-b649-cb9ed24678a4","modified":"2024-04-07T18:27:34.352894Z","created":"2024-04-07T18:24:40.387706Z","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.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-07T18:27:41.101 INFO:teuthology.orchestra.run.smithi112.stderr:dumped monmap epoch 3 2024-04-07T18:27:41.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:33.897217+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:41.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: audit 2024-04-07T18:27:34.360113+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:27:41.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:34.360452+0000 mon.a (mon.0) 269 : cluster [INF] mon.a calling monitor election 2024-04-07T18:27:41.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:34.360880+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-07T18:27:41.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: audit 2024-04-07T18:27:34.382861+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:41.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: audit 2024-04-07T18:27:34.383145+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:27:41.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: audit 2024-04-07T18:27:35.345272+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:41.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:35.897552+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:41.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: audit 2024-04-07T18:27:36.345407+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:41.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: audit 2024-04-07T18:27:37.345204+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:41.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:37.897921+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:41.666 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: audit 2024-04-07T18:27:38.345766+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:41.666 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: audit 2024-04-07T18:27:39.345546+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:41.666 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:39.382881+0000 mon.a (mon.0) 277 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-07T18:27:41.666 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:39.388894+0000 mon.a (mon.0) 278 : cluster [DBG] monmap epoch 3 2024-04-07T18:27:41.666 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:39.388929+0000 mon.a (mon.0) 279 : cluster [DBG] fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:27:41.666 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:39.388952+0000 mon.a (mon.0) 280 : cluster [DBG] last_changed 2024-04-07T18:27:34.352894+0000 2024-04-07T18:27:41.666 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:39.389006+0000 mon.a (mon.0) 281 : cluster [DBG] created 2024-04-07T18:24:40.387706+0000 2024-04-07T18:27:41.666 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:39.389031+0000 mon.a (mon.0) 282 : cluster [DBG] min_mon_release 19 (squid) 2024-04-07T18:27:41.666 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:39.389057+0000 mon.a (mon.0) 283 : cluster [DBG] election_strategy: 1 2024-04-07T18:27:41.666 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:39.389077+0000 mon.a (mon.0) 284 : cluster [DBG] 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-07T18:27:41.666 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:39.389100+0000 mon.a (mon.0) 285 : cluster [DBG] 1: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.c 2024-04-07T18:27:41.667 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:39.389125+0000 mon.a (mon.0) 286 : cluster [DBG] 2: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.b 2024-04-07T18:27:41.667 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:39.410334+0000 mon.a (mon.0) 287 : cluster [DBG] fsmap 2024-04-07T18:27:41.667 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:39.410396+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-07T18:27:41.667 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:39.410680+0000 mon.a (mon.0) 289 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-04-07T18:27:41.667 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:39.410992+0000 mon.a (mon.0) 290 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-07T18:27:41.667 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:39.418819+0000 mon.a (mon.0) 291 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-07T18:27:41.667 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:39.418899+0000 mon.a (mon.0) 292 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-07T18:27:41.667 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cluster 2024-04-07T18:27:39.418919+0000 mon.a (mon.0) 293 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] is down (out of quorum) 2024-04-07T18:27:41.667 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: audit 2024-04-07T18:27:39.423638+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:41.667 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: audit 2024-04-07T18:27:39.429609+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:41.668 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: audit 2024-04-07T18:27:39.434986+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:41.668 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: audit 2024-04-07T18:27:39.440373+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:41.668 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: audit 2024-04-07T18:27:39.446074+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:41.668 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cephadm 2024-04-07T18:27:39.495844+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-07T18:27:41.668 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: audit 2024-04-07T18:27:39.496513+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-07T18:27:41.668 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: audit 2024-04-07T18:27:39.498202+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-07T18:27:41.668 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: audit 2024-04-07T18:27:39.499855+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:41.668 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: cephadm 2024-04-07T18:27:39.501832+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi107 2024-04-07T18:27:41.668 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: audit 2024-04-07T18:27:39.671877+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:41.668 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: audit 2024-04-07T18:27:39.680706+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:41.668 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: audit 2024-04-07T18:27:39.691534+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:41.668 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:41 smithi107 bash[22201]: audit 2024-04-07T18:27:40.346112+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:41.751 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-07T18:27:41.752 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph config generate-minimal-conf 2024-04-07T18:27:42.593 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cluster 2024-04-07T18:27:36.355059+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-07T18:27:42.593 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cephadm 2024-04-07T18:27:41.371589+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-07T18:27:42.593 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cephadm 2024-04-07T18:27:41.379253+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi112 2024-04-07T18:27:42.593 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cluster 2024-04-07T18:27:41.388231+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-04-07T18:27:42.593 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cluster 2024-04-07T18:27:41.389054+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-04-07T18:27:42.593 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cluster 2024-04-07T18:27:41.389094+0000 mon.a (mon.0) 316 : cluster [INF] mon.a calling monitor election 2024-04-07T18:27:42.593 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cluster 2024-04-07T18:27:41.414990+0000 mon.a (mon.0) 317 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-07T18:27:42.593 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cluster 2024-04-07T18:27:41.422122+0000 mon.a (mon.0) 318 : cluster [DBG] monmap epoch 3 2024-04-07T18:27:42.593 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cluster 2024-04-07T18:27:41.422155+0000 mon.a (mon.0) 319 : cluster [DBG] fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:27:42.594 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cluster 2024-04-07T18:27:41.422181+0000 mon.a (mon.0) 320 : cluster [DBG] last_changed 2024-04-07T18:27:34.352894+0000 2024-04-07T18:27:42.594 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cluster 2024-04-07T18:27:41.422203+0000 mon.a (mon.0) 321 : cluster [DBG] created 2024-04-07T18:24:40.387706+0000 2024-04-07T18:27:42.594 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cluster 2024-04-07T18:27:41.422228+0000 mon.a (mon.0) 322 : cluster [DBG] min_mon_release 19 (squid) 2024-04-07T18:27:42.594 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cluster 2024-04-07T18:27:41.422251+0000 mon.a (mon.0) 323 : cluster [DBG] election_strategy: 1 2024-04-07T18:27:42.594 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cluster 2024-04-07T18:27:41.422272+0000 mon.a (mon.0) 324 : cluster [DBG] 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-07T18:27:42.594 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cluster 2024-04-07T18:27:41.422292+0000 mon.a (mon.0) 325 : cluster [DBG] 1: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.c 2024-04-07T18:27:42.594 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cluster 2024-04-07T18:27:41.422313+0000 mon.a (mon.0) 326 : cluster [DBG] 2: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.b 2024-04-07T18:27:42.594 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cluster 2024-04-07T18:27:41.423470+0000 mon.a (mon.0) 327 : cluster [DBG] fsmap 2024-04-07T18:27:42.594 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cluster 2024-04-07T18:27:41.423530+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-07T18:27:42.594 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cluster 2024-04-07T18:27:41.423804+0000 mon.a (mon.0) 329 : cluster [DBG] mgrmap e13: a(active, since 109s) 2024-04-07T18:27:42.594 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cluster 2024-04-07T18:27:41.424110+0000 mon.a (mon.0) 330 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-07T18:27:42.594 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cluster 2024-04-07T18:27:41.424151+0000 mon.a (mon.0) 331 : cluster [INF] Cluster is now healthy 2024-04-07T18:27:42.594 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:42 smithi112 bash[22390]: cluster 2024-04-07T18:27:41.430161+0000 mon.a (mon.0) 332 : cluster [INF] overall HEALTH_OK 2024-04-07T18:27:42.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cluster 2024-04-07T18:27:36.355059+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-07T18:27:42.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cephadm 2024-04-07T18:27:41.371589+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-07T18:27:42.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cephadm 2024-04-07T18:27:41.379253+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi112 2024-04-07T18:27:42.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cluster 2024-04-07T18:27:41.388231+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-04-07T18:27:42.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cluster 2024-04-07T18:27:41.389054+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-04-07T18:27:42.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cluster 2024-04-07T18:27:41.389094+0000 mon.a (mon.0) 316 : cluster [INF] mon.a calling monitor election 2024-04-07T18:27:42.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cluster 2024-04-07T18:27:41.414990+0000 mon.a (mon.0) 317 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-07T18:27:42.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cluster 2024-04-07T18:27:41.422122+0000 mon.a (mon.0) 318 : cluster [DBG] monmap epoch 3 2024-04-07T18:27:42.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cluster 2024-04-07T18:27:41.422155+0000 mon.a (mon.0) 319 : cluster [DBG] fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:27:42.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cluster 2024-04-07T18:27:41.422181+0000 mon.a (mon.0) 320 : cluster [DBG] last_changed 2024-04-07T18:27:34.352894+0000 2024-04-07T18:27:42.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cluster 2024-04-07T18:27:41.422203+0000 mon.a (mon.0) 321 : cluster [DBG] created 2024-04-07T18:24:40.387706+0000 2024-04-07T18:27:42.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cluster 2024-04-07T18:27:41.422228+0000 mon.a (mon.0) 322 : cluster [DBG] min_mon_release 19 (squid) 2024-04-07T18:27:42.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cluster 2024-04-07T18:27:41.422251+0000 mon.a (mon.0) 323 : cluster [DBG] election_strategy: 1 2024-04-07T18:27:42.666 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cluster 2024-04-07T18:27:41.422272+0000 mon.a (mon.0) 324 : cluster [DBG] 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-07T18:27:42.666 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cluster 2024-04-07T18:27:41.422292+0000 mon.a (mon.0) 325 : cluster [DBG] 1: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.c 2024-04-07T18:27:42.666 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cluster 2024-04-07T18:27:41.422313+0000 mon.a (mon.0) 326 : cluster [DBG] 2: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.b 2024-04-07T18:27:42.666 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cluster 2024-04-07T18:27:41.423470+0000 mon.a (mon.0) 327 : cluster [DBG] fsmap 2024-04-07T18:27:42.666 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cluster 2024-04-07T18:27:41.423530+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-07T18:27:42.666 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cluster 2024-04-07T18:27:41.423804+0000 mon.a (mon.0) 329 : cluster [DBG] mgrmap e13: a(active, since 109s) 2024-04-07T18:27:42.666 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cluster 2024-04-07T18:27:41.424110+0000 mon.a (mon.0) 330 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-07T18:27:42.666 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cluster 2024-04-07T18:27:41.424151+0000 mon.a (mon.0) 331 : cluster [INF] Cluster is now healthy 2024-04-07T18:27:42.666 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:42 smithi107 bash[22201]: cluster 2024-04-07T18:27:41.430161+0000 mon.a (mon.0) 332 : cluster [INF] overall HEALTH_OK 2024-04-07T18:27:42.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cluster 2024-04-07T18:27:36.355059+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-07T18:27:42.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cephadm 2024-04-07T18:27:41.371589+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-07T18:27:42.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cephadm 2024-04-07T18:27:41.379253+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi112 2024-04-07T18:27:42.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cluster 2024-04-07T18:27:41.388231+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-04-07T18:27:42.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cluster 2024-04-07T18:27:41.389054+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-04-07T18:27:42.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cluster 2024-04-07T18:27:41.389094+0000 mon.a (mon.0) 316 : cluster [INF] mon.a calling monitor election 2024-04-07T18:27:42.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cluster 2024-04-07T18:27:41.414990+0000 mon.a (mon.0) 317 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-07T18:27:42.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cluster 2024-04-07T18:27:41.422122+0000 mon.a (mon.0) 318 : cluster [DBG] monmap epoch 3 2024-04-07T18:27:42.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cluster 2024-04-07T18:27:41.422155+0000 mon.a (mon.0) 319 : cluster [DBG] fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:27:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cluster 2024-04-07T18:27:41.422181+0000 mon.a (mon.0) 320 : cluster [DBG] last_changed 2024-04-07T18:27:34.352894+0000 2024-04-07T18:27:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cluster 2024-04-07T18:27:41.422203+0000 mon.a (mon.0) 321 : cluster [DBG] created 2024-04-07T18:24:40.387706+0000 2024-04-07T18:27:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cluster 2024-04-07T18:27:41.422228+0000 mon.a (mon.0) 322 : cluster [DBG] min_mon_release 19 (squid) 2024-04-07T18:27:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cluster 2024-04-07T18:27:41.422251+0000 mon.a (mon.0) 323 : cluster [DBG] election_strategy: 1 2024-04-07T18:27:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cluster 2024-04-07T18:27:41.422272+0000 mon.a (mon.0) 324 : cluster [DBG] 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-07T18:27:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cluster 2024-04-07T18:27:41.422292+0000 mon.a (mon.0) 325 : cluster [DBG] 1: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.c 2024-04-07T18:27:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cluster 2024-04-07T18:27:41.422313+0000 mon.a (mon.0) 326 : cluster [DBG] 2: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.b 2024-04-07T18:27:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cluster 2024-04-07T18:27:41.423470+0000 mon.a (mon.0) 327 : cluster [DBG] fsmap 2024-04-07T18:27:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cluster 2024-04-07T18:27:41.423530+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-07T18:27:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cluster 2024-04-07T18:27:41.423804+0000 mon.a (mon.0) 329 : cluster [DBG] mgrmap e13: a(active, since 109s) 2024-04-07T18:27:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cluster 2024-04-07T18:27:41.424110+0000 mon.a (mon.0) 330 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-07T18:27:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cluster 2024-04-07T18:27:41.424151+0000 mon.a (mon.0) 331 : cluster [INF] Cluster is now healthy 2024-04-07T18:27:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:42 smithi087 bash[21510]: cluster 2024-04-07T18:27:41.430161+0000 mon.a (mon.0) 332 : cluster [INF] overall HEALTH_OK 2024-04-07T18:27:43.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:43 smithi107 bash[22201]: cluster 2024-04-07T18:27:41.898696+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:43.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:43 smithi107 bash[22201]: audit 2024-04-07T18:27:42.346066+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:43.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:43 smithi107 bash[22201]: audit 2024-04-07T18:27:43.254001+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:43.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:43 smithi107 bash[22201]: audit 2024-04-07T18:27:43.263903+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:43.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:43 smithi107 bash[22201]: audit 2024-04-07T18:27:43.299204+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:27:43.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:43 smithi107 bash[22201]: audit 2024-04-07T18:27:43.304301+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:43.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:43 smithi107 bash[22201]: audit 2024-04-07T18:27:43.305918+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:43.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:43 smithi087 bash[21510]: cluster 2024-04-07T18:27:41.898696+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:43.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:43 smithi087 bash[21510]: audit 2024-04-07T18:27:42.346066+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:43.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:43 smithi087 bash[21510]: audit 2024-04-07T18:27:43.254001+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:43.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:43 smithi087 bash[21510]: audit 2024-04-07T18:27:43.263903+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:43.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:43 smithi087 bash[21510]: audit 2024-04-07T18:27:43.299204+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:27:43.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:43 smithi087 bash[21510]: audit 2024-04-07T18:27:43.304301+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:43.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:43 smithi087 bash[21510]: audit 2024-04-07T18:27:43.305918+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:43.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:43 smithi112 bash[22390]: cluster 2024-04-07T18:27:41.898696+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:43.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:43 smithi112 bash[22390]: audit 2024-04-07T18:27:42.346066+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:27:43.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:43 smithi112 bash[22390]: audit 2024-04-07T18:27:43.254001+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:43.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:43 smithi112 bash[22390]: audit 2024-04-07T18:27:43.263903+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:43.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:43 smithi112 bash[22390]: audit 2024-04-07T18:27:43.299204+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:27:43.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:43 smithi112 bash[22390]: audit 2024-04-07T18:27:43.304301+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:43.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:43 smithi112 bash[22390]: audit 2024-04-07T18:27:43.305918+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:45.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:44 smithi112 bash[22390]: cephadm 2024-04-07T18:27:43.308410+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.conf 2024-04-07T18:27:45.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:44 smithi112 bash[22390]: cephadm 2024-04-07T18:27:43.308985+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-04-07T18:27:45.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:44 smithi112 bash[22390]: cephadm 2024-04-07T18:27:43.309128+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-04-07T18:27:45.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:44 smithi112 bash[22390]: cephadm 2024-04-07T18:27:43.574606+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi112:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:45.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:44 smithi112 bash[22390]: cephadm 2024-04-07T18:27:43.574926+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi107:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:45.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:44 smithi112 bash[22390]: cephadm 2024-04-07T18:27:43.575079+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi087:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:45.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:44 smithi112 bash[22390]: audit 2024-04-07T18:27:43.796580+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:44 smithi112 bash[22390]: audit 2024-04-07T18:27:43.802162+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:44 smithi112 bash[22390]: audit 2024-04-07T18:27:43.807547+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.055 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:44 smithi112 bash[22390]: audit 2024-04-07T18:27:43.813035+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.055 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:44 smithi112 bash[22390]: audit 2024-04-07T18:27:43.819022+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.055 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:44 smithi112 bash[22390]: audit 2024-04-07T18:27:43.824847+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.055 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:44 smithi112 bash[22390]: audit 2024-04-07T18:27:43.830281+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.055 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:44 smithi112 bash[22390]: audit 2024-04-07T18:27:43.896990+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-07T18:27:45.055 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:44 smithi112 bash[22390]: audit 2024-04-07T18:27:43.898549+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-07T18:27:45.055 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:44 smithi112 bash[22390]: audit 2024-04-07T18:27:43.899941+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:45.057 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:44 smithi087 bash[21510]: cephadm 2024-04-07T18:27:43.308410+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.conf 2024-04-07T18:27:45.057 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:44 smithi087 bash[21510]: cephadm 2024-04-07T18:27:43.308985+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-04-07T18:27:45.057 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:44 smithi087 bash[21510]: cephadm 2024-04-07T18:27:43.309128+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-04-07T18:27:45.057 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:44 smithi087 bash[21510]: cephadm 2024-04-07T18:27:43.574606+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi112:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:45.057 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:44 smithi087 bash[21510]: cephadm 2024-04-07T18:27:43.574926+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi107:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:45.057 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:44 smithi087 bash[21510]: cephadm 2024-04-07T18:27:43.575079+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi087:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:45.057 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:44 smithi087 bash[21510]: audit 2024-04-07T18:27:43.796580+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.057 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:44 smithi087 bash[21510]: audit 2024-04-07T18:27:43.802162+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.057 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:44 smithi087 bash[21510]: audit 2024-04-07T18:27:43.807547+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.057 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:44 smithi087 bash[21510]: audit 2024-04-07T18:27:43.813035+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.057 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:44 smithi087 bash[21510]: audit 2024-04-07T18:27:43.819022+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.057 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:44 smithi087 bash[21510]: audit 2024-04-07T18:27:43.824847+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.058 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:44 smithi087 bash[21510]: audit 2024-04-07T18:27:43.830281+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.058 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:44 smithi087 bash[21510]: audit 2024-04-07T18:27:43.896990+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-07T18:27:45.058 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:44 smithi087 bash[21510]: audit 2024-04-07T18:27:43.898549+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-07T18:27:45.058 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:44 smithi087 bash[21510]: audit 2024-04-07T18:27:43.899941+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:45.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:44 smithi107 bash[22201]: cephadm 2024-04-07T18:27:43.308410+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.conf 2024-04-07T18:27:45.165 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:44 smithi107 bash[22201]: cephadm 2024-04-07T18:27:43.308985+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-04-07T18:27:45.165 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:44 smithi107 bash[22201]: cephadm 2024-04-07T18:27:43.309128+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-04-07T18:27:45.165 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:44 smithi107 bash[22201]: cephadm 2024-04-07T18:27:43.574606+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi112:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:45.165 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:44 smithi107 bash[22201]: cephadm 2024-04-07T18:27:43.574926+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi107:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:45.165 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:44 smithi107 bash[22201]: cephadm 2024-04-07T18:27:43.575079+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi087:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:27:45.165 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:44 smithi107 bash[22201]: audit 2024-04-07T18:27:43.796580+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.165 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:44 smithi107 bash[22201]: audit 2024-04-07T18:27:43.802162+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.165 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:44 smithi107 bash[22201]: audit 2024-04-07T18:27:43.807547+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.165 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:44 smithi107 bash[22201]: audit 2024-04-07T18:27:43.813035+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.165 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:44 smithi107 bash[22201]: audit 2024-04-07T18:27:43.819022+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.165 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:44 smithi107 bash[22201]: audit 2024-04-07T18:27:43.824847+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.165 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:44 smithi107 bash[22201]: audit 2024-04-07T18:27:43.830281+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:45.166 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:44 smithi107 bash[22201]: audit 2024-04-07T18:27:43.896990+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-07T18:27:45.166 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:44 smithi107 bash[22201]: audit 2024-04-07T18:27:43.898549+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-07T18:27:45.166 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:44 smithi107 bash[22201]: audit 2024-04-07T18:27:43.899941+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:46.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:45 smithi107 bash[22201]: cephadm 2024-04-07T18:27:43.896356+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-07T18:27:46.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:45 smithi107 bash[22201]: cluster 2024-04-07T18:27:43.899060+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:46.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:45 smithi107 bash[22201]: cephadm 2024-04-07T18:27:43.901197+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mon.a on smithi087 2024-04-07T18:27:46.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:45 smithi107 bash[22201]: audit 2024-04-07T18:27:45.772393+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:46.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:45 smithi107 bash[22201]: audit 2024-04-07T18:27:45.776620+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:46.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:45 smithi087 bash[21510]: cephadm 2024-04-07T18:27:43.896356+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-07T18:27:46.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:45 smithi087 bash[21510]: cluster 2024-04-07T18:27:43.899060+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:46.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:45 smithi087 bash[21510]: cephadm 2024-04-07T18:27:43.901197+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mon.a on smithi087 2024-04-07T18:27:46.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:45 smithi087 bash[21510]: audit 2024-04-07T18:27:45.772393+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:46.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:45 smithi087 bash[21510]: audit 2024-04-07T18:27:45.776620+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:46.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:45 smithi112 bash[22390]: cephadm 2024-04-07T18:27:43.896356+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-07T18:27:46.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:45 smithi112 bash[22390]: cluster 2024-04-07T18:27:43.899060+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:46.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:45 smithi112 bash[22390]: cephadm 2024-04-07T18:27:43.901197+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mon.a on smithi087 2024-04-07T18:27:46.304 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:45 smithi112 bash[22390]: audit 2024-04-07T18:27:45.772393+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:46.304 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:45 smithi112 bash[22390]: audit 2024-04-07T18:27:45.776620+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:46.464 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:27:48.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:47 smithi107 bash[22201]: cluster 2024-04-07T18:27:45.899411+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:48.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:47 smithi087 bash[21510]: cluster 2024-04-07T18:27:45.899411+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:48.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:47 smithi112 bash[22390]: cluster 2024-04-07T18:27:45.899411+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:49.123 INFO:teuthology.orchestra.run.smithi087.stdout:# minimal ceph.conf for d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:27:49.123 INFO:teuthology.orchestra.run.smithi087.stdout:[global] 2024-04-07T18:27:49.123 INFO:teuthology.orchestra.run.smithi087.stdout: fsid = d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:27:49.123 INFO:teuthology.orchestra.run.smithi087.stdout: mon_host = [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] 2024-04-07T18:27:49.812 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-07T18:27:49.813 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-07T18:27:49.813 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.conf 2024-04-07T18:27:49.827 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-07T18:27:49.827 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-07T18:27:49.884 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-04-07T18:27:49.884 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/ceph/ceph.conf 2024-04-07T18:27:49.899 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-04-07T18:27:49.899 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-07T18:27:49.956 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-07T18:27:49.956 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/ceph/ceph.conf 2024-04-07T18:27:49.967 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:49 smithi112 bash[22390]: cluster 2024-04-07T18:27:47.899816+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:49.967 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:49 smithi112 bash[22390]: audit 2024-04-07T18:27:49.124485+0000 mon.a (mon.0) 351 : audit [DBG] from='client.? 172.21.15.87:0/4209547505' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:49.972 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-07T18:27:49.972 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-07T18:27:50.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:49 smithi107 bash[22201]: cluster 2024-04-07T18:27:47.899816+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:50.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:49 smithi107 bash[22201]: audit 2024-04-07T18:27:49.124485+0000 mon.a (mon.0) 351 : audit [DBG] from='client.? 172.21.15.87:0/4209547505' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:50.194 INFO:tasks.cephadm:Adding mgr.a on smithi087 2024-04-07T18:27:50.194 INFO:tasks.cephadm:Adding mgr.b on smithi107 2024-04-07T18:27:50.194 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph orch apply mgr '2;smithi087=a;smithi107=b' 2024-04-07T18:27:50.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:49 smithi087 bash[21510]: cluster 2024-04-07T18:27:47.899816+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:50.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:49 smithi087 bash[21510]: audit 2024-04-07T18:27:49.124485+0000 mon.a (mon.0) 351 : audit [DBG] from='client.? 172.21.15.87:0/4209547505' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:52.152 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:51 smithi112 bash[22390]: cluster 2024-04-07T18:27:49.900200+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:52.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:51 smithi107 bash[22201]: cluster 2024-04-07T18:27:49.900200+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:52.203 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:51 smithi087 bash[21510]: cluster 2024-04-07T18:27:49.900200+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:53.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:53 smithi112 bash[22390]: cluster 2024-04-07T18:27:51.900516+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:53.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:53 smithi112 bash[22390]: audit 2024-04-07T18:27:52.182628+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:53.304 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:53 smithi112 bash[22390]: audit 2024-04-07T18:27:52.190448+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:53.304 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:53 smithi112 bash[22390]: audit 2024-04-07T18:27:52.201659+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:53.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:53 smithi087 bash[21510]: cluster 2024-04-07T18:27:51.900516+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:53.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:53 smithi087 bash[21510]: audit 2024-04-07T18:27:52.182628+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:53.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:53 smithi087 bash[21510]: audit 2024-04-07T18:27:52.190448+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:53.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:53 smithi087 bash[21510]: audit 2024-04-07T18:27:52.201659+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:53.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:53 smithi107 bash[22201]: cluster 2024-04-07T18:27:51.900516+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:53.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:53 smithi107 bash[22201]: audit 2024-04-07T18:27:52.182628+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:53.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:53 smithi107 bash[22201]: audit 2024-04-07T18:27:52.190448+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:53.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:53 smithi107 bash[22201]: audit 2024-04-07T18:27:52.201659+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:53.987 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.c/config 2024-04-07T18:27:55.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:55 smithi112 bash[22390]: cluster 2024-04-07T18:27:53.900909+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:55.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:55 smithi087 bash[21510]: cluster 2024-04-07T18:27:53.900909+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:55.608 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:55 smithi107 bash[22201]: cluster 2024-04-07T18:27:53.900909+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:56.507 INFO:teuthology.orchestra.run.smithi112.stdout:Scheduled mgr update... 2024-04-07T18:27:57.125 DEBUG:teuthology.orchestra.run.smithi107:mgr.b> sudo journalctl -f -n 0 -u ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mgr.b.service 2024-04-07T18:27:57.127 INFO:tasks.cephadm:Deploying OSDs... 2024-04-07T18:27:57.127 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-07T18:27:57.127 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/scratch_devs of=/dev/stdout 2024-04-07T18:27:57.134 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-07T18:27:57.134 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_1 2024-04-07T18:27:57.180 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-07T18:27:57.180 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T18:27:57.180 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 5h/5d Inode: 889 Links: 1 2024-04-07T18:27:57.181 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T18:27:57.181 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-04-07 18:17:32.769074554 +0000 2024-04-07T18:27:57.181 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-04-07 18:17:32.533076662 +0000 2024-04-07T18:27:57.181 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-04-07 18:17:32.533076662 +0000 2024-04-07T18:27:57.181 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2024-04-07T18:27:57.181 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-07T18:27:57.235 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-04-07T18:27:57.235 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-04-07T18:27:57.235 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000381876 s, 1.3 MB/s 2024-04-07T18:27:57.236 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-07T18:27:57.286 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_2 2024-04-07T18:27:57.332 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-07T18:27:57.332 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T18:27:57.332 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 5h/5d Inode: 900 Links: 1 2024-04-07T18:27:57.332 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T18:27:57.333 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-04-07 18:17:33.001072482 +0000 2024-04-07T18:27:57.333 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-04-07 18:17:32.997072518 +0000 2024-04-07T18:27:57.333 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-04-07 18:17:32.997072518 +0000 2024-04-07T18:27:57.333 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2024-04-07T18:27:57.333 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-07T18:27:57.387 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-04-07T18:27:57.387 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-04-07T18:27:57.387 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000367714 s, 1.4 MB/s 2024-04-07T18:27:57.388 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-07T18:27:57.437 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_3 2024-04-07T18:27:57.484 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-07T18:27:57.484 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T18:27:57.484 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 5h/5d Inode: 921 Links: 1 2024-04-07T18:27:57.484 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T18:27:57.484 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-04-07 18:17:33.777065550 +0000 2024-04-07T18:27:57.484 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-04-07 18:17:33.517067874 +0000 2024-04-07T18:27:57.484 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-04-07 18:17:33.517067874 +0000 2024-04-07T18:27:57.485 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2024-04-07T18:27:57.485 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-07T18:27:57.544 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-04-07T18:27:57.544 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-04-07T18:27:57.544 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000417353 s, 1.2 MB/s 2024-04-07T18:27:57.545 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-07T18:27:57.594 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_4 2024-04-07T18:27:57.640 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-07T18:27:57.640 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T18:27:57.640 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 5h/5d Inode: 939 Links: 1 2024-04-07T18:27:57.640 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T18:27:57.641 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-04-07 18:17:34.309060799 +0000 2024-04-07T18:27:57.641 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-04-07 18:17:34.025063335 +0000 2024-04-07T18:27:57.641 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-04-07 18:17:34.025063335 +0000 2024-04-07T18:27:57.641 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2024-04-07T18:27:57.641 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-07T18:27:57.695 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-04-07T18:27:57.695 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-04-07T18:27:57.695 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000342168 s, 1.5 MB/s 2024-04-07T18:27:57.696 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-07T18:27:57.749 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-04-07T18:27:57.749 DEBUG:teuthology.orchestra.run.smithi107:> dd if=/scratch_devs of=/dev/stdout 2024-04-07T18:27:57.755 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-07T18:27:57.756 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_1 2024-04-07T18:27:57.801 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-07T18:27:57.801 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T18:27:57.801 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 882 Links: 1 2024-04-07T18:27:57.801 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T18:27:57.801 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-04-07 18:17:33.194341646 +0000 2024-04-07T18:27:57.801 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-04-07 18:17:32.926386247 +0000 2024-04-07T18:27:57.802 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-04-07 18:17:32.926386247 +0000 2024-04-07T18:27:57.802 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2024-04-07T18:27:57.802 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-07T18:27:57.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:57 smithi112 bash[22390]: cluster 2024-04-07T18:27:55.901307+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:57.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:57 smithi112 bash[22390]: audit 2024-04-07T18:27:56.495580+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi087=a;smithi107=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:27:57.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:57 smithi112 bash[22390]: cephadm 2024-04-07T18:27:56.499158+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi087=a;smithi107=b;count:2 2024-04-07T18:27:57.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:57 smithi112 bash[22390]: audit 2024-04-07T18:27:56.507051+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:57.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:57 smithi112 bash[22390]: audit 2024-04-07T18:27:56.512268+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:27:57.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:57 smithi112 bash[22390]: audit 2024-04-07T18:27:56.517563+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:57.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:57 smithi112 bash[22390]: audit 2024-04-07T18:27:56.519299+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:57.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:57 smithi112 bash[22390]: audit 2024-04-07T18:27:56.530127+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:57.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:57 smithi112 bash[22390]: audit 2024-04-07T18:27:56.534560+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-07T18:27:57.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:57 smithi112 bash[22390]: audit 2024-04-07T18:27:56.538963+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-07T18:27:57.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:57 smithi112 bash[22390]: audit 2024-04-07T18:27:56.543502+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-07T18:27:57.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:57 smithi112 bash[22390]: audit 2024-04-07T18:27:56.545494+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:57.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:57 smithi112 bash[22390]: cephadm 2024-04-07T18:27:56.547449+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi107 2024-04-07T18:27:57.858 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:57 smithi107 bash[22201]: cluster 2024-04-07T18:27:55.901307+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:57.858 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:57 smithi107 bash[22201]: audit 2024-04-07T18:27:56.495580+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi087=a;smithi107=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:27:57.858 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:57 smithi107 bash[22201]: cephadm 2024-04-07T18:27:56.499158+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi087=a;smithi107=b;count:2 2024-04-07T18:27:57.858 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:57 smithi107 bash[22201]: audit 2024-04-07T18:27:56.507051+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:57.858 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:57 smithi107 bash[22201]: audit 2024-04-07T18:27:56.512268+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:27:57.859 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:57 smithi107 bash[22201]: audit 2024-04-07T18:27:56.517563+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:57.859 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:57 smithi107 bash[22201]: audit 2024-04-07T18:27:56.519299+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:57.859 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:57 smithi107 bash[22201]: audit 2024-04-07T18:27:56.530127+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:57.859 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:57 smithi107 bash[22201]: audit 2024-04-07T18:27:56.534560+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-07T18:27:57.859 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:57 smithi107 bash[22201]: audit 2024-04-07T18:27:56.538963+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-07T18:27:57.859 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:57 smithi107 bash[22201]: audit 2024-04-07T18:27:56.543502+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-07T18:27:57.859 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:57 smithi107 bash[22201]: audit 2024-04-07T18:27:56.545494+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:57.859 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:57 smithi107 bash[22201]: cephadm 2024-04-07T18:27:56.547449+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi107 2024-04-07T18:27:57.859 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-04-07T18:27:57.860 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-04-07T18:27:57.860 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000359123 s, 1.4 MB/s 2024-04-07T18:27:57.860 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-07T18:27:57.914 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_2 2024-04-07T18:27:57.960 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-07T18:27:57.961 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T18:27:57.961 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 903 Links: 1 2024-04-07T18:27:57.961 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T18:27:57.961 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-04-07 18:17:33.442300743 +0000 2024-04-07T18:27:57.961 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-04-07 18:17:33.438301403 +0000 2024-04-07T18:27:57.961 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-04-07 18:17:33.438301403 +0000 2024-04-07T18:27:57.961 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2024-04-07T18:27:57.961 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-07T18:27:57.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:57 smithi087 bash[21510]: cluster 2024-04-07T18:27:55.901307+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:57.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:57 smithi087 bash[21510]: audit 2024-04-07T18:27:56.495580+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi087=a;smithi107=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:27:57.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:57 smithi087 bash[21510]: cephadm 2024-04-07T18:27:56.499158+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi087=a;smithi107=b;count:2 2024-04-07T18:27:57.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:57 smithi087 bash[21510]: audit 2024-04-07T18:27:56.507051+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:57.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:57 smithi087 bash[21510]: audit 2024-04-07T18:27:56.512268+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:27:57.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:57 smithi087 bash[21510]: audit 2024-04-07T18:27:56.517563+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:57.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:57 smithi087 bash[21510]: audit 2024-04-07T18:27:56.519299+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:27:57.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:57 smithi087 bash[21510]: audit 2024-04-07T18:27:56.530127+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:57.986 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:57 smithi087 bash[21510]: audit 2024-04-07T18:27:56.534560+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-07T18:27:57.986 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:57 smithi087 bash[21510]: audit 2024-04-07T18:27:56.538963+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-07T18:27:57.986 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:57 smithi087 bash[21510]: audit 2024-04-07T18:27:56.543502+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-07T18:27:57.986 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:57 smithi087 bash[21510]: audit 2024-04-07T18:27:56.545494+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:27:57.986 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:57 smithi087 bash[21510]: cephadm 2024-04-07T18:27:56.547449+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi107 2024-04-07T18:27:58.015 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-04-07T18:27:58.015 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-04-07T18:27:58.015 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000413341 s, 1.2 MB/s 2024-04-07T18:27:58.016 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-07T18:27:58.066 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_3 2024-04-07T18:27:58.112 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-07T18:27:58.112 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T18:27:58.112 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 919 Links: 1 2024-04-07T18:27:58.112 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T18:27:58.112 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-04-07 18:17:33.918222235 +0000 2024-04-07T18:27:58.112 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-04-07 18:17:33.914222895 +0000 2024-04-07T18:27:58.112 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-04-07 18:17:33.914222895 +0000 2024-04-07T18:27:58.112 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2024-04-07T18:27:58.112 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-07T18:27:58.165 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-04-07T18:27:58.165 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-04-07T18:27:58.165 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000272527 s, 1.9 MB/s 2024-04-07T18:27:58.166 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-07T18:27:58.214 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_4 2024-04-07T18:27:58.261 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-07T18:27:58.262 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T18:27:58.262 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 936 Links: 1 2024-04-07T18:27:58.262 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T18:27:58.262 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-04-07 18:17:34.458135452 +0000 2024-04-07T18:27:58.262 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-04-07 18:17:34.454136091 +0000 2024-04-07T18:27:58.262 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-04-07 18:17:34.454136091 +0000 2024-04-07T18:27:58.262 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2024-04-07T18:27:58.262 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-07T18:27:58.312 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-04-07T18:27:58.312 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-04-07T18:27:58.313 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000247699 s, 2.1 MB/s 2024-04-07T18:27:58.313 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-07T18:27:58.365 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-07T18:27:58.366 DEBUG:teuthology.orchestra.run.smithi112:> dd if=/scratch_devs of=/dev/stdout 2024-04-07T18:27:58.372 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-07T18:27:58.372 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_1 2024-04-07T18:27:58.421 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-07T18:27:58.421 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T18:27:58.422 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 5h/5d Inode: 881 Links: 1 2024-04-07T18:27:58.422 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T18:27:58.422 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-04-07 18:17:33.351214346 +0000 2024-04-07T18:27:58.422 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-04-07 18:17:33.067216881 +0000 2024-04-07T18:27:58.422 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-04-07 18:17:33.067216881 +0000 2024-04-07T18:27:58.422 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: - 2024-04-07T18:27:58.422 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-07T18:27:58.476 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-04-07T18:27:58.477 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-04-07T18:27:58.477 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.00033832 s, 1.5 MB/s 2024-04-07T18:27:58.478 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-07T18:27:58.527 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_2 2024-04-07T18:27:58.572 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-07T18:27:58.573 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T18:27:58.573 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 5h/5d Inode: 897 Links: 1 2024-04-07T18:27:58.573 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T18:27:58.573 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-04-07 18:17:33.859209808 +0000 2024-04-07T18:27:58.573 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-04-07 18:17:33.607212059 +0000 2024-04-07T18:27:58.573 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-04-07 18:17:33.607212059 +0000 2024-04-07T18:27:58.573 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: - 2024-04-07T18:27:58.573 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-07T18:27:58.627 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-04-07T18:27:58.628 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-04-07T18:27:58.628 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000440737 s, 1.2 MB/s 2024-04-07T18:27:58.629 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-07T18:27:58.678 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_3 2024-04-07T18:27:58.725 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-07T18:27:58.725 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T18:27:58.725 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 5h/5d Inode: 915 Links: 1 2024-04-07T18:27:58.725 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T18:27:58.725 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-04-07 18:17:34.335205556 +0000 2024-04-07T18:27:58.726 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-04-07 18:17:34.099207664 +0000 2024-04-07T18:27:58.726 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-04-07 18:17:34.099207664 +0000 2024-04-07T18:27:58.726 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: - 2024-04-07T18:27:58.726 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-07T18:27:58.779 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-04-07T18:27:58.779 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-04-07T18:27:58.780 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000339668 s, 1.5 MB/s 2024-04-07T18:27:58.781 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-07T18:27:58.830 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_4 2024-04-07T18:27:58.876 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-07T18:27:58.876 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T18:27:58.876 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 5h/5d Inode: 931 Links: 1 2024-04-07T18:27:58.876 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T18:27:58.877 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-04-07 18:17:34.835201091 +0000 2024-04-07T18:27:58.877 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-04-07 18:17:34.583203340 +0000 2024-04-07T18:27:58.877 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-04-07 18:17:34.583203340 +0000 2024-04-07T18:27:58.877 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: - 2024-04-07T18:27:58.877 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-07T18:27:58.931 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-04-07T18:27:58.931 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-04-07T18:27:58.931 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000373976 s, 1.4 MB/s 2024-04-07T18:27:58.932 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-07T18:27:58.981 INFO:tasks.cephadm:Deploying osd.0 on smithi087 with /dev/vg_nvme/lv_4... 2024-04-07T18:27:58.982 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-07T18:27:59.336 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:59 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:27:59.337 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:27:59 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:27:59.337 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:27:59 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:27:59.337 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:27:59 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:27:59.680 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:27:59 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:27:59.680 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:27:59 smithi107 systemd[1]: Started Ceph mgr.b for d8141d00-f50b-11ee-b649-cb9ed24678a4. 2024-04-07T18:27:59.680 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:59 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:27:59.680 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:59 smithi107 bash[22201]: cluster 2024-04-07T18:27:57.901664+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:59.680 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:59 smithi107 bash[22201]: audit 2024-04-07T18:27:59.414281+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:59.680 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:59 smithi107 bash[22201]: audit 2024-04-07T18:27:59.423053+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:59.681 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:59 smithi107 bash[22201]: audit 2024-04-07T18:27:59.434129+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:59.681 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:59 smithi107 bash[22201]: audit 2024-04-07T18:27:59.498626+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:59.681 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:27:59 smithi107 bash[22201]: audit 2024-04-07T18:27:59.506361+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:59.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:59 smithi112 bash[22390]: cluster 2024-04-07T18:27:57.901664+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:59.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:59 smithi112 bash[22390]: audit 2024-04-07T18:27:59.414281+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:59.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:59 smithi112 bash[22390]: audit 2024-04-07T18:27:59.423053+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:59.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:59 smithi112 bash[22390]: audit 2024-04-07T18:27:59.434129+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:59.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:59 smithi112 bash[22390]: audit 2024-04-07T18:27:59.498626+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:59.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:27:59 smithi112 bash[22390]: audit 2024-04-07T18:27:59.506361+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:59.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:59 smithi087 bash[21510]: cluster 2024-04-07T18:27:57.901664+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:27:59.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:59 smithi087 bash[21510]: audit 2024-04-07T18:27:59.414281+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:59.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:59 smithi087 bash[21510]: audit 2024-04-07T18:27:59.423053+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:59.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:59 smithi087 bash[21510]: audit 2024-04-07T18:27:59.434129+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:59.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:59 smithi087 bash[21510]: audit 2024-04-07T18:27:59.498626+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:27:59.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:27:59 smithi087 bash[21510]: audit 2024-04-07T18:27:59.506361+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:00.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:00 smithi112 bash[22390]: audit 2024-04-07T18:27:59.526606+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:00.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:00 smithi112 bash[22390]: audit 2024-04-07T18:27:59.533633+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:00.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:00 smithi112 bash[22390]: audit 2024-04-07T18:27:59.635768+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:00.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:00 smithi112 bash[22390]: audit 2024-04-07T18:27:59.640918+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:00.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:00 smithi112 bash[22390]: audit 2024-04-07T18:27:59.642725+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:00.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:00 smithi112 bash[22390]: audit 2024-04-07T18:27:59.651122+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:00.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:00 smithi112 bash[22390]: cephadm 2024-04-07T18:27:59.651989+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:28:00.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:00 smithi112 bash[22390]: cephadm 2024-04-07T18:27:59.751542+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-07T18:28:00.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:00 smithi112 bash[22390]: audit 2024-04-07T18:27:59.752231+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-07T18:28:00.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:00 smithi112 bash[22390]: audit 2024-04-07T18:27:59.753676+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-07T18:28:00.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:00 smithi112 bash[22390]: audit 2024-04-07T18:27:59.754850+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:00.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:00 smithi112 bash[22390]: cephadm 2024-04-07T18:27:59.756116+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi087 2024-04-07T18:28:00.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:00 smithi112 bash[22390]: audit 2024-04-07T18:27:59.878955+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:00.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:00 smithi112 bash[22390]: audit 2024-04-07T18:27:59.886064+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:00.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:00 smithi112 bash[22390]: audit 2024-04-07T18:27:59.894259+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:00.861 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:00 smithi087 bash[21510]: audit 2024-04-07T18:27:59.526606+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:00.861 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:00 smithi087 bash[21510]: audit 2024-04-07T18:27:59.533633+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:00.861 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:00 smithi087 bash[21510]: audit 2024-04-07T18:27:59.635768+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:00.861 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:00 smithi087 bash[21510]: audit 2024-04-07T18:27:59.640918+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:00.861 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:00 smithi087 bash[21510]: audit 2024-04-07T18:27:59.642725+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:00.862 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:00 smithi087 bash[21510]: audit 2024-04-07T18:27:59.651122+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:00.862 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:00 smithi087 bash[21510]: cephadm 2024-04-07T18:27:59.651989+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:28:00.862 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:00 smithi087 bash[21510]: cephadm 2024-04-07T18:27:59.751542+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-07T18:28:00.862 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:00 smithi087 bash[21510]: audit 2024-04-07T18:27:59.752231+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-07T18:28:00.862 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:00 smithi087 bash[21510]: audit 2024-04-07T18:27:59.753676+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-07T18:28:00.862 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:00 smithi087 bash[21510]: audit 2024-04-07T18:27:59.754850+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:00.862 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:00 smithi087 bash[21510]: cephadm 2024-04-07T18:27:59.756116+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi087 2024-04-07T18:28:00.862 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:00 smithi087 bash[21510]: audit 2024-04-07T18:27:59.878955+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:00.862 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:00 smithi087 bash[21510]: audit 2024-04-07T18:27:59.886064+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:00.862 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:00 smithi087 bash[21510]: audit 2024-04-07T18:27:59.894259+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:00.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:00 smithi107 bash[22201]: audit 2024-04-07T18:27:59.526606+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:00.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:00 smithi107 bash[22201]: audit 2024-04-07T18:27:59.533633+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:00.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:00 smithi107 bash[22201]: audit 2024-04-07T18:27:59.635768+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:00.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:00 smithi107 bash[22201]: audit 2024-04-07T18:27:59.640918+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:00.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:00 smithi107 bash[22201]: audit 2024-04-07T18:27:59.642725+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:00.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:00 smithi107 bash[22201]: audit 2024-04-07T18:27:59.651122+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:00.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:00 smithi107 bash[22201]: cephadm 2024-04-07T18:27:59.651989+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:28:00.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:00 smithi107 bash[22201]: cephadm 2024-04-07T18:27:59.751542+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-07T18:28:00.915 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:00 smithi107 bash[22201]: audit 2024-04-07T18:27:59.752231+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-07T18:28:00.915 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:00 smithi107 bash[22201]: audit 2024-04-07T18:27:59.753676+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-07T18:28:00.915 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:00 smithi107 bash[22201]: audit 2024-04-07T18:27:59.754850+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:00.915 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:00 smithi107 bash[22201]: cephadm 2024-04-07T18:27:59.756116+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi087 2024-04-07T18:28:00.915 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:00 smithi107 bash[22201]: audit 2024-04-07T18:27:59.878955+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:00.915 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:00 smithi107 bash[22201]: audit 2024-04-07T18:27:59.886064+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:00.915 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:00 smithi107 bash[22201]: audit 2024-04-07T18:27:59.894259+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:01.258 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:01 smithi107 bash[23291]: debug 2024-04-07T18:28:01.103+0000 7f73f0d97700 1 -- 172.21.15.107:0/3491836705 <== mon.2 v2:172.21.15.107:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55cecd8545a0 con 0x55cece5d4400 2024-04-07T18:28:01.259 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:01 smithi107 bash[23291]: debug 2024-04-07T18:28:01.255+0000 7f73fafa7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-07T18:28:01.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:01 smithi112 bash[22390]: cluster 2024-04-07T18:27:59.901945+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:01.851 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:01 smithi107 bash[22201]: cluster 2024-04-07T18:27:59.901945+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:01.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:01 smithi087 bash[21510]: cluster 2024-04-07T18:27:59.901945+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:03.122 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:02 smithi107 bash[23291]: debug 2024-04-07T18:28:02.847+0000 7f73fafa7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-07T18:28:03.122 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:02 smithi107 bash[23291]: debug 2024-04-07T18:28:02.943+0000 7f73fafa7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-07T18:28:03.413 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:03 smithi107 bash[23291]: debug 2024-04-07T18:28:03.211+0000 7f73fafa7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-07T18:28:03.414 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:03 smithi107 bash[22201]: cluster 2024-04-07T18:28:01.902327+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:03.414 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:03 smithi107 bash[22201]: audit 2024-04-07T18:28:02.272891+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:03.414 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:03 smithi107 bash[22201]: audit 2024-04-07T18:28:02.278205+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:03.414 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:03 smithi107 bash[22201]: audit 2024-04-07T18:28:02.329272+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:03.414 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:03 smithi107 bash[22201]: audit 2024-04-07T18:28:02.332005+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:03.414 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:03 smithi107 bash[22201]: audit 2024-04-07T18:28:02.332813+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:03.414 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:03 smithi107 bash[22201]: audit 2024-04-07T18:28:02.337986+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:03.414 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:03 smithi107 bash[22201]: cephadm 2024-04-07T18:28:02.338431+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:28:03.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:03 smithi087 bash[21510]: cluster 2024-04-07T18:28:01.902327+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:03.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:03 smithi087 bash[21510]: audit 2024-04-07T18:28:02.272891+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:03.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:03 smithi087 bash[21510]: audit 2024-04-07T18:28:02.278205+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:03.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:03 smithi087 bash[21510]: audit 2024-04-07T18:28:02.329272+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:03.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:03 smithi087 bash[21510]: audit 2024-04-07T18:28:02.332005+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:03.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:03 smithi087 bash[21510]: audit 2024-04-07T18:28:02.332813+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:03.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:03 smithi087 bash[21510]: audit 2024-04-07T18:28:02.337986+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:03.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:03 smithi087 bash[21510]: cephadm 2024-04-07T18:28:02.338431+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:28:03.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:03 smithi112 bash[22390]: cluster 2024-04-07T18:28:01.902327+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:03.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:03 smithi112 bash[22390]: audit 2024-04-07T18:28:02.272891+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:03.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:03 smithi112 bash[22390]: audit 2024-04-07T18:28:02.278205+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:03.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:03 smithi112 bash[22390]: audit 2024-04-07T18:28:02.329272+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:03.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:03 smithi112 bash[22390]: audit 2024-04-07T18:28:02.332005+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:03.554 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:03 smithi112 bash[22390]: audit 2024-04-07T18:28:02.332813+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:03.554 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:03 smithi112 bash[22390]: audit 2024-04-07T18:28:02.337986+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:03.554 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:03 smithi112 bash[22390]: cephadm 2024-04-07T18:28:02.338431+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:28:04.413 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:04 smithi107 bash[23291]: debug 2024-04-07T18:28:04.023+0000 7f73fafa7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-07T18:28:04.414 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:04 smithi107 bash[23291]: debug 2024-04-07T18:28:04.135+0000 7f73fafa7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-07T18:28:04.414 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:04 smithi107 bash[23291]: debug 2024-04-07T18:28:04.235+0000 7f73fafa7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-07T18:28:04.683 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:04 smithi087 bash[21510]: audit 2024-04-07T18:28:03.426848+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:04.723 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:04 smithi107 bash[22201]: audit 2024-04-07T18:28:03.426848+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:04.723 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:04 smithi107 bash[23291]: debug 2024-04-07T18:28:04.603+0000 7f73fafa7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-07T18:28:04.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:04 smithi112 bash[22390]: audit 2024-04-07T18:28:03.426848+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:05.089 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:04 smithi107 bash[23291]: debug 2024-04-07T18:28:04.719+0000 7f73fafa7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-07T18:28:05.089 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:04 smithi107 bash[23291]: debug 2024-04-07T18:28:04.823+0000 7f73fafa7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-07T18:28:05.411 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:05 smithi107 bash[23291]: debug 2024-04-07T18:28:05.199+0000 7f73fafa7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-07T18:28:05.664 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:05 smithi107 bash[23291]: debug 2024-04-07T18:28:05.443+0000 7f73fafa7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-07T18:28:05.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:05 smithi107 bash[22201]: cluster 2024-04-07T18:28:03.902708+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:05.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:05 smithi107 bash[22201]: audit 2024-04-07T18:28:04.435151+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:05.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:05 smithi107 bash[22201]: audit 2024-04-07T18:28:05.236363+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:05.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:05 smithi107 bash[22201]: audit 2024-04-07T18:28:05.244403+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:05.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:05 smithi107 bash[22201]: audit 2024-04-07T18:28:05.254286+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:05.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:05 smithi107 bash[22201]: audit 2024-04-07T18:28:05.256742+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:05.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:05 smithi107 bash[22201]: audit 2024-04-07T18:28:05.262130+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:05.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:05 smithi107 bash[22201]: audit 2024-04-07T18:28:05.263727+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:05.665 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:05 smithi107 bash[22201]: audit 2024-04-07T18:28:05.272895+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:05.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:05 smithi087 bash[21510]: cluster 2024-04-07T18:28:03.902708+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:05.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:05 smithi087 bash[21510]: audit 2024-04-07T18:28:04.435151+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:05.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:05 smithi087 bash[21510]: audit 2024-04-07T18:28:05.236363+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:05.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:05 smithi087 bash[21510]: audit 2024-04-07T18:28:05.244403+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:05.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:05 smithi087 bash[21510]: audit 2024-04-07T18:28:05.254286+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:05.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:05 smithi087 bash[21510]: audit 2024-04-07T18:28:05.256742+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:05.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:05 smithi087 bash[21510]: audit 2024-04-07T18:28:05.262130+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:05.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:05 smithi087 bash[21510]: audit 2024-04-07T18:28:05.263727+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:05.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:05 smithi087 bash[21510]: audit 2024-04-07T18:28:05.272895+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:05.800 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:28:05.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:05 smithi112 bash[22390]: cluster 2024-04-07T18:28:03.902708+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:05.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:05 smithi112 bash[22390]: audit 2024-04-07T18:28:04.435151+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:05.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:05 smithi112 bash[22390]: audit 2024-04-07T18:28:05.236363+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:05.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:05 smithi112 bash[22390]: audit 2024-04-07T18:28:05.244403+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:05.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:05 smithi112 bash[22390]: audit 2024-04-07T18:28:05.254286+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:05.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:05 smithi112 bash[22390]: audit 2024-04-07T18:28:05.256742+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:05.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:05 smithi112 bash[22390]: audit 2024-04-07T18:28:05.262130+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:05.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:05 smithi112 bash[22390]: audit 2024-04-07T18:28:05.263727+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:05.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:05 smithi112 bash[22390]: audit 2024-04-07T18:28:05.272895+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:06.043 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:05 smithi107 bash[23291]: debug 2024-04-07T18:28:05.699+0000 7f73fafa7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-07T18:28:06.043 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:05 smithi107 bash[23291]: debug 2024-04-07T18:28:05.811+0000 7f73fafa7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-07T18:28:06.413 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:06 smithi107 bash[23291]: debug 2024-04-07T18:28:06.083+0000 7f73fafa7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-07T18:28:06.847 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:06 smithi107 bash[23291]: debug 2024-04-07T18:28:06.495+0000 7f73fafa7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-07T18:28:06.847 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:06 smithi107 bash[23291]: debug 2024-04-07T18:28:06.727+0000 7f73fafa7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-07T18:28:07.164 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:06 smithi107 bash[23291]: debug 2024-04-07T18:28:06.843+0000 7f73fafa7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-07T18:28:07.164 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:07 smithi107 bash[23291]: debug 2024-04-07T18:28:07.087+0000 7f73fafa7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-07T18:28:07.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:07 smithi107 bash[22201]: cluster 2024-04-07T18:28:05.903131+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:07.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:07 smithi107 bash[22201]: audit 2024-04-07T18:28:06.024626+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:07.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:07 smithi107 bash[22201]: audit 2024-04-07T18:28:06.032401+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:07.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:07 smithi107 bash[22201]: audit 2024-04-07T18:28:06.041900+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:07.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:07 smithi087 bash[21510]: cluster 2024-04-07T18:28:05.903131+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:07.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:07 smithi087 bash[21510]: audit 2024-04-07T18:28:06.024626+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:07.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:07 smithi087 bash[21510]: audit 2024-04-07T18:28:06.032401+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:07.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:07 smithi087 bash[21510]: audit 2024-04-07T18:28:06.041900+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:07.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:07 smithi112 bash[22390]: cluster 2024-04-07T18:28:05.903131+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:07.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:07 smithi112 bash[22390]: audit 2024-04-07T18:28:06.024626+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:07.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:07 smithi112 bash[22390]: audit 2024-04-07T18:28:06.032401+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:07.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:07 smithi112 bash[22390]: audit 2024-04-07T18:28:06.041900+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:08.413 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:08 smithi107 bash[23291]: debug 2024-04-07T18:28:08.083+0000 7f73fafa7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-07T18:28:08.414 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:08 smithi107 bash[23291]: debug 2024-04-07T18:28:08.199+0000 7f73fafa7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-07T18:28:08.829 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-07T18:28:08.829 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-07T18:28:08.829 INFO:teuthology.orchestra.run.smithi087.stderr: stderr: 10+0 records in 2024-04-07T18:28:08.829 INFO:teuthology.orchestra.run.smithi087.stderr:10+0 records out 2024-04-07T18:28:08.829 INFO:teuthology.orchestra.run.smithi087.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0155947 s, 672 MB/s 2024-04-07T18:28:08.829 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping successful for: 2024-04-07T18:28:08.913 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:08 smithi107 bash[23291]: debug 2024-04-07T18:28:08.487+0000 7f73fafa7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-07T18:28:08.914 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:08 smithi107 bash[23291]: debug 2024-04-07T18:28:08.599+0000 7f73fafa7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-07T18:28:09.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:09 smithi087 bash[21510]: cluster 2024-04-07T18:28:07.903566+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:09.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:09 smithi112 bash[22390]: cluster 2024-04-07T18:28:07.903566+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:09.413 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:09 smithi107 bash[22201]: cluster 2024-04-07T18:28:07.903566+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:09.414 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:09 smithi107 bash[23291]: debug 2024-04-07T18:28:09.043+0000 7f73fafa7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-07T18:28:09.414 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:28:09 smithi107 bash[23291]: debug 2024-04-07T18:28:09.159+0000 7f73fafa7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-07T18:28:09.610 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph orch daemon add osd smithi087:vg_nvme/lv_4 2024-04-07T18:28:10.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:10 smithi112 bash[22390]: cluster 2024-04-07T18:28:09.185672+0000 mon.a (mon.0) 399 : cluster [DBG] Standby manager daemon b started 2024-04-07T18:28:10.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:10 smithi112 bash[22390]: audit 2024-04-07T18:28:09.187454+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.107:0/188744569' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-07T18:28:10.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:10 smithi112 bash[22390]: audit 2024-04-07T18:28:09.188502+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.107:0/188744569' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-07T18:28:10.304 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:10 smithi112 bash[22390]: audit 2024-04-07T18:28:09.189735+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.107:0/188744569' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-07T18:28:10.304 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:10 smithi112 bash[22390]: audit 2024-04-07T18:28:09.190227+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.107:0/188744569' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-07T18:28:10.414 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:10 smithi107 bash[22201]: cluster 2024-04-07T18:28:09.185672+0000 mon.a (mon.0) 399 : cluster [DBG] Standby manager daemon b started 2024-04-07T18:28:10.414 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:10 smithi107 bash[22201]: audit 2024-04-07T18:28:09.187454+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.107:0/188744569' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-07T18:28:10.414 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:10 smithi107 bash[22201]: audit 2024-04-07T18:28:09.188502+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.107:0/188744569' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-07T18:28:10.414 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:10 smithi107 bash[22201]: audit 2024-04-07T18:28:09.189735+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.107:0/188744569' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-07T18:28:10.414 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:10 smithi107 bash[22201]: audit 2024-04-07T18:28:09.190227+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.107:0/188744569' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-07T18:28:10.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:10 smithi087 bash[21510]: cluster 2024-04-07T18:28:09.185672+0000 mon.a (mon.0) 399 : cluster [DBG] Standby manager daemon b started 2024-04-07T18:28:10.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:10 smithi087 bash[21510]: audit 2024-04-07T18:28:09.187454+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.107:0/188744569' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-07T18:28:10.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:10 smithi087 bash[21510]: audit 2024-04-07T18:28:09.188502+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.107:0/188744569' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-07T18:28:10.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:10 smithi087 bash[21510]: audit 2024-04-07T18:28:09.189735+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.107:0/188744569' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-07T18:28:10.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:10 smithi087 bash[21510]: audit 2024-04-07T18:28:09.190227+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.107:0/188744569' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-07T18:28:11.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:11 smithi112 bash[22390]: cluster 2024-04-07T18:28:09.903980+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:11.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:11 smithi112 bash[22390]: cluster 2024-04-07T18:28:10.046041+0000 mon.a (mon.0) 400 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-07T18:28:11.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:11 smithi112 bash[22390]: audit 2024-04-07T18:28:10.046341+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-07T18:28:11.413 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:11 smithi107 bash[22201]: cluster 2024-04-07T18:28:09.903980+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:11.414 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:11 smithi107 bash[22201]: cluster 2024-04-07T18:28:10.046041+0000 mon.a (mon.0) 400 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-07T18:28:11.414 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:11 smithi107 bash[22201]: audit 2024-04-07T18:28:10.046341+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-07T18:28:11.418 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:11 smithi087 bash[21510]: cluster 2024-04-07T18:28:09.903980+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:11.418 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:11 smithi087 bash[21510]: cluster 2024-04-07T18:28:10.046041+0000 mon.a (mon.0) 400 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-07T18:28:11.418 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:11 smithi087 bash[21510]: audit 2024-04-07T18:28:10.046341+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-07T18:28:12.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:12 smithi107 bash[22201]: audit 2024-04-07T18:28:11.399626+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:12.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:12 smithi107 bash[22201]: audit 2024-04-07T18:28:11.407864+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:12.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:12 smithi107 bash[22201]: audit 2024-04-07T18:28:11.417398+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:12.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:12 smithi087 bash[21510]: audit 2024-04-07T18:28:11.399626+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:12.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:12 smithi087 bash[21510]: audit 2024-04-07T18:28:11.407864+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:12.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:12 smithi087 bash[21510]: audit 2024-04-07T18:28:11.417398+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:12.740 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:12 smithi112 bash[22390]: audit 2024-04-07T18:28:11.399626+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:12.740 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:12 smithi112 bash[22390]: audit 2024-04-07T18:28:11.407864+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:12.740 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:12 smithi112 bash[22390]: audit 2024-04-07T18:28:11.417398+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:13.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:13 smithi087 bash[21510]: cluster 2024-04-07T18:28:11.904383+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:13.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:13 smithi112 bash[22390]: cluster 2024-04-07T18:28:11.904383+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:13.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:13 smithi107 bash[22201]: cluster 2024-04-07T18:28:11.904383+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:14.322 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:28:15.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:15 smithi087 bash[21510]: cluster 2024-04-07T18:28:13.904815+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:15.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:15 smithi112 bash[22390]: cluster 2024-04-07T18:28:13.904815+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:15.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:15 smithi107 bash[22201]: cluster 2024-04-07T18:28:13.904815+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:17.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:17 smithi087 bash[21510]: cluster 2024-04-07T18:28:15.905232+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:17.738 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:17 smithi087 bash[21510]: audit 2024-04-07T18:28:17.050733+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-07T18:28:17.738 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:17 smithi087 bash[21510]: audit 2024-04-07T18:28:17.056666+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-07T18:28:17.738 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:17 smithi087 bash[21510]: audit 2024-04-07T18:28:17.057596+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:17.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:17 smithi112 bash[22390]: cluster 2024-04-07T18:28:15.905232+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:17.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:17 smithi112 bash[22390]: audit 2024-04-07T18:28:17.050733+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-07T18:28:17.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:17 smithi112 bash[22390]: audit 2024-04-07T18:28:17.056666+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-07T18:28:17.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:17 smithi112 bash[22390]: audit 2024-04-07T18:28:17.057596+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:17.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:17 smithi107 bash[22201]: cluster 2024-04-07T18:28:15.905232+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:17.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:17 smithi107 bash[22201]: audit 2024-04-07T18:28:17.050733+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-07T18:28:17.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:17 smithi107 bash[22201]: audit 2024-04-07T18:28:17.056666+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-07T18:28:17.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:17 smithi107 bash[22201]: audit 2024-04-07T18:28:17.057596+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:18.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:18 smithi087 bash[21510]: audit 2024-04-07T18:28:17.043566+0000 mgr.a (mgr.14152) 128 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi087:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:28:18.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:18 smithi112 bash[22390]: audit 2024-04-07T18:28:17.043566+0000 mgr.a (mgr.14152) 128 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi087:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:28:18.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:18 smithi107 bash[22201]: audit 2024-04-07T18:28:17.043566+0000 mgr.a (mgr.14152) 128 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi087:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:28:19.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:19 smithi087 bash[21510]: cluster 2024-04-07T18:28:17.905662+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:19.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:19 smithi112 bash[22390]: cluster 2024-04-07T18:28:17.905662+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:19.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:19 smithi107 bash[22201]: cluster 2024-04-07T18:28:17.905662+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:20.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:20 smithi107 bash[22201]: audit 2024-04-07T18:28:19.607693+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:20.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:20 smithi107 bash[22201]: audit 2024-04-07T18:28:19.616008+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:20.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:20 smithi107 bash[22201]: audit 2024-04-07T18:28:19.626419+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:20.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:20 smithi087 bash[21510]: audit 2024-04-07T18:28:19.607693+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:20.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:20 smithi087 bash[21510]: audit 2024-04-07T18:28:19.616008+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:20.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:20 smithi087 bash[21510]: audit 2024-04-07T18:28:19.626419+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:21.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:20 smithi112 bash[22390]: audit 2024-04-07T18:28:19.607693+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:21.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:20 smithi112 bash[22390]: audit 2024-04-07T18:28:19.616008+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:21.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:20 smithi112 bash[22390]: audit 2024-04-07T18:28:19.626419+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:21.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:21 smithi107 bash[22201]: cluster 2024-04-07T18:28:19.906011+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:21.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:21 smithi087 bash[21510]: cluster 2024-04-07T18:28:19.906011+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:22.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:21 smithi112 bash[22390]: cluster 2024-04-07T18:28:19.906011+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:23.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:23 smithi107 bash[22201]: cluster 2024-04-07T18:28:21.906366+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:23.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:23 smithi087 bash[21510]: cluster 2024-04-07T18:28:21.906366+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:24.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:23 smithi112 bash[22390]: cluster 2024-04-07T18:28:21.906366+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:25.905 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:25 smithi087 bash[21510]: cluster 2024-04-07T18:28:23.906767+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:25.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:25 smithi107 bash[22201]: cluster 2024-04-07T18:28:23.906767+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:26.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:25 smithi112 bash[22390]: cluster 2024-04-07T18:28:23.906767+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:27.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:27 smithi087 bash[21510]: cluster 2024-04-07T18:28:25.907097+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:27.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:27 smithi087 bash[21510]: audit 2024-04-07T18:28:26.241407+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:27.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:27 smithi087 bash[21510]: audit 2024-04-07T18:28:26.249850+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:27.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:27 smithi087 bash[21510]: audit 2024-04-07T18:28:26.259653+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:27.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:27 smithi112 bash[22390]: cluster 2024-04-07T18:28:25.907097+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:27.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:27 smithi112 bash[22390]: audit 2024-04-07T18:28:26.241407+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:27.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:27 smithi112 bash[22390]: audit 2024-04-07T18:28:26.249850+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:27.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:27 smithi112 bash[22390]: audit 2024-04-07T18:28:26.259653+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:27.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:27 smithi107 bash[22201]: cluster 2024-04-07T18:28:25.907097+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:27.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:27 smithi107 bash[22201]: audit 2024-04-07T18:28:26.241407+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:27.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:27 smithi107 bash[22201]: audit 2024-04-07T18:28:26.249850+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:27.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:27 smithi107 bash[22201]: audit 2024-04-07T18:28:26.259653+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:28.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:28 smithi112 bash[22390]: audit 2024-04-07T18:28:27.986209+0000 mon.a (mon.0) 414 : audit [INF] from='client.? 172.21.15.87:0/3184812932' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "54021c4d-2eeb-420a-b69b-3ee4e91d198b"}]: dispatch 2024-04-07T18:28:28.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:28 smithi112 bash[22390]: audit 2024-04-07T18:28:27.988480+0000 mon.a (mon.0) 415 : audit [INF] from='client.? 172.21.15.87:0/3184812932' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "54021c4d-2eeb-420a-b69b-3ee4e91d198b"}]': finished 2024-04-07T18:28:28.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:28 smithi112 bash[22390]: cluster 2024-04-07T18:28:27.993190+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-07T18:28:28.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:28 smithi112 bash[22390]: audit 2024-04-07T18:28:27.993620+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:28:28.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:28 smithi107 bash[22201]: audit 2024-04-07T18:28:27.986209+0000 mon.a (mon.0) 414 : audit [INF] from='client.? 172.21.15.87:0/3184812932' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "54021c4d-2eeb-420a-b69b-3ee4e91d198b"}]: dispatch 2024-04-07T18:28:28.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:28 smithi107 bash[22201]: audit 2024-04-07T18:28:27.988480+0000 mon.a (mon.0) 415 : audit [INF] from='client.? 172.21.15.87:0/3184812932' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "54021c4d-2eeb-420a-b69b-3ee4e91d198b"}]': finished 2024-04-07T18:28:28.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:28 smithi107 bash[22201]: cluster 2024-04-07T18:28:27.993190+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-07T18:28:28.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:28 smithi107 bash[22201]: audit 2024-04-07T18:28:27.993620+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:28:28.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:28 smithi087 bash[21510]: audit 2024-04-07T18:28:27.986209+0000 mon.a (mon.0) 414 : audit [INF] from='client.? 172.21.15.87:0/3184812932' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "54021c4d-2eeb-420a-b69b-3ee4e91d198b"}]: dispatch 2024-04-07T18:28:28.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:28 smithi087 bash[21510]: audit 2024-04-07T18:28:27.988480+0000 mon.a (mon.0) 415 : audit [INF] from='client.? 172.21.15.87:0/3184812932' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "54021c4d-2eeb-420a-b69b-3ee4e91d198b"}]': finished 2024-04-07T18:28:28.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:28 smithi087 bash[21510]: cluster 2024-04-07T18:28:27.993190+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-07T18:28:28.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:28 smithi087 bash[21510]: audit 2024-04-07T18:28:27.993620+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:28:29.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:29 smithi112 bash[22390]: cluster 2024-04-07T18:28:27.907539+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:29.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:29 smithi112 bash[22390]: audit 2024-04-07T18:28:28.731527+0000 mon.a (mon.0) 418 : audit [DBG] from='client.? 172.21.15.87:0/37019513' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-07T18:28:29.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:29 smithi107 bash[22201]: cluster 2024-04-07T18:28:27.907539+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:29.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:29 smithi107 bash[22201]: audit 2024-04-07T18:28:28.731527+0000 mon.a (mon.0) 418 : audit [DBG] from='client.? 172.21.15.87:0/37019513' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-07T18:28:29.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:29 smithi087 bash[21510]: cluster 2024-04-07T18:28:27.907539+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:29.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:29 smithi087 bash[21510]: audit 2024-04-07T18:28:28.731527+0000 mon.a (mon.0) 418 : audit [DBG] from='client.? 172.21.15.87:0/37019513' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-07T18:28:31.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:31 smithi107 bash[22201]: cluster 2024-04-07T18:28:29.907967+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:31.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:31 smithi107 bash[22201]: audit 2024-04-07T18:28:30.555645+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:31.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:31 smithi107 bash[22201]: audit 2024-04-07T18:28:30.563490+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:31.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:31 smithi107 bash[22201]: audit 2024-04-07T18:28:30.573030+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:31.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:31 smithi087 bash[21510]: cluster 2024-04-07T18:28:29.907967+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:31.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:31 smithi087 bash[21510]: audit 2024-04-07T18:28:30.555645+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:31.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:31 smithi087 bash[21510]: audit 2024-04-07T18:28:30.563490+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:31.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:31 smithi087 bash[21510]: audit 2024-04-07T18:28:30.573030+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:32.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:31 smithi112 bash[22390]: cluster 2024-04-07T18:28:29.907967+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:32.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:31 smithi112 bash[22390]: audit 2024-04-07T18:28:30.555645+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:32.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:31 smithi112 bash[22390]: audit 2024-04-07T18:28:30.563490+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:32.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:31 smithi112 bash[22390]: audit 2024-04-07T18:28:30.573030+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:33.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:33 smithi107 bash[22201]: cluster 2024-04-07T18:28:31.908403+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:33.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:33 smithi087 bash[21510]: cluster 2024-04-07T18:28:31.908403+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:34.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:33 smithi112 bash[22390]: cluster 2024-04-07T18:28:31.908403+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:35.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:35 smithi107 bash[22201]: cluster 2024-04-07T18:28:33.908815+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:35.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:35 smithi087 bash[21510]: cluster 2024-04-07T18:28:33.908815+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:36.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:35 smithi112 bash[22390]: cluster 2024-04-07T18:28:33.908815+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:37.830 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:37 smithi087 bash[21510]: cluster 2024-04-07T18:28:35.909276+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:37.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:37 smithi107 bash[22201]: cluster 2024-04-07T18:28:35.909276+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:38.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:37 smithi112 bash[22390]: cluster 2024-04-07T18:28:35.909276+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:39.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:39 smithi087 bash[21510]: cluster 2024-04-07T18:28:37.909728+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:39.829 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:39 smithi112 bash[22390]: cluster 2024-04-07T18:28:37.909728+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:39.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:39 smithi107 bash[22201]: cluster 2024-04-07T18:28:37.909728+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:41.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:40 smithi107 bash[22201]: audit 2024-04-07T18:28:39.815824+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:41.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:40 smithi107 bash[22201]: audit 2024-04-07T18:28:39.822034+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:41.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:40 smithi107 bash[22201]: audit 2024-04-07T18:28:39.829217+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:41.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:40 smithi107 bash[22201]: audit 2024-04-07T18:28:40.428419+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-07T18:28:41.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:40 smithi107 bash[22201]: audit 2024-04-07T18:28:40.429980+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:41.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:40 smithi087 bash[21510]: audit 2024-04-07T18:28:39.815824+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:41.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:40 smithi087 bash[21510]: audit 2024-04-07T18:28:39.822034+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:41.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:40 smithi087 bash[21510]: audit 2024-04-07T18:28:39.829217+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:41.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:40 smithi087 bash[21510]: audit 2024-04-07T18:28:40.428419+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-07T18:28:41.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:40 smithi087 bash[21510]: audit 2024-04-07T18:28:40.429980+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:41.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:40 smithi112 bash[22390]: audit 2024-04-07T18:28:39.815824+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:41.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:40 smithi112 bash[22390]: audit 2024-04-07T18:28:39.822034+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:41.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:40 smithi112 bash[22390]: audit 2024-04-07T18:28:39.829217+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:41.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:40 smithi112 bash[22390]: audit 2024-04-07T18:28:40.428419+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-07T18:28:41.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:40 smithi112 bash[22390]: audit 2024-04-07T18:28:40.429980+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:41.912 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:41 smithi087 bash[21510]: cluster 2024-04-07T18:28:39.910040+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:41.912 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:41 smithi087 bash[21510]: cephadm 2024-04-07T18:28:40.431482+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Deploying daemon osd.0 on smithi087 2024-04-07T18:28:42.081 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:41 smithi107 bash[22201]: cluster 2024-04-07T18:28:39.910040+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:42.081 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:41 smithi107 bash[22201]: cephadm 2024-04-07T18:28:40.431482+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Deploying daemon osd.0 on smithi087 2024-04-07T18:28:42.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:41 smithi112 bash[22390]: cluster 2024-04-07T18:28:39.910040+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:42.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:41 smithi112 bash[22390]: cephadm 2024-04-07T18:28:40.431482+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Deploying daemon osd.0 on smithi087 2024-04-07T18:28:43.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:43 smithi087 bash[21510]: cluster 2024-04-07T18:28:41.910465+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:44.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:43 smithi107 bash[22201]: cluster 2024-04-07T18:28:41.910465+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:44.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:43 smithi112 bash[22390]: cluster 2024-04-07T18:28:41.910465+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:44.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:44 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:28:44.984 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:28:44 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:28:45.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:45 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:28:45.485 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:28:45 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:28:46.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:45 smithi107 bash[22201]: cluster 2024-04-07T18:28:43.910902+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:46.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:45 smithi107 bash[22201]: audit 2024-04-07T18:28:45.184868+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:46.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:45 smithi107 bash[22201]: audit 2024-04-07T18:28:45.190587+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:46.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:45 smithi107 bash[22201]: audit 2024-04-07T18:28:45.191008+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:46.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:45 smithi107 bash[22201]: audit 2024-04-07T18:28:45.195112+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:46.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:45 smithi107 bash[22201]: audit 2024-04-07T18:28:45.196196+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:46.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:45 smithi107 bash[22201]: audit 2024-04-07T18:28:45.202063+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:46.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:45 smithi087 bash[21510]: cluster 2024-04-07T18:28:43.910902+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:46.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:45 smithi087 bash[21510]: audit 2024-04-07T18:28:45.184868+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:46.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:45 smithi087 bash[21510]: audit 2024-04-07T18:28:45.190587+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:46.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:45 smithi087 bash[21510]: audit 2024-04-07T18:28:45.191008+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:46.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:45 smithi087 bash[21510]: audit 2024-04-07T18:28:45.195112+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:46.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:45 smithi087 bash[21510]: audit 2024-04-07T18:28:45.196196+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:46.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:45 smithi087 bash[21510]: audit 2024-04-07T18:28:45.202063+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:46.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:45 smithi112 bash[22390]: cluster 2024-04-07T18:28:43.910902+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:46.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:45 smithi112 bash[22390]: audit 2024-04-07T18:28:45.184868+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:46.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:45 smithi112 bash[22390]: audit 2024-04-07T18:28:45.190587+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:46.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:45 smithi112 bash[22390]: audit 2024-04-07T18:28:45.191008+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:46.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:45 smithi112 bash[22390]: audit 2024-04-07T18:28:45.195112+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:46.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:45 smithi112 bash[22390]: audit 2024-04-07T18:28:45.196196+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:46.304 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:45 smithi112 bash[22390]: audit 2024-04-07T18:28:45.202063+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:47.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:47 smithi087 bash[21510]: cluster 2024-04-07T18:28:45.911326+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:47.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:47 smithi087 bash[21510]: audit 2024-04-07T18:28:46.447513+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:47.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:47 smithi087 bash[21510]: audit 2024-04-07T18:28:46.452568+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:47.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:47 smithi087 bash[21510]: audit 2024-04-07T18:28:46.459663+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:47.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:47 smithi112 bash[22390]: cluster 2024-04-07T18:28:45.911326+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:47.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:47 smithi112 bash[22390]: audit 2024-04-07T18:28:46.447513+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:47.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:47 smithi112 bash[22390]: audit 2024-04-07T18:28:46.452568+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:47.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:47 smithi112 bash[22390]: audit 2024-04-07T18:28:46.459663+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:47.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:47 smithi107 bash[22201]: cluster 2024-04-07T18:28:45.911326+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:47.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:47 smithi107 bash[22201]: audit 2024-04-07T18:28:46.447513+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:47.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:47 smithi107 bash[22201]: audit 2024-04-07T18:28:46.452568+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:47.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:47 smithi107 bash[22201]: audit 2024-04-07T18:28:46.459663+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:49.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:49 smithi087 bash[21510]: cluster 2024-04-07T18:28:47.911725+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:49.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:49 smithi112 bash[22390]: cluster 2024-04-07T18:28:47.911725+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:49.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:49 smithi107 bash[22201]: cluster 2024-04-07T18:28:47.911725+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:51.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:51 smithi112 bash[22390]: cluster 2024-04-07T18:28:49.912174+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:51.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:51 smithi112 bash[22390]: audit 2024-04-07T18:28:50.722421+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:51.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:51 smithi112 bash[22390]: audit 2024-04-07T18:28:50.728874+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:51.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:51 smithi112 bash[22390]: cephadm 2024-04-07T18:28:50.730531+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi087 2024-04-07T18:28:51.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:51 smithi112 bash[22390]: audit 2024-04-07T18:28:50.737043+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:51.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:51 smithi112 bash[22390]: audit 2024-04-07T18:28:50.778570+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:51.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:51 smithi112 bash[22390]: audit 2024-04-07T18:28:50.783648+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:51.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:51 smithi112 bash[22390]: audit 2024-04-07T18:28:50.785034+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:51.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:51 smithi112 bash[22390]: audit 2024-04-07T18:28:50.793300+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:51.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:51 smithi087 bash[21510]: cluster 2024-04-07T18:28:49.912174+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:51.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:51 smithi087 bash[21510]: audit 2024-04-07T18:28:50.722421+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:51.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:51 smithi087 bash[21510]: audit 2024-04-07T18:28:50.728874+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:51.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:51 smithi087 bash[21510]: cephadm 2024-04-07T18:28:50.730531+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi087 2024-04-07T18:28:51.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:51 smithi087 bash[21510]: audit 2024-04-07T18:28:50.737043+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:51.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:51 smithi087 bash[21510]: audit 2024-04-07T18:28:50.778570+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:51.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:51 smithi087 bash[21510]: audit 2024-04-07T18:28:50.783648+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:51.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:51 smithi087 bash[21510]: audit 2024-04-07T18:28:50.785034+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:51.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:51 smithi087 bash[21510]: audit 2024-04-07T18:28:50.793300+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:52.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:51 smithi107 bash[22201]: cluster 2024-04-07T18:28:49.912174+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:52.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:51 smithi107 bash[22201]: audit 2024-04-07T18:28:50.722421+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:52.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:51 smithi107 bash[22201]: audit 2024-04-07T18:28:50.728874+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:52.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:51 smithi107 bash[22201]: cephadm 2024-04-07T18:28:50.730531+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi087 2024-04-07T18:28:52.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:51 smithi107 bash[22201]: audit 2024-04-07T18:28:50.737043+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:52.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:51 smithi107 bash[22201]: audit 2024-04-07T18:28:50.778570+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:52.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:51 smithi107 bash[22201]: audit 2024-04-07T18:28:50.783648+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:52.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:51 smithi107 bash[22201]: audit 2024-04-07T18:28:50.785034+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:52.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:51 smithi107 bash[22201]: audit 2024-04-07T18:28:50.793300+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:52.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:52 smithi087 bash[21510]: audit 2024-04-07T18:28:52.330805+0000 mon.a (mon.0) 443 : audit [INF] from='osd.0 [v2:172.21.15.87:6802/3899513933,v1:172.21.15.87:6803/3899513933]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-07T18:28:53.009 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:52 smithi112 bash[22390]: audit 2024-04-07T18:28:52.330805+0000 mon.a (mon.0) 443 : audit [INF] from='osd.0 [v2:172.21.15.87:6802/3899513933,v1:172.21.15.87:6803/3899513933]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-07T18:28:53.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:52 smithi107 bash[22201]: audit 2024-04-07T18:28:52.330805+0000 mon.a (mon.0) 443 : audit [INF] from='osd.0 [v2:172.21.15.87:6802/3899513933,v1:172.21.15.87:6803/3899513933]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-07T18:28:54.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:53 smithi112 bash[22390]: cluster 2024-04-07T18:28:51.912472+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:54.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:53 smithi112 bash[22390]: audit 2024-04-07T18:28:52.729703+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.87:6802/3899513933,v1:172.21.15.87:6803/3899513933]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-07T18:28:54.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:53 smithi112 bash[22390]: cluster 2024-04-07T18:28:52.732387+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-07T18:28:54.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:53 smithi112 bash[22390]: audit 2024-04-07T18:28:52.732894+0000 mon.a (mon.0) 446 : audit [INF] from='osd.0 [v2:172.21.15.87:6802/3899513933,v1:172.21.15.87:6803/3899513933]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-04-07T18:28:54.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:53 smithi112 bash[22390]: audit 2024-04-07T18:28:52.733446+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:28:54.063 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:53 smithi087 bash[21510]: cluster 2024-04-07T18:28:51.912472+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:54.063 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:53 smithi087 bash[21510]: audit 2024-04-07T18:28:52.729703+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.87:6802/3899513933,v1:172.21.15.87:6803/3899513933]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-07T18:28:54.063 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:53 smithi087 bash[21510]: cluster 2024-04-07T18:28:52.732387+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-07T18:28:54.063 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:53 smithi087 bash[21510]: audit 2024-04-07T18:28:52.732894+0000 mon.a (mon.0) 446 : audit [INF] from='osd.0 [v2:172.21.15.87:6802/3899513933,v1:172.21.15.87:6803/3899513933]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-04-07T18:28:54.063 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:53 smithi087 bash[21510]: audit 2024-04-07T18:28:52.733446+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:28:54.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:53 smithi107 bash[22201]: cluster 2024-04-07T18:28:51.912472+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:54.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:53 smithi107 bash[22201]: audit 2024-04-07T18:28:52.729703+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.87:6802/3899513933,v1:172.21.15.87:6803/3899513933]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-07T18:28:54.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:53 smithi107 bash[22201]: cluster 2024-04-07T18:28:52.732387+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-07T18:28:54.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:53 smithi107 bash[22201]: audit 2024-04-07T18:28:52.732894+0000 mon.a (mon.0) 446 : audit [INF] from='osd.0 [v2:172.21.15.87:6802/3899513933,v1:172.21.15.87:6803/3899513933]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-04-07T18:28:54.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:53 smithi107 bash[22201]: audit 2024-04-07T18:28:52.733446+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:28:54.756 INFO:teuthology.orchestra.run.smithi087.stdout:Created osd(s) 0 on host 'smithi087' 2024-04-07T18:28:55.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:54 smithi112 bash[22390]: audit 2024-04-07T18:28:53.731445+0000 mon.a (mon.0) 448 : audit [INF] from='osd.0 [v2:172.21.15.87:6802/3899513933,v1:172.21.15.87:6803/3899513933]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2024-04-07T18:28:55.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:54 smithi112 bash[22390]: cluster 2024-04-07T18:28:53.734526+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-07T18:28:55.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:54 smithi112 bash[22390]: audit 2024-04-07T18:28:53.736049+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:28:55.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:54 smithi112 bash[22390]: audit 2024-04-07T18:28:53.744154+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:28:55.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:54 smithi112 bash[22390]: audit 2024-04-07T18:28:54.716812+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:55.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:54 smithi112 bash[22390]: audit 2024-04-07T18:28:54.719981+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:55.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:54 smithi112 bash[22390]: audit 2024-04-07T18:28:54.725760+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:55.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:54 smithi112 bash[22390]: audit 2024-04-07T18:28:54.726449+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi087", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:28:55.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:54 smithi112 bash[22390]: audit 2024-04-07T18:28:54.728162+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:55.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:54 smithi112 bash[22390]: audit 2024-04-07T18:28:54.729596+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:55.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:54 smithi107 bash[22201]: audit 2024-04-07T18:28:53.731445+0000 mon.a (mon.0) 448 : audit [INF] from='osd.0 [v2:172.21.15.87:6802/3899513933,v1:172.21.15.87:6803/3899513933]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2024-04-07T18:28:55.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:54 smithi107 bash[22201]: cluster 2024-04-07T18:28:53.734526+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-07T18:28:55.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:54 smithi107 bash[22201]: audit 2024-04-07T18:28:53.736049+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:28:55.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:54 smithi107 bash[22201]: audit 2024-04-07T18:28:53.744154+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:28:55.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:54 smithi107 bash[22201]: audit 2024-04-07T18:28:54.716812+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:55.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:54 smithi107 bash[22201]: audit 2024-04-07T18:28:54.719981+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:55.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:54 smithi107 bash[22201]: audit 2024-04-07T18:28:54.725760+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:55.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:54 smithi107 bash[22201]: audit 2024-04-07T18:28:54.726449+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi087", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:28:55.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:54 smithi107 bash[22201]: audit 2024-04-07T18:28:54.728162+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:55.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:54 smithi107 bash[22201]: audit 2024-04-07T18:28:54.729596+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:55.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:54 smithi087 bash[21510]: audit 2024-04-07T18:28:53.731445+0000 mon.a (mon.0) 448 : audit [INF] from='osd.0 [v2:172.21.15.87:6802/3899513933,v1:172.21.15.87:6803/3899513933]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2024-04-07T18:28:55.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:54 smithi087 bash[21510]: cluster 2024-04-07T18:28:53.734526+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-07T18:28:55.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:54 smithi087 bash[21510]: audit 2024-04-07T18:28:53.736049+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:28:55.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:54 smithi087 bash[21510]: audit 2024-04-07T18:28:53.744154+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:28:55.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:54 smithi087 bash[21510]: audit 2024-04-07T18:28:54.716812+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:55.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:54 smithi087 bash[21510]: audit 2024-04-07T18:28:54.719981+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:55.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:54 smithi087 bash[21510]: audit 2024-04-07T18:28:54.725760+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:55.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:54 smithi087 bash[21510]: audit 2024-04-07T18:28:54.726449+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi087", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:28:55.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:54 smithi087 bash[21510]: audit 2024-04-07T18:28:54.728162+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:55.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:54 smithi087 bash[21510]: audit 2024-04-07T18:28:54.729596+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:55.424 DEBUG:teuthology.orchestra.run.smithi087:osd.0> sudo journalctl -f -n 0 -u ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@osd.0.service 2024-04-07T18:28:55.426 INFO:tasks.cephadm:Deploying osd.1 on smithi107 with /dev/vg_nvme/lv_4... 2024-04-07T18:28:55.426 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-07T18:28:56.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:55 smithi112 bash[22390]: cluster 2024-04-07T18:28:53.291327+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-07T18:28:56.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:55 smithi112 bash[22390]: cluster 2024-04-07T18:28:53.291434+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-07T18:28:56.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:55 smithi112 bash[22390]: cluster 2024-04-07T18:28:53.912819+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:56.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:55 smithi112 bash[22390]: audit 2024-04-07T18:28:54.738753+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:56.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:55 smithi112 bash[22390]: audit 2024-04-07T18:28:54.741539+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:28:56.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:55 smithi112 bash[22390]: cluster 2024-04-07T18:28:54.755564+0000 mon.a (mon.0) 460 : cluster [INF] osd.0 [v2:172.21.15.87:6802/3899513933,v1:172.21.15.87:6803/3899513933] boot 2024-04-07T18:28:56.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:55 smithi112 bash[22390]: cluster 2024-04-07T18:28:54.755653+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-07T18:28:56.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:55 smithi112 bash[22390]: audit 2024-04-07T18:28:54.756336+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:28:56.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:55 smithi112 bash[22390]: audit 2024-04-07T18:28:55.539874+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:56.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:55 smithi112 bash[22390]: audit 2024-04-07T18:28:55.544771+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:56.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:55 smithi112 bash[22390]: audit 2024-04-07T18:28:55.549606+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:56.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:55 smithi112 bash[22390]: audit 2024-04-07T18:28:55.557769+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:56.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:55 smithi112 bash[22390]: audit 2024-04-07T18:28:55.561422+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:56.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:55 smithi112 bash[22390]: audit 2024-04-07T18:28:55.562650+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:56.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:55 smithi112 bash[22390]: audit 2024-04-07T18:28:55.568635+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:56.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:55 smithi107 bash[22201]: cluster 2024-04-07T18:28:53.291327+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-07T18:28:56.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:55 smithi107 bash[22201]: cluster 2024-04-07T18:28:53.291434+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-07T18:28:56.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:55 smithi107 bash[22201]: cluster 2024-04-07T18:28:53.912819+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:56.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:55 smithi107 bash[22201]: audit 2024-04-07T18:28:54.738753+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:56.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:55 smithi107 bash[22201]: audit 2024-04-07T18:28:54.741539+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:28:56.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:55 smithi107 bash[22201]: cluster 2024-04-07T18:28:54.755564+0000 mon.a (mon.0) 460 : cluster [INF] osd.0 [v2:172.21.15.87:6802/3899513933,v1:172.21.15.87:6803/3899513933] boot 2024-04-07T18:28:56.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:55 smithi107 bash[22201]: cluster 2024-04-07T18:28:54.755653+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-07T18:28:56.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:55 smithi107 bash[22201]: audit 2024-04-07T18:28:54.756336+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:28:56.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:55 smithi107 bash[22201]: audit 2024-04-07T18:28:55.539874+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:56.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:55 smithi107 bash[22201]: audit 2024-04-07T18:28:55.544771+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:56.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:55 smithi107 bash[22201]: audit 2024-04-07T18:28:55.549606+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:56.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:55 smithi107 bash[22201]: audit 2024-04-07T18:28:55.557769+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:56.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:55 smithi107 bash[22201]: audit 2024-04-07T18:28:55.561422+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:56.165 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:55 smithi107 bash[22201]: audit 2024-04-07T18:28:55.562650+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:56.165 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:55 smithi107 bash[22201]: audit 2024-04-07T18:28:55.568635+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:56.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:55 smithi087 bash[21510]: cluster 2024-04-07T18:28:53.291327+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-07T18:28:56.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:55 smithi087 bash[21510]: cluster 2024-04-07T18:28:53.291434+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-07T18:28:56.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:55 smithi087 bash[21510]: cluster 2024-04-07T18:28:53.912819+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-07T18:28:56.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:55 smithi087 bash[21510]: audit 2024-04-07T18:28:54.738753+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:56.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:55 smithi087 bash[21510]: audit 2024-04-07T18:28:54.741539+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:28:56.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:55 smithi087 bash[21510]: cluster 2024-04-07T18:28:54.755564+0000 mon.a (mon.0) 460 : cluster [INF] osd.0 [v2:172.21.15.87:6802/3899513933,v1:172.21.15.87:6803/3899513933] boot 2024-04-07T18:28:56.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:55 smithi087 bash[21510]: cluster 2024-04-07T18:28:54.755653+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-07T18:28:56.235 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:55 smithi087 bash[21510]: audit 2024-04-07T18:28:54.756336+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:28:56.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:55 smithi087 bash[21510]: audit 2024-04-07T18:28:55.539874+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:56.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:55 smithi087 bash[21510]: audit 2024-04-07T18:28:55.544771+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:56.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:55 smithi087 bash[21510]: audit 2024-04-07T18:28:55.549606+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:56.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:55 smithi087 bash[21510]: audit 2024-04-07T18:28:55.557769+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:28:56.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:55 smithi087 bash[21510]: audit 2024-04-07T18:28:55.561422+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:28:56.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:55 smithi087 bash[21510]: audit 2024-04-07T18:28:55.562650+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:28:56.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:55 smithi087 bash[21510]: audit 2024-04-07T18:28:55.568635+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:28:57.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:56 smithi112 bash[22390]: cluster 2024-04-07T18:28:55.763096+0000 mon.a (mon.0) 470 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-07T18:28:57.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:56 smithi107 bash[22201]: cluster 2024-04-07T18:28:55.763096+0000 mon.a (mon.0) 470 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-07T18:28:57.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:56 smithi087 bash[21510]: cluster 2024-04-07T18:28:55.763096+0000 mon.a (mon.0) 470 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-07T18:28:58.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:57 smithi112 bash[22390]: cluster 2024-04-07T18:28:55.913361+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:28:58.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:57 smithi107 bash[22201]: cluster 2024-04-07T18:28:55.913361+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:28:58.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:57 smithi087 bash[21510]: cluster 2024-04-07T18:28:55.913361+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:00.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:28:59 smithi112 bash[22390]: cluster 2024-04-07T18:28:57.913888+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:00.143 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.b/config 2024-04-07T18:29:00.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:28:59 smithi107 bash[22201]: cluster 2024-04-07T18:28:57.913888+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:00.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:28:59 smithi087 bash[21510]: cluster 2024-04-07T18:28:57.913888+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:01.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:01 smithi107 bash[22201]: cluster 2024-04-07T18:28:59.914339+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:01.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:01 smithi107 bash[22201]: audit 2024-04-07T18:29:00.028236+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:01.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:01 smithi107 bash[22201]: audit 2024-04-07T18:29:00.036793+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:01.165 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:01 smithi107 bash[22201]: audit 2024-04-07T18:29:00.048113+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:01.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:01 smithi112 bash[22390]: cluster 2024-04-07T18:28:59.914339+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:01.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:01 smithi112 bash[22390]: audit 2024-04-07T18:29:00.028236+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:01.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:01 smithi112 bash[22390]: audit 2024-04-07T18:29:00.036793+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:01.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:01 smithi112 bash[22390]: audit 2024-04-07T18:29:00.048113+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:01.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:01 smithi087 bash[21510]: cluster 2024-04-07T18:28:59.914339+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:01.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:01 smithi087 bash[21510]: audit 2024-04-07T18:29:00.028236+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:01.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:01 smithi087 bash[21510]: audit 2024-04-07T18:29:00.036793+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:01.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:01 smithi087 bash[21510]: audit 2024-04-07T18:29:00.048113+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:03.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:03 smithi112 bash[22390]: cluster 2024-04-07T18:29:01.914807+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:03.413 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:03 smithi107 bash[22201]: cluster 2024-04-07T18:29:01.914807+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:03.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:03 smithi087 bash[21510]: cluster 2024-04-07T18:29:01.914807+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:03.490 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-07T18:29:03.490 INFO:teuthology.orchestra.run.smithi107.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-07T18:29:03.490 INFO:teuthology.orchestra.run.smithi107.stderr: stderr: 10+0 records in 2024-04-07T18:29:03.490 INFO:teuthology.orchestra.run.smithi107.stderr:10+0 records out 2024-04-07T18:29:03.491 INFO:teuthology.orchestra.run.smithi107.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0123121 s, 852 MB/s 2024-04-07T18:29:03.491 INFO:teuthology.orchestra.run.smithi107.stderr: stderr: 2024-04-07T18:29:03.491 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping successful for: 2024-04-07T18:29:04.561 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph orch daemon add osd smithi107:vg_nvme/lv_4 2024-04-07T18:29:05.293 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:05 smithi087 bash[21510]: cluster 2024-04-07T18:29:03.915275+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:05.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:05 smithi112 bash[22390]: cluster 2024-04-07T18:29:03.915275+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:05.390 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:05 smithi107 bash[22201]: cluster 2024-04-07T18:29:03.915275+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:07.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:07 smithi107 bash[22201]: cluster 2024-04-07T18:29:05.915733+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:07.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:07 smithi107 bash[22201]: audit 2024-04-07T18:29:06.664220+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:07.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:07 smithi107 bash[22201]: audit 2024-04-07T18:29:06.672870+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:07.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:07 smithi107 bash[22201]: audit 2024-04-07T18:29:06.682957+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:07.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:07 smithi087 bash[21510]: cluster 2024-04-07T18:29:05.915733+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:07.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:07 smithi087 bash[21510]: audit 2024-04-07T18:29:06.664220+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:07.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:07 smithi087 bash[21510]: audit 2024-04-07T18:29:06.672870+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:07.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:07 smithi087 bash[21510]: audit 2024-04-07T18:29:06.682957+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:08.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:07 smithi112 bash[22390]: cluster 2024-04-07T18:29:05.915733+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:08.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:07 smithi112 bash[22390]: audit 2024-04-07T18:29:06.664220+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:08.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:07 smithi112 bash[22390]: audit 2024-04-07T18:29:06.672870+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:08.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:07 smithi112 bash[22390]: audit 2024-04-07T18:29:06.682957+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:09.602 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.b/config 2024-04-07T18:29:09.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:09 smithi107 bash[22201]: cluster 2024-04-07T18:29:07.916284+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:09.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:09 smithi087 bash[21510]: cluster 2024-04-07T18:29:07.916284+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:10.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:09 smithi112 bash[22390]: cluster 2024-04-07T18:29:07.916284+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:11.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:11 smithi087 bash[21510]: cluster 2024-04-07T18:29:09.916856+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:12.030 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:11 smithi112 bash[22390]: cluster 2024-04-07T18:29:09.916856+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:12.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:11 smithi107 bash[22201]: cluster 2024-04-07T18:29:09.916856+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:12.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:12 smithi087 bash[21510]: audit 2024-04-07T18:29:12.150130+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-07T18:29:12.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:12 smithi087 bash[21510]: audit 2024-04-07T18:29:12.157252+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-07T18:29:12.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:12 smithi087 bash[21510]: audit 2024-04-07T18:29:12.158881+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:29:13.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:12 smithi112 bash[22390]: audit 2024-04-07T18:29:12.150130+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-07T18:29:13.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:12 smithi112 bash[22390]: audit 2024-04-07T18:29:12.157252+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-07T18:29:13.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:12 smithi112 bash[22390]: audit 2024-04-07T18:29:12.158881+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:29:13.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:12 smithi107 bash[22201]: audit 2024-04-07T18:29:12.150130+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-07T18:29:13.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:12 smithi107 bash[22201]: audit 2024-04-07T18:29:12.157252+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-07T18:29:13.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:12 smithi107 bash[22201]: audit 2024-04-07T18:29:12.158881+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:29:13.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:13 smithi087 bash[21510]: cluster 2024-04-07T18:29:11.917470+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:13.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:13 smithi087 bash[21510]: audit 2024-04-07T18:29:12.142686+0000 mgr.a (mgr.14152) 159 : audit [DBG] from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:29:14.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:13 smithi112 bash[22390]: cluster 2024-04-07T18:29:11.917470+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:14.053 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:13 smithi112 bash[22390]: audit 2024-04-07T18:29:12.142686+0000 mgr.a (mgr.14152) 159 : audit [DBG] from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:29:14.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:13 smithi107 bash[22201]: cluster 2024-04-07T18:29:11.917470+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:14.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:13 smithi107 bash[22201]: audit 2024-04-07T18:29:12.142686+0000 mgr.a (mgr.14152) 159 : audit [DBG] from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:29:15.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:15 smithi087 bash[21510]: cluster 2024-04-07T18:29:13.917919+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:15.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:15 smithi087 bash[21510]: audit 2024-04-07T18:29:14.164920+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:15.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:15 smithi087 bash[21510]: audit 2024-04-07T18:29:14.170013+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:15.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:15 smithi087 bash[21510]: audit 2024-04-07T18:29:14.178229+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:15.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:15 smithi112 bash[22390]: cluster 2024-04-07T18:29:13.917919+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:15.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:15 smithi112 bash[22390]: audit 2024-04-07T18:29:14.164920+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:15.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:15 smithi112 bash[22390]: audit 2024-04-07T18:29:14.170013+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:15.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:15 smithi112 bash[22390]: audit 2024-04-07T18:29:14.178229+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:15.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:15 smithi107 bash[22201]: cluster 2024-04-07T18:29:13.917919+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:15.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:15 smithi107 bash[22201]: audit 2024-04-07T18:29:14.164920+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:15.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:15 smithi107 bash[22201]: audit 2024-04-07T18:29:14.170013+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:15.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:15 smithi107 bash[22201]: audit 2024-04-07T18:29:14.178229+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:17.413 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:17 smithi107 bash[22201]: cluster 2024-04-07T18:29:15.918374+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:17.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:17 smithi087 bash[21510]: cluster 2024-04-07T18:29:15.918374+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:17.521 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:17 smithi112 bash[22390]: cluster 2024-04-07T18:29:15.918374+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:19.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:19 smithi087 bash[21510]: cluster 2024-04-07T18:29:17.918889+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:19.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:19 smithi112 bash[22390]: cluster 2024-04-07T18:29:17.918889+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:19.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:19 smithi107 bash[22201]: cluster 2024-04-07T18:29:17.918889+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:21.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:21 smithi112 bash[22390]: cluster 2024-04-07T18:29:19.919438+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:21.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:21 smithi112 bash[22390]: audit 2024-04-07T18:29:20.252820+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:21.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:21 smithi112 bash[22390]: audit 2024-04-07T18:29:20.260935+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:21.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:21 smithi112 bash[22390]: audit 2024-04-07T18:29:20.270778+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:21.553 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:21 smithi112 bash[22390]: audit 2024-04-07T18:29:20.282155+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.107:0/2546855763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7a35f668-2663-4971-a8d5-fc28e9e35c41"}]: dispatch 2024-04-07T18:29:21.554 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:21 smithi112 bash[22390]: audit 2024-04-07T18:29:20.282208+0000 mon.a (mon.0) 486 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7a35f668-2663-4971-a8d5-fc28e9e35c41"}]: dispatch 2024-04-07T18:29:21.554 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:21 smithi112 bash[22390]: audit 2024-04-07T18:29:20.285290+0000 mon.a (mon.0) 487 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a35f668-2663-4971-a8d5-fc28e9e35c41"}]': finished 2024-04-07T18:29:21.554 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:21 smithi112 bash[22390]: cluster 2024-04-07T18:29:20.290240+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-07T18:29:21.554 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:21 smithi112 bash[22390]: audit 2024-04-07T18:29:20.290748+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-07T18:29:21.554 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:21 smithi112 bash[22390]: audit 2024-04-07T18:29:20.982642+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.107:0/3137846970' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-07T18:29:21.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:21 smithi107 bash[22201]: cluster 2024-04-07T18:29:19.919438+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:21.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:21 smithi107 bash[22201]: audit 2024-04-07T18:29:20.252820+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:21.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:21 smithi107 bash[22201]: audit 2024-04-07T18:29:20.260935+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:21.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:21 smithi107 bash[22201]: audit 2024-04-07T18:29:20.270778+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:21.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:21 smithi107 bash[22201]: audit 2024-04-07T18:29:20.282155+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.107:0/2546855763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7a35f668-2663-4971-a8d5-fc28e9e35c41"}]: dispatch 2024-04-07T18:29:21.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:21 smithi107 bash[22201]: audit 2024-04-07T18:29:20.282208+0000 mon.a (mon.0) 486 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7a35f668-2663-4971-a8d5-fc28e9e35c41"}]: dispatch 2024-04-07T18:29:21.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:21 smithi107 bash[22201]: audit 2024-04-07T18:29:20.285290+0000 mon.a (mon.0) 487 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a35f668-2663-4971-a8d5-fc28e9e35c41"}]': finished 2024-04-07T18:29:21.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:21 smithi107 bash[22201]: cluster 2024-04-07T18:29:20.290240+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-07T18:29:21.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:21 smithi107 bash[22201]: audit 2024-04-07T18:29:20.290748+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-07T18:29:21.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:21 smithi107 bash[22201]: audit 2024-04-07T18:29:20.982642+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.107:0/3137846970' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-07T18:29:21.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:21 smithi087 bash[21510]: cluster 2024-04-07T18:29:19.919438+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:21.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:21 smithi087 bash[21510]: audit 2024-04-07T18:29:20.252820+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:21.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:21 smithi087 bash[21510]: audit 2024-04-07T18:29:20.260935+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:21.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:21 smithi087 bash[21510]: audit 2024-04-07T18:29:20.270778+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:21.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:21 smithi087 bash[21510]: audit 2024-04-07T18:29:20.282155+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.107:0/2546855763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7a35f668-2663-4971-a8d5-fc28e9e35c41"}]: dispatch 2024-04-07T18:29:21.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:21 smithi087 bash[21510]: audit 2024-04-07T18:29:20.282208+0000 mon.a (mon.0) 486 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7a35f668-2663-4971-a8d5-fc28e9e35c41"}]: dispatch 2024-04-07T18:29:21.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:21 smithi087 bash[21510]: audit 2024-04-07T18:29:20.285290+0000 mon.a (mon.0) 487 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a35f668-2663-4971-a8d5-fc28e9e35c41"}]': finished 2024-04-07T18:29:21.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:21 smithi087 bash[21510]: cluster 2024-04-07T18:29:20.290240+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-07T18:29:21.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:21 smithi087 bash[21510]: audit 2024-04-07T18:29:20.290748+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-07T18:29:21.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:21 smithi087 bash[21510]: audit 2024-04-07T18:29:20.982642+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.107:0/3137846970' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-07T18:29:23.413 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:23 smithi107 bash[22201]: cluster 2024-04-07T18:29:21.919927+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:23.552 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:23 smithi112 bash[22390]: cluster 2024-04-07T18:29:21.919927+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:23.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:23 smithi087 bash[21510]: cluster 2024-04-07T18:29:21.919927+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:25.307 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:25 smithi087 bash[21510]: cluster 2024-04-07T18:29:23.920446+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:25.552 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:25 smithi112 bash[22390]: cluster 2024-04-07T18:29:23.920446+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:25.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:25 smithi107 bash[22201]: cluster 2024-04-07T18:29:23.920446+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:28.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:27 smithi107 bash[22201]: cluster 2024-04-07T18:29:25.920948+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:28.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:27 smithi107 bash[22201]: audit 2024-04-07T18:29:26.847579+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:28.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:27 smithi107 bash[22201]: audit 2024-04-07T18:29:26.854288+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:28.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:27 smithi107 bash[22201]: audit 2024-04-07T18:29:26.860939+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:28.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:27 smithi087 bash[21510]: cluster 2024-04-07T18:29:25.920948+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:28.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:27 smithi087 bash[21510]: audit 2024-04-07T18:29:26.847579+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:28.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:27 smithi087 bash[21510]: audit 2024-04-07T18:29:26.854288+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:28.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:27 smithi087 bash[21510]: audit 2024-04-07T18:29:26.860939+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:28.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:27 smithi112 bash[22390]: cluster 2024-04-07T18:29:25.920948+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:28.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:27 smithi112 bash[22390]: audit 2024-04-07T18:29:26.847579+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:28.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:27 smithi112 bash[22390]: audit 2024-04-07T18:29:26.854288+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:28.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:27 smithi112 bash[22390]: audit 2024-04-07T18:29:26.860939+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:30.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:29 smithi107 bash[22201]: cluster 2024-04-07T18:29:27.921350+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:30.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:29 smithi087 bash[21510]: cluster 2024-04-07T18:29:27.921350+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:30.302 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:29 smithi112 bash[22390]: cluster 2024-04-07T18:29:27.921350+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:32.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:31 smithi107 bash[22201]: cluster 2024-04-07T18:29:29.921781+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:32.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:31 smithi087 bash[21510]: cluster 2024-04-07T18:29:29.921781+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:32.302 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:31 smithi112 bash[22390]: cluster 2024-04-07T18:29:29.921781+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:34.124 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:33 smithi107 bash[22201]: cluster 2024-04-07T18:29:31.922230+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:34.124 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:33 smithi107 bash[22201]: audit 2024-04-07T18:29:33.652297+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-07T18:29:34.124 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:33 smithi107 bash[22201]: audit 2024-04-07T18:29:33.654093+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:29:34.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:33 smithi087 bash[21510]: cluster 2024-04-07T18:29:31.922230+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:34.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:33 smithi087 bash[21510]: audit 2024-04-07T18:29:33.652297+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-07T18:29:34.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:33 smithi087 bash[21510]: audit 2024-04-07T18:29:33.654093+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:29:34.302 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:33 smithi112 bash[22390]: cluster 2024-04-07T18:29:31.922230+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:34.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:33 smithi112 bash[22390]: audit 2024-04-07T18:29:33.652297+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-07T18:29:34.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:33 smithi112 bash[22390]: audit 2024-04-07T18:29:33.654093+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:29:35.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:34 smithi107 bash[22201]: cephadm 2024-04-07T18:29:33.655582+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi107 2024-04-07T18:29:35.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:34 smithi107 bash[22201]: audit 2024-04-07T18:29:34.322020+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:35.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:34 smithi107 bash[22201]: audit 2024-04-07T18:29:34.327235+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:35.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:34 smithi107 bash[22201]: audit 2024-04-07T18:29:34.333030+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:35.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:34 smithi087 bash[21510]: cephadm 2024-04-07T18:29:33.655582+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi107 2024-04-07T18:29:35.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:34 smithi087 bash[21510]: audit 2024-04-07T18:29:34.322020+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:35.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:34 smithi087 bash[21510]: audit 2024-04-07T18:29:34.327235+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:35.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:34 smithi087 bash[21510]: audit 2024-04-07T18:29:34.333030+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:35.302 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:34 smithi112 bash[22390]: cephadm 2024-04-07T18:29:33.655582+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi107 2024-04-07T18:29:35.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:34 smithi112 bash[22390]: audit 2024-04-07T18:29:34.322020+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:35.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:34 smithi112 bash[22390]: audit 2024-04-07T18:29:34.327235+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:35.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:34 smithi112 bash[22390]: audit 2024-04-07T18:29:34.333030+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:36.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:35 smithi107 bash[22201]: cluster 2024-04-07T18:29:33.922667+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:36.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:35 smithi087 bash[21510]: cluster 2024-04-07T18:29:33.922667+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:36.302 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:35 smithi112 bash[22390]: cluster 2024-04-07T18:29:33.922667+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:37.713 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:37 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:29:37.714 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:29:37 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:29:37.979 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:29:37 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:29:37.979 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:37 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:29:37.979 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:37 smithi107 bash[22201]: cluster 2024-04-07T18:29:35.923111+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:38.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:37 smithi087 bash[21510]: cluster 2024-04-07T18:29:35.923111+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:38.302 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:37 smithi112 bash[22390]: cluster 2024-04-07T18:29:35.923111+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:39.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:38 smithi107 bash[22201]: audit 2024-04-07T18:29:37.978155+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:29:39.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:38 smithi107 bash[22201]: audit 2024-04-07T18:29:37.986102+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:39.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:38 smithi107 bash[22201]: audit 2024-04-07T18:29:37.986918+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:29:39.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:38 smithi107 bash[22201]: audit 2024-04-07T18:29:37.990569+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:29:39.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:38 smithi107 bash[22201]: audit 2024-04-07T18:29:37.994969+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:39.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:38 smithi107 bash[22201]: audit 2024-04-07T18:29:38.006905+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:39.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:38 smithi087 bash[21510]: audit 2024-04-07T18:29:37.978155+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:29:39.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:38 smithi087 bash[21510]: audit 2024-04-07T18:29:37.986102+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:39.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:38 smithi087 bash[21510]: audit 2024-04-07T18:29:37.986918+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:29:39.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:38 smithi087 bash[21510]: audit 2024-04-07T18:29:37.990569+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:29:39.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:38 smithi087 bash[21510]: audit 2024-04-07T18:29:37.994969+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:39.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:38 smithi087 bash[21510]: audit 2024-04-07T18:29:38.006905+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:39.302 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:38 smithi112 bash[22390]: audit 2024-04-07T18:29:37.978155+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:29:39.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:38 smithi112 bash[22390]: audit 2024-04-07T18:29:37.986102+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:39.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:38 smithi112 bash[22390]: audit 2024-04-07T18:29:37.986918+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:29:39.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:38 smithi112 bash[22390]: audit 2024-04-07T18:29:37.990569+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:29:39.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:38 smithi112 bash[22390]: audit 2024-04-07T18:29:37.994969+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:39.303 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:38 smithi112 bash[22390]: audit 2024-04-07T18:29:38.006905+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:40.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:39 smithi107 bash[22201]: cluster 2024-04-07T18:29:37.923541+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:40.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:39 smithi087 bash[21510]: cluster 2024-04-07T18:29:37.923541+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:40.302 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:39 smithi112 bash[22390]: cluster 2024-04-07T18:29:37.923541+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:41.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:41 smithi107 bash[22201]: cluster 2024-04-07T18:29:39.924059+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:41.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:41 smithi107 bash[22201]: audit 2024-04-07T18:29:40.472394+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:41.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:41 smithi107 bash[22201]: audit 2024-04-07T18:29:40.480669+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:41.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:41 smithi107 bash[22201]: audit 2024-04-07T18:29:40.490580+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:41.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:41 smithi087 bash[21510]: cluster 2024-04-07T18:29:39.924059+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:41.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:41 smithi087 bash[21510]: audit 2024-04-07T18:29:40.472394+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:41.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:41 smithi087 bash[21510]: audit 2024-04-07T18:29:40.480669+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:41.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:41 smithi087 bash[21510]: audit 2024-04-07T18:29:40.490580+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:41.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:41 smithi112 bash[22390]: cluster 2024-04-07T18:29:39.924059+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:41.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:41 smithi112 bash[22390]: audit 2024-04-07T18:29:40.472394+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:41.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:41 smithi112 bash[22390]: audit 2024-04-07T18:29:40.480669+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:41.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:41 smithi112 bash[22390]: audit 2024-04-07T18:29:40.490580+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:43.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:43 smithi087 bash[21510]: cluster 2024-04-07T18:29:41.924534+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:43.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:43 smithi112 bash[22390]: cluster 2024-04-07T18:29:41.924534+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:43.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:43 smithi107 bash[22201]: cluster 2024-04-07T18:29:41.924534+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:44.528 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:44 smithi107 bash[22201]: audit 2024-04-07T18:29:44.334297+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.107:6800/968455468,v1:172.21.15.107:6801/968455468]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-07T18:29:44.528 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:44 smithi107 bash[22201]: audit 2024-04-07T18:29:44.334435+0000 mon.a (mon.0) 507 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-07T18:29:44.732 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:44 smithi087 bash[21510]: audit 2024-04-07T18:29:44.334297+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.107:6800/968455468,v1:172.21.15.107:6801/968455468]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-07T18:29:44.732 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:44 smithi087 bash[21510]: audit 2024-04-07T18:29:44.334435+0000 mon.a (mon.0) 507 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-07T18:29:44.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:44 smithi112 bash[22390]: audit 2024-04-07T18:29:44.334297+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.107:6800/968455468,v1:172.21.15.107:6801/968455468]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-07T18:29:44.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:44 smithi112 bash[22390]: audit 2024-04-07T18:29:44.334435+0000 mon.a (mon.0) 507 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-07T18:29:45.768 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:45 smithi107 bash[22201]: cluster 2024-04-07T18:29:43.924969+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:45.768 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:45 smithi107 bash[22201]: audit 2024-04-07T18:29:44.483920+0000 mon.a (mon.0) 508 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-07T18:29:45.768 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:45 smithi107 bash[22201]: audit 2024-04-07T18:29:44.487488+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.107:6800/968455468,v1:172.21.15.107:6801/968455468]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-04-07T18:29:45.768 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:45 smithi107 bash[22201]: cluster 2024-04-07T18:29:44.488555+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-07T18:29:45.768 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:45 smithi107 bash[22201]: audit 2024-04-07T18:29:44.489100+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-07T18:29:45.768 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:45 smithi107 bash[22201]: audit 2024-04-07T18:29:44.489919+0000 mon.a (mon.0) 511 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-04-07T18:29:45.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:45 smithi112 bash[22390]: cluster 2024-04-07T18:29:43.924969+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:45.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:45 smithi112 bash[22390]: audit 2024-04-07T18:29:44.483920+0000 mon.a (mon.0) 508 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-07T18:29:45.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:45 smithi112 bash[22390]: audit 2024-04-07T18:29:44.487488+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.107:6800/968455468,v1:172.21.15.107:6801/968455468]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-04-07T18:29:45.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:45 smithi112 bash[22390]: cluster 2024-04-07T18:29:44.488555+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-07T18:29:45.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:45 smithi112 bash[22390]: audit 2024-04-07T18:29:44.489100+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-07T18:29:45.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:45 smithi112 bash[22390]: audit 2024-04-07T18:29:44.489919+0000 mon.a (mon.0) 511 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-04-07T18:29:45.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:45 smithi087 bash[21510]: cluster 2024-04-07T18:29:43.924969+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:45.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:45 smithi087 bash[21510]: audit 2024-04-07T18:29:44.483920+0000 mon.a (mon.0) 508 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-07T18:29:45.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:45 smithi087 bash[21510]: audit 2024-04-07T18:29:44.487488+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.107:6800/968455468,v1:172.21.15.107:6801/968455468]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-04-07T18:29:45.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:45 smithi087 bash[21510]: cluster 2024-04-07T18:29:44.488555+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-07T18:29:45.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:45 smithi087 bash[21510]: audit 2024-04-07T18:29:44.489100+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-07T18:29:45.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:45 smithi087 bash[21510]: audit 2024-04-07T18:29:44.489919+0000 mon.a (mon.0) 511 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-04-07T18:29:46.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:46 smithi087 bash[21510]: audit 2024-04-07T18:29:45.486006+0000 mon.a (mon.0) 512 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-04-07T18:29:46.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:46 smithi087 bash[21510]: cluster 2024-04-07T18:29:45.490306+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-07T18:29:46.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:46 smithi087 bash[21510]: audit 2024-04-07T18:29:45.491051+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-07T18:29:46.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:46 smithi087 bash[21510]: audit 2024-04-07T18:29:45.498037+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-07T18:29:46.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:46 smithi112 bash[22390]: audit 2024-04-07T18:29:45.486006+0000 mon.a (mon.0) 512 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-04-07T18:29:46.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:46 smithi112 bash[22390]: cluster 2024-04-07T18:29:45.490306+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-07T18:29:46.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:46 smithi112 bash[22390]: audit 2024-04-07T18:29:45.491051+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-07T18:29:46.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:46 smithi112 bash[22390]: audit 2024-04-07T18:29:45.498037+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-07T18:29:46.836 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:46 smithi107 bash[22201]: audit 2024-04-07T18:29:45.486006+0000 mon.a (mon.0) 512 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-04-07T18:29:46.836 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:46 smithi107 bash[22201]: cluster 2024-04-07T18:29:45.490306+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-07T18:29:46.836 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:46 smithi107 bash[22201]: audit 2024-04-07T18:29:45.491051+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-07T18:29:46.836 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:46 smithi107 bash[22201]: audit 2024-04-07T18:29:45.498037+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-07T18:29:47.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:47 smithi112 bash[22390]: cluster 2024-04-07T18:29:45.367376+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-07T18:29:47.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:47 smithi112 bash[22390]: cluster 2024-04-07T18:29:45.367487+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-07T18:29:47.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:47 smithi112 bash[22390]: cluster 2024-04-07T18:29:45.925463+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:47.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:47 smithi112 bash[22390]: cluster 2024-04-07T18:29:46.500196+0000 mon.a (mon.0) 516 : cluster [INF] osd.1 [v2:172.21.15.107:6800/968455468,v1:172.21.15.107:6801/968455468] boot 2024-04-07T18:29:47.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:47 smithi112 bash[22390]: cluster 2024-04-07T18:29:46.500309+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-07T18:29:47.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:47 smithi112 bash[22390]: audit 2024-04-07T18:29:46.501039+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-07T18:29:47.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:47 smithi112 bash[22390]: audit 2024-04-07T18:29:46.967961+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:47.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:47 smithi112 bash[22390]: audit 2024-04-07T18:29:46.976190+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:47.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:47 smithi112 bash[22390]: audit 2024-04-07T18:29:46.985413+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:47.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:47 smithi112 bash[22390]: audit 2024-04-07T18:29:46.986162+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:29:47.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:47 smithi112 bash[22390]: audit 2024-04-07T18:29:46.990406+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:29:47.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:47 smithi112 bash[22390]: audit 2024-04-07T18:29:46.991654+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:29:47.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:47 smithi112 bash[22390]: audit 2024-04-07T18:29:47.000031+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:47.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:47 smithi107 bash[22201]: cluster 2024-04-07T18:29:45.367376+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-07T18:29:47.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:47 smithi107 bash[22201]: cluster 2024-04-07T18:29:45.367487+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-07T18:29:47.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:47 smithi107 bash[22201]: cluster 2024-04-07T18:29:45.925463+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:47.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:47 smithi107 bash[22201]: cluster 2024-04-07T18:29:46.500196+0000 mon.a (mon.0) 516 : cluster [INF] osd.1 [v2:172.21.15.107:6800/968455468,v1:172.21.15.107:6801/968455468] boot 2024-04-07T18:29:47.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:47 smithi107 bash[22201]: cluster 2024-04-07T18:29:46.500309+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-07T18:29:47.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:47 smithi107 bash[22201]: audit 2024-04-07T18:29:46.501039+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-07T18:29:47.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:47 smithi107 bash[22201]: audit 2024-04-07T18:29:46.967961+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:47.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:47 smithi107 bash[22201]: audit 2024-04-07T18:29:46.976190+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:47.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:47 smithi107 bash[22201]: audit 2024-04-07T18:29:46.985413+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:47.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:47 smithi107 bash[22201]: audit 2024-04-07T18:29:46.986162+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:29:47.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:47 smithi107 bash[22201]: audit 2024-04-07T18:29:46.990406+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:29:47.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:47 smithi107 bash[22201]: audit 2024-04-07T18:29:46.991654+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:29:47.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:47 smithi107 bash[22201]: audit 2024-04-07T18:29:47.000031+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:47.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:47 smithi087 bash[21510]: cluster 2024-04-07T18:29:45.367376+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-07T18:29:47.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:47 smithi087 bash[21510]: cluster 2024-04-07T18:29:45.367487+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-07T18:29:47.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:47 smithi087 bash[21510]: cluster 2024-04-07T18:29:45.925463+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:47.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:47 smithi087 bash[21510]: cluster 2024-04-07T18:29:46.500196+0000 mon.a (mon.0) 516 : cluster [INF] osd.1 [v2:172.21.15.107:6800/968455468,v1:172.21.15.107:6801/968455468] boot 2024-04-07T18:29:47.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:47 smithi087 bash[21510]: cluster 2024-04-07T18:29:46.500309+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-07T18:29:47.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:47 smithi087 bash[21510]: audit 2024-04-07T18:29:46.501039+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-07T18:29:47.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:47 smithi087 bash[21510]: audit 2024-04-07T18:29:46.967961+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:47.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:47 smithi087 bash[21510]: audit 2024-04-07T18:29:46.976190+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:47.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:47 smithi087 bash[21510]: audit 2024-04-07T18:29:46.985413+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:47.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:47 smithi087 bash[21510]: audit 2024-04-07T18:29:46.986162+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:29:47.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:47 smithi087 bash[21510]: audit 2024-04-07T18:29:46.990406+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:29:47.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:47 smithi087 bash[21510]: audit 2024-04-07T18:29:46.991654+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:29:47.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:47 smithi087 bash[21510]: audit 2024-04-07T18:29:47.000031+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:48.776 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:48 smithi107 bash[22201]: cephadm 2024-04-07T18:29:46.978755+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Detected new or changed devices on smithi107 2024-04-07T18:29:48.776 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:48 smithi107 bash[22201]: cluster 2024-04-07T18:29:46.994392+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:48.776 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:48 smithi107 bash[22201]: cluster 2024-04-07T18:29:47.981579+0000 mon.a (mon.0) 526 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-07T18:29:48.777 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:48 smithi107 bash[22201]: cluster 2024-04-07T18:29:48.002659+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-07T18:29:48.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:48 smithi112 bash[22390]: cephadm 2024-04-07T18:29:46.978755+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Detected new or changed devices on smithi107 2024-04-07T18:29:48.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:48 smithi112 bash[22390]: cluster 2024-04-07T18:29:46.994392+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:48.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:48 smithi112 bash[22390]: cluster 2024-04-07T18:29:47.981579+0000 mon.a (mon.0) 526 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-07T18:29:48.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:48 smithi112 bash[22390]: cluster 2024-04-07T18:29:48.002659+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-07T18:29:48.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:48 smithi087 bash[21510]: cephadm 2024-04-07T18:29:46.978755+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Detected new or changed devices on smithi107 2024-04-07T18:29:48.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:48 smithi087 bash[21510]: cluster 2024-04-07T18:29:46.994392+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-07T18:29:48.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:48 smithi087 bash[21510]: cluster 2024-04-07T18:29:47.981579+0000 mon.a (mon.0) 526 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-07T18:29:48.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:48 smithi087 bash[21510]: cluster 2024-04-07T18:29:48.002659+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-07T18:29:49.419 INFO:teuthology.orchestra.run.smithi107.stdout:Created osd(s) 1 on host 'smithi107' 2024-04-07T18:29:49.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:49 smithi112 bash[22390]: audit 2024-04-07T18:29:49.370503+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:29:49.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:49 smithi112 bash[22390]: audit 2024-04-07T18:29:49.376249+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:49.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:49 smithi112 bash[22390]: audit 2024-04-07T18:29:49.376933+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:29:49.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:49 smithi112 bash[22390]: audit 2024-04-07T18:29:49.379670+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:29:49.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:49 smithi112 bash[22390]: audit 2024-04-07T18:29:49.384615+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:49.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:49 smithi112 bash[22390]: audit 2024-04-07T18:29:49.385323+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:29:49.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:49 smithi112 bash[22390]: audit 2024-04-07T18:29:49.395434+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:49.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:49 smithi107 bash[22201]: audit 2024-04-07T18:29:49.370503+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:29:49.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:49 smithi107 bash[22201]: audit 2024-04-07T18:29:49.376249+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:49.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:49 smithi107 bash[22201]: audit 2024-04-07T18:29:49.376933+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:29:49.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:49 smithi107 bash[22201]: audit 2024-04-07T18:29:49.379670+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:29:49.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:49 smithi107 bash[22201]: audit 2024-04-07T18:29:49.384615+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:49.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:49 smithi107 bash[22201]: audit 2024-04-07T18:29:49.385323+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:29:49.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:49 smithi107 bash[22201]: audit 2024-04-07T18:29:49.395434+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:49.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:49 smithi087 bash[21510]: audit 2024-04-07T18:29:49.370503+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:29:49.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:49 smithi087 bash[21510]: audit 2024-04-07T18:29:49.376249+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:49.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:49 smithi087 bash[21510]: audit 2024-04-07T18:29:49.376933+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:29:49.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:49 smithi087 bash[21510]: audit 2024-04-07T18:29:49.379670+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:29:49.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:49 smithi087 bash[21510]: audit 2024-04-07T18:29:49.384615+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:49.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:49 smithi087 bash[21510]: audit 2024-04-07T18:29:49.385323+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:29:49.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:49 smithi087 bash[21510]: audit 2024-04-07T18:29:49.395434+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:50.036 DEBUG:teuthology.orchestra.run.smithi107:osd.1> sudo journalctl -f -n 0 -u ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@osd.1.service 2024-04-07T18:29:50.038 INFO:tasks.cephadm:Deploying osd.2 on smithi112 with /dev/vg_nvme/lv_4... 2024-04-07T18:29:50.038 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-07T18:29:50.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:50 smithi107 bash[22201]: cluster 2024-04-07T18:29:48.994994+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:50.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:50 smithi107 bash[22201]: cluster 2024-04-07T18:29:49.388614+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:50.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:50 smithi107 bash[22201]: cluster 2024-04-07T18:29:49.388948+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:50.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:50 smithi107 bash[22201]: audit 2024-04-07T18:29:50.318785+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:50.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:50 smithi107 bash[22201]: audit 2024-04-07T18:29:50.327603+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:50.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:50 smithi107 bash[22201]: audit 2024-04-07T18:29:50.339476+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:50.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:50 smithi107 bash[22201]: audit 2024-04-07T18:29:50.370489+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:29:50.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:50 smithi107 bash[22201]: audit 2024-04-07T18:29:50.376335+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:29:50.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:50 smithi107 bash[22201]: audit 2024-04-07T18:29:50.377961+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:29:50.664 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:50 smithi107 bash[22201]: audit 2024-04-07T18:29:50.389289+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:50.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:50 smithi112 bash[22390]: cluster 2024-04-07T18:29:48.994994+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:50.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:50 smithi112 bash[22390]: cluster 2024-04-07T18:29:49.388614+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:50.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:50 smithi112 bash[22390]: cluster 2024-04-07T18:29:49.388948+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:50.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:50 smithi112 bash[22390]: audit 2024-04-07T18:29:50.318785+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:50.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:50 smithi112 bash[22390]: audit 2024-04-07T18:29:50.327603+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:50.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:50 smithi112 bash[22390]: audit 2024-04-07T18:29:50.339476+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:50.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:50 smithi112 bash[22390]: audit 2024-04-07T18:29:50.370489+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:29:50.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:50 smithi112 bash[22390]: audit 2024-04-07T18:29:50.376335+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:29:50.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:50 smithi112 bash[22390]: audit 2024-04-07T18:29:50.377961+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:29:50.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:50 smithi112 bash[22390]: audit 2024-04-07T18:29:50.389289+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:50.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:50 smithi087 bash[21510]: cluster 2024-04-07T18:29:48.994994+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:50.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:50 smithi087 bash[21510]: cluster 2024-04-07T18:29:49.388614+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:50.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:50 smithi087 bash[21510]: cluster 2024-04-07T18:29:49.388948+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:50.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:50 smithi087 bash[21510]: audit 2024-04-07T18:29:50.318785+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:50.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:50 smithi087 bash[21510]: audit 2024-04-07T18:29:50.327603+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:50.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:50 smithi087 bash[21510]: audit 2024-04-07T18:29:50.339476+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:50.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:50 smithi087 bash[21510]: audit 2024-04-07T18:29:50.370489+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:29:50.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:50 smithi087 bash[21510]: audit 2024-04-07T18:29:50.376335+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:29:50.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:50 smithi087 bash[21510]: audit 2024-04-07T18:29:50.377961+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:29:50.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:50 smithi087 bash[21510]: audit 2024-04-07T18:29:50.389289+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:51.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:51 smithi112 bash[22390]: cluster 2024-04-07T18:29:50.381197+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:51.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:51 smithi112 bash[22390]: cluster 2024-04-07T18:29:51.336049+0000 mon.a (mon.0) 542 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-07T18:29:51.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:51 smithi112 bash[22390]: cluster 2024-04-07T18:29:51.336135+0000 mon.a (mon.0) 543 : cluster [INF] Cluster is now healthy 2024-04-07T18:29:51.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:51 smithi107 bash[22201]: cluster 2024-04-07T18:29:50.381197+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:51.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:51 smithi107 bash[22201]: cluster 2024-04-07T18:29:51.336049+0000 mon.a (mon.0) 542 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-07T18:29:51.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:51 smithi107 bash[22201]: cluster 2024-04-07T18:29:51.336135+0000 mon.a (mon.0) 543 : cluster [INF] Cluster is now healthy 2024-04-07T18:29:51.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:51 smithi087 bash[21510]: cluster 2024-04-07T18:29:50.381197+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:51.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:51 smithi087 bash[21510]: cluster 2024-04-07T18:29:51.336049+0000 mon.a (mon.0) 542 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-07T18:29:51.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:51 smithi087 bash[21510]: cluster 2024-04-07T18:29:51.336135+0000 mon.a (mon.0) 543 : cluster [INF] Cluster is now healthy 2024-04-07T18:29:53.736 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.c/config 2024-04-07T18:29:53.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:53 smithi112 bash[22390]: cluster 2024-04-07T18:29:52.381648+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:53.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:53 smithi107 bash[22201]: cluster 2024-04-07T18:29:52.381648+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:53.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:53 smithi087 bash[21510]: cluster 2024-04-07T18:29:52.381648+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:55.552 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:55 smithi112 bash[22390]: cluster 2024-04-07T18:29:54.381985+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:55.552 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:55 smithi112 bash[22390]: audit 2024-04-07T18:29:54.513133+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:55.552 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:55 smithi112 bash[22390]: audit 2024-04-07T18:29:54.522374+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:55.552 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:55 smithi112 bash[22390]: audit 2024-04-07T18:29:54.531888+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:55.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:55 smithi107 bash[22201]: cluster 2024-04-07T18:29:54.381985+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:55.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:55 smithi107 bash[22201]: audit 2024-04-07T18:29:54.513133+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:55.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:55 smithi107 bash[22201]: audit 2024-04-07T18:29:54.522374+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:55.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:55 smithi107 bash[22201]: audit 2024-04-07T18:29:54.531888+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:55.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:55 smithi087 bash[21510]: cluster 2024-04-07T18:29:54.381985+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:55.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:55 smithi087 bash[21510]: audit 2024-04-07T18:29:54.513133+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:55.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:55 smithi087 bash[21510]: audit 2024-04-07T18:29:54.522374+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:55.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:55 smithi087 bash[21510]: audit 2024-04-07T18:29:54.531888+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:29:57.616 INFO:teuthology.orchestra.run.smithi112.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-07T18:29:57.616 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-07T18:29:57.616 INFO:teuthology.orchestra.run.smithi112.stderr: stderr: 10+0 records in 2024-04-07T18:29:57.617 INFO:teuthology.orchestra.run.smithi112.stderr:10+0 records out 2024-04-07T18:29:57.617 INFO:teuthology.orchestra.run.smithi112.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0150127 s, 698 MB/s 2024-04-07T18:29:57.617 INFO:teuthology.orchestra.run.smithi112.stderr:--> Zapping successful for: 2024-04-07T18:29:57.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:57 smithi112 bash[22390]: cluster 2024-04-07T18:29:56.382430+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:57.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:57 smithi107 bash[22201]: cluster 2024-04-07T18:29:56.382430+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:57.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:57 smithi087 bash[21510]: cluster 2024-04-07T18:29:56.382430+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:58.367 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph orch daemon add osd smithi112:vg_nvme/lv_4 2024-04-07T18:29:59.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:29:59 smithi112 bash[22390]: cluster 2024-04-07T18:29:58.382908+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:59.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:29:59 smithi107 bash[22201]: cluster 2024-04-07T18:29:58.382908+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:29:59.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:29:59 smithi087 bash[21510]: cluster 2024-04-07T18:29:58.382908+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:00.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:00 smithi112 bash[22390]: cluster 2024-04-07T18:30:00.000169+0000 mon.a (mon.0) 547 : cluster [INF] overall HEALTH_OK 2024-04-07T18:30:00.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:00 smithi107 bash[22201]: cluster 2024-04-07T18:30:00.000169+0000 mon.a (mon.0) 547 : cluster [INF] overall HEALTH_OK 2024-04-07T18:30:00.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:00 smithi087 bash[21510]: cluster 2024-04-07T18:30:00.000169+0000 mon.a (mon.0) 547 : cluster [INF] overall HEALTH_OK 2024-04-07T18:30:01.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:01 smithi087 bash[21510]: cluster 2024-04-07T18:30:00.383313+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:01.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:01 smithi087 bash[21510]: audit 2024-04-07T18:30:00.692164+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:01.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:01 smithi087 bash[21510]: audit 2024-04-07T18:30:00.700033+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:01.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:01 smithi087 bash[21510]: audit 2024-04-07T18:30:00.709959+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:02.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:01 smithi112 bash[22390]: cluster 2024-04-07T18:30:00.383313+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:02.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:01 smithi112 bash[22390]: audit 2024-04-07T18:30:00.692164+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:02.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:01 smithi112 bash[22390]: audit 2024-04-07T18:30:00.700033+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:02.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:01 smithi112 bash[22390]: audit 2024-04-07T18:30:00.709959+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:02.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:01 smithi107 bash[22201]: cluster 2024-04-07T18:30:00.383313+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:02.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:01 smithi107 bash[22201]: audit 2024-04-07T18:30:00.692164+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:02.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:01 smithi107 bash[22201]: audit 2024-04-07T18:30:00.700033+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:02.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:01 smithi107 bash[22201]: audit 2024-04-07T18:30:00.709959+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:02.829 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.c/config 2024-04-07T18:30:03.875 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:03 smithi112 bash[22390]: cluster 2024-04-07T18:30:02.383770+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:03.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:03 smithi087 bash[21510]: cluster 2024-04-07T18:30:02.383770+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:04.093 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:03 smithi107 bash[22201]: cluster 2024-04-07T18:30:02.383770+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:05.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:05 smithi087 bash[21510]: cluster 2024-04-07T18:30:04.384273+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:05.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:05 smithi087 bash[21510]: audit 2024-04-07T18:30:05.451997+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-07T18:30:05.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:05 smithi087 bash[21510]: audit 2024-04-07T18:30:05.456396+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-07T18:30:05.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:05 smithi087 bash[21510]: audit 2024-04-07T18:30:05.457698+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:30:06.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:05 smithi112 bash[22390]: cluster 2024-04-07T18:30:04.384273+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:06.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:05 smithi112 bash[22390]: audit 2024-04-07T18:30:05.451997+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-07T18:30:06.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:05 smithi112 bash[22390]: audit 2024-04-07T18:30:05.456396+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-07T18:30:06.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:05 smithi112 bash[22390]: audit 2024-04-07T18:30:05.457698+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:30:06.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:05 smithi107 bash[22201]: cluster 2024-04-07T18:30:04.384273+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:06.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:05 smithi107 bash[22201]: audit 2024-04-07T18:30:05.451997+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-07T18:30:06.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:05 smithi107 bash[22201]: audit 2024-04-07T18:30:05.456396+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-07T18:30:06.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:05 smithi107 bash[22201]: audit 2024-04-07T18:30:05.457698+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:30:06.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:06 smithi087 bash[21510]: audit 2024-04-07T18:30:05.443115+0000 mgr.a (mgr.14152) 191 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi112:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:30:07.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:06 smithi112 bash[22390]: audit 2024-04-07T18:30:05.443115+0000 mgr.a (mgr.14152) 191 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi112:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:30:07.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:06 smithi107 bash[22201]: audit 2024-04-07T18:30:05.443115+0000 mgr.a (mgr.14152) 191 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi112:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:30:07.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:07 smithi087 bash[21510]: cluster 2024-04-07T18:30:06.384665+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:08.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:07 smithi112 bash[22390]: cluster 2024-04-07T18:30:06.384665+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:08.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:07 smithi107 bash[22201]: cluster 2024-04-07T18:30:06.384665+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:09.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:09 smithi087 bash[21510]: cluster 2024-04-07T18:30:08.385141+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:09.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:09 smithi087 bash[21510]: audit 2024-04-07T18:30:08.930407+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:09.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:09 smithi087 bash[21510]: audit 2024-04-07T18:30:08.939202+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:09.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:09 smithi087 bash[21510]: audit 2024-04-07T18:30:08.949722+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:10.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:09 smithi112 bash[22390]: cluster 2024-04-07T18:30:08.385141+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:10.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:09 smithi112 bash[22390]: audit 2024-04-07T18:30:08.930407+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:10.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:09 smithi112 bash[22390]: audit 2024-04-07T18:30:08.939202+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:10.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:09 smithi112 bash[22390]: audit 2024-04-07T18:30:08.949722+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:10.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:09 smithi107 bash[22201]: cluster 2024-04-07T18:30:08.385141+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:10.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:09 smithi107 bash[22201]: audit 2024-04-07T18:30:08.930407+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:10.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:09 smithi107 bash[22201]: audit 2024-04-07T18:30:08.939202+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:10.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:09 smithi107 bash[22201]: audit 2024-04-07T18:30:08.949722+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:11.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:11 smithi087 bash[21510]: cluster 2024-04-07T18:30:10.385615+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:12.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:11 smithi112 bash[22390]: cluster 2024-04-07T18:30:10.385615+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:12.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:11 smithi107 bash[22201]: cluster 2024-04-07T18:30:10.385615+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:13.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:13 smithi087 bash[21510]: cluster 2024-04-07T18:30:12.386005+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:13.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:13 smithi087 bash[21510]: audit 2024-04-07T18:30:13.425954+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.112:0/2778095583' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bda793c6-9fe5-4773-b724-9f2f2fa63c22"}]: dispatch 2024-04-07T18:30:13.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:13 smithi087 bash[21510]: audit 2024-04-07T18:30:13.426301+0000 mon.a (mon.0) 557 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bda793c6-9fe5-4773-b724-9f2f2fa63c22"}]: dispatch 2024-04-07T18:30:13.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:13 smithi087 bash[21510]: audit 2024-04-07T18:30:13.429543+0000 mon.a (mon.0) 558 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bda793c6-9fe5-4773-b724-9f2f2fa63c22"}]': finished 2024-04-07T18:30:13.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:13 smithi087 bash[21510]: cluster 2024-04-07T18:30:13.434720+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-07T18:30:13.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:13 smithi087 bash[21510]: audit 2024-04-07T18:30:13.435197+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-07T18:30:14.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:13 smithi112 bash[22390]: cluster 2024-04-07T18:30:12.386005+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:14.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:13 smithi112 bash[22390]: audit 2024-04-07T18:30:13.425954+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.112:0/2778095583' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bda793c6-9fe5-4773-b724-9f2f2fa63c22"}]: dispatch 2024-04-07T18:30:14.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:13 smithi112 bash[22390]: audit 2024-04-07T18:30:13.426301+0000 mon.a (mon.0) 557 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bda793c6-9fe5-4773-b724-9f2f2fa63c22"}]: dispatch 2024-04-07T18:30:14.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:13 smithi112 bash[22390]: audit 2024-04-07T18:30:13.429543+0000 mon.a (mon.0) 558 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bda793c6-9fe5-4773-b724-9f2f2fa63c22"}]': finished 2024-04-07T18:30:14.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:13 smithi112 bash[22390]: cluster 2024-04-07T18:30:13.434720+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-07T18:30:14.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:13 smithi112 bash[22390]: audit 2024-04-07T18:30:13.435197+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-07T18:30:14.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:13 smithi107 bash[22201]: cluster 2024-04-07T18:30:12.386005+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:14.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:13 smithi107 bash[22201]: audit 2024-04-07T18:30:13.425954+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.112:0/2778095583' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bda793c6-9fe5-4773-b724-9f2f2fa63c22"}]: dispatch 2024-04-07T18:30:14.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:13 smithi107 bash[22201]: audit 2024-04-07T18:30:13.426301+0000 mon.a (mon.0) 557 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bda793c6-9fe5-4773-b724-9f2f2fa63c22"}]: dispatch 2024-04-07T18:30:14.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:13 smithi107 bash[22201]: audit 2024-04-07T18:30:13.429543+0000 mon.a (mon.0) 558 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bda793c6-9fe5-4773-b724-9f2f2fa63c22"}]': finished 2024-04-07T18:30:14.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:13 smithi107 bash[22201]: cluster 2024-04-07T18:30:13.434720+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-07T18:30:14.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:13 smithi107 bash[22201]: audit 2024-04-07T18:30:13.435197+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-07T18:30:14.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:14 smithi087 bash[21510]: audit 2024-04-07T18:30:14.183359+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.112:0/3489672064' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-07T18:30:14.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:14 smithi087 bash[21510]: audit 2024-04-07T18:30:14.702966+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:14.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:14 smithi087 bash[21510]: audit 2024-04-07T18:30:14.709608+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:14.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:14 smithi087 bash[21510]: audit 2024-04-07T18:30:14.719012+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:15.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:14 smithi112 bash[22390]: audit 2024-04-07T18:30:14.183359+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.112:0/3489672064' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-07T18:30:15.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:14 smithi112 bash[22390]: audit 2024-04-07T18:30:14.702966+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:15.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:14 smithi112 bash[22390]: audit 2024-04-07T18:30:14.709608+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:15.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:14 smithi112 bash[22390]: audit 2024-04-07T18:30:14.719012+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:15.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:14 smithi107 bash[22201]: audit 2024-04-07T18:30:14.183359+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.112:0/3489672064' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-07T18:30:15.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:14 smithi107 bash[22201]: audit 2024-04-07T18:30:14.702966+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:15.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:14 smithi107 bash[22201]: audit 2024-04-07T18:30:14.709608+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:15.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:14 smithi107 bash[22201]: audit 2024-04-07T18:30:14.719012+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:15.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:15 smithi087 bash[21510]: cluster 2024-04-07T18:30:14.386451+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:16.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:15 smithi112 bash[22390]: cluster 2024-04-07T18:30:14.386451+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:16.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:15 smithi107 bash[22201]: cluster 2024-04-07T18:30:14.386451+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:18.031 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:17 smithi112 bash[22390]: cluster 2024-04-07T18:30:16.386916+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:18.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:17 smithi107 bash[22201]: cluster 2024-04-07T18:30:16.386916+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:18.233 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:17 smithi087 bash[21510]: cluster 2024-04-07T18:30:16.386916+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:20.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:19 smithi112 bash[22390]: cluster 2024-04-07T18:30:18.387385+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:20.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:19 smithi107 bash[22201]: cluster 2024-04-07T18:30:18.387385+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:20.233 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:19 smithi087 bash[21510]: cluster 2024-04-07T18:30:18.387385+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:22.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:21 smithi112 bash[22390]: cluster 2024-04-07T18:30:20.387821+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:22.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:21 smithi112 bash[22390]: audit 2024-04-07T18:30:20.901091+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:22.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:21 smithi112 bash[22390]: audit 2024-04-07T18:30:20.910745+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:22.052 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:21 smithi112 bash[22390]: audit 2024-04-07T18:30:20.922709+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:22.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:21 smithi107 bash[22201]: cluster 2024-04-07T18:30:20.387821+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:22.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:21 smithi107 bash[22201]: audit 2024-04-07T18:30:20.901091+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:22.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:21 smithi107 bash[22201]: audit 2024-04-07T18:30:20.910745+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:22.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:21 smithi107 bash[22201]: audit 2024-04-07T18:30:20.922709+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:22.233 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:21 smithi087 bash[21510]: cluster 2024-04-07T18:30:20.387821+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:22.233 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:21 smithi087 bash[21510]: audit 2024-04-07T18:30:20.901091+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:22.233 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:21 smithi087 bash[21510]: audit 2024-04-07T18:30:20.910745+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:22.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:21 smithi087 bash[21510]: audit 2024-04-07T18:30:20.922709+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:23.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:22 smithi112 bash[22390]: cephadm 2024-04-07T18:30:20.913888+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Detected new or changed devices on smithi112 2024-04-07T18:30:23.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:22 smithi107 bash[22201]: cephadm 2024-04-07T18:30:20.913888+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Detected new or changed devices on smithi112 2024-04-07T18:30:23.233 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:22 smithi087 bash[21510]: cephadm 2024-04-07T18:30:20.913888+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Detected new or changed devices on smithi112 2024-04-07T18:30:23.893 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:23 smithi112 bash[22390]: cluster 2024-04-07T18:30:22.388283+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:24.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:23 smithi107 bash[22201]: cluster 2024-04-07T18:30:22.388283+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:24.233 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:23 smithi087 bash[21510]: cluster 2024-04-07T18:30:22.388283+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:25.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:25 smithi087 bash[21510]: cluster 2024-04-07T18:30:24.388729+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:26.054 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:25 smithi112 bash[22390]: cluster 2024-04-07T18:30:24.388729+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:26.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:25 smithi107 bash[22201]: cluster 2024-04-07T18:30:24.388729+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:26.849 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:26 smithi087 bash[21510]: audit 2024-04-07T18:30:26.050815+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-07T18:30:26.849 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:26 smithi087 bash[21510]: audit 2024-04-07T18:30:26.052624+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:30:26.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:26 smithi107 bash[22201]: audit 2024-04-07T18:30:26.050815+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-07T18:30:26.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:26 smithi107 bash[22201]: audit 2024-04-07T18:30:26.052624+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:30:27.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:26 smithi112 bash[22390]: audit 2024-04-07T18:30:26.050815+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-07T18:30:27.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:26 smithi112 bash[22390]: audit 2024-04-07T18:30:26.052624+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:30:28.040 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:27 smithi112 bash[22390]: cephadm 2024-04-07T18:30:26.054224+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon osd.2 on smithi112 2024-04-07T18:30:28.040 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:27 smithi112 bash[22390]: cluster 2024-04-07T18:30:26.389187+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:28.084 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:27 smithi087 bash[21510]: cephadm 2024-04-07T18:30:26.054224+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon osd.2 on smithi112 2024-04-07T18:30:28.084 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:27 smithi087 bash[21510]: cluster 2024-04-07T18:30:26.389187+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:28.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:27 smithi107 bash[22201]: cephadm 2024-04-07T18:30:26.054224+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon osd.2 on smithi112 2024-04-07T18:30:28.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:27 smithi107 bash[22201]: cluster 2024-04-07T18:30:26.389187+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:30.024 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:29 smithi112 bash[22390]: cluster 2024-04-07T18:30:28.389694+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:30.025 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:29 smithi112 bash[22390]: audit 2024-04-07T18:30:29.126654+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:30.025 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:29 smithi112 bash[22390]: audit 2024-04-07T18:30:29.135449+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:30.025 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:29 smithi112 bash[22390]: audit 2024-04-07T18:30:29.145718+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:30.025 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:29 smithi112 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:30:30.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:29 smithi107 bash[22201]: cluster 2024-04-07T18:30:28.389694+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:30.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:29 smithi107 bash[22201]: audit 2024-04-07T18:30:29.126654+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:30.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:29 smithi107 bash[22201]: audit 2024-04-07T18:30:29.135449+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:30.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:29 smithi107 bash[22201]: audit 2024-04-07T18:30:29.145718+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:30.233 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:29 smithi087 bash[21510]: cluster 2024-04-07T18:30:28.389694+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:30.233 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:29 smithi087 bash[21510]: audit 2024-04-07T18:30:29.126654+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:30.233 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:29 smithi087 bash[21510]: audit 2024-04-07T18:30:29.135449+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:30.234 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:29 smithi087 bash[21510]: audit 2024-04-07T18:30:29.145718+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:30.284 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:30 smithi112 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:30:31.551 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:31 smithi112 bash[22390]: audit 2024-04-07T18:30:30.294182+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:31.551 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:31 smithi112 bash[22390]: audit 2024-04-07T18:30:30.302216+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:31.552 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:31 smithi112 bash[22390]: audit 2024-04-07T18:30:30.311722+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:30:31.552 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:31 smithi112 bash[22390]: audit 2024-04-07T18:30:30.324029+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:30:31.552 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:31 smithi112 bash[22390]: audit 2024-04-07T18:30:30.326084+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:30:31.552 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:31 smithi112 bash[22390]: audit 2024-04-07T18:30:30.341692+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:31.552 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:31 smithi112 bash[22390]: cluster 2024-04-07T18:30:30.390174+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:31.662 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:31 smithi107 bash[22201]: audit 2024-04-07T18:30:30.294182+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:31.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:31 smithi107 bash[22201]: audit 2024-04-07T18:30:30.302216+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:31.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:31 smithi107 bash[22201]: audit 2024-04-07T18:30:30.311722+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:30:31.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:31 smithi107 bash[22201]: audit 2024-04-07T18:30:30.324029+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:30:31.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:31 smithi107 bash[22201]: audit 2024-04-07T18:30:30.326084+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:30:31.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:31 smithi107 bash[22201]: audit 2024-04-07T18:30:30.341692+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:31.663 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:31 smithi107 bash[22201]: cluster 2024-04-07T18:30:30.390174+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:31.733 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:31 smithi087 bash[21510]: audit 2024-04-07T18:30:30.294182+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:31.733 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:31 smithi087 bash[21510]: audit 2024-04-07T18:30:30.302216+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:31.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:31 smithi087 bash[21510]: audit 2024-04-07T18:30:30.311722+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:30:31.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:31 smithi087 bash[21510]: audit 2024-04-07T18:30:30.324029+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:30:31.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:31 smithi087 bash[21510]: audit 2024-04-07T18:30:30.326084+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:30:31.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:31 smithi087 bash[21510]: audit 2024-04-07T18:30:30.341692+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:31.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:31 smithi087 bash[21510]: cluster 2024-04-07T18:30:30.390174+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:33.733 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:33 smithi087 bash[21510]: cluster 2024-04-07T18:30:32.390525+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:33.801 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:33 smithi112 bash[22390]: cluster 2024-04-07T18:30:32.390525+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:33.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:33 smithi107 bash[22201]: cluster 2024-04-07T18:30:32.390525+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:35.733 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:35 smithi087 bash[21510]: cluster 2024-04-07T18:30:34.390943+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:35.733 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:35 smithi087 bash[21510]: audit 2024-04-07T18:30:34.918000+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:35.733 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:35 smithi087 bash[21510]: audit 2024-04-07T18:30:34.924441+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:35.733 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:35 smithi087 bash[21510]: audit 2024-04-07T18:30:34.934382+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:35.801 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:35 smithi112 bash[22390]: cluster 2024-04-07T18:30:34.390943+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:35.801 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:35 smithi112 bash[22390]: audit 2024-04-07T18:30:34.918000+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:35.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:35 smithi112 bash[22390]: audit 2024-04-07T18:30:34.924441+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:35.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:35 smithi112 bash[22390]: audit 2024-04-07T18:30:34.934382+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:35.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:35 smithi107 bash[22201]: cluster 2024-04-07T18:30:34.390943+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:35.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:35 smithi107 bash[22201]: audit 2024-04-07T18:30:34.918000+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:35.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:35 smithi107 bash[22201]: audit 2024-04-07T18:30:34.924441+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:35.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:35 smithi107 bash[22201]: audit 2024-04-07T18:30:34.934382+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:37.733 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:37 smithi087 bash[21510]: cluster 2024-04-07T18:30:36.391397+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:37.733 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:37 smithi087 bash[21510]: audit 2024-04-07T18:30:36.665006+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.112:6800/2021382249,v1:172.21.15.112:6801/2021382249]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-07T18:30:37.733 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:37 smithi087 bash[21510]: audit 2024-04-07T18:30:36.665059+0000 mon.a (mon.0) 581 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-07T18:30:37.801 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:37 smithi112 bash[22390]: cluster 2024-04-07T18:30:36.391397+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:37.801 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:37 smithi112 bash[22390]: audit 2024-04-07T18:30:36.665006+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.112:6800/2021382249,v1:172.21.15.112:6801/2021382249]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-07T18:30:37.801 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:37 smithi112 bash[22390]: audit 2024-04-07T18:30:36.665059+0000 mon.a (mon.0) 581 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-07T18:30:37.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:37 smithi107 bash[22201]: cluster 2024-04-07T18:30:36.391397+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:37.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:37 smithi107 bash[22201]: audit 2024-04-07T18:30:36.665006+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.112:6800/2021382249,v1:172.21.15.112:6801/2021382249]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-07T18:30:37.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:37 smithi107 bash[22201]: audit 2024-04-07T18:30:36.665059+0000 mon.a (mon.0) 581 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-07T18:30:38.551 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:38 smithi112 bash[22390]: audit 2024-04-07T18:30:37.460035+0000 mon.a (mon.0) 582 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-07T18:30:38.551 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:38 smithi112 bash[22390]: cluster 2024-04-07T18:30:37.464675+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-07T18:30:38.551 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:38 smithi112 bash[22390]: audit 2024-04-07T18:30:37.465219+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-07T18:30:38.551 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:38 smithi112 bash[22390]: audit 2024-04-07T18:30:37.466453+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.112:6800/2021382249,v1:172.21.15.112:6801/2021382249]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-04-07T18:30:38.551 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:38 smithi112 bash[22390]: audit 2024-04-07T18:30:37.466704+0000 mon.a (mon.0) 585 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-04-07T18:30:38.733 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:38 smithi087 bash[21510]: audit 2024-04-07T18:30:37.460035+0000 mon.a (mon.0) 582 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-07T18:30:38.733 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:38 smithi087 bash[21510]: cluster 2024-04-07T18:30:37.464675+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-07T18:30:38.733 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:38 smithi087 bash[21510]: audit 2024-04-07T18:30:37.465219+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-07T18:30:38.733 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:38 smithi087 bash[21510]: audit 2024-04-07T18:30:37.466453+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.112:6800/2021382249,v1:172.21.15.112:6801/2021382249]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-04-07T18:30:38.733 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:38 smithi087 bash[21510]: audit 2024-04-07T18:30:37.466704+0000 mon.a (mon.0) 585 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-04-07T18:30:38.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:38 smithi107 bash[22201]: audit 2024-04-07T18:30:37.460035+0000 mon.a (mon.0) 582 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-07T18:30:38.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:38 smithi107 bash[22201]: cluster 2024-04-07T18:30:37.464675+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-07T18:30:38.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:38 smithi107 bash[22201]: audit 2024-04-07T18:30:37.465219+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-07T18:30:38.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:38 smithi107 bash[22201]: audit 2024-04-07T18:30:37.466453+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.112:6800/2021382249,v1:172.21.15.112:6801/2021382249]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-04-07T18:30:38.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:38 smithi107 bash[22201]: audit 2024-04-07T18:30:37.466704+0000 mon.a (mon.0) 585 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-04-07T18:30:39.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:39 smithi087 bash[21510]: cluster 2024-04-07T18:30:38.391848+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:39.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:39 smithi087 bash[21510]: audit 2024-04-07T18:30:38.467688+0000 mon.a (mon.0) 586 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-04-07T18:30:39.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:39 smithi087 bash[21510]: cluster 2024-04-07T18:30:38.474282+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-07T18:30:39.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:39 smithi087 bash[21510]: audit 2024-04-07T18:30:38.475051+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-07T18:30:39.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:39 smithi112 bash[22390]: cluster 2024-04-07T18:30:38.391848+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:39.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:39 smithi112 bash[22390]: audit 2024-04-07T18:30:38.467688+0000 mon.a (mon.0) 586 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-04-07T18:30:39.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:39 smithi112 bash[22390]: cluster 2024-04-07T18:30:38.474282+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-07T18:30:39.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:39 smithi112 bash[22390]: audit 2024-04-07T18:30:38.475051+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-07T18:30:39.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:39 smithi107 bash[22201]: cluster 2024-04-07T18:30:38.391848+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:39.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:39 smithi107 bash[22201]: audit 2024-04-07T18:30:38.467688+0000 mon.a (mon.0) 586 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-04-07T18:30:39.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:39 smithi107 bash[22201]: cluster 2024-04-07T18:30:38.474282+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-07T18:30:39.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:39 smithi107 bash[22201]: audit 2024-04-07T18:30:38.475051+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-07T18:30:40.551 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:40 smithi112 bash[22390]: cluster 2024-04-07T18:30:37.702681+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-07T18:30:40.551 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:40 smithi112 bash[22390]: cluster 2024-04-07T18:30:37.702795+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-07T18:30:40.551 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:40 smithi112 bash[22390]: cluster 2024-04-07T18:30:39.476285+0000 mon.a (mon.0) 589 : cluster [INF] osd.2 [v2:172.21.15.112:6800/2021382249,v1:172.21.15.112:6801/2021382249] boot 2024-04-07T18:30:40.551 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:40 smithi112 bash[22390]: cluster 2024-04-07T18:30:39.476398+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-07T18:30:40.551 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:40 smithi112 bash[22390]: audit 2024-04-07T18:30:39.477090+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-07T18:30:40.552 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:40 smithi112 bash[22390]: audit 2024-04-07T18:30:40.321921+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-07T18:30:40.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:40 smithi107 bash[22201]: cluster 2024-04-07T18:30:37.702681+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-07T18:30:40.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:40 smithi107 bash[22201]: cluster 2024-04-07T18:30:37.702795+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-07T18:30:40.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:40 smithi107 bash[22201]: cluster 2024-04-07T18:30:39.476285+0000 mon.a (mon.0) 589 : cluster [INF] osd.2 [v2:172.21.15.112:6800/2021382249,v1:172.21.15.112:6801/2021382249] boot 2024-04-07T18:30:40.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:40 smithi107 bash[22201]: cluster 2024-04-07T18:30:39.476398+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-07T18:30:40.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:40 smithi107 bash[22201]: audit 2024-04-07T18:30:39.477090+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-07T18:30:40.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:40 smithi107 bash[22201]: audit 2024-04-07T18:30:40.321921+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-07T18:30:40.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:40 smithi087 bash[21510]: cluster 2024-04-07T18:30:37.702681+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-07T18:30:40.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:40 smithi087 bash[21510]: cluster 2024-04-07T18:30:37.702795+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-07T18:30:40.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:40 smithi087 bash[21510]: cluster 2024-04-07T18:30:39.476285+0000 mon.a (mon.0) 589 : cluster [INF] osd.2 [v2:172.21.15.112:6800/2021382249,v1:172.21.15.112:6801/2021382249] boot 2024-04-07T18:30:40.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:40 smithi087 bash[21510]: cluster 2024-04-07T18:30:39.476398+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-07T18:30:40.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:40 smithi087 bash[21510]: audit 2024-04-07T18:30:39.477090+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-07T18:30:40.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:40 smithi087 bash[21510]: audit 2024-04-07T18:30:40.321921+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-07T18:30:41.611 INFO:teuthology.orchestra.run.smithi112.stdout:Created osd(s) 2 on host 'smithi112' 2024-04-07T18:30:41.801 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:41 smithi112 bash[22390]: cluster 2024-04-07T18:30:40.392294+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:41.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:41 smithi112 bash[22390]: audit 2024-04-07T18:30:40.491626+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-07T18:30:41.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:41 smithi112 bash[22390]: cluster 2024-04-07T18:30:40.497865+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-07T18:30:41.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:41 smithi112 bash[22390]: audit 2024-04-07T18:30:40.499672+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-07T18:30:41.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:41 smithi112 bash[22390]: audit 2024-04-07T18:30:41.041776+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:41.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:41 smithi112 bash[22390]: audit 2024-04-07T18:30:41.050538+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:41.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:41 smithi112 bash[22390]: audit 2024-04-07T18:30:41.060962+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:41.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:41 smithi112 bash[22390]: audit 2024-04-07T18:30:41.075106+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:30:41.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:41 smithi112 bash[22390]: audit 2024-04-07T18:30:41.080845+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:30:41.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:41 smithi112 bash[22390]: audit 2024-04-07T18:30:41.082679+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:30:41.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:41 smithi112 bash[22390]: audit 2024-04-07T18:30:41.092535+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:41.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:41 smithi107 bash[22201]: cluster 2024-04-07T18:30:40.392294+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:41.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:41 smithi107 bash[22201]: audit 2024-04-07T18:30:40.491626+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-07T18:30:41.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:41 smithi107 bash[22201]: cluster 2024-04-07T18:30:40.497865+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-07T18:30:41.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:41 smithi107 bash[22201]: audit 2024-04-07T18:30:40.499672+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-07T18:30:41.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:41 smithi107 bash[22201]: audit 2024-04-07T18:30:41.041776+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:41.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:41 smithi107 bash[22201]: audit 2024-04-07T18:30:41.050538+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:41.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:41 smithi107 bash[22201]: audit 2024-04-07T18:30:41.060962+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:41.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:41 smithi107 bash[22201]: audit 2024-04-07T18:30:41.075106+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:30:41.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:41 smithi107 bash[22201]: audit 2024-04-07T18:30:41.080845+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:30:41.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:41 smithi107 bash[22201]: audit 2024-04-07T18:30:41.082679+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:30:41.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:41 smithi107 bash[22201]: audit 2024-04-07T18:30:41.092535+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:41.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:41 smithi087 bash[21510]: cluster 2024-04-07T18:30:40.392294+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-07T18:30:41.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:41 smithi087 bash[21510]: audit 2024-04-07T18:30:40.491626+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-07T18:30:41.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:41 smithi087 bash[21510]: cluster 2024-04-07T18:30:40.497865+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-07T18:30:41.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:41 smithi087 bash[21510]: audit 2024-04-07T18:30:40.499672+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-07T18:30:41.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:41 smithi087 bash[21510]: audit 2024-04-07T18:30:41.041776+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:41.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:41 smithi087 bash[21510]: audit 2024-04-07T18:30:41.050538+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:41.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:41 smithi087 bash[21510]: audit 2024-04-07T18:30:41.060962+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:41.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:41 smithi087 bash[21510]: audit 2024-04-07T18:30:41.075106+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:30:41.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:41 smithi087 bash[21510]: audit 2024-04-07T18:30:41.080845+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:30:41.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:41 smithi087 bash[21510]: audit 2024-04-07T18:30:41.082679+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:30:41.984 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:41 smithi087 bash[21510]: audit 2024-04-07T18:30:41.092535+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:42.252 DEBUG:teuthology.orchestra.run.smithi112:osd.2> sudo journalctl -f -n 0 -u ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@osd.2.service 2024-04-07T18:30:42.255 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-04-07T18:30:42.256 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph osd stat -f json 2024-04-07T18:30:42.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: cluster 2024-04-07T18:30:41.086478+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v157: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:42.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:41.502193+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-07T18:30:42.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: cluster 2024-04-07T18:30:41.506875+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-07T18:30:42.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:41.586823+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:42.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:41.595517+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:42.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:41.614684+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:30:42.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:41.621558+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi112", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:30:42.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:41.623610+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:30:42.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:41.625435+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:30:42.735 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: cluster 2024-04-07T18:30:41.629010+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: cluster 2024-04-07T18:30:41.629585+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:41.636688+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:41.795431+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:41.890619+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:41.995084+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:41.997987+0000 mon.a (mon.0) 615 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-07T18:30:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:42.053496+0000 mon.a (mon.0) 616 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-07T18:30:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:42.053908+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:30:42.736 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:42.054302+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:30:42.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:42.054638+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:30:42.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:42.057082+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:30:42.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: cluster 2024-04-07T18:30:42.057412+0000 mon.a (mon.0) 621 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-07T18:30:42.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:42.057466+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-07T18:30:42.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:42.057968+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:30:42.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:42.058174+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:30:42.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:42.098113+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-07T18:30:42.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:42.103381+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-07T18:30:42.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:42.103631+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:30:42.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:42.104059+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:30:42.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:42.104477+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:30:42.737 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:42 smithi087 bash[21510]: audit 2024-04-07T18:30:42.157771+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-07T18:30:42.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: cluster 2024-04-07T18:30:41.086478+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v157: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:42.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:41.502193+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-07T18:30:42.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: cluster 2024-04-07T18:30:41.506875+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-07T18:30:42.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:41.586823+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:42.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:41.595517+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:42.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:41.614684+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:30:42.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:41.621558+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi112", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:30:42.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:41.623610+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:30:42.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:41.625435+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:30:42.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: cluster 2024-04-07T18:30:41.629010+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:42.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: cluster 2024-04-07T18:30:41.629585+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:42.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:41.636688+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:42.803 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:41.795431+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:42.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:41.890619+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:42.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:41.995084+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:42.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:41.997987+0000 mon.a (mon.0) 615 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-07T18:30:42.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:42.053496+0000 mon.a (mon.0) 616 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-07T18:30:42.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:42.053908+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:30:42.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:42.054302+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:30:42.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:42.054638+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:30:42.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:42.057082+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:30:42.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: cluster 2024-04-07T18:30:42.057412+0000 mon.a (mon.0) 621 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-07T18:30:42.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:42.057466+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-07T18:30:42.804 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:42.057968+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:30:42.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:42.058174+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:30:42.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:42.098113+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-07T18:30:42.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:42.103381+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-07T18:30:42.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:42.103631+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:30:42.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:42.104059+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:30:42.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:42.104477+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:30:42.805 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:42 smithi112 bash[22390]: audit 2024-04-07T18:30:42.157771+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-07T18:30:42.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: cluster 2024-04-07T18:30:41.086478+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v157: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:42.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:41.502193+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-07T18:30:42.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: cluster 2024-04-07T18:30:41.506875+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-07T18:30:42.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:41.586823+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:42.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:41.595517+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:42.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:41.614684+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:30:42.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:41.621558+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi112", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:30:42.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:41.623610+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:30:42.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:41.625435+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:30:42.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: cluster 2024-04-07T18:30:41.629010+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:42.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: cluster 2024-04-07T18:30:41.629585+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:42.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:41.636688+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:42.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:41.795431+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:42.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:41.890619+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:42.915 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:41.995084+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:42.915 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:41.997987+0000 mon.a (mon.0) 615 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-07T18:30:42.915 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:42.053496+0000 mon.a (mon.0) 616 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-07T18:30:42.915 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:42.053908+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:30:42.915 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:42.054302+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:30:42.915 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:42.054638+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:30:42.915 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:42.057082+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:30:42.915 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: cluster 2024-04-07T18:30:42.057412+0000 mon.a (mon.0) 621 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-07T18:30:42.915 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:42.057466+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-07T18:30:42.915 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:42.057968+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:30:42.916 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:42.058174+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:30:42.916 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:42.098113+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-07T18:30:42.916 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:42.103381+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-07T18:30:42.916 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:42.103631+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:30:42.916 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:42.104059+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:30:42.916 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:42.104477+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:30:42.916 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:42 smithi107 bash[22201]: audit 2024-04-07T18:30:42.157771+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-07T18:30:43.801 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:43 smithi112 bash[22390]: cluster 2024-04-07T18:30:42.520340+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-07T18:30:43.801 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:43 smithi112 bash[22390]: cluster 2024-04-07T18:30:43.115609+0000 mon.a (mon.0) 628 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-07T18:30:43.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:43 smithi107 bash[22201]: cluster 2024-04-07T18:30:42.520340+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-07T18:30:43.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:43 smithi107 bash[22201]: cluster 2024-04-07T18:30:43.115609+0000 mon.a (mon.0) 628 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-07T18:30:43.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:43 smithi087 bash[21510]: cluster 2024-04-07T18:30:42.520340+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-07T18:30:43.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:43 smithi087 bash[21510]: cluster 2024-04-07T18:30:43.115609+0000 mon.a (mon.0) 628 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-07T18:30:44.801 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:44 smithi112 bash[22390]: cluster 2024-04-07T18:30:43.630225+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:44.834 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:44 smithi107 bash[22201]: cluster 2024-04-07T18:30:43.630225+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:44.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:44 smithi087 bash[21510]: cluster 2024-04-07T18:30:43.630225+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:46.801 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:46 smithi112 bash[22390]: cluster 2024-04-07T18:30:45.630949+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:46.801 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:46 smithi112 bash[22390]: audit 2024-04-07T18:30:46.430827+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:46.801 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:46 smithi112 bash[22390]: audit 2024-04-07T18:30:46.439458+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:46.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:46 smithi112 bash[22390]: audit 2024-04-07T18:30:46.449708+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:46.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:46 smithi112 bash[22390]: audit 2024-04-07T18:30:46.452169+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:30:46.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:46 smithi112 bash[22390]: audit 2024-04-07T18:30:46.457844+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:30:46.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:46 smithi112 bash[22390]: audit 2024-04-07T18:30:46.459536+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:30:46.802 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:46 smithi112 bash[22390]: audit 2024-04-07T18:30:46.469940+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:46.979 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:30:46.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:46 smithi087 bash[21510]: cluster 2024-04-07T18:30:45.630949+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:46.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:46 smithi087 bash[21510]: audit 2024-04-07T18:30:46.430827+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:46.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:46 smithi087 bash[21510]: audit 2024-04-07T18:30:46.439458+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:46.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:46 smithi087 bash[21510]: audit 2024-04-07T18:30:46.449708+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:46.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:46 smithi087 bash[21510]: audit 2024-04-07T18:30:46.452169+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:30:46.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:46 smithi087 bash[21510]: audit 2024-04-07T18:30:46.457844+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:30:46.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:46 smithi087 bash[21510]: audit 2024-04-07T18:30:46.459536+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:30:46.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:46 smithi087 bash[21510]: audit 2024-04-07T18:30:46.469940+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:47.072 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:46 smithi107 bash[22201]: cluster 2024-04-07T18:30:45.630949+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:47.073 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:46 smithi107 bash[22201]: audit 2024-04-07T18:30:46.430827+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:47.073 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:46 smithi107 bash[22201]: audit 2024-04-07T18:30:46.439458+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:47.073 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:46 smithi107 bash[22201]: audit 2024-04-07T18:30:46.449708+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:47.073 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:46 smithi107 bash[22201]: audit 2024-04-07T18:30:46.452169+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:30:47.073 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:46 smithi107 bash[22201]: audit 2024-04-07T18:30:46.457844+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:30:47.073 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:46 smithi107 bash[22201]: audit 2024-04-07T18:30:46.459536+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:30:47.073 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:46 smithi107 bash[22201]: audit 2024-04-07T18:30:46.469940+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:47.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:47 smithi087 bash[21510]: cluster 2024-04-07T18:30:46.462866+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:47.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:47 smithi087 bash[21510]: cluster 2024-04-07T18:30:47.446135+0000 mon.a (mon.0) 636 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-07T18:30:47.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:47 smithi087 bash[21510]: cluster 2024-04-07T18:30:47.446182+0000 mon.a (mon.0) 637 : cluster [INF] Cluster is now healthy 2024-04-07T18:30:48.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:47 smithi112 bash[22390]: cluster 2024-04-07T18:30:46.462866+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:48.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:47 smithi112 bash[22390]: cluster 2024-04-07T18:30:47.446135+0000 mon.a (mon.0) 636 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-07T18:30:48.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:47 smithi112 bash[22390]: cluster 2024-04-07T18:30:47.446182+0000 mon.a (mon.0) 637 : cluster [INF] Cluster is now healthy 2024-04-07T18:30:48.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:47 smithi107 bash[22201]: cluster 2024-04-07T18:30:46.462866+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:48.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:47 smithi107 bash[22201]: cluster 2024-04-07T18:30:47.446135+0000 mon.a (mon.0) 636 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-07T18:30:48.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:47 smithi107 bash[22201]: cluster 2024-04-07T18:30:47.446182+0000 mon.a (mon.0) 637 : cluster [INF] Cluster is now healthy 2024-04-07T18:30:49.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:49 smithi087 bash[21510]: cluster 2024-04-07T18:30:48.463469+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:49.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:49 smithi087 bash[21510]: audit 2024-04-07T18:30:49.349635+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:49.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:49 smithi087 bash[21510]: audit 2024-04-07T18:30:49.358671+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:49.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:49 smithi087 bash[21510]: audit 2024-04-07T18:30:49.369069+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:50.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:49 smithi112 bash[22390]: cluster 2024-04-07T18:30:48.463469+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:50.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:49 smithi112 bash[22390]: audit 2024-04-07T18:30:49.349635+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:50.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:49 smithi112 bash[22390]: audit 2024-04-07T18:30:49.358671+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:50.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:49 smithi112 bash[22390]: audit 2024-04-07T18:30:49.369069+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:50.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:49 smithi107 bash[22201]: cluster 2024-04-07T18:30:48.463469+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:50.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:49 smithi107 bash[22201]: audit 2024-04-07T18:30:49.349635+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:50.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:49 smithi107 bash[22201]: audit 2024-04-07T18:30:49.358671+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:50.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:49 smithi107 bash[22201]: audit 2024-04-07T18:30:49.369069+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:50.624 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:30:50.959 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:50 smithi087 bash[21510]: audit 2024-04-07T18:30:50.627292+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.87:0/2552078727' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-07T18:30:51.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:50 smithi112 bash[22390]: audit 2024-04-07T18:30:50.627292+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.87:0/2552078727' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-07T18:30:51.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:50 smithi107 bash[22201]: audit 2024-04-07T18:30:50.627292+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.87:0/2552078727' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-07T18:30:51.497 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1712514639,"num_in_osds":3,"osd_in_since":1712514613,"num_remapped_pgs":0} 2024-04-07T18:30:51.497 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph osd dump --format=json 2024-04-07T18:30:51.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:51 smithi087 bash[21510]: cluster 2024-04-07T18:30:50.463776+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:52.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:51 smithi112 bash[22390]: cluster 2024-04-07T18:30:50.463776+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:52.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:51 smithi107 bash[22201]: cluster 2024-04-07T18:30:50.463776+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:53.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:53 smithi087 bash[21510]: cluster 2024-04-07T18:30:52.464312+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:54.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:53 smithi112 bash[22390]: cluster 2024-04-07T18:30:52.464312+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:54.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:53 smithi107 bash[22201]: cluster 2024-04-07T18:30:52.464312+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:55.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:55 smithi087 bash[21510]: cluster 2024-04-07T18:30:54.464786+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:55.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:55 smithi087 bash[21510]: audit 2024-04-07T18:30:55.135803+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:55.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:55 smithi087 bash[21510]: audit 2024-04-07T18:30:55.144395+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:55.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:55 smithi087 bash[21510]: audit 2024-04-07T18:30:55.154565+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:56.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:55 smithi112 bash[22390]: cluster 2024-04-07T18:30:54.464786+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:56.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:55 smithi112 bash[22390]: audit 2024-04-07T18:30:55.135803+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:56.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:55 smithi112 bash[22390]: audit 2024-04-07T18:30:55.144395+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:56.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:55 smithi112 bash[22390]: audit 2024-04-07T18:30:55.154565+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:56.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:55 smithi107 bash[22201]: cluster 2024-04-07T18:30:54.464786+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:56.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:55 smithi107 bash[22201]: audit 2024-04-07T18:30:55.135803+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:56.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:55 smithi107 bash[22201]: audit 2024-04-07T18:30:55.144395+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:56.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:55 smithi107 bash[22201]: audit 2024-04-07T18:30:55.154565+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:30:56.390 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:30:57.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:57 smithi087 bash[21510]: cluster 2024-04-07T18:30:56.465308+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:58.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:57 smithi112 bash[22390]: cluster 2024-04-07T18:30:56.465308+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:58.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:57 smithi107 bash[22201]: cluster 2024-04-07T18:30:56.465308+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:59.181 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:30:59.181 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":21,"fsid":"d8141d00-f50b-11ee-b649-cb9ed24678a4","created":"2024-04-07T18:24:44.538798+0000","modified":"2024-04-07T18:30:42.502595+0000","last_up_change":"2024-04-07T18:30:39.467628+0000","last_in_change":"2024-04-07T18:30:13.427218+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-07T18:30:40.329079+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"54021c4d-2eeb-420a-b69b-3ee4e91d198b","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.87:6802","nonce":3899513933},{"type":"v1","addr":"172.21.15.87:6803","nonce":3899513933}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":3899513933},{"type":"v1","addr":"172.21.15.87:6805","nonce":3899513933}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":3899513933},{"type":"v1","addr":"172.21.15.87:6809","nonce":3899513933}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":3899513933},{"type":"v1","addr":"172.21.15.87:6807","nonce":3899513933}]},"public_addr":"172.21.15.87:6803/3899513933","cluster_addr":"172.21.15.87:6805/3899513933","heartbeat_back_addr":"172.21.15.87:6809/3899513933","heartbeat_front_addr":"172.21.15.87:6807/3899513933","state":["exists","up"]},{"osd":1,"uuid":"7a35f668-2663-4971-a8d5-fc28e9e35c41","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6800","nonce":968455468},{"type":"v1","addr":"172.21.15.107:6801","nonce":968455468}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":968455468},{"type":"v1","addr":"172.21.15.107:6803","nonce":968455468}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":968455468},{"type":"v1","addr":"172.21.15.107:6807","nonce":968455468}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":968455468},{"type":"v1","addr":"172.21.15.107:6805","nonce":968455468}]},"public_addr":"172.21.15.107:6801/968455468","cluster_addr":"172.21.15.107:6803/968455468","heartbeat_back_addr":"172.21.15.107:6807/968455468","heartbeat_front_addr":"172.21.15.107:6805/968455468","state":["exists","up"]},{"osd":2,"uuid":"bda793c6-9fe5-4773-b724-9f2f2fa63c22","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.112:6800","nonce":2021382249},{"type":"v1","addr":"172.21.15.112:6801","nonce":2021382249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6802","nonce":2021382249},{"type":"v1","addr":"172.21.15.112:6803","nonce":2021382249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6806","nonce":2021382249},{"type":"v1","addr":"172.21.15.112:6807","nonce":2021382249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6804","nonce":2021382249},{"type":"v1","addr":"172.21.15.112:6805","nonce":2021382249}]},"public_addr":"172.21.15.112:6801/2021382249","cluster_addr":"172.21.15.112:6803/2021382249","heartbeat_back_addr":"172.21.15.112:6807/2021382249","heartbeat_front_addr":"172.21.15.112:6805/2021382249","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-07T18:28:53.291440+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-07T18:29:45.367492+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-07T18:30:37.702803+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.87:0/3120370033":"2024-04-08T18:25:16.736185+0000","172.21.15.87:0/839403344":"2024-04-08T18:25:16.736185+0000","172.21.15.87:6800/4190331957":"2024-04-08T18:25:51.866993+0000","172.21.15.87:0/1538807199":"2024-04-08T18:25:16.736185+0000","172.21.15.87:0/3566358507":"2024-04-08T18:25:51.866993+0000","172.21.15.87:0/204675844":"2024-04-08T18:25:51.866993+0000","172.21.15.87:6800/963938999":"2024-04-08T18:25:16.736185+0000","172.21.15.87:6801/4190331957":"2024-04-08T18:25:51.866993+0000","172.21.15.87:0/3989197827":"2024-04-08T18:25:51.866993+0000","172.21.15.87:6801/963938999":"2024-04-08T18:25:16.736185+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-07T18:30:59.871 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-07T18:30:40.329079+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-04-07T18:30:59.872 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph osd pool get .mgr pg_num 2024-04-07T18:30:59.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:59 smithi087 bash[21510]: cluster 2024-04-07T18:30:58.465941+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:30:59.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:30:59 smithi087 bash[21510]: audit 2024-04-07T18:30:59.183516+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.87:0/4016595211' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-07T18:31:00.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:59 smithi112 bash[22390]: cluster 2024-04-07T18:30:58.465941+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:00.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:30:59 smithi112 bash[22390]: audit 2024-04-07T18:30:59.183516+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.87:0/4016595211' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-07T18:31:00.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:59 smithi107 bash[22201]: cluster 2024-04-07T18:30:58.465941+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:00.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:30:59 smithi107 bash[22201]: audit 2024-04-07T18:30:59.183516+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.87:0/4016595211' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-07T18:31:01.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:01 smithi087 bash[21510]: cluster 2024-04-07T18:31:00.466600+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:02.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:01 smithi112 bash[22390]: cluster 2024-04-07T18:31:00.466600+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:02.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:01 smithi107 bash[22201]: cluster 2024-04-07T18:31:00.466600+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:03.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:03 smithi087 bash[21510]: cluster 2024-04-07T18:31:02.467202+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:04.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:03 smithi112 bash[22390]: cluster 2024-04-07T18:31:02.467202+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:04.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:03 smithi107 bash[22201]: cluster 2024-04-07T18:31:02.467202+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:04.592 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:31:05.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:05 smithi087 bash[21510]: cluster 2024-04-07T18:31:04.467746+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:05.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:05 smithi087 bash[21510]: audit 2024-04-07T18:31:05.044711+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:05.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:05 smithi087 bash[21510]: audit 2024-04-07T18:31:05.053018+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:05.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:05 smithi087 bash[21510]: audit 2024-04-07T18:31:05.063237+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:06.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:05 smithi112 bash[22390]: cluster 2024-04-07T18:31:04.467746+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:06.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:05 smithi112 bash[22390]: audit 2024-04-07T18:31:05.044711+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:06.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:05 smithi112 bash[22390]: audit 2024-04-07T18:31:05.053018+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:06.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:05 smithi112 bash[22390]: audit 2024-04-07T18:31:05.063237+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:06.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:05 smithi107 bash[22201]: cluster 2024-04-07T18:31:04.467746+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:06.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:05 smithi107 bash[22201]: audit 2024-04-07T18:31:05.044711+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:06.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:05 smithi107 bash[22201]: audit 2024-04-07T18:31:05.053018+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:06.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:05 smithi107 bash[22201]: audit 2024-04-07T18:31:05.063237+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:07.339 INFO:teuthology.orchestra.run.smithi087.stdout:pg_num: 1 2024-04-07T18:31:08.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:07 smithi112 bash[22390]: cluster 2024-04-07T18:31:06.468326+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:08.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:07 smithi112 bash[22390]: audit 2024-04-07T18:31:07.342797+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.87:0/4243880692' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-07T18:31:08.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:07 smithi107 bash[22201]: cluster 2024-04-07T18:31:06.468326+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:08.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:07 smithi107 bash[22201]: audit 2024-04-07T18:31:07.342797+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.87:0/4243880692' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-07T18:31:08.168 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:07 smithi087 bash[21510]: cluster 2024-04-07T18:31:06.468326+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:08.168 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:07 smithi087 bash[21510]: audit 2024-04-07T18:31:07.342797+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.87:0/4243880692' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-07T18:31:08.170 INFO:tasks.cephadm:Setting up client nodes... 2024-04-07T18:31:08.170 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-07T18:31:08.170 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-07T18:31:08.170 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph mgr dump --format=json 2024-04-07T18:31:09.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:09 smithi107 bash[22201]: cluster 2024-04-07T18:31:08.468910+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:09.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:09 smithi107 bash[22201]: audit 2024-04-07T18:31:09.563129+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:09.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:09 smithi107 bash[22201]: audit 2024-04-07T18:31:09.569703+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:09.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:09 smithi107 bash[22201]: audit 2024-04-07T18:31:09.577261+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:09.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:09 smithi087 bash[21510]: cluster 2024-04-07T18:31:08.468910+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:09.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:09 smithi087 bash[21510]: audit 2024-04-07T18:31:09.563129+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:09.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:09 smithi087 bash[21510]: audit 2024-04-07T18:31:09.569703+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:09.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:09 smithi087 bash[21510]: audit 2024-04-07T18:31:09.577261+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:10.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:09 smithi112 bash[22390]: cluster 2024-04-07T18:31:08.468910+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:10.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:09 smithi112 bash[22390]: audit 2024-04-07T18:31:09.563129+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:10.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:09 smithi112 bash[22390]: audit 2024-04-07T18:31:09.569703+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:10.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:09 smithi112 bash[22390]: audit 2024-04-07T18:31:09.577261+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:12.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:11 smithi112 bash[22390]: cluster 2024-04-07T18:31:10.469533+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:12.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:11 smithi107 bash[22201]: cluster 2024-04-07T18:31:10.469533+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:12.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:11 smithi087 bash[21510]: cluster 2024-04-07T18:31:10.469533+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:14.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:13 smithi112 bash[22390]: cluster 2024-04-07T18:31:12.470037+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:14.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:13 smithi107 bash[22201]: cluster 2024-04-07T18:31:12.470037+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:14.217 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:31:14.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:13 smithi087 bash[21510]: cluster 2024-04-07T18:31:12.470037+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:16.003 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:15 smithi112 bash[22390]: cluster 2024-04-07T18:31:14.470659+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:16.075 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:15 smithi112 bash[22390]: audit 2024-04-07T18:31:15.259439+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:16.075 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:15 smithi112 bash[22390]: audit 2024-04-07T18:31:15.264249+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:16.075 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:15 smithi112 bash[22390]: audit 2024-04-07T18:31:15.269584+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:16.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:15 smithi107 bash[22201]: cluster 2024-04-07T18:31:14.470659+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:16.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:15 smithi107 bash[22201]: audit 2024-04-07T18:31:15.259439+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:16.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:15 smithi107 bash[22201]: audit 2024-04-07T18:31:15.264249+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:16.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:15 smithi107 bash[22201]: audit 2024-04-07T18:31:15.269584+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:16.233 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:15 smithi087 bash[21510]: cluster 2024-04-07T18:31:14.470659+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:16.233 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:15 smithi087 bash[21510]: audit 2024-04-07T18:31:15.259439+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:16.233 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:15 smithi087 bash[21510]: audit 2024-04-07T18:31:15.264249+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:16.233 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:15 smithi087 bash[21510]: audit 2024-04-07T18:31:15.269584+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:17.068 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:31:17.757 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6800","nonce":4083319785},{"type":"v1","addr":"172.21.15.87:6801","nonce":4083319785}]},"active_addr":"172.21.15.87:6801/4083319785","active_change":"2024-04-07T18:25:51.867110+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_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.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_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.87: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.87:0","nonce":3731912098}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.87:0","nonce":3790643817}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.87:0","nonce":1375108417}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.87:0","nonce":1429883176}]}]} 2024-04-07T18:31:17.764 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-07T18:31:17.764 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-07T18:31:17.764 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph osd dump --format=json 2024-04-07T18:31:18.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:17 smithi112 bash[22390]: cluster 2024-04-07T18:31:16.471102+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:18.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:17 smithi112 bash[22390]: audit 2024-04-07T18:31:17.061160+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.87:0/3700289812' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-07T18:31:18.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:17 smithi107 bash[22201]: cluster 2024-04-07T18:31:16.471102+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:18.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:17 smithi107 bash[22201]: audit 2024-04-07T18:31:17.061160+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.87:0/3700289812' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-07T18:31:18.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:17 smithi087 bash[21510]: cluster 2024-04-07T18:31:16.471102+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:18.233 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:17 smithi087 bash[21510]: audit 2024-04-07T18:31:17.061160+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.87:0/3700289812' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-07T18:31:20.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:19 smithi112 bash[22390]: cluster 2024-04-07T18:31:18.471658+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:20.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:19 smithi107 bash[22201]: cluster 2024-04-07T18:31:18.471658+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:20.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:19 smithi087 bash[21510]: cluster 2024-04-07T18:31:18.471658+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:22.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:21 smithi112 bash[22390]: cluster 2024-04-07T18:31:20.472160+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:22.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:21 smithi107 bash[22201]: cluster 2024-04-07T18:31:20.472160+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:22.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:21 smithi087 bash[21510]: cluster 2024-04-07T18:31:20.472160+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:22.485 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:31:23.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:23 smithi087 bash[21510]: cluster 2024-04-07T18:31:22.472826+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:24.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:23 smithi112 bash[22390]: cluster 2024-04-07T18:31:22.472826+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:24.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:23 smithi107 bash[22201]: cluster 2024-04-07T18:31:22.472826+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:25.154 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:31:25.155 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":21,"fsid":"d8141d00-f50b-11ee-b649-cb9ed24678a4","created":"2024-04-07T18:24:44.538798+0000","modified":"2024-04-07T18:30:42.502595+0000","last_up_change":"2024-04-07T18:30:39.467628+0000","last_in_change":"2024-04-07T18:30:13.427218+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-07T18:30:40.329079+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"54021c4d-2eeb-420a-b69b-3ee4e91d198b","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.87:6802","nonce":3899513933},{"type":"v1","addr":"172.21.15.87:6803","nonce":3899513933}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":3899513933},{"type":"v1","addr":"172.21.15.87:6805","nonce":3899513933}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":3899513933},{"type":"v1","addr":"172.21.15.87:6809","nonce":3899513933}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":3899513933},{"type":"v1","addr":"172.21.15.87:6807","nonce":3899513933}]},"public_addr":"172.21.15.87:6803/3899513933","cluster_addr":"172.21.15.87:6805/3899513933","heartbeat_back_addr":"172.21.15.87:6809/3899513933","heartbeat_front_addr":"172.21.15.87:6807/3899513933","state":["exists","up"]},{"osd":1,"uuid":"7a35f668-2663-4971-a8d5-fc28e9e35c41","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6800","nonce":968455468},{"type":"v1","addr":"172.21.15.107:6801","nonce":968455468}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":968455468},{"type":"v1","addr":"172.21.15.107:6803","nonce":968455468}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":968455468},{"type":"v1","addr":"172.21.15.107:6807","nonce":968455468}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":968455468},{"type":"v1","addr":"172.21.15.107:6805","nonce":968455468}]},"public_addr":"172.21.15.107:6801/968455468","cluster_addr":"172.21.15.107:6803/968455468","heartbeat_back_addr":"172.21.15.107:6807/968455468","heartbeat_front_addr":"172.21.15.107:6805/968455468","state":["exists","up"]},{"osd":2,"uuid":"bda793c6-9fe5-4773-b724-9f2f2fa63c22","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.112:6800","nonce":2021382249},{"type":"v1","addr":"172.21.15.112:6801","nonce":2021382249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6802","nonce":2021382249},{"type":"v1","addr":"172.21.15.112:6803","nonce":2021382249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6806","nonce":2021382249},{"type":"v1","addr":"172.21.15.112:6807","nonce":2021382249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6804","nonce":2021382249},{"type":"v1","addr":"172.21.15.112:6805","nonce":2021382249}]},"public_addr":"172.21.15.112:6801/2021382249","cluster_addr":"172.21.15.112:6803/2021382249","heartbeat_back_addr":"172.21.15.112:6807/2021382249","heartbeat_front_addr":"172.21.15.112:6805/2021382249","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-07T18:28:53.291440+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-07T18:29:45.367492+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-07T18:30:37.702803+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.87:0/3120370033":"2024-04-08T18:25:16.736185+0000","172.21.15.87:0/839403344":"2024-04-08T18:25:16.736185+0000","172.21.15.87:6800/4190331957":"2024-04-08T18:25:51.866993+0000","172.21.15.87:0/1538807199":"2024-04-08T18:25:16.736185+0000","172.21.15.87:0/3566358507":"2024-04-08T18:25:51.866993+0000","172.21.15.87:0/204675844":"2024-04-08T18:25:51.866993+0000","172.21.15.87:6800/963938999":"2024-04-08T18:25:16.736185+0000","172.21.15.87:6801/4190331957":"2024-04-08T18:25:51.866993+0000","172.21.15.87:0/3989197827":"2024-04-08T18:25:51.866993+0000","172.21.15.87:6801/963938999":"2024-04-08T18:25:16.736185+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-07T18:31:25.817 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-07T18:31:25.818 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph osd dump --format=json 2024-04-07T18:31:26.047 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:25 smithi107 bash[22201]: cluster 2024-04-07T18:31:24.473481+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:26.047 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:25 smithi107 bash[22201]: audit 2024-04-07T18:31:25.157440+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.87:0/3972184197' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-07T18:31:26.047 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:25 smithi107 bash[22201]: audit 2024-04-07T18:31:25.250485+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:26.047 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:25 smithi107 bash[22201]: audit 2024-04-07T18:31:25.257267+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:26.047 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:25 smithi107 bash[22201]: audit 2024-04-07T18:31:25.263143+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:26.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:25 smithi112 bash[22390]: cluster 2024-04-07T18:31:24.473481+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:26.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:25 smithi112 bash[22390]: audit 2024-04-07T18:31:25.157440+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.87:0/3972184197' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-07T18:31:26.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:25 smithi112 bash[22390]: audit 2024-04-07T18:31:25.250485+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:26.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:25 smithi112 bash[22390]: audit 2024-04-07T18:31:25.257267+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:26.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:25 smithi112 bash[22390]: audit 2024-04-07T18:31:25.263143+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:26.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:25 smithi087 bash[21510]: cluster 2024-04-07T18:31:24.473481+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:26.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:25 smithi087 bash[21510]: audit 2024-04-07T18:31:25.157440+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.87:0/3972184197' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-07T18:31:26.233 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:25 smithi087 bash[21510]: audit 2024-04-07T18:31:25.250485+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:26.233 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:25 smithi087 bash[21510]: audit 2024-04-07T18:31:25.257267+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:26.233 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:25 smithi087 bash[21510]: audit 2024-04-07T18:31:25.263143+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:27.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:27 smithi087 bash[21510]: cluster 2024-04-07T18:31:26.473994+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:28.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:27 smithi112 bash[22390]: cluster 2024-04-07T18:31:26.473994+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:28.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:27 smithi107 bash[22201]: cluster 2024-04-07T18:31:26.473994+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:30.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:29 smithi112 bash[22390]: cluster 2024-04-07T18:31:28.474549+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:30.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:29 smithi112 bash[22390]: audit 2024-04-07T18:31:29.778712+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:30.143 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:29 smithi087 bash[21510]: cluster 2024-04-07T18:31:28.474549+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:30.143 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:29 smithi087 bash[21510]: audit 2024-04-07T18:31:29.778712+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:30.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:29 smithi107 bash[22201]: cluster 2024-04-07T18:31:28.474549+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:30.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:29 smithi107 bash[22201]: audit 2024-04-07T18:31:29.778712+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:30.540 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:31:30.921 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:30 smithi087 bash[21510]: audit 2024-04-07T18:31:29.793002+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:30.922 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:30 smithi087 bash[21510]: audit 2024-04-07T18:31:29.803303+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:31.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:30 smithi112 bash[22390]: audit 2024-04-07T18:31:29.793002+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:31.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:30 smithi112 bash[22390]: audit 2024-04-07T18:31:29.803303+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:31.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:30 smithi107 bash[22201]: audit 2024-04-07T18:31:29.793002+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:31.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:30 smithi107 bash[22201]: audit 2024-04-07T18:31:29.803303+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:32.091 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:31 smithi087 bash[21510]: cluster 2024-04-07T18:31:30.475083+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:32.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:31 smithi107 bash[22201]: cluster 2024-04-07T18:31:30.475083+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:32.300 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:31 smithi112 bash[22390]: cluster 2024-04-07T18:31:30.475083+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:33.955 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:31:33.956 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":21,"fsid":"d8141d00-f50b-11ee-b649-cb9ed24678a4","created":"2024-04-07T18:24:44.538798+0000","modified":"2024-04-07T18:30:42.502595+0000","last_up_change":"2024-04-07T18:30:39.467628+0000","last_in_change":"2024-04-07T18:30:13.427218+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-07T18:30:40.329079+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"54021c4d-2eeb-420a-b69b-3ee4e91d198b","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.87:6802","nonce":3899513933},{"type":"v1","addr":"172.21.15.87:6803","nonce":3899513933}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":3899513933},{"type":"v1","addr":"172.21.15.87:6805","nonce":3899513933}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":3899513933},{"type":"v1","addr":"172.21.15.87:6809","nonce":3899513933}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":3899513933},{"type":"v1","addr":"172.21.15.87:6807","nonce":3899513933}]},"public_addr":"172.21.15.87:6803/3899513933","cluster_addr":"172.21.15.87:6805/3899513933","heartbeat_back_addr":"172.21.15.87:6809/3899513933","heartbeat_front_addr":"172.21.15.87:6807/3899513933","state":["exists","up"]},{"osd":1,"uuid":"7a35f668-2663-4971-a8d5-fc28e9e35c41","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6800","nonce":968455468},{"type":"v1","addr":"172.21.15.107:6801","nonce":968455468}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":968455468},{"type":"v1","addr":"172.21.15.107:6803","nonce":968455468}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":968455468},{"type":"v1","addr":"172.21.15.107:6807","nonce":968455468}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":968455468},{"type":"v1","addr":"172.21.15.107:6805","nonce":968455468}]},"public_addr":"172.21.15.107:6801/968455468","cluster_addr":"172.21.15.107:6803/968455468","heartbeat_back_addr":"172.21.15.107:6807/968455468","heartbeat_front_addr":"172.21.15.107:6805/968455468","state":["exists","up"]},{"osd":2,"uuid":"bda793c6-9fe5-4773-b724-9f2f2fa63c22","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.112:6800","nonce":2021382249},{"type":"v1","addr":"172.21.15.112:6801","nonce":2021382249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6802","nonce":2021382249},{"type":"v1","addr":"172.21.15.112:6803","nonce":2021382249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6806","nonce":2021382249},{"type":"v1","addr":"172.21.15.112:6807","nonce":2021382249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6804","nonce":2021382249},{"type":"v1","addr":"172.21.15.112:6805","nonce":2021382249}]},"public_addr":"172.21.15.112:6801/2021382249","cluster_addr":"172.21.15.112:6803/2021382249","heartbeat_back_addr":"172.21.15.112:6807/2021382249","heartbeat_front_addr":"172.21.15.112:6805/2021382249","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-07T18:28:53.291440+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-07T18:29:45.367492+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-07T18:30:37.702803+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.87:0/3120370033":"2024-04-08T18:25:16.736185+0000","172.21.15.87:0/839403344":"2024-04-08T18:25:16.736185+0000","172.21.15.87:6800/4190331957":"2024-04-08T18:25:51.866993+0000","172.21.15.87:0/1538807199":"2024-04-08T18:25:16.736185+0000","172.21.15.87:0/3566358507":"2024-04-08T18:25:51.866993+0000","172.21.15.87:0/204675844":"2024-04-08T18:25:51.866993+0000","172.21.15.87:6800/963938999":"2024-04-08T18:25:16.736185+0000","172.21.15.87:6801/4190331957":"2024-04-08T18:25:51.866993+0000","172.21.15.87:0/3989197827":"2024-04-08T18:25:51.866993+0000","172.21.15.87:6801/963938999":"2024-04-08T18:25:16.736185+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-07T18:31:33.968 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:33 smithi087 bash[21510]: cluster 2024-04-07T18:31:32.475591+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:34.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:33 smithi107 bash[22201]: cluster 2024-04-07T18:31:32.475591+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:34.300 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:33 smithi112 bash[22390]: cluster 2024-04-07T18:31:32.475591+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:34.671 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph tell osd.0 flush_pg_stats 2024-04-07T18:31:34.672 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph tell osd.1 flush_pg_stats 2024-04-07T18:31:34.672 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph tell osd.2 flush_pg_stats 2024-04-07T18:31:34.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:34 smithi087 bash[21510]: audit 2024-04-07T18:31:33.957941+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.87:0/3954644088' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-07T18:31:35.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:34 smithi107 bash[22201]: audit 2024-04-07T18:31:33.957941+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.87:0/3954644088' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-07T18:31:35.300 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:34 smithi112 bash[22390]: audit 2024-04-07T18:31:33.957941+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.87:0/3954644088' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-07T18:31:36.070 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:35 smithi112 bash[22390]: cluster 2024-04-07T18:31:34.476184+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:36.070 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:35 smithi112 bash[22390]: audit 2024-04-07T18:31:35.454194+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:36.070 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:35 smithi112 bash[22390]: audit 2024-04-07T18:31:35.462487+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:36.070 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:35 smithi112 bash[22390]: audit 2024-04-07T18:31:35.472781+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:35 smithi107 bash[22201]: cluster 2024-04-07T18:31:34.476184+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:35 smithi107 bash[22201]: audit 2024-04-07T18:31:35.454194+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:35 smithi107 bash[22201]: audit 2024-04-07T18:31:35.462487+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:35 smithi107 bash[22201]: audit 2024-04-07T18:31:35.472781+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:36.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:35 smithi087 bash[21510]: cluster 2024-04-07T18:31:34.476184+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:36.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:35 smithi087 bash[21510]: audit 2024-04-07T18:31:35.454194+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:36.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:35 smithi087 bash[21510]: audit 2024-04-07T18:31:35.462487+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:36.233 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:35 smithi087 bash[21510]: audit 2024-04-07T18:31:35.472781+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:38.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:37 smithi107 bash[22201]: cluster 2024-04-07T18:31:36.476725+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:38.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:37 smithi087 bash[21510]: cluster 2024-04-07T18:31:36.476725+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:38.300 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:37 smithi112 bash[22390]: cluster 2024-04-07T18:31:36.476725+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:39.165 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:31:39.166 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:31:39.166 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:31:40.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:39 smithi107 bash[22201]: cluster 2024-04-07T18:31:38.477213+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:40.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:39 smithi087 bash[21510]: cluster 2024-04-07T18:31:38.477213+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:40.300 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:39 smithi112 bash[22390]: cluster 2024-04-07T18:31:38.477213+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:41.732 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:41 smithi087 bash[21510]: cluster 2024-04-07T18:31:40.477595+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:41.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:41 smithi112 bash[22390]: cluster 2024-04-07T18:31:40.477595+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:41.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:41 smithi107 bash[22201]: cluster 2024-04-07T18:31:40.477595+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:43.781 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:43 smithi087 bash[21510]: cluster 2024-04-07T18:31:42.478036+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:43.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:43 smithi112 bash[22390]: cluster 2024-04-07T18:31:42.478036+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:43.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:43 smithi107 bash[22201]: cluster 2024-04-07T18:31:42.478036+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:45.225 INFO:teuthology.orchestra.run.smithi087.stdout:34359738404 2024-04-07T18:31:45.226 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph osd last-stat-seq osd.0 2024-04-07T18:31:45.432 INFO:teuthology.orchestra.run.smithi087.stdout:77309411344 2024-04-07T18:31:45.432 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph osd last-stat-seq osd.2 2024-04-07T18:31:45.517 INFO:teuthology.orchestra.run.smithi087.stdout:55834574875 2024-04-07T18:31:45.518 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph osd last-stat-seq osd.1 2024-04-07T18:31:45.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:45 smithi112 bash[22390]: cluster 2024-04-07T18:31:44.478632+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:45.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:45 smithi112 bash[22390]: audit 2024-04-07T18:31:45.454209+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:45.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:45 smithi112 bash[22390]: audit 2024-04-07T18:31:45.459220+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:45.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:45 smithi112 bash[22390]: audit 2024-04-07T18:31:45.464044+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:45.852 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:45 smithi107 bash[22201]: cluster 2024-04-07T18:31:44.478632+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:45.852 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:45 smithi107 bash[22201]: audit 2024-04-07T18:31:45.454209+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:45.853 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:45 smithi107 bash[22201]: audit 2024-04-07T18:31:45.459220+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:45.853 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:45 smithi107 bash[22201]: audit 2024-04-07T18:31:45.464044+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:45.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:45 smithi087 bash[21510]: cluster 2024-04-07T18:31:44.478632+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:45.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:45 smithi087 bash[21510]: audit 2024-04-07T18:31:45.454209+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:45.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:45 smithi087 bash[21510]: audit 2024-04-07T18:31:45.459220+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:45.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:45 smithi087 bash[21510]: audit 2024-04-07T18:31:45.464044+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:47.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:47 smithi112 bash[22390]: cluster 2024-04-07T18:31:46.479167+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:47.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:47 smithi112 bash[22390]: audit 2024-04-07T18:31:46.577860+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:31:47.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:47 smithi112 bash[22390]: audit 2024-04-07T18:31:46.583278+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:31:47.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:47 smithi112 bash[22390]: audit 2024-04-07T18:31:46.584931+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:31:47.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:47 smithi112 bash[22390]: audit 2024-04-07T18:31:46.594931+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:47.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:47 smithi107 bash[22201]: cluster 2024-04-07T18:31:46.479167+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:47.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:47 smithi107 bash[22201]: audit 2024-04-07T18:31:46.577860+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:31:47.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:47 smithi107 bash[22201]: audit 2024-04-07T18:31:46.583278+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:31:47.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:47 smithi107 bash[22201]: audit 2024-04-07T18:31:46.584931+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:31:47.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:47 smithi107 bash[22201]: audit 2024-04-07T18:31:46.594931+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:47.964 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:47 smithi087 bash[21510]: cluster 2024-04-07T18:31:46.479167+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:47.964 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:47 smithi087 bash[21510]: audit 2024-04-07T18:31:46.577860+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:31:47.964 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:47 smithi087 bash[21510]: audit 2024-04-07T18:31:46.583278+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:31:47.964 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:47 smithi087 bash[21510]: audit 2024-04-07T18:31:46.584931+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:31:47.964 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:47 smithi087 bash[21510]: audit 2024-04-07T18:31:46.594931+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:49.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:49 smithi112 bash[22390]: cluster 2024-04-07T18:31:48.479683+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:49.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:49 smithi107 bash[22201]: cluster 2024-04-07T18:31:48.479683+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:49.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:49 smithi087 bash[21510]: cluster 2024-04-07T18:31:48.479683+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:50.048 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:31:50.048 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:31:50.049 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:31:51.300 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:51 smithi112 bash[22390]: audit 2024-04-07T18:31:50.010628+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:51.300 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:51 smithi112 bash[22390]: audit 2024-04-07T18:31:50.022526+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:51.300 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:51 smithi112 bash[22390]: audit 2024-04-07T18:31:50.037166+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:51.300 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:51 smithi112 bash[22390]: cluster 2024-04-07T18:31:50.480144+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:51.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:51 smithi107 bash[22201]: audit 2024-04-07T18:31:50.010628+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:51.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:51 smithi107 bash[22201]: audit 2024-04-07T18:31:50.022526+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:51.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:51 smithi107 bash[22201]: audit 2024-04-07T18:31:50.037166+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:51.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:51 smithi107 bash[22201]: cluster 2024-04-07T18:31:50.480144+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:51.482 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:51 smithi087 bash[21510]: audit 2024-04-07T18:31:50.010628+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:51.482 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:51 smithi087 bash[21510]: audit 2024-04-07T18:31:50.022526+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:51.482 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:51 smithi087 bash[21510]: audit 2024-04-07T18:31:50.037166+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:51.482 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:51 smithi087 bash[21510]: cluster 2024-04-07T18:31:50.480144+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:53.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:53 smithi112 bash[22390]: cluster 2024-04-07T18:31:52.480696+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:53.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:53 smithi107 bash[22201]: cluster 2024-04-07T18:31:52.480696+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:53.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:53 smithi087 bash[21510]: cluster 2024-04-07T18:31:52.480696+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:55.732 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:55 smithi087 bash[21510]: cluster 2024-04-07T18:31:54.481283+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:55.745 INFO:teuthology.orchestra.run.smithi087.stdout:34359738406 2024-04-07T18:31:55.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:55 smithi112 bash[22390]: cluster 2024-04-07T18:31:54.481283+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:55.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:55 smithi107 bash[22201]: cluster 2024-04-07T18:31:54.481283+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:56.183 INFO:teuthology.orchestra.run.smithi087.stdout:77309411346 2024-04-07T18:31:56.353 INFO:teuthology.orchestra.run.smithi087.stdout:55834574877 2024-04-07T18:31:56.732 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:56 smithi087 bash[21510]: audit 2024-04-07T18:31:55.605111+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:56.732 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:56 smithi087 bash[21510]: audit 2024-04-07T18:31:55.609571+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:56.732 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:56 smithi087 bash[21510]: audit 2024-04-07T18:31:55.614227+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:56.732 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:56 smithi087 bash[21510]: audit 2024-04-07T18:31:55.749696+0000 mon.a (mon.0) 681 : audit [DBG] from='client.? 172.21.15.87:0/2042864665' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-07T18:31:56.732 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:56 smithi087 bash[21510]: audit 2024-04-07T18:31:56.187449+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.87:0/1236974868' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-07T18:31:56.732 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:56 smithi087 bash[21510]: audit 2024-04-07T18:31:56.357091+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.87:0/3836090130' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-07T18:31:56.875 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738404 got 34359738406 for osd.0 2024-04-07T18:31:56.875 DEBUG:teuthology.parallel:result is None 2024-04-07T18:31:56.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:56 smithi107 bash[22201]: audit 2024-04-07T18:31:55.605111+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:56.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:56 smithi107 bash[22201]: audit 2024-04-07T18:31:55.609571+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:56.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:56 smithi107 bash[22201]: audit 2024-04-07T18:31:55.614227+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:56.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:56 smithi107 bash[22201]: audit 2024-04-07T18:31:55.749696+0000 mon.a (mon.0) 681 : audit [DBG] from='client.? 172.21.15.87:0/2042864665' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-07T18:31:56.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:56 smithi107 bash[22201]: audit 2024-04-07T18:31:56.187449+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.87:0/1236974868' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-07T18:31:56.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:56 smithi107 bash[22201]: audit 2024-04-07T18:31:56.357091+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.87:0/3836090130' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-07T18:31:56.972 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:56 smithi112 bash[22390]: audit 2024-04-07T18:31:55.605111+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:56.973 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:56 smithi112 bash[22390]: audit 2024-04-07T18:31:55.609571+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:56.973 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:56 smithi112 bash[22390]: audit 2024-04-07T18:31:55.614227+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:31:56.973 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:56 smithi112 bash[22390]: audit 2024-04-07T18:31:55.749696+0000 mon.a (mon.0) 681 : audit [DBG] from='client.? 172.21.15.87:0/2042864665' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-07T18:31:56.973 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:56 smithi112 bash[22390]: audit 2024-04-07T18:31:56.187449+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.87:0/1236974868' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-07T18:31:56.973 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:56 smithi112 bash[22390]: audit 2024-04-07T18:31:56.357091+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.87:0/3836090130' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-07T18:31:57.753 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411344 got 77309411346 for osd.2 2024-04-07T18:31:57.754 DEBUG:teuthology.parallel:result is None 2024-04-07T18:31:57.779 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574875 got 55834574877 for osd.1 2024-04-07T18:31:57.779 DEBUG:teuthology.parallel:result is None 2024-04-07T18:31:57.779 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-07T18:31:57.779 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph pg dump --format=json 2024-04-07T18:31:57.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:57 smithi112 bash[22390]: cluster 2024-04-07T18:31:56.481669+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:57.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:57 smithi107 bash[22201]: cluster 2024-04-07T18:31:56.481669+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:57.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:57 smithi087 bash[21510]: cluster 2024-04-07T18:31:56.481669+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:59.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:31:59 smithi107 bash[22201]: cluster 2024-04-07T18:31:58.482232+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:31:59.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:31:59 smithi087 bash[21510]: cluster 2024-04-07T18:31:58.482232+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:00.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:31:59 smithi112 bash[22390]: cluster 2024-04-07T18:31:58.482232+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:01.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:01 smithi107 bash[22201]: cluster 2024-04-07T18:32:00.482788+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:01.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:01 smithi087 bash[21510]: cluster 2024-04-07T18:32:00.482788+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:02.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:01 smithi112 bash[22390]: cluster 2024-04-07T18:32:00.482788+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:02.540 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:32:03.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:03 smithi107 bash[22201]: cluster 2024-04-07T18:32:02.483316+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:03.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:03 smithi087 bash[21510]: cluster 2024-04-07T18:32:02.483316+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:04.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:03 smithi112 bash[22390]: cluster 2024-04-07T18:32:02.483316+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:05.249 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:32:05.252 INFO:teuthology.orchestra.run.smithi087.stderr:dumped all 2024-04-07T18:32:05.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:05 smithi107 bash[22201]: cluster 2024-04-07T18:32:04.483903+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:05.944 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:05 smithi087 bash[21510]: cluster 2024-04-07T18:32:04.483903+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:05.945 INFO:teuthology.orchestra.run.smithi087.stdout:{"pg_ready":true,"pg_map":{"version":203,"stamp":"2024-04-07T18:32:04.483634+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":85200,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150256,"statfs":{"total":287985106944,"available":287897862144,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"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.003179"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-04-07T18:30:42.516878+0000","last_change":"2024-04-07T18:30:41.509689+0000","last_active":"2024-04-07T18:30:42.516878+0000","last_peered":"2024-04-07T18:30:42.516878+0000","last_clean":"2024-04-07T18:30:42.516878+0000","last_became_active":"2024-04-07T18:30:41.509062+0000","last_became_peered":"2024-04-07T18:30:41.509062+0000","last_unstale":"2024-04-07T18:30:42.516878+0000","last_undegraded":"2024-04-07T18:30:42.516878+0000","last_fullsized":"2024-04-07T18:30:42.516878+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-07T18:30:40.482824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-07T18:30:40.482824+0000","last_clean_scrub_stamp":"2024-04-07T18:30:40.482824+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-09T04:39:38.151305+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":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,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":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[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":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-07T18:32:05.946 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph pg dump --format=json 2024-04-07T18:32:06.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:05 smithi112 bash[22390]: cluster 2024-04-07T18:32:04.483903+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:06.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:06 smithi107 bash[22201]: audit 2024-04-07T18:32:05.252407+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14334 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:32:06.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:06 smithi107 bash[22201]: audit 2024-04-07T18:32:05.664939+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:06.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:06 smithi107 bash[22201]: audit 2024-04-07T18:32:05.673507+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:06.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:06 smithi107 bash[22201]: audit 2024-04-07T18:32:05.683478+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:06.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:06 smithi087 bash[21510]: audit 2024-04-07T18:32:05.252407+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14334 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:32:06.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:06 smithi087 bash[21510]: audit 2024-04-07T18:32:05.664939+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:06.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:06 smithi087 bash[21510]: audit 2024-04-07T18:32:05.673507+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:06.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:06 smithi087 bash[21510]: audit 2024-04-07T18:32:05.683478+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:07.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:06 smithi112 bash[22390]: audit 2024-04-07T18:32:05.252407+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14334 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:32:07.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:06 smithi112 bash[22390]: audit 2024-04-07T18:32:05.664939+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:07.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:06 smithi112 bash[22390]: audit 2024-04-07T18:32:05.673507+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:07.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:06 smithi112 bash[22390]: audit 2024-04-07T18:32:05.683478+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:07.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:07 smithi107 bash[22201]: cluster 2024-04-07T18:32:06.484469+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:07.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:07 smithi087 bash[21510]: cluster 2024-04-07T18:32:06.484469+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:08.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:07 smithi112 bash[22390]: cluster 2024-04-07T18:32:06.484469+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:09.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:09 smithi087 bash[21510]: cluster 2024-04-07T18:32:08.485031+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:10.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:09 smithi112 bash[22390]: cluster 2024-04-07T18:32:08.485031+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:10.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:09 smithi107 bash[22201]: cluster 2024-04-07T18:32:08.485031+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:10.669 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:32:11.509 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:11 smithi087 bash[21510]: audit 2024-04-07T18:32:10.247943+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:11.509 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:11 smithi087 bash[21510]: audit 2024-04-07T18:32:10.258016+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:11.509 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:11 smithi087 bash[21510]: audit 2024-04-07T18:32:10.269767+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:11.509 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:11 smithi087 bash[21510]: cluster 2024-04-07T18:32:10.485623+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:11.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:11 smithi112 bash[22390]: audit 2024-04-07T18:32:10.247943+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:11.550 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:11 smithi112 bash[22390]: audit 2024-04-07T18:32:10.258016+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:11.550 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:11 smithi112 bash[22390]: audit 2024-04-07T18:32:10.269767+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:11.550 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:11 smithi112 bash[22390]: cluster 2024-04-07T18:32:10.485623+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:11.662 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:11 smithi107 bash[22201]: audit 2024-04-07T18:32:10.247943+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:11.662 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:11 smithi107 bash[22201]: audit 2024-04-07T18:32:10.258016+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:11.662 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:11 smithi107 bash[22201]: audit 2024-04-07T18:32:10.269767+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:11.662 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:11 smithi107 bash[22201]: cluster 2024-04-07T18:32:10.485623+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:13.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:13 smithi112 bash[22390]: cluster 2024-04-07T18:32:12.486161+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:13.800 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:13 smithi087 bash[21510]: cluster 2024-04-07T18:32:12.486161+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:13.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:13 smithi107 bash[22201]: cluster 2024-04-07T18:32:12.486161+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:14.132 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:32:14.135 INFO:teuthology.orchestra.run.smithi087.stderr:dumped all 2024-04-07T18:32:14.853 INFO:teuthology.orchestra.run.smithi087.stdout:{"pg_ready":true,"pg_map":{"version":207,"stamp":"2024-04-07T18:32:12.485901+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":85200,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150256,"statfs":{"total":287985106944,"available":287897862144,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"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.003355"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-04-07T18:30:42.516878+0000","last_change":"2024-04-07T18:30:41.509689+0000","last_active":"2024-04-07T18:30:42.516878+0000","last_peered":"2024-04-07T18:30:42.516878+0000","last_clean":"2024-04-07T18:30:42.516878+0000","last_became_active":"2024-04-07T18:30:41.509062+0000","last_became_peered":"2024-04-07T18:30:41.509062+0000","last_unstale":"2024-04-07T18:30:42.516878+0000","last_undegraded":"2024-04-07T18:30:42.516878+0000","last_fullsized":"2024-04-07T18:30:42.516878+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-07T18:30:40.482824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-07T18:30:40.482824+0000","last_clean_scrub_stamp":"2024-04-07T18:30:40.482824+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-09T04:39:38.151305+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411350,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,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":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574880,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-07T18:32:14.854 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-07T18:32:14.854 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-07T18:32:14.854 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-07T18:32:14.854 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- ceph health --format=json 2024-04-07T18:32:15.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:15 smithi112 bash[22390]: audit 2024-04-07T18:32:14.136464+0000 mgr.a (mgr.14152) 262 : audit [DBG] from='client.14340 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:32:15.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:15 smithi112 bash[22390]: cluster 2024-04-07T18:32:14.486655+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:15.826 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:15 smithi087 bash[21510]: audit 2024-04-07T18:32:14.136464+0000 mgr.a (mgr.14152) 262 : audit [DBG] from='client.14340 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:32:15.826 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:15 smithi087 bash[21510]: cluster 2024-04-07T18:32:14.486655+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:15.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:15 smithi107 bash[22201]: audit 2024-04-07T18:32:14.136464+0000 mgr.a (mgr.14152) 262 : audit [DBG] from='client.14340 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:32:15.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:15 smithi107 bash[22201]: cluster 2024-04-07T18:32:14.486655+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:17.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:16 smithi107 bash[22201]: audit 2024-04-07T18:32:15.806711+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:17.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:16 smithi107 bash[22201]: audit 2024-04-07T18:32:15.816879+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:17.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:16 smithi107 bash[22201]: audit 2024-04-07T18:32:15.827999+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:17.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:16 smithi087 bash[21510]: audit 2024-04-07T18:32:15.806711+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:17.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:16 smithi087 bash[21510]: audit 2024-04-07T18:32:15.816879+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:17.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:16 smithi087 bash[21510]: audit 2024-04-07T18:32:15.827999+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:17.299 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:16 smithi112 bash[22390]: audit 2024-04-07T18:32:15.806711+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:17.300 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:16 smithi112 bash[22390]: audit 2024-04-07T18:32:15.816879+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:17.300 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:16 smithi112 bash[22390]: audit 2024-04-07T18:32:15.827999+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:18.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:17 smithi112 bash[22390]: cluster 2024-04-07T18:32:16.487136+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:18.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:17 smithi107 bash[22201]: cluster 2024-04-07T18:32:16.487136+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:18.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:17 smithi087 bash[21510]: cluster 2024-04-07T18:32:16.487136+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:19.734 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:32:20.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:19 smithi112 bash[22390]: cluster 2024-04-07T18:32:18.487672+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:20.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:19 smithi107 bash[22201]: cluster 2024-04-07T18:32:18.487672+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:20.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:19 smithi087 bash[21510]: cluster 2024-04-07T18:32:18.487672+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:22.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:21 smithi107 bash[22201]: cluster 2024-04-07T18:32:20.488193+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:22.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:21 smithi087 bash[21510]: cluster 2024-04-07T18:32:20.488193+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:22.299 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:21 smithi112 bash[22390]: cluster 2024-04-07T18:32:20.488193+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:22.672 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:32:22.672 INFO:teuthology.orchestra.run.smithi087.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-07T18:32:22.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:22 smithi087 bash[21510]: audit 2024-04-07T18:32:22.676809+0000 mon.a (mon.0) 693 : audit [DBG] from='client.? 172.21.15.87:0/333236159' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-07T18:32:23.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:22 smithi107 bash[22201]: audit 2024-04-07T18:32:22.676809+0000 mon.a (mon.0) 693 : audit [DBG] from='client.? 172.21.15.87:0/333236159' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-07T18:32:23.190 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:22 smithi112 bash[22390]: audit 2024-04-07T18:32:22.676809+0000 mon.a (mon.0) 693 : audit [DBG] from='client.? 172.21.15.87:0/333236159' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-07T18:32:23.355 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-07T18:32:23.355 INFO:tasks.cephadm:Setup complete, yielding 2024-04-07T18:32:23.356 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-07T18:32:23.366 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi087.front.sepia.ceph.com 2024-04-07T18:32:23.366 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:adce92d056533f22dc1ee37e3141d098b046ec1b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 -- bash -c 'set -e 2024-04-07T18:32:23.366 DEBUG:teuthology.orchestra.run.smithi087:> set -x 2024-04-07T18:32:23.366 DEBUG:teuthology.orchestra.run.smithi087:> ceph orch apply node-exporter 2024-04-07T18:32:23.366 DEBUG:teuthology.orchestra.run.smithi087:> ceph orch apply grafana 2024-04-07T18:32:23.366 DEBUG:teuthology.orchestra.run.smithi087:> ceph orch apply alertmanager 2024-04-07T18:32:23.366 DEBUG:teuthology.orchestra.run.smithi087:> ceph orch apply prometheus 2024-04-07T18:32:23.366 DEBUG:teuthology.orchestra.run.smithi087:> sleep 240 2024-04-07T18:32:23.366 DEBUG:teuthology.orchestra.run.smithi087:> ceph orch ls 2024-04-07T18:32:23.366 DEBUG:teuthology.orchestra.run.smithi087:> ceph orch ps 2024-04-07T18:32:23.366 DEBUG:teuthology.orchestra.run.smithi087:> ceph orch host ls 2024-04-07T18:32:23.366 DEBUG:teuthology.orchestra.run.smithi087:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-04-07T18:32:23.367 DEBUG:teuthology.orchestra.run.smithi087:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-07T18:32:23.367 DEBUG:teuthology.orchestra.run.smithi087:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-07T18:32:23.367 DEBUG:teuthology.orchestra.run.smithi087:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-07T18:32:23.367 DEBUG:teuthology.orchestra.run.smithi087:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-04-07T18:32:23.367 DEBUG:teuthology.orchestra.run.smithi087:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-04-07T18:32:23.367 DEBUG:teuthology.orchestra.run.smithi087:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-04-07T18:32:23.367 DEBUG:teuthology.orchestra.run.smithi087:> # check each host node-exporter metrics endpoint is responsive 2024-04-07T18:32:23.367 DEBUG:teuthology.orchestra.run.smithi087:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-04-07T18:32:23.367 DEBUG:teuthology.orchestra.run.smithi087:> for ip in $ALL_HOST_IPS; do 2024-04-07T18:32:23.367 DEBUG:teuthology.orchestra.run.smithi087:> curl -s http://${ip}:9100/metric 2024-04-07T18:32:23.367 DEBUG:teuthology.orchestra.run.smithi087:> done 2024-04-07T18:32:23.367 DEBUG:teuthology.orchestra.run.smithi087:> # check grafana endpoints are responsive and database health is okay 2024-04-07T18:32:23.367 DEBUG:teuthology.orchestra.run.smithi087:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-04-07T18:32:23.367 DEBUG:teuthology.orchestra.run.smithi087:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-04-07T18:32:23.367 DEBUG:teuthology.orchestra.run.smithi087:> # stop mon daemon in order to trigger an alert 2024-04-07T18:32:23.367 DEBUG:teuthology.orchestra.run.smithi087:> ceph orch daemon stop $MON_DAEMON 2024-04-07T18:32:23.367 DEBUG:teuthology.orchestra.run.smithi087:> sleep 120 2024-04-07T18:32:23.368 DEBUG:teuthology.orchestra.run.smithi087:> # check prometheus endpoints are responsive and mon down alert is firing 2024-04-07T18:32:23.368 DEBUG:teuthology.orchestra.run.smithi087:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-04-07T18:32:23.368 DEBUG:teuthology.orchestra.run.smithi087:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-04-07T18:32:23.368 DEBUG:teuthology.orchestra.run.smithi087:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-04-07T18:32:23.368 DEBUG:teuthology.orchestra.run.smithi087:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-04-07T18:32:23.368 DEBUG:teuthology.orchestra.run.smithi087:> # check alertmanager endpoints are responsive and mon down alert is active 2024-04-07T18:32:23.368 DEBUG:teuthology.orchestra.run.smithi087:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-04-07T18:32:23.368 DEBUG:teuthology.orchestra.run.smithi087:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-04-07T18:32:23.368 DEBUG:teuthology.orchestra.run.smithi087:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-04-07T18:32:23.368 DEBUG:teuthology.orchestra.run.smithi087:> ' 2024-04-07T18:32:24.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:23 smithi107 bash[22201]: cluster 2024-04-07T18:32:22.488691+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:24.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:23 smithi087 bash[21510]: cluster 2024-04-07T18:32:22.488691+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:24.299 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:23 smithi112 bash[22390]: cluster 2024-04-07T18:32:22.488691+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:26.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:25 smithi107 bash[22201]: cluster 2024-04-07T18:32:24.489264+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:26.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:25 smithi087 bash[21510]: cluster 2024-04-07T18:32:24.489264+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:26.299 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:25 smithi112 bash[22390]: cluster 2024-04-07T18:32:24.489264+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:27.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:26 smithi107 bash[22201]: audit 2024-04-07T18:32:25.891738+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:27.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:26 smithi107 bash[22201]: audit 2024-04-07T18:32:25.900143+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:27.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:26 smithi107 bash[22201]: audit 2024-04-07T18:32:25.910524+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:27.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:26 smithi087 bash[21510]: audit 2024-04-07T18:32:25.891738+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:27.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:26 smithi087 bash[21510]: audit 2024-04-07T18:32:25.900143+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:27.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:26 smithi087 bash[21510]: audit 2024-04-07T18:32:25.910524+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:27.299 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:26 smithi112 bash[22390]: audit 2024-04-07T18:32:25.891738+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:27.299 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:26 smithi112 bash[22390]: audit 2024-04-07T18:32:25.900143+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:27.299 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:26 smithi112 bash[22390]: audit 2024-04-07T18:32:25.910524+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:28.089 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/mon.a/config 2024-04-07T18:32:28.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:27 smithi107 bash[22201]: cluster 2024-04-07T18:32:26.489792+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:28.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:27 smithi087 bash[21510]: cluster 2024-04-07T18:32:26.489792+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:28.299 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:27 smithi112 bash[22390]: cluster 2024-04-07T18:32:26.489792+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:29.173 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:28 smithi087 bash[21510]: cluster 2024-04-07T18:32:28.490305+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:29.229 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:28 smithi107 bash[22201]: cluster 2024-04-07T18:32:28.490305+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:29.299 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:28 smithi112 bash[22390]: cluster 2024-04-07T18:32:28.490305+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:30.952 INFO:teuthology.orchestra.run.smithi087.stderr:+ ceph orch apply node-exporter 2024-04-07T18:32:31.322 INFO:teuthology.orchestra.run.smithi087.stdout:Scheduled node-exporter update... 2024-04-07T18:32:31.335 INFO:teuthology.orchestra.run.smithi087.stderr:+ ceph orch apply grafana 2024-04-07T18:32:31.690 INFO:teuthology.orchestra.run.smithi087.stdout:Scheduled grafana update... 2024-04-07T18:32:31.705 INFO:teuthology.orchestra.run.smithi087.stderr:+ ceph orch apply alertmanager 2024-04-07T18:32:31.731 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:31 smithi087 bash[21510]: audit 2024-04-07T18:32:30.448592+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:31.731 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:31 smithi087 bash[21510]: audit 2024-04-07T18:32:30.457169+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:31.731 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:31 smithi087 bash[21510]: audit 2024-04-07T18:32:30.467473+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:31.731 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:31 smithi087 bash[21510]: cluster 2024-04-07T18:32:30.490774+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:31.732 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:31 smithi087 bash[21510]: audit 2024-04-07T18:32:31.327090+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:31.732 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:31 smithi087 bash[21510]: audit 2024-04-07T18:32:31.374259+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:32:31.732 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:31 smithi087 bash[21510]: audit 2024-04-07T18:32:31.377975+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:32:31.732 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:31 smithi087 bash[21510]: audit 2024-04-07T18:32:31.378942+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:32:31.732 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:31 smithi087 bash[21510]: audit 2024-04-07T18:32:31.385532+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:31.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:31 smithi112 bash[22390]: audit 2024-04-07T18:32:30.448592+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:31.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:31 smithi112 bash[22390]: audit 2024-04-07T18:32:30.457169+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:31.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:31 smithi112 bash[22390]: audit 2024-04-07T18:32:30.467473+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:31.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:31 smithi112 bash[22390]: cluster 2024-04-07T18:32:30.490774+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:31.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:31 smithi112 bash[22390]: audit 2024-04-07T18:32:31.327090+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:31.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:31 smithi112 bash[22390]: audit 2024-04-07T18:32:31.374259+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:32:31.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:31 smithi112 bash[22390]: audit 2024-04-07T18:32:31.377975+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:32:31.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:31 smithi112 bash[22390]: audit 2024-04-07T18:32:31.378942+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:32:31.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:31 smithi112 bash[22390]: audit 2024-04-07T18:32:31.385532+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:31.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:31 smithi107 bash[22201]: audit 2024-04-07T18:32:30.448592+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:31.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:31 smithi107 bash[22201]: audit 2024-04-07T18:32:30.457169+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:31.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:31 smithi107 bash[22201]: audit 2024-04-07T18:32:30.467473+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:31.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:31 smithi107 bash[22201]: cluster 2024-04-07T18:32:30.490774+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:31.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:31 smithi107 bash[22201]: audit 2024-04-07T18:32:31.327090+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:31.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:31 smithi107 bash[22201]: audit 2024-04-07T18:32:31.374259+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:32:31.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:31 smithi107 bash[22201]: audit 2024-04-07T18:32:31.377975+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:32:31.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:31 smithi107 bash[22201]: audit 2024-04-07T18:32:31.378942+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:32:31.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:31 smithi107 bash[22201]: audit 2024-04-07T18:32:31.385532+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:32.088 INFO:teuthology.orchestra.run.smithi087.stdout:Scheduled alertmanager update... 2024-04-07T18:32:32.102 INFO:teuthology.orchestra.run.smithi087.stderr:+ ceph orch apply prometheus 2024-04-07T18:32:32.115 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:32 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:32:32.116 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:32:32 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:32:32.116 INFO:journalctl@ceph.osd.0.smithi087.stdout:Apr 07 18:32:32 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:32:32.393 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:32 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:32:32.393 INFO:journalctl@ceph.osd.0.smithi087.stdout:Apr 07 18:32:32 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:32:32.393 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:32:32 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:32:32.467 INFO:teuthology.orchestra.run.smithi087.stdout:Scheduled prometheus update... 2024-04-07T18:32:32.480 INFO:teuthology.orchestra.run.smithi087.stderr:+ sleep 240 2024-04-07T18:32:32.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:32 smithi087 bash[21510]: audit 2024-04-07T18:32:31.320907+0000 mgr.a (mgr.14152) 272 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:32:32.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:32 smithi087 bash[21510]: cephadm 2024-04-07T18:32:31.322402+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-07T18:32:32.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:32 smithi087 bash[21510]: cephadm 2024-04-07T18:32:31.389917+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Deploying daemon node-exporter.smithi087 on smithi087 2024-04-07T18:32:32.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:32 smithi087 bash[21510]: audit 2024-04-07T18:32:31.683816+0000 mgr.a (mgr.14152) 275 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:32:32.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:32 smithi087 bash[21510]: cephadm 2024-04-07T18:32:31.686803+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-07T18:32:32.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:32 smithi087 bash[21510]: audit 2024-04-07T18:32:31.694408+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:32.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:32 smithi087 bash[21510]: audit 2024-04-07T18:32:32.092763+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:32.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:32 smithi087 bash[21510]: audit 2024-04-07T18:32:32.394931+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:32.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:32 smithi087 bash[21510]: audit 2024-04-07T18:32:32.402672+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:32.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:32 smithi087 bash[21510]: audit 2024-04-07T18:32:32.408401+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:32.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:32 smithi087 bash[21510]: audit 2024-04-07T18:32:32.471763+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:33.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:32 smithi112 bash[22390]: audit 2024-04-07T18:32:31.320907+0000 mgr.a (mgr.14152) 272 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:32:33.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:32 smithi112 bash[22390]: cephadm 2024-04-07T18:32:31.322402+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-07T18:32:33.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:32 smithi112 bash[22390]: cephadm 2024-04-07T18:32:31.389917+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Deploying daemon node-exporter.smithi087 on smithi087 2024-04-07T18:32:33.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:32 smithi112 bash[22390]: audit 2024-04-07T18:32:31.683816+0000 mgr.a (mgr.14152) 275 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:32:33.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:32 smithi112 bash[22390]: cephadm 2024-04-07T18:32:31.686803+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-07T18:32:33.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:32 smithi112 bash[22390]: audit 2024-04-07T18:32:31.694408+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:33.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:32 smithi112 bash[22390]: audit 2024-04-07T18:32:32.092763+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:33.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:32 smithi112 bash[22390]: audit 2024-04-07T18:32:32.394931+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:33.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:32 smithi112 bash[22390]: audit 2024-04-07T18:32:32.402672+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:33.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:32 smithi112 bash[22390]: audit 2024-04-07T18:32:32.408401+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:33.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:32 smithi112 bash[22390]: audit 2024-04-07T18:32:32.471763+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:33.105 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:32 smithi107 bash[22201]: audit 2024-04-07T18:32:31.320907+0000 mgr.a (mgr.14152) 272 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:32:33.105 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:32 smithi107 bash[22201]: cephadm 2024-04-07T18:32:31.322402+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-07T18:32:33.105 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:32 smithi107 bash[22201]: cephadm 2024-04-07T18:32:31.389917+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Deploying daemon node-exporter.smithi087 on smithi087 2024-04-07T18:32:33.105 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:32 smithi107 bash[22201]: audit 2024-04-07T18:32:31.683816+0000 mgr.a (mgr.14152) 275 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:32:33.105 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:32 smithi107 bash[22201]: cephadm 2024-04-07T18:32:31.686803+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-07T18:32:33.105 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:32 smithi107 bash[22201]: audit 2024-04-07T18:32:31.694408+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:33.105 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:32 smithi107 bash[22201]: audit 2024-04-07T18:32:32.092763+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:33.105 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:32 smithi107 bash[22201]: audit 2024-04-07T18:32:32.394931+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:33.105 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:32 smithi107 bash[22201]: audit 2024-04-07T18:32:32.402672+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:33.105 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:32 smithi107 bash[22201]: audit 2024-04-07T18:32:32.408401+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:33.105 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:32 smithi107 bash[22201]: audit 2024-04-07T18:32:32.471763+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:33.411 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:32:33 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:32:33.412 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:32:33 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:32:33.412 INFO:journalctl@ceph.osd.1.smithi107.stdout:Apr 07 18:32:33 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:32:33.412 INFO:journalctl@ceph.osd.1.smithi107.stdout:Apr 07 18:32:33 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:32:33.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:33 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:32:33.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:33 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:32:33.692 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:33 smithi107 bash[22201]: audit 2024-04-07T18:32:32.084805+0000 mgr.a (mgr.14152) 277 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:32:33.693 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:33 smithi107 bash[22201]: cephadm 2024-04-07T18:32:32.086200+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-07T18:32:33.693 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:33 smithi107 bash[22201]: cephadm 2024-04-07T18:32:32.409097+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Deploying daemon node-exporter.smithi107 on smithi107 2024-04-07T18:32:33.693 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:33 smithi107 bash[22201]: audit 2024-04-07T18:32:32.467033+0000 mgr.a (mgr.14152) 280 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:32:33.750 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:33 smithi087 bash[21510]: audit 2024-04-07T18:32:32.084805+0000 mgr.a (mgr.14152) 277 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:32:33.750 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:33 smithi087 bash[21510]: cephadm 2024-04-07T18:32:32.086200+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-07T18:32:33.751 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:33 smithi087 bash[21510]: cephadm 2024-04-07T18:32:32.409097+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Deploying daemon node-exporter.smithi107 on smithi107 2024-04-07T18:32:33.751 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:33 smithi087 bash[21510]: audit 2024-04-07T18:32:32.467033+0000 mgr.a (mgr.14152) 280 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:32:33.751 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:33 smithi087 bash[21510]: cephadm 2024-04-07T18:32:32.468127+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-07T18:32:33.751 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:33 smithi087 bash[21510]: cluster 2024-04-07T18:32:32.491136+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:33.751 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:33 smithi087 bash[21510]: audit 2024-04-07T18:32:33.496424+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:33.751 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:33 smithi087 bash[21510]: audit 2024-04-07T18:32:33.502732+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:33.751 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:33 smithi087 bash[21510]: audit 2024-04-07T18:32:33.532035+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:33.960 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:33 smithi112 bash[22390]: audit 2024-04-07T18:32:32.084805+0000 mgr.a (mgr.14152) 277 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:32:33.960 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:33 smithi112 bash[22390]: cephadm 2024-04-07T18:32:32.086200+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-07T18:32:33.960 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:33 smithi112 bash[22390]: cephadm 2024-04-07T18:32:32.409097+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Deploying daemon node-exporter.smithi107 on smithi107 2024-04-07T18:32:33.960 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:33 smithi112 bash[22390]: audit 2024-04-07T18:32:32.467033+0000 mgr.a (mgr.14152) 280 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:32:33.960 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:33 smithi112 bash[22390]: cephadm 2024-04-07T18:32:32.468127+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-07T18:32:33.960 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:33 smithi112 bash[22390]: cluster 2024-04-07T18:32:32.491136+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:33.960 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:33 smithi112 bash[22390]: audit 2024-04-07T18:32:33.496424+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:33.960 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:33 smithi112 bash[22390]: audit 2024-04-07T18:32:33.502732+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:33.960 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:33 smithi112 bash[22390]: audit 2024-04-07T18:32:33.532035+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:34.127 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:33 smithi107 bash[22201]: cephadm 2024-04-07T18:32:32.468127+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-07T18:32:34.127 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:33 smithi107 bash[22201]: cluster 2024-04-07T18:32:32.491136+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:34.127 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:33 smithi107 bash[22201]: audit 2024-04-07T18:32:33.496424+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:34.127 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:33 smithi107 bash[22201]: audit 2024-04-07T18:32:33.502732+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:34.127 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:33 smithi107 bash[22201]: audit 2024-04-07T18:32:33.532035+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:34.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:34 smithi112 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:32:34.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:34 smithi112 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:32:34.549 INFO:journalctl@ceph.osd.2.smithi112.stdout:Apr 07 18:32:34 smithi112 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:32:34.549 INFO:journalctl@ceph.osd.2.smithi112.stdout:Apr 07 18:32:34 smithi112 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:32:34.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:34 smithi107 bash[22201]: cephadm 2024-04-07T18:32:33.533992+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Deploying daemon node-exporter.smithi112 on smithi112 2024-04-07T18:32:34.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:34 smithi107 bash[22201]: audit 2024-04-07T18:32:34.658781+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:34.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:34 smithi107 bash[22201]: audit 2024-04-07T18:32:34.665550+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:34.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:34 smithi087 bash[21510]: cephadm 2024-04-07T18:32:33.533992+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Deploying daemon node-exporter.smithi112 on smithi112 2024-04-07T18:32:34.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:34 smithi087 bash[21510]: audit 2024-04-07T18:32:34.658781+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:34.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:34 smithi087 bash[21510]: audit 2024-04-07T18:32:34.665550+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:35.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:34 smithi112 bash[22390]: cephadm 2024-04-07T18:32:33.533992+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Deploying daemon node-exporter.smithi112 on smithi112 2024-04-07T18:32:35.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:34 smithi112 bash[22390]: audit 2024-04-07T18:32:34.658781+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:35.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:34 smithi112 bash[22390]: audit 2024-04-07T18:32:34.665550+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:35.948 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:35 smithi087 bash[21510]: cluster 2024-04-07T18:32:34.491587+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:35.948 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:35 smithi087 bash[21510]: audit 2024-04-07T18:32:34.713080+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:35.948 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:35 smithi087 bash[21510]: audit 2024-04-07T18:32:34.719654+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:35.948 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:35 smithi087 bash[21510]: audit 2024-04-07T18:32:34.802422+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:32:35.948 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:35 smithi087 bash[21510]: audit 2024-04-07T18:32:34.804974+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:32:35.948 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:35 smithi087 bash[21510]: audit 2024-04-07T18:32:34.805747+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:32:35.948 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:35 smithi087 bash[21510]: audit 2024-04-07T18:32:34.813835+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:35.948 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:35 smithi087 bash[21510]: cephadm 2024-04-07T18:32:34.814334+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:32:35.948 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:35 smithi087 bash[21510]: audit 2024-04-07T18:32:34.897363+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:32:35.948 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:35 smithi087 bash[21510]: audit 2024-04-07T18:32:34.899870+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:32:35.948 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:35 smithi087 bash[21510]: audit 2024-04-07T18:32:34.900639+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:32:35.949 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:35 smithi087 bash[21510]: audit 2024-04-07T18:32:34.908675+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:35.949 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:35 smithi087 bash[21510]: cephadm 2024-04-07T18:32:34.909158+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:32:36.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:35 smithi112 bash[22390]: cluster 2024-04-07T18:32:34.491587+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:36.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:35 smithi112 bash[22390]: audit 2024-04-07T18:32:34.713080+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:36.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:35 smithi112 bash[22390]: audit 2024-04-07T18:32:34.719654+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:36.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:35 smithi112 bash[22390]: audit 2024-04-07T18:32:34.802422+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:32:36.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:35 smithi112 bash[22390]: audit 2024-04-07T18:32:34.804974+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:32:36.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:35 smithi112 bash[22390]: audit 2024-04-07T18:32:34.805747+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:32:36.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:35 smithi112 bash[22390]: audit 2024-04-07T18:32:34.813835+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:36.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:35 smithi112 bash[22390]: cephadm 2024-04-07T18:32:34.814334+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:32:36.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:35 smithi112 bash[22390]: audit 2024-04-07T18:32:34.897363+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:32:36.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:35 smithi112 bash[22390]: audit 2024-04-07T18:32:34.899870+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:32:36.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:35 smithi112 bash[22390]: audit 2024-04-07T18:32:34.900639+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:32:36.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:35 smithi112 bash[22390]: audit 2024-04-07T18:32:34.908675+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:36.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:35 smithi112 bash[22390]: cephadm 2024-04-07T18:32:34.909158+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:32:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:35 smithi107 bash[22201]: cluster 2024-04-07T18:32:34.491587+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:35 smithi107 bash[22201]: audit 2024-04-07T18:32:34.713080+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:35 smithi107 bash[22201]: audit 2024-04-07T18:32:34.719654+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:35 smithi107 bash[22201]: audit 2024-04-07T18:32:34.802422+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:32:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:35 smithi107 bash[22201]: audit 2024-04-07T18:32:34.804974+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:32:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:35 smithi107 bash[22201]: audit 2024-04-07T18:32:34.805747+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:32:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:35 smithi107 bash[22201]: audit 2024-04-07T18:32:34.813835+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:35 smithi107 bash[22201]: cephadm 2024-04-07T18:32:34.814334+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:32:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:35 smithi107 bash[22201]: audit 2024-04-07T18:32:34.897363+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:32:36.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:35 smithi107 bash[22201]: audit 2024-04-07T18:32:34.899870+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:32:36.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:35 smithi107 bash[22201]: audit 2024-04-07T18:32:34.900639+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:32:36.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:35 smithi107 bash[22201]: audit 2024-04-07T18:32:34.908675+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:36.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:35 smithi107 bash[22201]: cephadm 2024-04-07T18:32:34.909158+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:32:37.110 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:36 smithi107 bash[22201]: audit 2024-04-07T18:32:35.950715+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:37.110 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:36 smithi107 bash[22201]: cluster 2024-04-07T18:32:36.492125+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:37.236 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:36 smithi087 bash[21510]: audit 2024-04-07T18:32:35.950715+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:37.237 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:36 smithi087 bash[21510]: cluster 2024-04-07T18:32:36.492125+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:37.299 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:36 smithi112 bash[22390]: audit 2024-04-07T18:32:35.950715+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:37.299 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:36 smithi112 bash[22390]: cluster 2024-04-07T18:32:36.492125+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:39.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:39 smithi112 bash[22390]: cluster 2024-04-07T18:32:38.492698+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:39.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:39 smithi112 bash[22390]: audit 2024-04-07T18:32:39.450700+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:39.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:39 smithi107 bash[22201]: cluster 2024-04-07T18:32:38.492698+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:39.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:39 smithi107 bash[22201]: audit 2024-04-07T18:32:39.450700+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:39.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:39 smithi087 bash[21510]: cluster 2024-04-07T18:32:38.492698+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:39.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:39 smithi087 bash[21510]: audit 2024-04-07T18:32:39.450700+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:42.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:41 smithi112 bash[22390]: cluster 2024-04-07T18:32:40.493213+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:42.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:41 smithi112 bash[22390]: audit 2024-04-07T18:32:40.755929+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:42.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:41 smithi112 bash[22390]: audit 2024-04-07T18:32:41.008715+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:42.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:41 smithi112 bash[22390]: audit 2024-04-07T18:32:41.264907+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:42.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:41 smithi107 bash[22201]: cluster 2024-04-07T18:32:40.493213+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:42.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:41 smithi107 bash[22201]: audit 2024-04-07T18:32:40.755929+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:42.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:41 smithi107 bash[22201]: audit 2024-04-07T18:32:41.008715+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:42.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:41 smithi107 bash[22201]: audit 2024-04-07T18:32:41.264907+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:42.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:41 smithi087 bash[21510]: cluster 2024-04-07T18:32:40.493213+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:42.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:41 smithi087 bash[21510]: audit 2024-04-07T18:32:40.755929+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:42.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:41 smithi087 bash[21510]: audit 2024-04-07T18:32:41.008715+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:42.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:41 smithi087 bash[21510]: audit 2024-04-07T18:32:41.264907+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:44.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:43 smithi112 bash[22390]: cluster 2024-04-07T18:32:42.493775+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:44.050 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:43 smithi087 bash[21510]: cluster 2024-04-07T18:32:42.493775+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:44.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:43 smithi107 bash[22201]: cluster 2024-04-07T18:32:42.493775+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:45.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:45 smithi107 bash[22201]: audit 2024-04-07T18:32:44.054241+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:45.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:45 smithi107 bash[22201]: audit 2024-04-07T18:32:44.317931+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:45.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:45 smithi107 bash[22201]: audit 2024-04-07T18:32:44.327250+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:45.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:45 smithi107 bash[22201]: audit 2024-04-07T18:32:44.337927+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:45.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:45 smithi107 bash[22201]: cluster 2024-04-07T18:32:44.494330+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:45.481 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:45 smithi087 bash[21510]: audit 2024-04-07T18:32:44.054241+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:45.481 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:45 smithi087 bash[21510]: audit 2024-04-07T18:32:44.317931+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:45.481 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:45 smithi087 bash[21510]: audit 2024-04-07T18:32:44.327250+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:45.482 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:45 smithi087 bash[21510]: audit 2024-04-07T18:32:44.337927+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:45.482 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:45 smithi087 bash[21510]: cluster 2024-04-07T18:32:44.494330+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:45.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:45 smithi112 bash[22390]: audit 2024-04-07T18:32:44.054241+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:45.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:45 smithi112 bash[22390]: audit 2024-04-07T18:32:44.317931+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:45.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:45 smithi112 bash[22390]: audit 2024-04-07T18:32:44.327250+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:45.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:45 smithi112 bash[22390]: audit 2024-04-07T18:32:44.337927+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:45.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:45 smithi112 bash[22390]: cluster 2024-04-07T18:32:44.494330+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:46.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:46 smithi107 bash[22201]: audit 2024-04-07T18:32:45.069809+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:46 smithi107 bash[22201]: audit 2024-04-07T18:32:45.076749+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:46 smithi107 bash[22201]: audit 2024-04-07T18:32:45.084106+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:46 smithi107 bash[22201]: audit 2024-04-07T18:32:45.771545+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:46 smithi107 bash[22201]: audit 2024-04-07T18:32:45.779348+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:46 smithi107 bash[22201]: audit 2024-04-07T18:32:45.789107+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:46 smithi107 bash[22201]: audit 2024-04-07T18:32:45.819236+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:32:46.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:46 smithi107 bash[22201]: audit 2024-04-07T18:32:45.824777+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:32:46.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:46 smithi107 bash[22201]: audit 2024-04-07T18:32:45.826532+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:32:46.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:46 smithi107 bash[22201]: audit 2024-04-07T18:32:45.836521+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.413 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:46 smithi107 bash[22201]: cephadm 2024-04-07T18:32:45.887673+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-07T18:32:46.481 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:46 smithi087 bash[21510]: audit 2024-04-07T18:32:45.069809+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.481 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:46 smithi087 bash[21510]: audit 2024-04-07T18:32:45.076749+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.481 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:46 smithi087 bash[21510]: audit 2024-04-07T18:32:45.084106+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.481 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:46 smithi087 bash[21510]: audit 2024-04-07T18:32:45.771545+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.481 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:46 smithi087 bash[21510]: audit 2024-04-07T18:32:45.779348+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.481 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:46 smithi087 bash[21510]: audit 2024-04-07T18:32:45.789107+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.482 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:46 smithi087 bash[21510]: audit 2024-04-07T18:32:45.819236+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:32:46.482 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:46 smithi087 bash[21510]: audit 2024-04-07T18:32:45.824777+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:32:46.482 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:46 smithi087 bash[21510]: audit 2024-04-07T18:32:45.826532+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:32:46.482 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:46 smithi087 bash[21510]: audit 2024-04-07T18:32:45.836521+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.482 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:46 smithi087 bash[21510]: cephadm 2024-04-07T18:32:45.887673+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-07T18:32:46.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:46 smithi112 bash[22390]: audit 2024-04-07T18:32:45.069809+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:46 smithi112 bash[22390]: audit 2024-04-07T18:32:45.076749+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:46 smithi112 bash[22390]: audit 2024-04-07T18:32:45.084106+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:46 smithi112 bash[22390]: audit 2024-04-07T18:32:45.771545+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:46 smithi112 bash[22390]: audit 2024-04-07T18:32:45.779348+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:46 smithi112 bash[22390]: audit 2024-04-07T18:32:45.789107+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.550 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:46 smithi112 bash[22390]: audit 2024-04-07T18:32:45.819236+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:32:46.550 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:46 smithi112 bash[22390]: audit 2024-04-07T18:32:45.824777+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:32:46.550 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:46 smithi112 bash[22390]: audit 2024-04-07T18:32:45.826532+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:32:46.550 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:46 smithi112 bash[22390]: audit 2024-04-07T18:32:45.836521+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:46.550 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:46 smithi112 bash[22390]: cephadm 2024-04-07T18:32:45.887673+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-07T18:32:47.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:47 smithi087 bash[21510]: audit 2024-04-07T18:32:46.067348+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:47.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:47 smithi087 bash[21510]: audit 2024-04-07T18:32:46.077125+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:47.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:47 smithi087 bash[21510]: audit 2024-04-07T18:32:46.082123+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-07T18:32:47.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:47 smithi087 bash[21510]: audit 2024-04-07T18:32:46.082686+0000 mgr.a (mgr.14152) 293 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-07T18:32:47.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:47 smithi087 bash[21510]: audit 2024-04-07T18:32:46.086859+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:47.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:47 smithi087 bash[21510]: cephadm 2024-04-07T18:32:46.113161+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Deploying daemon grafana.smithi087 on smithi087 2024-04-07T18:32:47.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:47 smithi087 bash[21510]: cluster 2024-04-07T18:32:46.494730+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:47.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:47 smithi107 bash[22201]: audit 2024-04-07T18:32:46.067348+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:47.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:47 smithi107 bash[22201]: audit 2024-04-07T18:32:46.077125+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:47.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:47 smithi107 bash[22201]: audit 2024-04-07T18:32:46.082123+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-07T18:32:47.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:47 smithi107 bash[22201]: audit 2024-04-07T18:32:46.082686+0000 mgr.a (mgr.14152) 293 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-07T18:32:47.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:47 smithi107 bash[22201]: audit 2024-04-07T18:32:46.086859+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:47.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:47 smithi107 bash[22201]: cephadm 2024-04-07T18:32:46.113161+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Deploying daemon grafana.smithi087 on smithi087 2024-04-07T18:32:47.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:47 smithi107 bash[22201]: cluster 2024-04-07T18:32:46.494730+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:47.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:47 smithi112 bash[22390]: audit 2024-04-07T18:32:46.067348+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:47.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:47 smithi112 bash[22390]: audit 2024-04-07T18:32:46.077125+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:47.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:47 smithi112 bash[22390]: audit 2024-04-07T18:32:46.082123+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-07T18:32:47.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:47 smithi112 bash[22390]: audit 2024-04-07T18:32:46.082686+0000 mgr.a (mgr.14152) 293 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-07T18:32:47.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:47 smithi112 bash[22390]: audit 2024-04-07T18:32:46.086859+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:32:47.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:47 smithi112 bash[22390]: cephadm 2024-04-07T18:32:46.113161+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Deploying daemon grafana.smithi087 on smithi087 2024-04-07T18:32:47.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:47 smithi112 bash[22390]: cluster 2024-04-07T18:32:46.494730+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:49.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:49 smithi112 bash[22390]: cluster 2024-04-07T18:32:48.495342+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:49.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:49 smithi107 bash[22201]: cluster 2024-04-07T18:32:48.495342+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:49.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:49 smithi087 bash[21510]: cluster 2024-04-07T18:32:48.495342+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:51.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:51 smithi107 bash[22201]: cluster 2024-04-07T18:32:50.495920+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:51.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:51 smithi087 bash[21510]: cluster 2024-04-07T18:32:50.495920+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:52.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:51 smithi112 bash[22390]: cluster 2024-04-07T18:32:50.495920+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:53.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:53 smithi107 bash[22201]: cluster 2024-04-07T18:32:52.496300+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:53.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:53 smithi087 bash[21510]: cluster 2024-04-07T18:32:52.496300+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:54.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:53 smithi112 bash[22390]: cluster 2024-04-07T18:32:52.496300+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:55.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:55 smithi107 bash[22201]: cluster 2024-04-07T18:32:54.496895+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:55.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:55 smithi087 bash[21510]: cluster 2024-04-07T18:32:54.496895+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:56.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:55 smithi112 bash[22390]: cluster 2024-04-07T18:32:54.496895+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:57.816 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:57 smithi112 bash[22390]: cluster 2024-04-07T18:32:56.497448+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:57.825 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:57 smithi107 bash[22201]: cluster 2024-04-07T18:32:56.497448+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:57.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:57 smithi087 bash[21510]: cluster 2024-04-07T18:32:56.497448+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:59.885 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:32:59 smithi107 bash[22201]: cluster 2024-04-07T18:32:58.497967+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:32:59.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:32:59 smithi087 bash[21510]: cluster 2024-04-07T18:32:58.497967+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:00.038 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:32:59 smithi112 bash[22390]: cluster 2024-04-07T18:32:58.497967+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:01.759 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:01 smithi087 bash[21510]: cluster 2024-04-07T18:33:00.498466+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:01.759 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:01 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:33:01.760 INFO:journalctl@ceph.osd.0.smithi087.stdout:Apr 07 18:33:01 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:33:01.760 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:01 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:33:01.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:01 smithi107 bash[22201]: cluster 2024-04-07T18:33:00.498466+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:02.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:01 smithi112 bash[22390]: cluster 2024-04-07T18:33:00.498466+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:02.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:01 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:33:02.231 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:01 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:33:02.231 INFO:journalctl@ceph.osd.0.smithi087.stdout:Apr 07 18:33:01 smithi087 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:33:03.299 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:03 smithi112 bash[22390]: audit 2024-04-07T18:33:02.036072+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:03.299 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:03 smithi112 bash[22390]: audit 2024-04-07T18:33:02.040613+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:03.299 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:03 smithi112 bash[22390]: audit 2024-04-07T18:33:02.061324+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:03.299 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:03 smithi112 bash[22390]: audit 2024-04-07T18:33:02.065995+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:03.299 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:03 smithi112 bash[22390]: cephadm 2024-04-07T18:33:02.076248+0000 mgr.a (mgr.14152) 303 : cephadm [INF] Deploying daemon alertmanager.smithi112 on smithi112 2024-04-07T18:33:03.299 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:03 smithi112 bash[22390]: cluster 2024-04-07T18:33:02.498994+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:03.299 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:03 smithi112 bash[22390]: audit 2024-04-07T18:33:02.926476+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:03.299 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:03 smithi112 bash[22390]: audit 2024-04-07T18:33:02.936021+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:03.299 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:03 smithi112 bash[22390]: audit 2024-04-07T18:33:02.946395+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:03.354 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:03 smithi087 bash[21510]: audit 2024-04-07T18:33:02.036072+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:03.354 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:03 smithi087 bash[21510]: audit 2024-04-07T18:33:02.040613+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:03.354 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:03 smithi087 bash[21510]: audit 2024-04-07T18:33:02.061324+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:03.354 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:03 smithi087 bash[21510]: audit 2024-04-07T18:33:02.065995+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:03.354 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:03 smithi087 bash[21510]: cephadm 2024-04-07T18:33:02.076248+0000 mgr.a (mgr.14152) 303 : cephadm [INF] Deploying daemon alertmanager.smithi112 on smithi112 2024-04-07T18:33:03.354 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:03 smithi087 bash[21510]: cluster 2024-04-07T18:33:02.498994+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:03.354 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:03 smithi087 bash[21510]: audit 2024-04-07T18:33:02.926476+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:03.354 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:03 smithi087 bash[21510]: audit 2024-04-07T18:33:02.936021+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:03.354 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:03 smithi087 bash[21510]: audit 2024-04-07T18:33:02.946395+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:03.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:03 smithi107 bash[22201]: audit 2024-04-07T18:33:02.036072+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:03.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:03 smithi107 bash[22201]: audit 2024-04-07T18:33:02.040613+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:03.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:03 smithi107 bash[22201]: audit 2024-04-07T18:33:02.061324+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:03.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:03 smithi107 bash[22201]: audit 2024-04-07T18:33:02.065995+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:03.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:03 smithi107 bash[22201]: cephadm 2024-04-07T18:33:02.076248+0000 mgr.a (mgr.14152) 303 : cephadm [INF] Deploying daemon alertmanager.smithi112 on smithi112 2024-04-07T18:33:03.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:03 smithi107 bash[22201]: cluster 2024-04-07T18:33:02.498994+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:03.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:03 smithi107 bash[22201]: audit 2024-04-07T18:33:02.926476+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:03.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:03 smithi107 bash[22201]: audit 2024-04-07T18:33:02.936021+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:03.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:03 smithi107 bash[22201]: audit 2024-04-07T18:33:02.946395+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:04.731 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:04 smithi087 bash[21510]: audit 2024-04-07T18:33:03.665250+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:04.731 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:04 smithi087 bash[21510]: audit 2024-04-07T18:33:03.672621+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:04.731 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:04 smithi087 bash[21510]: audit 2024-04-07T18:33:03.685483+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:04.731 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:04 smithi087 bash[21510]: audit 2024-04-07T18:33:04.460104+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:05.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:04 smithi112 bash[22390]: audit 2024-04-07T18:33:03.665250+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:05.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:04 smithi112 bash[22390]: audit 2024-04-07T18:33:03.672621+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:05.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:04 smithi112 bash[22390]: audit 2024-04-07T18:33:03.685483+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:05.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:04 smithi112 bash[22390]: audit 2024-04-07T18:33:04.460104+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:05.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:04 smithi107 bash[22201]: audit 2024-04-07T18:33:03.665250+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:05.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:04 smithi107 bash[22201]: audit 2024-04-07T18:33:03.672621+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:05.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:04 smithi107 bash[22201]: audit 2024-04-07T18:33:03.685483+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:05.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:04 smithi107 bash[22201]: audit 2024-04-07T18:33:04.460104+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:05.881 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:05 smithi087 bash[21510]: cluster 2024-04-07T18:33:04.499582+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:05.923 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:05 smithi112 bash[22390]: cluster 2024-04-07T18:33:04.499582+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:06.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:05 smithi107 bash[22201]: cluster 2024-04-07T18:33:04.499582+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:06.964 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:06 smithi087 bash[21510]: audit 2024-04-07T18:33:05.885995+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:07.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:06 smithi107 bash[22201]: audit 2024-04-07T18:33:05.885995+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:07.298 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:06 smithi112 bash[22390]: audit 2024-04-07T18:33:05.885995+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:08.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:07 smithi107 bash[22201]: cluster 2024-04-07T18:33:06.500178+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:08.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:07 smithi087 bash[21510]: cluster 2024-04-07T18:33:06.500178+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:08.298 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:07 smithi112 bash[22390]: cluster 2024-04-07T18:33:06.500178+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:09.867 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:09 smithi112 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:33:09.868 INFO:journalctl@ceph.osd.2.smithi112.stdout:Apr 07 18:33:09 smithi112 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:33:09.942 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:09 smithi087 bash[21510]: cluster 2024-04-07T18:33:08.500724+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:10.161 INFO:journalctl@ceph.osd.2.smithi112.stdout:Apr 07 18:33:10 smithi112 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:33:10.161 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:09 smithi112 bash[22390]: cluster 2024-04-07T18:33:08.500724+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:10.161 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:10 smithi112 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:33:10.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:09 smithi107 bash[22201]: cluster 2024-04-07T18:33:08.500724+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:11.230 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:11 smithi087 bash[21510]: audit 2024-04-07T18:33:10.162689+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:11.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:11 smithi087 bash[21510]: audit 2024-04-07T18:33:10.167469+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:11.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:11 smithi087 bash[21510]: audit 2024-04-07T18:33:10.213314+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:11.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:11 smithi087 bash[21510]: audit 2024-04-07T18:33:10.219915+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:11.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:11 smithi087 bash[21510]: cluster 2024-04-07T18:33:10.501237+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:11.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:11 smithi087 bash[21510]: cephadm 2024-04-07T18:33:10.515784+0000 mgr.a (mgr.14152) 309 : cephadm [INF] Deploying daemon prometheus.smithi107 on smithi107 2024-04-07T18:33:11.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:11 smithi107 bash[22201]: audit 2024-04-07T18:33:10.162689+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:11.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:11 smithi107 bash[22201]: audit 2024-04-07T18:33:10.167469+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:11.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:11 smithi107 bash[22201]: audit 2024-04-07T18:33:10.213314+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:11.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:11 smithi107 bash[22201]: audit 2024-04-07T18:33:10.219915+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:11.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:11 smithi107 bash[22201]: cluster 2024-04-07T18:33:10.501237+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:11.412 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:11 smithi107 bash[22201]: cephadm 2024-04-07T18:33:10.515784+0000 mgr.a (mgr.14152) 309 : cephadm [INF] Deploying daemon prometheus.smithi107 on smithi107 2024-04-07T18:33:11.548 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:11 smithi112 bash[22390]: audit 2024-04-07T18:33:10.162689+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:11.548 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:11 smithi112 bash[22390]: audit 2024-04-07T18:33:10.167469+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:11.548 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:11 smithi112 bash[22390]: audit 2024-04-07T18:33:10.213314+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:11.548 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:11 smithi112 bash[22390]: audit 2024-04-07T18:33:10.219915+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:11.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:11 smithi112 bash[22390]: cluster 2024-04-07T18:33:10.501237+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:11.549 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:11 smithi112 bash[22390]: cephadm 2024-04-07T18:33:10.515784+0000 mgr.a (mgr.14152) 309 : cephadm [INF] Deploying daemon prometheus.smithi107 on smithi107 2024-04-07T18:33:12.524 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:12 smithi087 bash[21510]: audit 2024-04-07T18:33:11.369714+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:12.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:12 smithi107 bash[22201]: audit 2024-04-07T18:33:11.369714+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:12.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:12 smithi112 bash[22390]: audit 2024-04-07T18:33:11.369714+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:13.594 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:13 smithi087 bash[21510]: audit 2024-04-07T18:33:12.426110+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:13.595 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:13 smithi087 bash[21510]: cluster 2024-04-07T18:33:12.501750+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:13.699 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:13 smithi112 bash[22390]: audit 2024-04-07T18:33:12.426110+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:13.699 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:13 smithi112 bash[22390]: cluster 2024-04-07T18:33:12.501750+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:13.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:13 smithi107 bash[22201]: audit 2024-04-07T18:33:12.426110+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:13.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:13 smithi107 bash[22201]: cluster 2024-04-07T18:33:12.501750+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:15.716 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:15 smithi087 bash[21510]: audit 2024-04-07T18:33:14.469626+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:15.716 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:15 smithi087 bash[21510]: cluster 2024-04-07T18:33:14.502262+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:15.716 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:15 smithi087 bash[21510]: audit 2024-04-07T18:33:14.624717+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:15.717 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:15 smithi087 bash[21510]: audit 2024-04-07T18:33:15.090725+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:15.717 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:15 smithi087 bash[21510]: audit 2024-04-07T18:33:15.099006+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:15.717 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:15 smithi087 bash[21510]: audit 2024-04-07T18:33:15.108002+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:15.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:15 smithi112 bash[22390]: audit 2024-04-07T18:33:14.469626+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:15.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:15 smithi112 bash[22390]: cluster 2024-04-07T18:33:14.502262+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:15.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:15 smithi112 bash[22390]: audit 2024-04-07T18:33:14.624717+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:15.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:15 smithi112 bash[22390]: audit 2024-04-07T18:33:15.090725+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:15.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:15 smithi112 bash[22390]: audit 2024-04-07T18:33:15.099006+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:15.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:15 smithi112 bash[22390]: audit 2024-04-07T18:33:15.108002+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:15.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:15 smithi107 bash[22201]: audit 2024-04-07T18:33:14.469626+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:15.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:15 smithi107 bash[22201]: cluster 2024-04-07T18:33:14.502262+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:15.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:15 smithi107 bash[22201]: audit 2024-04-07T18:33:14.624717+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:15.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:15 smithi107 bash[22201]: audit 2024-04-07T18:33:15.090725+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:15.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:15 smithi107 bash[22201]: audit 2024-04-07T18:33:15.099006+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:15.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:15 smithi107 bash[22201]: audit 2024-04-07T18:33:15.108002+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:17.583 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:17 smithi087 bash[21510]: cluster 2024-04-07T18:33:16.502804+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:17.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:17 smithi107 bash[22201]: cluster 2024-04-07T18:33:16.502804+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:18.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:17 smithi112 bash[22390]: cluster 2024-04-07T18:33:16.502804+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:19.678 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:19 smithi087 bash[21510]: cluster 2024-04-07T18:33:18.503346+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:19.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:19 smithi112 bash[22390]: cluster 2024-04-07T18:33:18.503346+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:19.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:19 smithi107 bash[22201]: cluster 2024-04-07T18:33:18.503346+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:21.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:21 smithi107 bash[22201]: audit 2024-04-07T18:33:20.094500+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:21.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:21 smithi107 bash[22201]: audit 2024-04-07T18:33:20.103548+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:21.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:21 smithi107 bash[22201]: audit 2024-04-07T18:33:20.114537+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:21.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:21 smithi107 bash[22201]: cluster 2024-04-07T18:33:20.503918+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:21.351 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:21 smithi087 bash[21510]: audit 2024-04-07T18:33:20.094500+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:21.351 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:21 smithi087 bash[21510]: audit 2024-04-07T18:33:20.103548+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:21.351 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:21 smithi087 bash[21510]: audit 2024-04-07T18:33:20.114537+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:21.351 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:21 smithi087 bash[21510]: cluster 2024-04-07T18:33:20.503918+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:21.548 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:21 smithi112 bash[22390]: audit 2024-04-07T18:33:20.094500+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:21.548 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:21 smithi112 bash[22390]: audit 2024-04-07T18:33:20.103548+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:21.548 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:21 smithi112 bash[22390]: audit 2024-04-07T18:33:20.114537+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:21.548 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:21 smithi112 bash[22390]: cluster 2024-04-07T18:33:20.503918+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:23.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:23 smithi107 bash[22201]: cluster 2024-04-07T18:33:22.504445+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:23.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:23 smithi107 bash[22201]: audit 2024-04-07T18:33:23.134783+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:23.662 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:23 smithi107 bash[22201]: audit 2024-04-07T18:33:23.144187+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:23.662 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:23 smithi107 bash[22201]: audit 2024-04-07T18:33:23.154994+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:23.775 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:23 smithi087 bash[21510]: cluster 2024-04-07T18:33:22.504445+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:23.775 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:23 smithi087 bash[21510]: audit 2024-04-07T18:33:23.134783+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:23.775 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:23 smithi087 bash[21510]: audit 2024-04-07T18:33:23.144187+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:23.775 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:23 smithi087 bash[21510]: audit 2024-04-07T18:33:23.154994+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:24.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:23 smithi112 bash[22390]: cluster 2024-04-07T18:33:22.504445+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:24.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:23 smithi112 bash[22390]: audit 2024-04-07T18:33:23.134783+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:24.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:23 smithi112 bash[22390]: audit 2024-04-07T18:33:23.144187+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:24.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:23 smithi112 bash[22390]: audit 2024-04-07T18:33:23.154994+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:24.182 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:24 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:33:24.182 INFO:journalctl@ceph.osd.1.smithi107.stdout:Apr 07 18:33:24 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:33:24.182 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:24 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:33:24.466 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:24 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:33:24.467 INFO:journalctl@ceph.osd.1.smithi107.stdout:Apr 07 18:33:24 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:33:24.467 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:24 smithi107 systemd[1]: /etc/systemd/system/ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-07T18:33:25.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:25 smithi087 bash[21510]: audit 2024-04-07T18:33:24.481821+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:25.731 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:25 smithi087 bash[21510]: audit 2024-04-07T18:33:24.491027+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:25.731 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:25 smithi087 bash[21510]: cluster 2024-04-07T18:33:24.505001+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:25.731 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:25 smithi087 bash[21510]: audit 2024-04-07T18:33:24.523078+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:25.731 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:25 smithi087 bash[21510]: audit 2024-04-07T18:33:24.527020+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-07T18:33:25.731 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:25 smithi087 bash[21763]: ignoring --setuser ceph since I am not root 2024-04-07T18:33:25.731 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:25 smithi087 bash[21763]: ignoring --setgroup ceph since I am not root 2024-04-07T18:33:25.734 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:25 smithi107 bash[23291]: ignoring --setuser ceph since I am not root 2024-04-07T18:33:25.734 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:25 smithi107 bash[23291]: ignoring --setgroup ceph since I am not root 2024-04-07T18:33:25.734 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:25 smithi107 bash[22201]: audit 2024-04-07T18:33:24.481821+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:25.735 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:25 smithi107 bash[22201]: audit 2024-04-07T18:33:24.491027+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:25.735 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:25 smithi107 bash[22201]: cluster 2024-04-07T18:33:24.505001+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:25.735 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:25 smithi107 bash[22201]: audit 2024-04-07T18:33:24.523078+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:25.735 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:25 smithi107 bash[22201]: audit 2024-04-07T18:33:24.527020+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-07T18:33:25.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:25 smithi112 bash[22390]: audit 2024-04-07T18:33:24.481821+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:25.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:25 smithi112 bash[22390]: audit 2024-04-07T18:33:24.491027+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:25.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:25 smithi112 bash[22390]: cluster 2024-04-07T18:33:24.505001+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:25.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:25 smithi112 bash[22390]: audit 2024-04-07T18:33:24.523078+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' 2024-04-07T18:33:25.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:25 smithi112 bash[22390]: audit 2024-04-07T18:33:24.527020+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-07T18:33:26.161 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:25 smithi107 bash[23291]: debug 2024-04-07T18:33:25.735+0000 7f56ca039200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-07T18:33:26.230 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:25 smithi087 bash[21763]: debug 2024-04-07T18:33:25.739+0000 7f25c893d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-07T18:33:26.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:26 smithi107 bash[22201]: audit 2024-04-07T18:33:25.525852+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-07T18:33:26.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:26 smithi107 bash[22201]: cluster 2024-04-07T18:33:25.534738+0000 mon.a (mon.0) 783 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-04-07T18:33:26.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:26 smithi112 bash[22390]: audit 2024-04-07T18:33:25.525852+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-07T18:33:26.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:26 smithi112 bash[22390]: cluster 2024-04-07T18:33:25.534738+0000 mon.a (mon.0) 783 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-04-07T18:33:26.808 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:26 smithi087 bash[21510]: audit 2024-04-07T18:33:25.525852+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.87:0/2576288376' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-07T18:33:26.808 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:26 smithi087 bash[21510]: cluster 2024-04-07T18:33:25.534738+0000 mon.a (mon.0) 783 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-04-07T18:33:27.480 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:27 smithi087 bash[21763]: debug 2024-04-07T18:33:27.347+0000 7f25c893d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-07T18:33:27.481 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:27 smithi087 bash[21763]: debug 2024-04-07T18:33:27.443+0000 7f25c893d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-07T18:33:27.660 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:27 smithi107 bash[23291]: debug 2024-04-07T18:33:27.315+0000 7f56ca039200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-07T18:33:27.661 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:27 smithi107 bash[23291]: debug 2024-04-07T18:33:27.411+0000 7f56ca039200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-07T18:33:27.911 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:27 smithi107 bash[23291]: debug 2024-04-07T18:33:27.659+0000 7f56ca039200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-07T18:33:27.950 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:27 smithi087 bash[21763]: debug 2024-04-07T18:33:27.691+0000 7f25c893d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-07T18:33:28.911 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:28 smithi107 bash[23291]: debug 2024-04-07T18:33:28.451+0000 7f56ca039200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-07T18:33:28.911 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:28 smithi107 bash[23291]: debug 2024-04-07T18:33:28.559+0000 7f56ca039200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-07T18:33:28.911 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:28 smithi107 bash[23291]: debug 2024-04-07T18:33:28.663+0000 7f56ca039200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-07T18:33:28.980 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:28 smithi087 bash[21763]: debug 2024-04-07T18:33:28.491+0000 7f25c893d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-07T18:33:28.980 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:28 smithi087 bash[21763]: debug 2024-04-07T18:33:28.603+0000 7f25c893d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-07T18:33:28.981 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:28 smithi087 bash[21763]: debug 2024-04-07T18:33:28.711+0000 7f25c893d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-07T18:33:29.305 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:29 smithi087 bash[21763]: debug 2024-04-07T18:33:29.079+0000 7f25c893d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-07T18:33:29.305 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:29 smithi087 bash[21763]: debug 2024-04-07T18:33:29.199+0000 7f25c893d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-07T18:33:29.411 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:29 smithi107 bash[23291]: debug 2024-04-07T18:33:29.015+0000 7f56ca039200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-07T18:33:29.411 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:29 smithi107 bash[23291]: debug 2024-04-07T18:33:29.131+0000 7f56ca039200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-07T18:33:29.411 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:29 smithi107 bash[23291]: debug 2024-04-07T18:33:29.235+0000 7f56ca039200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-07T18:33:29.671 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:29 smithi087 bash[21763]: debug 2024-04-07T18:33:29.307+0000 7f25c893d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-07T18:33:29.911 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:29 smithi107 bash[23291]: debug 2024-04-07T18:33:29.587+0000 7f56ca039200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-07T18:33:29.911 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:29 smithi107 bash[23291]: debug 2024-04-07T18:33:29.827+0000 7f56ca039200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-07T18:33:29.940 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:29 smithi087 bash[21763]: debug 2024-04-07T18:33:29.671+0000 7f25c893d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-07T18:33:29.941 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:29 smithi087 bash[21763]: debug 2024-04-07T18:33:29.919+0000 7f25c893d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-07T18:33:30.411 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:30 smithi107 bash[23291]: debug 2024-04-07T18:33:30.087+0000 7f56ca039200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-07T18:33:30.411 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:30 smithi107 bash[23291]: debug 2024-04-07T18:33:30.199+0000 7f56ca039200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-07T18:33:30.480 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:30 smithi087 bash[21763]: debug 2024-04-07T18:33:30.199+0000 7f25c893d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-07T18:33:30.480 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:30 smithi087 bash[21763]: debug 2024-04-07T18:33:30.315+0000 7f25c893d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-07T18:33:30.886 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:30 smithi107 bash[23291]: debug 2024-04-07T18:33:30.475+0000 7f56ca039200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-07T18:33:30.980 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:30 smithi087 bash[21763]: debug 2024-04-07T18:33:30.591+0000 7f25c893d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-07T18:33:31.161 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:30 smithi107 bash[23291]: debug 2024-04-07T18:33:30.883+0000 7f56ca039200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-07T18:33:31.161 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:31 smithi107 bash[23291]: debug 2024-04-07T18:33:31.123+0000 7f56ca039200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-07T18:33:31.364 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:31 smithi087 bash[21763]: debug 2024-04-07T18:33:31.007+0000 7f25c893d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-07T18:33:31.364 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:31 smithi087 bash[21763]: debug 2024-04-07T18:33:31.247+0000 7f25c893d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-07T18:33:31.364 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:31 smithi087 bash[21763]: debug 2024-04-07T18:33:31.367+0000 7f25c893d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-07T18:33:31.661 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:31 smithi107 bash[23291]: debug 2024-04-07T18:33:31.243+0000 7f56ca039200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-07T18:33:31.661 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:31 smithi107 bash[23291]: debug 2024-04-07T18:33:31.487+0000 7f56ca039200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-07T18:33:31.980 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:31 smithi087 bash[21763]: debug 2024-04-07T18:33:31.615+0000 7f25c893d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-07T18:33:32.898 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:32 smithi107 bash[23291]: debug 2024-04-07T18:33:32.491+0000 7f56ca039200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-07T18:33:32.898 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:32 smithi107 bash[23291]: debug 2024-04-07T18:33:32.607+0000 7f56ca039200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-07T18:33:32.980 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:32 smithi087 bash[21763]: debug 2024-04-07T18:33:32.623+0000 7f25c893d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-07T18:33:32.980 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:32 smithi087 bash[21763]: debug 2024-04-07T18:33:32.739+0000 7f25c893d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-07T18:33:33.161 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:32 smithi107 bash[23291]: debug 2024-04-07T18:33:32.895+0000 7f56ca039200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-07T18:33:33.161 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:33 smithi107 bash[23291]: debug 2024-04-07T18:33:33.011+0000 7f56ca039200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-07T18:33:33.480 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:33 smithi087 bash[21763]: debug 2024-04-07T18:33:33.039+0000 7f25c893d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-07T18:33:33.480 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:33 smithi087 bash[21763]: debug 2024-04-07T18:33:33.155+0000 7f25c893d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-07T18:33:33.880 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:33 smithi087 bash[21763]: debug 2024-04-07T18:33:33.615+0000 7f25c893d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-07T18:33:33.880 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:33 smithi087 bash[21763]: debug 2024-04-07T18:33:33.743+0000 7f25c893d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-07T18:33:33.880 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:33 smithi087 bash[21510]: cluster 2024-04-07T18:33:33.606869+0000 mon.a (mon.0) 784 : cluster [DBG] Standby manager daemon b restarted 2024-04-07T18:33:33.880 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:33 smithi087 bash[21510]: cluster 2024-04-07T18:33:33.607034+0000 mon.a (mon.0) 785 : cluster [DBG] Standby manager daemon b started 2024-04-07T18:33:33.880 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:33 smithi087 bash[21510]: audit 2024-04-07T18:33:33.608662+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.107:0/1446033941' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-07T18:33:33.881 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:33 smithi087 bash[21510]: audit 2024-04-07T18:33:33.609532+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.107:0/1446033941' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-07T18:33:33.881 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:33 smithi087 bash[21510]: audit 2024-04-07T18:33:33.612342+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.107:0/1446033941' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-07T18:33:33.881 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:33 smithi087 bash[21510]: audit 2024-04-07T18:33:33.612849+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.107:0/1446033941' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-07T18:33:33.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:33 smithi107 bash[22201]: cluster 2024-04-07T18:33:33.606869+0000 mon.a (mon.0) 784 : cluster [DBG] Standby manager daemon b restarted 2024-04-07T18:33:33.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:33 smithi107 bash[22201]: cluster 2024-04-07T18:33:33.607034+0000 mon.a (mon.0) 785 : cluster [DBG] Standby manager daemon b started 2024-04-07T18:33:33.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:33 smithi107 bash[22201]: audit 2024-04-07T18:33:33.608662+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.107:0/1446033941' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-07T18:33:33.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:33 smithi107 bash[22201]: audit 2024-04-07T18:33:33.609532+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.107:0/1446033941' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-07T18:33:33.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:33 smithi107 bash[22201]: audit 2024-04-07T18:33:33.612342+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.107:0/1446033941' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-07T18:33:33.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:33 smithi107 bash[22201]: audit 2024-04-07T18:33:33.612849+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.107:0/1446033941' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-07T18:33:33.912 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:33 smithi107 bash[23291]: debug 2024-04-07T18:33:33.459+0000 7f56ca039200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-07T18:33:33.912 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:33 smithi107 bash[23291]: debug 2024-04-07T18:33:33.579+0000 7f56ca039200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-07T18:33:33.912 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:33 smithi107 bash[23291]: [07/Apr/2024:18:33:33] ENGINE Bus STARTING 2024-04-07T18:33:33.912 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:33 smithi107 bash[23291]: CherryPy Checker: 2024-04-07T18:33:33.913 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:33 smithi107 bash[23291]: The Application mounted at '' has an empty config. 2024-04-07T18:33:33.913 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:33 smithi107 bash[23291]: [07/Apr/2024:18:33:33] ENGINE Serving on http://:::9283 2024-04-07T18:33:33.913 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:33:33 smithi107 bash[23291]: [07/Apr/2024:18:33:33] ENGINE Bus STARTED 2024-04-07T18:33:33.948 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:33 smithi112 bash[22390]: cluster 2024-04-07T18:33:33.606869+0000 mon.a (mon.0) 784 : cluster [DBG] Standby manager daemon b restarted 2024-04-07T18:33:33.948 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:33 smithi112 bash[22390]: cluster 2024-04-07T18:33:33.607034+0000 mon.a (mon.0) 785 : cluster [DBG] Standby manager daemon b started 2024-04-07T18:33:33.948 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:33 smithi112 bash[22390]: audit 2024-04-07T18:33:33.608662+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.107:0/1446033941' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-07T18:33:33.948 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:33 smithi112 bash[22390]: audit 2024-04-07T18:33:33.609532+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.107:0/1446033941' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-07T18:33:33.948 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:33 smithi112 bash[22390]: audit 2024-04-07T18:33:33.612342+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.107:0/1446033941' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-07T18:33:33.948 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:33 smithi112 bash[22390]: audit 2024-04-07T18:33:33.612849+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.107:0/1446033941' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-07T18:33:34.230 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:33 smithi087 bash[21763]: [07/Apr/2024:18:33:33] ENGINE Bus STARTING 2024-04-07T18:33:34.230 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21763]: CherryPy Checker: 2024-04-07T18:33:34.230 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21763]: The Application mounted at '' has an empty config. 2024-04-07T18:33:34.230 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21763]: [07/Apr/2024:18:33:34] ENGINE Serving on http://:::9283 2024-04-07T18:33:34.230 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21763]: [07/Apr/2024:18:33:34] ENGINE Bus STARTED 2024-04-07T18:33:34.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: cluster 2024-04-07T18:33:33.669636+0000 mon.a (mon.0) 786 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-04-07T18:33:34.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: cluster 2024-04-07T18:33:33.767628+0000 mon.a (mon.0) 787 : cluster [INF] Active manager daemon a restarted 2024-04-07T18:33:34.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: cluster 2024-04-07T18:33:33.768559+0000 mon.a (mon.0) 788 : cluster [INF] Activating manager daemon a 2024-04-07T18:33:34.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: cluster 2024-04-07T18:33:33.781857+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-07T18:33:34.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: cluster 2024-04-07T18:33:33.782680+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0144738s), standbys: b 2024-04-07T18:33:34.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.784135+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:33:34.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.784318+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:33:34.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.784492+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:33:34.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.786809+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-07T18:33:34.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.787023+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-07T18:33:34.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.787522+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:33:34.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.787773+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-07T18:33:34.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.788023+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-07T18:33:34.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.788489+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-07T18:33:34.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.788686+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-07T18:33:34.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.789005+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-07T18:33:34.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: cluster 2024-04-07T18:33:33.815498+0000 mon.a (mon.0) 802 : cluster [INF] Manager daemon a is now available 2024-04-07T18:33:34.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.857155+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:34.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.861430+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:33:34.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.866676+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi087", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:33:34.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.867774+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:33:34.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.868236+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi112", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:33:34.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.869479+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:33:34.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.870279+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:33:34.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: cephadm 2024-04-07T18:33:33.871798+0000 mgr.a (mgr.14382) 1 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.conf 2024-04-07T18:33:34.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: cephadm 2024-04-07T18:33:33.872593+0000 mgr.a (mgr.14382) 2 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-04-07T18:33:34.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: cephadm 2024-04-07T18:33:33.873807+0000 mgr.a (mgr.14382) 3 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-04-07T18:33:34.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.881571+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:34.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.885233+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:33:34.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.895203+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-07T18:33:34.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: audit 2024-04-07T18:33:33.906601+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-07T18:33:34.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: cephadm 2024-04-07T18:33:34.376081+0000 mgr.a (mgr.14382) 4 : cephadm [INF] [07/Apr/2024:18:33:34] ENGINE Bus STARTING 2024-04-07T18:33:34.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: cephadm 2024-04-07T18:33:34.475070+0000 mgr.a (mgr.14382) 5 : cephadm [INF] Updating smithi087:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:33:34.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: cephadm 2024-04-07T18:33:34.479812+0000 mgr.a (mgr.14382) 6 : cephadm [INF] [07/Apr/2024:18:33:34] ENGINE Serving on http://172.21.15.87:8765 2024-04-07T18:33:34.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:34 smithi087 bash[21510]: cephadm 2024-04-07T18:33:34.553861+0000 mgr.a (mgr.14382) 7 : cephadm [INF] Updating smithi107:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:33:35.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: cluster 2024-04-07T18:33:33.669636+0000 mon.a (mon.0) 786 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-04-07T18:33:35.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: cluster 2024-04-07T18:33:33.767628+0000 mon.a (mon.0) 787 : cluster [INF] Active manager daemon a restarted 2024-04-07T18:33:35.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: cluster 2024-04-07T18:33:33.768559+0000 mon.a (mon.0) 788 : cluster [INF] Activating manager daemon a 2024-04-07T18:33:35.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: cluster 2024-04-07T18:33:33.781857+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-07T18:33:35.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: cluster 2024-04-07T18:33:33.782680+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0144738s), standbys: b 2024-04-07T18:33:35.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.784135+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:33:35.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.784318+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:33:35.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.784492+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:33:35.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.786809+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-07T18:33:35.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.787023+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-07T18:33:35.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.787522+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:33:35.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.787773+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-07T18:33:35.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.788023+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-07T18:33:35.049 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.788489+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-07T18:33:35.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.788686+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-07T18:33:35.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.789005+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-07T18:33:35.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: cluster 2024-04-07T18:33:33.815498+0000 mon.a (mon.0) 802 : cluster [INF] Manager daemon a is now available 2024-04-07T18:33:35.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.857155+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:35.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.861430+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:33:35.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.866676+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi087", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:33:35.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.867774+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:33:35.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.868236+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi112", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:33:35.050 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.869479+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:33:35.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.870279+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:33:35.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: cephadm 2024-04-07T18:33:33.871798+0000 mgr.a (mgr.14382) 1 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.conf 2024-04-07T18:33:35.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: cephadm 2024-04-07T18:33:33.872593+0000 mgr.a (mgr.14382) 2 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-04-07T18:33:35.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: cephadm 2024-04-07T18:33:33.873807+0000 mgr.a (mgr.14382) 3 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-04-07T18:33:35.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.881571+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:35.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.885233+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:33:35.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.895203+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-07T18:33:35.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: audit 2024-04-07T18:33:33.906601+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-07T18:33:35.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: cephadm 2024-04-07T18:33:34.376081+0000 mgr.a (mgr.14382) 4 : cephadm [INF] [07/Apr/2024:18:33:34] ENGINE Bus STARTING 2024-04-07T18:33:35.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: cephadm 2024-04-07T18:33:34.475070+0000 mgr.a (mgr.14382) 5 : cephadm [INF] Updating smithi087:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:33:35.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: cephadm 2024-04-07T18:33:34.479812+0000 mgr.a (mgr.14382) 6 : cephadm [INF] [07/Apr/2024:18:33:34] ENGINE Serving on http://172.21.15.87:8765 2024-04-07T18:33:35.051 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:34 smithi112 bash[22390]: cephadm 2024-04-07T18:33:34.553861+0000 mgr.a (mgr.14382) 7 : cephadm [INF] Updating smithi107:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:33:35.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: cluster 2024-04-07T18:33:33.669636+0000 mon.a (mon.0) 786 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-04-07T18:33:35.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: cluster 2024-04-07T18:33:33.767628+0000 mon.a (mon.0) 787 : cluster [INF] Active manager daemon a restarted 2024-04-07T18:33:35.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: cluster 2024-04-07T18:33:33.768559+0000 mon.a (mon.0) 788 : cluster [INF] Activating manager daemon a 2024-04-07T18:33:35.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: cluster 2024-04-07T18:33:33.781857+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-07T18:33:35.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: cluster 2024-04-07T18:33:33.782680+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0144738s), standbys: b 2024-04-07T18:33:35.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.784135+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T18:33:35.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.784318+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-07T18:33:35.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.784492+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-07T18:33:35.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.786809+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-07T18:33:35.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.787023+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-07T18:33:35.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.787522+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-07T18:33:35.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.787773+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-07T18:33:35.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.788023+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-07T18:33:35.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.788489+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-07T18:33:35.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.788686+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-07T18:33:35.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.789005+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-07T18:33:35.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: cluster 2024-04-07T18:33:33.815498+0000 mon.a (mon.0) 802 : cluster [INF] Manager daemon a is now available 2024-04-07T18:33:35.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.857155+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:35.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.861430+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:33:35.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.866676+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi087", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:33:35.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.867774+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:33:35.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.868236+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi112", "name": "osd_memory_target"}]: dispatch 2024-04-07T18:33:35.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.869479+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:33:35.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.870279+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:33:35.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: cephadm 2024-04-07T18:33:33.871798+0000 mgr.a (mgr.14382) 1 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.conf 2024-04-07T18:33:35.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: cephadm 2024-04-07T18:33:33.872593+0000 mgr.a (mgr.14382) 2 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-04-07T18:33:35.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: cephadm 2024-04-07T18:33:33.873807+0000 mgr.a (mgr.14382) 3 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-04-07T18:33:35.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.881571+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:35.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.885233+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:33:35.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.895203+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-07T18:33:35.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: audit 2024-04-07T18:33:33.906601+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-07T18:33:35.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: cephadm 2024-04-07T18:33:34.376081+0000 mgr.a (mgr.14382) 4 : cephadm [INF] [07/Apr/2024:18:33:34] ENGINE Bus STARTING 2024-04-07T18:33:35.164 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: cephadm 2024-04-07T18:33:34.475070+0000 mgr.a (mgr.14382) 5 : cephadm [INF] Updating smithi087:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:33:35.165 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: cephadm 2024-04-07T18:33:34.479812+0000 mgr.a (mgr.14382) 6 : cephadm [INF] [07/Apr/2024:18:33:34] ENGINE Serving on http://172.21.15.87:8765 2024-04-07T18:33:35.165 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:34 smithi107 bash[22201]: cephadm 2024-04-07T18:33:34.553861+0000 mgr.a (mgr.14382) 7 : cephadm [INF] Updating smithi107:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:33:35.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: cluster 2024-04-07T18:33:34.791029+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e19: a(active, since 1.02283s), standbys: b 2024-04-07T18:33:35.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: cluster 2024-04-07T18:33:34.792062+0000 mgr.a (mgr.14382) 8 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:35.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: cephadm 2024-04-07T18:33:34.821840+0000 mgr.a (mgr.14382) 9 : cephadm [INF] Updating smithi112:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:33:35.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: cephadm 2024-04-07T18:33:34.822518+0000 mgr.a (mgr.14382) 10 : cephadm [INF] [07/Apr/2024:18:33:34] ENGINE Serving on https://172.21.15.87:7151 2024-04-07T18:33:35.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: cephadm 2024-04-07T18:33:34.822635+0000 mgr.a (mgr.14382) 11 : cephadm [INF] [07/Apr/2024:18:33:34] ENGINE Bus STARTED 2024-04-07T18:33:35.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: cephadm 2024-04-07T18:33:34.921854+0000 mgr.a (mgr.14382) 12 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.client.admin.keyring 2024-04-07T18:33:35.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: cephadm 2024-04-07T18:33:34.978401+0000 mgr.a (mgr.14382) 13 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-04-07T18:33:35.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: cephadm 2024-04-07T18:33:35.036619+0000 mgr.a (mgr.14382) 14 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.client.admin.keyring 2024-04-07T18:33:35.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: cephadm 2024-04-07T18:33:35.087079+0000 mgr.a (mgr.14382) 15 : cephadm [INF] Updating smithi087:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-07T18:33:35.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: cephadm 2024-04-07T18:33:35.143707+0000 mgr.a (mgr.14382) 16 : cephadm [INF] Updating smithi107:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-07T18:33:35.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: cephadm 2024-04-07T18:33:35.251490+0000 mgr.a (mgr.14382) 17 : cephadm [INF] Updating smithi112:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-07T18:33:35.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: audit 2024-04-07T18:33:35.256630+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:35.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: audit 2024-04-07T18:33:35.262193+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:35.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: audit 2024-04-07T18:33:35.314188+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:35.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: audit 2024-04-07T18:33:35.322168+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:35.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: audit 2024-04-07T18:33:35.373530+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:35.799 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: audit 2024-04-07T18:33:35.381252+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:35.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: audit 2024-04-07T18:33:35.391273+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:35.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: cephadm 2024-04-07T18:33:35.392196+0000 mgr.a (mgr.14382) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:33:35.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: audit 2024-04-07T18:33:35.400968+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:35.800 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:35 smithi112 bash[22390]: audit 2024-04-07T18:33:35.499489+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi087", "caps": []}]: dispatch 2024-04-07T18:33:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: cluster 2024-04-07T18:33:34.791029+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e19: a(active, since 1.02283s), standbys: b 2024-04-07T18:33:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: cluster 2024-04-07T18:33:34.792062+0000 mgr.a (mgr.14382) 8 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: cephadm 2024-04-07T18:33:34.821840+0000 mgr.a (mgr.14382) 9 : cephadm [INF] Updating smithi112:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:33:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: cephadm 2024-04-07T18:33:34.822518+0000 mgr.a (mgr.14382) 10 : cephadm [INF] [07/Apr/2024:18:33:34] ENGINE Serving on https://172.21.15.87:7151 2024-04-07T18:33:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: cephadm 2024-04-07T18:33:34.822635+0000 mgr.a (mgr.14382) 11 : cephadm [INF] [07/Apr/2024:18:33:34] ENGINE Bus STARTED 2024-04-07T18:33:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: cephadm 2024-04-07T18:33:34.921854+0000 mgr.a (mgr.14382) 12 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.client.admin.keyring 2024-04-07T18:33:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: cephadm 2024-04-07T18:33:34.978401+0000 mgr.a (mgr.14382) 13 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-04-07T18:33:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: cephadm 2024-04-07T18:33:35.036619+0000 mgr.a (mgr.14382) 14 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.client.admin.keyring 2024-04-07T18:33:36.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: cephadm 2024-04-07T18:33:35.087079+0000 mgr.a (mgr.14382) 15 : cephadm [INF] Updating smithi087:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-07T18:33:36.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: cephadm 2024-04-07T18:33:35.143707+0000 mgr.a (mgr.14382) 16 : cephadm [INF] Updating smithi107:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-07T18:33:36.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: cephadm 2024-04-07T18:33:35.251490+0000 mgr.a (mgr.14382) 17 : cephadm [INF] Updating smithi112:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-07T18:33:36.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: audit 2024-04-07T18:33:35.256630+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:36.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: audit 2024-04-07T18:33:35.262193+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:36.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: audit 2024-04-07T18:33:35.314188+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:36.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: audit 2024-04-07T18:33:35.322168+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:36.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: audit 2024-04-07T18:33:35.373530+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:36.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: audit 2024-04-07T18:33:35.381252+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:36.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: audit 2024-04-07T18:33:35.391273+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:36.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: cephadm 2024-04-07T18:33:35.392196+0000 mgr.a (mgr.14382) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:33:36.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: audit 2024-04-07T18:33:35.400968+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:36.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:35 smithi107 bash[22201]: audit 2024-04-07T18:33:35.499489+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi087", "caps": []}]: dispatch 2024-04-07T18:33:36.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: cluster 2024-04-07T18:33:34.791029+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e19: a(active, since 1.02283s), standbys: b 2024-04-07T18:33:36.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: cluster 2024-04-07T18:33:34.792062+0000 mgr.a (mgr.14382) 8 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:36.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: cephadm 2024-04-07T18:33:34.821840+0000 mgr.a (mgr.14382) 9 : cephadm [INF] Updating smithi112:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.conf 2024-04-07T18:33:36.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: cephadm 2024-04-07T18:33:34.822518+0000 mgr.a (mgr.14382) 10 : cephadm [INF] [07/Apr/2024:18:33:34] ENGINE Serving on https://172.21.15.87:7151 2024-04-07T18:33:36.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: cephadm 2024-04-07T18:33:34.822635+0000 mgr.a (mgr.14382) 11 : cephadm [INF] [07/Apr/2024:18:33:34] ENGINE Bus STARTED 2024-04-07T18:33:36.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: cephadm 2024-04-07T18:33:34.921854+0000 mgr.a (mgr.14382) 12 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.client.admin.keyring 2024-04-07T18:33:36.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: cephadm 2024-04-07T18:33:34.978401+0000 mgr.a (mgr.14382) 13 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-04-07T18:33:36.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: cephadm 2024-04-07T18:33:35.036619+0000 mgr.a (mgr.14382) 14 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.client.admin.keyring 2024-04-07T18:33:36.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: cephadm 2024-04-07T18:33:35.087079+0000 mgr.a (mgr.14382) 15 : cephadm [INF] Updating smithi087:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-07T18:33:36.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: cephadm 2024-04-07T18:33:35.143707+0000 mgr.a (mgr.14382) 16 : cephadm [INF] Updating smithi107:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-07T18:33:36.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: cephadm 2024-04-07T18:33:35.251490+0000 mgr.a (mgr.14382) 17 : cephadm [INF] Updating smithi112:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-07T18:33:36.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: audit 2024-04-07T18:33:35.256630+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:36.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: audit 2024-04-07T18:33:35.262193+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:36.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: audit 2024-04-07T18:33:35.314188+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:36.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: audit 2024-04-07T18:33:35.322168+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:36.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: audit 2024-04-07T18:33:35.373530+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:36.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: audit 2024-04-07T18:33:35.381252+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:36.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: audit 2024-04-07T18:33:35.391273+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:36.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: cephadm 2024-04-07T18:33:35.392196+0000 mgr.a (mgr.14382) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:33:36.232 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: audit 2024-04-07T18:33:35.400968+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:36.233 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:35 smithi087 bash[21510]: audit 2024-04-07T18:33:35.499489+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi087", "caps": []}]: dispatch 2024-04-07T18:33:37.832 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:37 smithi087 bash[21510]: cephadm 2024-04-07T18:33:35.746030+0000 mgr.a (mgr.14382) 19 : cephadm [INF] Reconfiguring grafana.smithi087 (dependencies changed)... 2024-04-07T18:33:37.832 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:37 smithi087 bash[21510]: cephadm 2024-04-07T18:33:35.767432+0000 mgr.a (mgr.14382) 20 : cephadm [INF] Reconfiguring daemon grafana.smithi087 on smithi087 2024-04-07T18:33:37.833 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:37 smithi087 bash[21510]: cluster 2024-04-07T18:33:35.788555+0000 mgr.a (mgr.14382) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:37.833 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:37 smithi087 bash[21510]: audit 2024-04-07T18:33:36.585788+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:37.833 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:37 smithi087 bash[21510]: audit 2024-04-07T18:33:36.659759+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:37.833 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:37 smithi087 bash[21510]: audit 2024-04-07T18:33:36.782706+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:37.833 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:37 smithi087 bash[21510]: cluster 2024-04-07T18:33:36.793957+0000 mon.a (mon.0) 827 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-07T18:33:37.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:37 smithi107 bash[22201]: cephadm 2024-04-07T18:33:35.746030+0000 mgr.a (mgr.14382) 19 : cephadm [INF] Reconfiguring grafana.smithi087 (dependencies changed)... 2024-04-07T18:33:37.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:37 smithi107 bash[22201]: cephadm 2024-04-07T18:33:35.767432+0000 mgr.a (mgr.14382) 20 : cephadm [INF] Reconfiguring daemon grafana.smithi087 on smithi087 2024-04-07T18:33:37.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:37 smithi107 bash[22201]: cluster 2024-04-07T18:33:35.788555+0000 mgr.a (mgr.14382) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:37.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:37 smithi107 bash[22201]: audit 2024-04-07T18:33:36.585788+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:37.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:37 smithi107 bash[22201]: audit 2024-04-07T18:33:36.659759+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:37.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:37 smithi107 bash[22201]: audit 2024-04-07T18:33:36.782706+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:37.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:37 smithi107 bash[22201]: cluster 2024-04-07T18:33:36.793957+0000 mon.a (mon.0) 827 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-07T18:33:38.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:37 smithi112 bash[22390]: cephadm 2024-04-07T18:33:35.746030+0000 mgr.a (mgr.14382) 19 : cephadm [INF] Reconfiguring grafana.smithi087 (dependencies changed)... 2024-04-07T18:33:38.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:37 smithi112 bash[22390]: cephadm 2024-04-07T18:33:35.767432+0000 mgr.a (mgr.14382) 20 : cephadm [INF] Reconfiguring daemon grafana.smithi087 on smithi087 2024-04-07T18:33:38.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:37 smithi112 bash[22390]: cluster 2024-04-07T18:33:35.788555+0000 mgr.a (mgr.14382) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:38.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:37 smithi112 bash[22390]: audit 2024-04-07T18:33:36.585788+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:38.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:37 smithi112 bash[22390]: audit 2024-04-07T18:33:36.659759+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:38.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:37 smithi112 bash[22390]: audit 2024-04-07T18:33:36.782706+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:38.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:37 smithi112 bash[22390]: cluster 2024-04-07T18:33:36.793957+0000 mon.a (mon.0) 827 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-07T18:33:39.860 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:39 smithi087 bash[21510]: cluster 2024-04-07T18:33:37.788925+0000 mgr.a (mgr.14382) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:39.860 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:39 smithi087 bash[21510]: cluster 2024-04-07T18:33:38.606245+0000 mon.a (mon.0) 828 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-04-07T18:33:39.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:39 smithi107 bash[22201]: cluster 2024-04-07T18:33:37.788925+0000 mgr.a (mgr.14382) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:39.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:39 smithi107 bash[22201]: cluster 2024-04-07T18:33:38.606245+0000 mon.a (mon.0) 828 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-04-07T18:33:40.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:39 smithi112 bash[22390]: cluster 2024-04-07T18:33:37.788925+0000 mgr.a (mgr.14382) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:40.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:39 smithi112 bash[22390]: cluster 2024-04-07T18:33:38.606245+0000 mon.a (mon.0) 828 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-04-07T18:33:40.769 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:40 smithi087 bash[21510]: audit 2024-04-07T18:33:39.717572+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:40.770 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:40 smithi087 bash[21510]: cluster 2024-04-07T18:33:39.789194+0000 mgr.a (mgr.14382) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:41.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:40 smithi112 bash[22390]: audit 2024-04-07T18:33:39.717572+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:41.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:40 smithi112 bash[22390]: cluster 2024-04-07T18:33:39.789194+0000 mgr.a (mgr.14382) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:41.075 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:40 smithi107 bash[22201]: audit 2024-04-07T18:33:39.717572+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:41.075 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:40 smithi107 bash[22201]: cluster 2024-04-07T18:33:39.789194+0000 mgr.a (mgr.14382) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:42.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:42 smithi112 bash[22390]: audit 2024-04-07T18:33:41.518817+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:42.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:42 smithi112 bash[22390]: audit 2024-04-07T18:33:41.524839+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:42.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:42 smithi112 bash[22390]: audit 2024-04-07T18:33:41.561214+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-04-07T18:33:42.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:42 smithi112 bash[22390]: audit 2024-04-07T18:33:41.836753+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi112", "caps": []}]: dispatch 2024-04-07T18:33:42.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:42 smithi112 bash[22390]: audit 2024-04-07T18:33:42.235326+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:42.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:42 smithi112 bash[22390]: audit 2024-04-07T18:33:42.341043+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:42.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:42 smithi112 bash[22390]: audit 2024-04-07T18:33:42.460686+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:42.856 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:42 smithi087 bash[21510]: audit 2024-04-07T18:33:41.518817+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:42.856 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:42 smithi087 bash[21510]: audit 2024-04-07T18:33:41.524839+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:42.856 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:42 smithi087 bash[21510]: audit 2024-04-07T18:33:41.561214+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-04-07T18:33:42.856 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:42 smithi087 bash[21510]: audit 2024-04-07T18:33:41.836753+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi112", "caps": []}]: dispatch 2024-04-07T18:33:42.856 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:42 smithi087 bash[21510]: audit 2024-04-07T18:33:42.235326+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:42.856 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:42 smithi087 bash[21510]: audit 2024-04-07T18:33:42.341043+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:42.857 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:42 smithi087 bash[21510]: audit 2024-04-07T18:33:42.460686+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:42.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:42 smithi107 bash[22201]: audit 2024-04-07T18:33:41.518817+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:42.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:42 smithi107 bash[22201]: audit 2024-04-07T18:33:41.524839+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:42.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:42 smithi107 bash[22201]: audit 2024-04-07T18:33:41.561214+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-04-07T18:33:42.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:42 smithi107 bash[22201]: audit 2024-04-07T18:33:41.836753+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi112", "caps": []}]: dispatch 2024-04-07T18:33:42.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:42 smithi107 bash[22201]: audit 2024-04-07T18:33:42.235326+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:42.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:42 smithi107 bash[22201]: audit 2024-04-07T18:33:42.341043+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:42.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:42 smithi107 bash[22201]: audit 2024-04-07T18:33:42.460686+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:43.733 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:43 smithi087 bash[21510]: cluster 2024-04-07T18:33:41.789706+0000 mgr.a (mgr.14382) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-07T18:33:43.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:43 smithi087 bash[21510]: cephadm 2024-04-07T18:33:42.485577+0000 mgr.a (mgr.14382) 25 : cephadm [INF] Reconfiguring alertmanager.smithi112 (dependencies changed)... 2024-04-07T18:33:43.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:43 smithi087 bash[21510]: cephadm 2024-04-07T18:33:42.495596+0000 mgr.a (mgr.14382) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi112 on smithi112 2024-04-07T18:33:43.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:43 smithi087 bash[21510]: audit 2024-04-07T18:33:43.004302+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:43.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:43 smithi087 bash[21510]: audit 2024-04-07T18:33:43.124562+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:43.734 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:43 smithi087 bash[21510]: audit 2024-04-07T18:33:43.276878+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:43.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:43 smithi112 bash[22390]: cluster 2024-04-07T18:33:41.789706+0000 mgr.a (mgr.14382) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-07T18:33:43.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:43 smithi112 bash[22390]: cephadm 2024-04-07T18:33:42.485577+0000 mgr.a (mgr.14382) 25 : cephadm [INF] Reconfiguring alertmanager.smithi112 (dependencies changed)... 2024-04-07T18:33:43.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:43 smithi112 bash[22390]: cephadm 2024-04-07T18:33:42.495596+0000 mgr.a (mgr.14382) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi112 on smithi112 2024-04-07T18:33:43.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:43 smithi112 bash[22390]: audit 2024-04-07T18:33:43.004302+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:43.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:43 smithi112 bash[22390]: audit 2024-04-07T18:33:43.124562+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:43.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:43 smithi112 bash[22390]: audit 2024-04-07T18:33:43.276878+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:43.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:43 smithi107 bash[22201]: cluster 2024-04-07T18:33:41.789706+0000 mgr.a (mgr.14382) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-07T18:33:43.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:43 smithi107 bash[22201]: cephadm 2024-04-07T18:33:42.485577+0000 mgr.a (mgr.14382) 25 : cephadm [INF] Reconfiguring alertmanager.smithi112 (dependencies changed)... 2024-04-07T18:33:43.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:43 smithi107 bash[22201]: cephadm 2024-04-07T18:33:42.495596+0000 mgr.a (mgr.14382) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi112 on smithi112 2024-04-07T18:33:43.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:43 smithi107 bash[22201]: audit 2024-04-07T18:33:43.004302+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:43.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:43 smithi107 bash[22201]: audit 2024-04-07T18:33:43.124562+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:43.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:43 smithi107 bash[22201]: audit 2024-04-07T18:33:43.276878+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:45.456 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:45 smithi087 bash[21510]: cluster 2024-04-07T18:33:43.790090+0000 mgr.a (mgr.14382) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-07T18:33:45.456 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:45 smithi087 bash[21510]: audit 2024-04-07T18:33:44.224214+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:45.456 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:45 smithi087 bash[21510]: audit 2024-04-07T18:33:44.568173+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:45.506 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:45 smithi112 bash[22390]: cluster 2024-04-07T18:33:43.790090+0000 mgr.a (mgr.14382) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-07T18:33:45.507 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:45 smithi112 bash[22390]: audit 2024-04-07T18:33:44.224214+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:45.507 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:45 smithi112 bash[22390]: audit 2024-04-07T18:33:44.568173+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:45.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:45 smithi107 bash[22201]: cluster 2024-04-07T18:33:43.790090+0000 mgr.a (mgr.14382) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-07T18:33:45.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:45 smithi107 bash[22201]: audit 2024-04-07T18:33:44.224214+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:45.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:45 smithi107 bash[22201]: audit 2024-04-07T18:33:44.568173+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:47.298 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:47 smithi112 bash[22390]: cluster 2024-04-07T18:33:45.790673+0000 mgr.a (mgr.14382) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-07T18:33:47.298 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:47 smithi112 bash[22390]: audit 2024-04-07T18:33:46.161966+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:47.298 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:47 smithi112 bash[22390]: audit 2024-04-07T18:33:46.220395+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:47.298 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:47 smithi112 bash[22390]: audit 2024-04-07T18:33:46.230213+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:47.298 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:47 smithi112 bash[22390]: audit 2024-04-07T18:33:46.245840+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:47.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:47 smithi107 bash[22201]: cluster 2024-04-07T18:33:45.790673+0000 mgr.a (mgr.14382) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-07T18:33:47.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:47 smithi107 bash[22201]: audit 2024-04-07T18:33:46.161966+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:47.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:47 smithi107 bash[22201]: audit 2024-04-07T18:33:46.220395+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:47.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:47 smithi107 bash[22201]: audit 2024-04-07T18:33:46.230213+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:47.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:47 smithi107 bash[22201]: audit 2024-04-07T18:33:46.245840+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:47.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:47 smithi087 bash[21510]: cluster 2024-04-07T18:33:45.790673+0000 mgr.a (mgr.14382) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-07T18:33:47.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:47 smithi087 bash[21510]: audit 2024-04-07T18:33:46.161966+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:47.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:47 smithi087 bash[21510]: audit 2024-04-07T18:33:46.220395+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:47.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:47 smithi087 bash[21510]: audit 2024-04-07T18:33:46.230213+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:47.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:47 smithi087 bash[21510]: audit 2024-04-07T18:33:46.245840+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:48.230 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:47 smithi087 bash[21763]: [07/Apr/2024:18:33:47] ENGINE Bus STOPPING 2024-04-07T18:33:48.231 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:47 smithi087 bash[21763]: [07/Apr/2024:18:33:47] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-07T18:33:48.231 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:47 smithi087 bash[21763]: [07/Apr/2024:18:33:47] ENGINE Bus STOPPED 2024-04-07T18:33:48.231 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:47 smithi087 bash[21763]: [07/Apr/2024:18:33:47] ENGINE Bus STARTING 2024-04-07T18:33:48.231 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:47 smithi087 bash[21763]: [07/Apr/2024:18:33:47] ENGINE Serving on http://:::9283 2024-04-07T18:33:48.231 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:47 smithi087 bash[21763]: [07/Apr/2024:18:33:47] ENGINE Bus STARTED 2024-04-07T18:33:48.231 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:47 smithi087 bash[21763]: [07/Apr/2024:18:33:47] ENGINE Bus STOPPING 2024-04-07T18:33:48.231 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:47 smithi087 bash[21763]: [07/Apr/2024:18:33:47] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-07T18:33:48.231 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:47 smithi087 bash[21763]: [07/Apr/2024:18:33:47] ENGINE Bus STOPPED 2024-04-07T18:33:48.231 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:47 smithi087 bash[21763]: [07/Apr/2024:18:33:47] ENGINE Bus STARTING 2024-04-07T18:33:48.231 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21763]: [07/Apr/2024:18:33:48] ENGINE Serving on http://:::9283 2024-04-07T18:33:48.231 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21763]: [07/Apr/2024:18:33:48] ENGINE Bus STARTED 2024-04-07T18:33:48.855 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:48 smithi112 bash[22390]: cluster 2024-04-07T18:33:47.791239+0000 mgr.a (mgr.14382) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-07T18:33:48.855 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:48 smithi112 bash[22390]: audit 2024-04-07T18:33:47.806437+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:48.855 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:48 smithi112 bash[22390]: audit 2024-04-07T18:33:47.817239+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:48.855 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:48 smithi112 bash[22390]: audit 2024-04-07T18:33:47.828222+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-07T18:33:48.855 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:48 smithi112 bash[22390]: audit 2024-04-07T18:33:47.829254+0000 mgr.a (mgr.14382) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-07T18:33:48.855 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:48 smithi112 bash[22390]: audit 2024-04-07T18:33:47.831514+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi087.front.sepia.ceph.com:3000"}]: dispatch 2024-04-07T18:33:48.855 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:48 smithi112 bash[22390]: audit 2024-04-07T18:33:47.832457+0000 mgr.a (mgr.14382) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi087.front.sepia.ceph.com:3000"}]: dispatch 2024-04-07T18:33:48.855 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:48 smithi112 bash[22390]: audit 2024-04-07T18:33:47.840675+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:48.855 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:48 smithi112 bash[22390]: audit 2024-04-07T18:33:47.876729+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-07T18:33:48.855 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:48 smithi112 bash[22390]: audit 2024-04-07T18:33:47.877311+0000 mgr.a (mgr.14382) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-07T18:33:48.856 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:48 smithi112 bash[22390]: audit 2024-04-07T18:33:47.879531+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi112.front.sepia.ceph.com:9093"}]: dispatch 2024-04-07T18:33:48.856 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:48 smithi112 bash[22390]: audit 2024-04-07T18:33:47.880036+0000 mgr.a (mgr.14382) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi112.front.sepia.ceph.com:9093"}]: dispatch 2024-04-07T18:33:48.856 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:48 smithi112 bash[22390]: audit 2024-04-07T18:33:47.886463+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:48.856 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:48 smithi112 bash[22390]: audit 2024-04-07T18:33:47.905258+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:33:48.856 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:48 smithi112 bash[22390]: audit 2024-04-07T18:33:47.908119+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:33:48.856 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:48 smithi112 bash[22390]: audit 2024-04-07T18:33:47.908988+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:33:48.856 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:48 smithi112 bash[22390]: audit 2024-04-07T18:33:47.916443+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:48.856 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:48 smithi112 bash[22390]: cephadm 2024-04-07T18:33:47.917148+0000 mgr.a (mgr.14382) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:33:48.856 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:48 smithi112 bash[22390]: audit 2024-04-07T18:33:48.411272+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:49.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:48 smithi107 bash[22201]: cluster 2024-04-07T18:33:47.791239+0000 mgr.a (mgr.14382) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-07T18:33:49.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:48 smithi107 bash[22201]: audit 2024-04-07T18:33:47.806437+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:49.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:48 smithi107 bash[22201]: audit 2024-04-07T18:33:47.817239+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:49.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:48 smithi107 bash[22201]: audit 2024-04-07T18:33:47.828222+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-07T18:33:49.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:48 smithi107 bash[22201]: audit 2024-04-07T18:33:47.829254+0000 mgr.a (mgr.14382) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-07T18:33:49.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:48 smithi107 bash[22201]: audit 2024-04-07T18:33:47.831514+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi087.front.sepia.ceph.com:3000"}]: dispatch 2024-04-07T18:33:49.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:48 smithi107 bash[22201]: audit 2024-04-07T18:33:47.832457+0000 mgr.a (mgr.14382) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi087.front.sepia.ceph.com:3000"}]: dispatch 2024-04-07T18:33:49.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:48 smithi107 bash[22201]: audit 2024-04-07T18:33:47.840675+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:49.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:48 smithi107 bash[22201]: audit 2024-04-07T18:33:47.876729+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-07T18:33:49.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:48 smithi107 bash[22201]: audit 2024-04-07T18:33:47.877311+0000 mgr.a (mgr.14382) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-07T18:33:49.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:48 smithi107 bash[22201]: audit 2024-04-07T18:33:47.879531+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi112.front.sepia.ceph.com:9093"}]: dispatch 2024-04-07T18:33:49.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:48 smithi107 bash[22201]: audit 2024-04-07T18:33:47.880036+0000 mgr.a (mgr.14382) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi112.front.sepia.ceph.com:9093"}]: dispatch 2024-04-07T18:33:49.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:48 smithi107 bash[22201]: audit 2024-04-07T18:33:47.886463+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:49.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:48 smithi107 bash[22201]: audit 2024-04-07T18:33:47.905258+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:33:49.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:48 smithi107 bash[22201]: audit 2024-04-07T18:33:47.908119+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:33:49.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:48 smithi107 bash[22201]: audit 2024-04-07T18:33:47.908988+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:33:49.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:48 smithi107 bash[22201]: audit 2024-04-07T18:33:47.916443+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:49.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:48 smithi107 bash[22201]: cephadm 2024-04-07T18:33:47.917148+0000 mgr.a (mgr.14382) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:33:49.163 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:48 smithi107 bash[22201]: audit 2024-04-07T18:33:48.411272+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:49.230 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21510]: cluster 2024-04-07T18:33:47.791239+0000 mgr.a (mgr.14382) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-07T18:33:49.230 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21510]: audit 2024-04-07T18:33:47.806437+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:49.230 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21510]: audit 2024-04-07T18:33:47.817239+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:49.230 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21510]: audit 2024-04-07T18:33:47.828222+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-07T18:33:49.230 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21510]: audit 2024-04-07T18:33:47.829254+0000 mgr.a (mgr.14382) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-07T18:33:49.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21510]: audit 2024-04-07T18:33:47.831514+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi087.front.sepia.ceph.com:3000"}]: dispatch 2024-04-07T18:33:49.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21510]: audit 2024-04-07T18:33:47.832457+0000 mgr.a (mgr.14382) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi087.front.sepia.ceph.com:3000"}]: dispatch 2024-04-07T18:33:49.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21510]: audit 2024-04-07T18:33:47.840675+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:49.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21510]: audit 2024-04-07T18:33:47.876729+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-07T18:33:49.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21510]: audit 2024-04-07T18:33:47.877311+0000 mgr.a (mgr.14382) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-07T18:33:49.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21510]: audit 2024-04-07T18:33:47.879531+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi112.front.sepia.ceph.com:9093"}]: dispatch 2024-04-07T18:33:49.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21510]: audit 2024-04-07T18:33:47.880036+0000 mgr.a (mgr.14382) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi112.front.sepia.ceph.com:9093"}]: dispatch 2024-04-07T18:33:49.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21510]: audit 2024-04-07T18:33:47.886463+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:49.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21510]: audit 2024-04-07T18:33:47.905258+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:33:49.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21510]: audit 2024-04-07T18:33:47.908119+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:33:49.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21510]: audit 2024-04-07T18:33:47.908988+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:33:49.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21510]: audit 2024-04-07T18:33:47.916443+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:49.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21510]: cephadm 2024-04-07T18:33:47.917148+0000 mgr.a (mgr.14382) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-07T18:33:49.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:48 smithi087 bash[21510]: audit 2024-04-07T18:33:48.411272+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:50.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:49 smithi112 bash[22390]: audit 2024-04-07T18:33:48.822776+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:50.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:49 smithi112 bash[22390]: audit 2024-04-07T18:33:48.827679+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:50.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:49 smithi112 bash[22390]: audit 2024-04-07T18:33:48.832577+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:50.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:49 smithi112 bash[22390]: audit 2024-04-07T18:33:48.885885+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:33:50.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:49 smithi112 bash[22390]: audit 2024-04-07T18:33:49.475820+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:50.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:49 smithi112 bash[22390]: audit 2024-04-07T18:33:49.481959+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:50.048 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:49 smithi112 bash[22390]: audit 2024-04-07T18:33:49.489926+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:50.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:49 smithi107 bash[22201]: audit 2024-04-07T18:33:48.822776+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:50.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:49 smithi107 bash[22201]: audit 2024-04-07T18:33:48.827679+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:50.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:49 smithi107 bash[22201]: audit 2024-04-07T18:33:48.832577+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:50.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:49 smithi107 bash[22201]: audit 2024-04-07T18:33:48.885885+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:33:50.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:49 smithi107 bash[22201]: audit 2024-04-07T18:33:49.475820+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:50.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:49 smithi107 bash[22201]: audit 2024-04-07T18:33:49.481959+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:50.162 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:49 smithi107 bash[22201]: audit 2024-04-07T18:33:49.489926+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:50.230 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:49 smithi087 bash[21510]: audit 2024-04-07T18:33:48.822776+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:50.230 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:49 smithi087 bash[21510]: audit 2024-04-07T18:33:48.827679+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:50.230 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:49 smithi087 bash[21510]: audit 2024-04-07T18:33:48.832577+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:50.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:49 smithi087 bash[21510]: audit 2024-04-07T18:33:48.885885+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:33:50.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:49 smithi087 bash[21510]: audit 2024-04-07T18:33:49.475820+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:50.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:49 smithi087 bash[21510]: audit 2024-04-07T18:33:49.481959+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:50.231 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:49 smithi087 bash[21510]: audit 2024-04-07T18:33:49.489926+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:51.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:51 smithi087 bash[21510]: cluster 2024-04-07T18:33:49.791883+0000 mgr.a (mgr.14382) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-07T18:33:51.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:51 smithi087 bash[21510]: audit 2024-04-07T18:33:50.452571+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:51.797 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:51 smithi112 bash[22390]: cluster 2024-04-07T18:33:49.791883+0000 mgr.a (mgr.14382) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-07T18:33:51.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:51 smithi112 bash[22390]: audit 2024-04-07T18:33:50.452571+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:51.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:51 smithi107 bash[22201]: cluster 2024-04-07T18:33:49.791883+0000 mgr.a (mgr.14382) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-07T18:33:51.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:51 smithi107 bash[22201]: audit 2024-04-07T18:33:50.452571+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:53.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:53 smithi087 bash[21510]: cluster 2024-04-07T18:33:51.792495+0000 mgr.a (mgr.14382) 36 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-07T18:33:53.731 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:53 smithi087 bash[21510]: audit 2024-04-07T18:33:53.386467+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:53.731 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:53 smithi087 bash[21510]: audit 2024-04-07T18:33:53.396456+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:53.731 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:53 smithi087 bash[21510]: audit 2024-04-07T18:33:53.407198+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:53.731 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:53 smithi087 bash[21510]: audit 2024-04-07T18:33:53.407975+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:33:53.731 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:53 smithi087 bash[21510]: audit 2024-04-07T18:33:53.413954+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:33:53.731 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:53 smithi087 bash[21510]: audit 2024-04-07T18:33:53.416004+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:33:53.731 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:53 smithi087 bash[21510]: audit 2024-04-07T18:33:53.427297+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:53.797 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:53 smithi112 bash[22390]: cluster 2024-04-07T18:33:51.792495+0000 mgr.a (mgr.14382) 36 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-07T18:33:53.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:53 smithi112 bash[22390]: audit 2024-04-07T18:33:53.386467+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:53.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:53 smithi112 bash[22390]: audit 2024-04-07T18:33:53.396456+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:53.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:53 smithi112 bash[22390]: audit 2024-04-07T18:33:53.407198+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:53.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:53 smithi112 bash[22390]: audit 2024-04-07T18:33:53.407975+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:33:53.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:53 smithi112 bash[22390]: audit 2024-04-07T18:33:53.413954+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:33:53.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:53 smithi112 bash[22390]: audit 2024-04-07T18:33:53.416004+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:33:53.798 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:53 smithi112 bash[22390]: audit 2024-04-07T18:33:53.427297+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:53.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:53 smithi107 bash[22201]: cluster 2024-04-07T18:33:51.792495+0000 mgr.a (mgr.14382) 36 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-07T18:33:53.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:53 smithi107 bash[22201]: audit 2024-04-07T18:33:53.386467+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:53.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:53 smithi107 bash[22201]: audit 2024-04-07T18:33:53.396456+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:53.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:53 smithi107 bash[22201]: audit 2024-04-07T18:33:53.407198+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:53.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:53 smithi107 bash[22201]: audit 2024-04-07T18:33:53.407975+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:33:53.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:53 smithi107 bash[22201]: audit 2024-04-07T18:33:53.413954+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:33:53.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:53 smithi107 bash[22201]: audit 2024-04-07T18:33:53.416004+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:33:53.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:53 smithi107 bash[22201]: audit 2024-04-07T18:33:53.427297+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:54.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:54 smithi087 bash[21510]: audit 2024-04-07T18:33:53.451177+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:54.874 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:54 smithi087 bash[21510]: audit 2024-04-07T18:33:53.944049+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:54.875 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:54 smithi087 bash[21510]: audit 2024-04-07T18:33:53.953566+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:54.875 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:54 smithi087 bash[21510]: audit 2024-04-07T18:33:53.964038+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:54.875 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:54 smithi112 bash[22390]: audit 2024-04-07T18:33:53.451177+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:54.875 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:54 smithi112 bash[22390]: audit 2024-04-07T18:33:53.944049+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:54.876 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:54 smithi112 bash[22390]: audit 2024-04-07T18:33:53.953566+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:54.876 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:54 smithi112 bash[22390]: audit 2024-04-07T18:33:53.964038+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:54.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:54 smithi107 bash[22201]: audit 2024-04-07T18:33:53.451177+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:54.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:54 smithi107 bash[22201]: audit 2024-04-07T18:33:53.944049+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:54.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:54 smithi107 bash[22201]: audit 2024-04-07T18:33:53.953566+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:54.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:54 smithi107 bash[22201]: audit 2024-04-07T18:33:53.964038+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:33:55.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:55 smithi087 bash[21510]: cluster 2024-04-07T18:33:53.793028+0000 mgr.a (mgr.14382) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:55.797 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:55 smithi112 bash[22390]: cluster 2024-04-07T18:33:53.793028+0000 mgr.a (mgr.14382) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:55.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:55 smithi107 bash[22201]: cluster 2024-04-07T18:33:53.793028+0000 mgr.a (mgr.14382) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:57.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:57 smithi087 bash[21510]: cluster 2024-04-07T18:33:55.793561+0000 mgr.a (mgr.14382) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:57.797 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:57 smithi112 bash[22390]: cluster 2024-04-07T18:33:55.793561+0000 mgr.a (mgr.14382) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:57.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:57 smithi107 bash[22201]: cluster 2024-04-07T18:33:55.793561+0000 mgr.a (mgr.14382) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:59.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:33:59 smithi087 bash[21510]: cluster 2024-04-07T18:33:57.794134+0000 mgr.a (mgr.14382) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:59.797 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:33:59 smithi112 bash[22390]: cluster 2024-04-07T18:33:57.794134+0000 mgr.a (mgr.14382) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:33:59.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:33:59 smithi107 bash[22201]: cluster 2024-04-07T18:33:57.794134+0000 mgr.a (mgr.14382) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:01.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:01 smithi087 bash[21510]: cluster 2024-04-07T18:33:59.794860+0000 mgr.a (mgr.14382) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:01.797 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:01 smithi112 bash[22390]: cluster 2024-04-07T18:33:59.794860+0000 mgr.a (mgr.14382) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:01.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:01 smithi107 bash[22201]: cluster 2024-04-07T18:33:59.794860+0000 mgr.a (mgr.14382) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:03.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:03 smithi087 bash[21510]: cluster 2024-04-07T18:34:01.795557+0000 mgr.a (mgr.14382) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:03.740 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:03 smithi107 bash[22201]: cluster 2024-04-07T18:34:01.795557+0000 mgr.a (mgr.14382) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:03.797 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:03 smithi112 bash[22390]: cluster 2024-04-07T18:34:01.795557+0000 mgr.a (mgr.14382) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:04.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:04 smithi087 bash[21510]: audit 2024-04-07T18:34:03.886648+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:34:04.797 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:04 smithi112 bash[22390]: audit 2024-04-07T18:34:03.886648+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:34:04.875 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:04 smithi107 bash[22201]: audit 2024-04-07T18:34:03.886648+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:34:05.758 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:05 smithi107 bash[22201]: cluster 2024-04-07T18:34:03.796183+0000 mgr.a (mgr.14382) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:05.764 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:05 smithi087 bash[21510]: cluster 2024-04-07T18:34:03.796183+0000 mgr.a (mgr.14382) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:05.797 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:05 smithi112 bash[22390]: cluster 2024-04-07T18:34:03.796183+0000 mgr.a (mgr.14382) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:07.797 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:07 smithi112 bash[22390]: cluster 2024-04-07T18:34:05.796739+0000 mgr.a (mgr.14382) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:07.908 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:07 smithi087 bash[21510]: cluster 2024-04-07T18:34:05.796739+0000 mgr.a (mgr.14382) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:07.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:07 smithi107 bash[22201]: cluster 2024-04-07T18:34:05.796739+0000 mgr.a (mgr.14382) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:09.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:08 smithi107 bash[22201]: cluster 2024-04-07T18:34:07.797099+0000 mgr.a (mgr.14382) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:09.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:08 smithi107 bash[22201]: audit 2024-04-07T18:34:07.898299+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:09.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:08 smithi107 bash[22201]: audit 2024-04-07T18:34:07.906100+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:09.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:08 smithi107 bash[22201]: audit 2024-04-07T18:34:07.913224+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:09.230 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:08 smithi087 bash[21510]: cluster 2024-04-07T18:34:07.797099+0000 mgr.a (mgr.14382) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:09.230 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:08 smithi087 bash[21510]: audit 2024-04-07T18:34:07.898299+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:09.230 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:08 smithi087 bash[21510]: audit 2024-04-07T18:34:07.906100+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:09.230 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:08 smithi087 bash[21510]: audit 2024-04-07T18:34:07.913224+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:09.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:08 smithi112 bash[22390]: cluster 2024-04-07T18:34:07.797099+0000 mgr.a (mgr.14382) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:09.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:08 smithi112 bash[22390]: audit 2024-04-07T18:34:07.898299+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:09.298 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:08 smithi112 bash[22390]: audit 2024-04-07T18:34:07.906100+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:09.298 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:08 smithi112 bash[22390]: audit 2024-04-07T18:34:07.913224+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:10.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:10 smithi112 bash[22390]: audit 2024-04-07T18:34:09.037912+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:10.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:10 smithi112 bash[22390]: audit 2024-04-07T18:34:09.048940+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:10.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:10 smithi112 bash[22390]: audit 2024-04-07T18:34:09.060764+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:10.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:10 smithi107 bash[22201]: audit 2024-04-07T18:34:09.037912+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:10.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:10 smithi107 bash[22201]: audit 2024-04-07T18:34:09.048940+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:10.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:10 smithi107 bash[22201]: audit 2024-04-07T18:34:09.060764+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:10.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:10 smithi087 bash[21510]: audit 2024-04-07T18:34:09.037912+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:10.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:10 smithi087 bash[21510]: audit 2024-04-07T18:34:09.048940+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:10.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:10 smithi087 bash[21510]: audit 2024-04-07T18:34:09.060764+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:11.276 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:11 smithi112 bash[22390]: cluster 2024-04-07T18:34:09.797649+0000 mgr.a (mgr.14382) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:11.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:11 smithi107 bash[22201]: cluster 2024-04-07T18:34:09.797649+0000 mgr.a (mgr.14382) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:11.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:11 smithi087 bash[21510]: cluster 2024-04-07T18:34:09.797649+0000 mgr.a (mgr.14382) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:13.230 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:12 smithi087 bash[21510]: cluster 2024-04-07T18:34:11.798226+0000 mgr.a (mgr.14382) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:13.230 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:12 smithi087 bash[21510]: audit 2024-04-07T18:34:11.977953+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:13.230 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:12 smithi087 bash[21510]: audit 2024-04-07T18:34:11.987427+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:13.230 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:12 smithi087 bash[21510]: audit 2024-04-07T18:34:11.998079+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:13.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:12 smithi112 bash[22390]: cluster 2024-04-07T18:34:11.798226+0000 mgr.a (mgr.14382) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:13.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:12 smithi112 bash[22390]: audit 2024-04-07T18:34:11.977953+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:13.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:12 smithi112 bash[22390]: audit 2024-04-07T18:34:11.987427+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:13.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:12 smithi112 bash[22390]: audit 2024-04-07T18:34:11.998079+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:13.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:12 smithi107 bash[22201]: cluster 2024-04-07T18:34:11.798226+0000 mgr.a (mgr.14382) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:13.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:12 smithi107 bash[22201]: audit 2024-04-07T18:34:11.977953+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:13.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:12 smithi107 bash[22201]: audit 2024-04-07T18:34:11.987427+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:13.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:12 smithi107 bash[22201]: audit 2024-04-07T18:34:11.998079+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:15.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:14 smithi087 bash[21510]: cluster 2024-04-07T18:34:13.798850+0000 mgr.a (mgr.14382) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:15.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:14 smithi112 bash[22390]: cluster 2024-04-07T18:34:13.798850+0000 mgr.a (mgr.14382) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:15.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:14 smithi107 bash[22201]: cluster 2024-04-07T18:34:13.798850+0000 mgr.a (mgr.14382) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:17.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:16 smithi087 bash[21510]: cluster 2024-04-07T18:34:15.799584+0000 mgr.a (mgr.14382) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:17.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:16 smithi112 bash[22390]: cluster 2024-04-07T18:34:15.799584+0000 mgr.a (mgr.14382) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:17.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:16 smithi107 bash[22201]: cluster 2024-04-07T18:34:15.799584+0000 mgr.a (mgr.14382) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:19.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:18 smithi112 bash[22390]: cluster 2024-04-07T18:34:17.800210+0000 mgr.a (mgr.14382) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:19.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:18 smithi112 bash[22390]: audit 2024-04-07T18:34:18.887765+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:34:19.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:18 smithi107 bash[22201]: cluster 2024-04-07T18:34:17.800210+0000 mgr.a (mgr.14382) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:19.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:18 smithi107 bash[22201]: audit 2024-04-07T18:34:18.887765+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:34:19.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:18 smithi087 bash[21510]: cluster 2024-04-07T18:34:17.800210+0000 mgr.a (mgr.14382) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:19.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:18 smithi087 bash[21510]: audit 2024-04-07T18:34:18.887765+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:34:21.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:20 smithi112 bash[22390]: cluster 2024-04-07T18:34:19.800890+0000 mgr.a (mgr.14382) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:21.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:20 smithi107 bash[22201]: cluster 2024-04-07T18:34:19.800890+0000 mgr.a (mgr.14382) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:21.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:20 smithi087 bash[21510]: cluster 2024-04-07T18:34:19.800890+0000 mgr.a (mgr.14382) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:23.264 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:22 smithi087 bash[21510]: cluster 2024-04-07T18:34:21.801496+0000 mgr.a (mgr.14382) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:23.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:22 smithi112 bash[22390]: cluster 2024-04-07T18:34:21.801496+0000 mgr.a (mgr.14382) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:23.338 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:22 smithi107 bash[22201]: cluster 2024-04-07T18:34:21.801496+0000 mgr.a (mgr.14382) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:25.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:24 smithi107 bash[22201]: cluster 2024-04-07T18:34:23.801980+0000 mgr.a (mgr.14382) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:25.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:25 smithi112 bash[22390]: cluster 2024-04-07T18:34:23.801980+0000 mgr.a (mgr.14382) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:25.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:25 smithi087 bash[21510]: cluster 2024-04-07T18:34:23.801980+0000 mgr.a (mgr.14382) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:27.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:27 smithi112 bash[22390]: cluster 2024-04-07T18:34:25.802546+0000 mgr.a (mgr.14382) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:27.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:27 smithi107 bash[22201]: cluster 2024-04-07T18:34:25.802546+0000 mgr.a (mgr.14382) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:27.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:27 smithi087 bash[21510]: cluster 2024-04-07T18:34:25.802546+0000 mgr.a (mgr.14382) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:29.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:29 smithi107 bash[22201]: cluster 2024-04-07T18:34:27.803095+0000 mgr.a (mgr.14382) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:29.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:29 smithi107 bash[22201]: audit 2024-04-07T18:34:28.067813+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:29.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:29 smithi107 bash[22201]: audit 2024-04-07T18:34:28.075470+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:29.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:29 smithi107 bash[22201]: audit 2024-04-07T18:34:28.085465+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:29.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:29 smithi087 bash[21510]: cluster 2024-04-07T18:34:27.803095+0000 mgr.a (mgr.14382) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:29.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:29 smithi087 bash[21510]: audit 2024-04-07T18:34:28.067813+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:29.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:29 smithi087 bash[21510]: audit 2024-04-07T18:34:28.075470+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:29.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:29 smithi087 bash[21510]: audit 2024-04-07T18:34:28.085465+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:29.547 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:29 smithi112 bash[22390]: cluster 2024-04-07T18:34:27.803095+0000 mgr.a (mgr.14382) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:29.547 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:29 smithi112 bash[22390]: audit 2024-04-07T18:34:28.067813+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:29.547 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:29 smithi112 bash[22390]: audit 2024-04-07T18:34:28.075470+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:29.547 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:29 smithi112 bash[22390]: audit 2024-04-07T18:34:28.085465+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:30.531 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:30 smithi112 bash[22390]: audit 2024-04-07T18:34:29.267888+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:30.531 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:30 smithi112 bash[22390]: audit 2024-04-07T18:34:29.277675+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:30.532 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:30 smithi112 bash[22390]: audit 2024-04-07T18:34:29.288350+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:30.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:30 smithi107 bash[22201]: audit 2024-04-07T18:34:29.267888+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:30.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:30 smithi107 bash[22201]: audit 2024-04-07T18:34:29.277675+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:30.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:30 smithi107 bash[22201]: audit 2024-04-07T18:34:29.288350+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:30.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:30 smithi087 bash[21510]: audit 2024-04-07T18:34:29.267888+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:30.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:30 smithi087 bash[21510]: audit 2024-04-07T18:34:29.277675+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:30.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:30 smithi087 bash[21510]: audit 2024-04-07T18:34:29.288350+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:31.547 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:31 smithi112 bash[22390]: cluster 2024-04-07T18:34:29.803655+0000 mgr.a (mgr.14382) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:31.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:31 smithi107 bash[22201]: cluster 2024-04-07T18:34:29.803655+0000 mgr.a (mgr.14382) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:31.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:31 smithi087 bash[21510]: cluster 2024-04-07T18:34:29.803655+0000 mgr.a (mgr.14382) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:33.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:33 smithi107 bash[22201]: cluster 2024-04-07T18:34:31.804142+0000 mgr.a (mgr.14382) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:33.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:33 smithi107 bash[22201]: audit 2024-04-07T18:34:32.139447+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:33.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:33 smithi107 bash[22201]: audit 2024-04-07T18:34:32.150080+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:33.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:33 smithi107 bash[22201]: audit 2024-04-07T18:34:32.161895+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:33.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:33 smithi087 bash[21510]: cluster 2024-04-07T18:34:31.804142+0000 mgr.a (mgr.14382) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:33.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:33 smithi087 bash[21510]: audit 2024-04-07T18:34:32.139447+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:33.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:33 smithi087 bash[21510]: audit 2024-04-07T18:34:32.150080+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:33.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:33 smithi087 bash[21510]: audit 2024-04-07T18:34:32.161895+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:33.547 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:33 smithi112 bash[22390]: cluster 2024-04-07T18:34:31.804142+0000 mgr.a (mgr.14382) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:33.547 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:33 smithi112 bash[22390]: audit 2024-04-07T18:34:32.139447+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:33.547 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:33 smithi112 bash[22390]: audit 2024-04-07T18:34:32.150080+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:33.547 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:33 smithi112 bash[22390]: audit 2024-04-07T18:34:32.161895+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:34.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:34 smithi107 bash[22201]: audit 2024-04-07T18:34:33.888980+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:34:34.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:34 smithi087 bash[21510]: audit 2024-04-07T18:34:33.888980+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:34:34.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:34 smithi112 bash[22390]: audit 2024-04-07T18:34:33.888980+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:34:35.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:35 smithi107 bash[22201]: cluster 2024-04-07T18:34:33.804668+0000 mgr.a (mgr.14382) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:35.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:35 smithi087 bash[21510]: cluster 2024-04-07T18:34:33.804668+0000 mgr.a (mgr.14382) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:35.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:35 smithi112 bash[22390]: cluster 2024-04-07T18:34:33.804668+0000 mgr.a (mgr.14382) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:36.979 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:34:36 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:34:36] "GET /metrics HTTP/1.1" 200 21451 "" "Prometheus/2.43.0" 2024-04-07T18:34:37.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:37 smithi107 bash[22201]: cluster 2024-04-07T18:34:35.805264+0000 mgr.a (mgr.14382) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:37.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:37 smithi087 bash[21510]: cluster 2024-04-07T18:34:35.805264+0000 mgr.a (mgr.14382) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:37.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:37 smithi112 bash[22390]: cluster 2024-04-07T18:34:35.805264+0000 mgr.a (mgr.14382) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:39.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:39 smithi107 bash[22201]: cluster 2024-04-07T18:34:37.805755+0000 mgr.a (mgr.14382) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:39.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:39 smithi087 bash[21510]: cluster 2024-04-07T18:34:37.805755+0000 mgr.a (mgr.14382) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:39.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:39 smithi112 bash[22390]: cluster 2024-04-07T18:34:37.805755+0000 mgr.a (mgr.14382) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:41.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:41 smithi107 bash[22201]: cluster 2024-04-07T18:34:39.806310+0000 mgr.a (mgr.14382) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:41.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:41 smithi087 bash[21510]: cluster 2024-04-07T18:34:39.806310+0000 mgr.a (mgr.14382) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:41.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:41 smithi112 bash[22390]: cluster 2024-04-07T18:34:39.806310+0000 mgr.a (mgr.14382) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:43.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:43 smithi087 bash[21510]: cluster 2024-04-07T18:34:41.806829+0000 mgr.a (mgr.14382) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:43.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:43 smithi107 bash[22201]: cluster 2024-04-07T18:34:41.806829+0000 mgr.a (mgr.14382) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:43.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:43 smithi112 bash[22390]: cluster 2024-04-07T18:34:41.806829+0000 mgr.a (mgr.14382) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:45.411 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:45 smithi107 bash[22201]: cluster 2024-04-07T18:34:43.807182+0000 mgr.a (mgr.14382) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:45.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:45 smithi087 bash[21510]: cluster 2024-04-07T18:34:43.807182+0000 mgr.a (mgr.14382) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:45.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:45 smithi112 bash[22390]: cluster 2024-04-07T18:34:43.807182+0000 mgr.a (mgr.14382) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:46.979 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:34:46 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:34:46] "GET /metrics HTTP/1.1" 200 21451 "" "Prometheus/2.43.0" 2024-04-07T18:34:47.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:47 smithi112 bash[22390]: cluster 2024-04-07T18:34:45.807689+0000 mgr.a (mgr.14382) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:47.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:47 smithi107 bash[22201]: cluster 2024-04-07T18:34:45.807689+0000 mgr.a (mgr.14382) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:47.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:47 smithi087 bash[21510]: cluster 2024-04-07T18:34:45.807689+0000 mgr.a (mgr.14382) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:49.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:49 smithi112 bash[22390]: cluster 2024-04-07T18:34:47.808232+0000 mgr.a (mgr.14382) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:49.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:49 smithi112 bash[22390]: audit 2024-04-07T18:34:48.270109+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:49.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:49 smithi112 bash[22390]: audit 2024-04-07T18:34:48.279917+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:49.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:49 smithi112 bash[22390]: audit 2024-04-07T18:34:48.290017+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:49.297 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:49 smithi112 bash[22390]: audit 2024-04-07T18:34:48.889415+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:34:49.518 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:49 smithi107 bash[22201]: cluster 2024-04-07T18:34:47.808232+0000 mgr.a (mgr.14382) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:49.519 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:49 smithi107 bash[22201]: audit 2024-04-07T18:34:48.270109+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:49.519 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:49 smithi107 bash[22201]: audit 2024-04-07T18:34:48.279917+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:49.519 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:49 smithi107 bash[22201]: audit 2024-04-07T18:34:48.290017+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:49.519 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:49 smithi107 bash[22201]: audit 2024-04-07T18:34:48.889415+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:34:49.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:49 smithi087 bash[21510]: cluster 2024-04-07T18:34:47.808232+0000 mgr.a (mgr.14382) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:49.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:49 smithi087 bash[21510]: audit 2024-04-07T18:34:48.270109+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:49.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:49 smithi087 bash[21510]: audit 2024-04-07T18:34:48.279917+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:49.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:49 smithi087 bash[21510]: audit 2024-04-07T18:34:48.290017+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:49.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:49 smithi087 bash[21510]: audit 2024-04-07T18:34:48.889415+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:34:50.769 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:50 smithi112 bash[22390]: audit 2024-04-07T18:34:49.501888+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:50.769 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:50 smithi112 bash[22390]: audit 2024-04-07T18:34:49.511749+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:50.769 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:50 smithi112 bash[22390]: audit 2024-04-07T18:34:49.522453+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:50.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:50 smithi107 bash[22201]: audit 2024-04-07T18:34:49.501888+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:50.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:50 smithi107 bash[22201]: audit 2024-04-07T18:34:49.511749+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:50.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:50 smithi107 bash[22201]: audit 2024-04-07T18:34:49.522453+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:50.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:50 smithi087 bash[21510]: audit 2024-04-07T18:34:49.501888+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:50.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:50 smithi087 bash[21510]: audit 2024-04-07T18:34:49.511749+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:50.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:50 smithi087 bash[21510]: audit 2024-04-07T18:34:49.522453+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:51.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:51 smithi112 bash[22390]: cluster 2024-04-07T18:34:49.808767+0000 mgr.a (mgr.14382) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:51.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:51 smithi107 bash[22201]: cluster 2024-04-07T18:34:49.808767+0000 mgr.a (mgr.14382) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:51.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:51 smithi087 bash[21510]: cluster 2024-04-07T18:34:49.808767+0000 mgr.a (mgr.14382) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:53.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:53 smithi112 bash[22390]: cluster 2024-04-07T18:34:51.809319+0000 mgr.a (mgr.14382) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:53.547 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:53 smithi112 bash[22390]: audit 2024-04-07T18:34:52.334297+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:53.547 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:53 smithi112 bash[22390]: audit 2024-04-07T18:34:52.343640+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:53.547 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:53 smithi112 bash[22390]: audit 2024-04-07T18:34:52.354060+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:53.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:53 smithi107 bash[22201]: cluster 2024-04-07T18:34:51.809319+0000 mgr.a (mgr.14382) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:53.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:53 smithi107 bash[22201]: audit 2024-04-07T18:34:52.334297+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:53.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:53 smithi107 bash[22201]: audit 2024-04-07T18:34:52.343640+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:53.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:53 smithi107 bash[22201]: audit 2024-04-07T18:34:52.354060+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:53.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:53 smithi087 bash[21510]: cluster 2024-04-07T18:34:51.809319+0000 mgr.a (mgr.14382) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:53.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:53 smithi087 bash[21510]: audit 2024-04-07T18:34:52.334297+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:53.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:53 smithi087 bash[21510]: audit 2024-04-07T18:34:52.343640+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:53.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:53 smithi087 bash[21510]: audit 2024-04-07T18:34:52.354060+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:54.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:54 smithi107 bash[22201]: audit 2024-04-07T18:34:53.568239+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:34:54.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:54 smithi107 bash[22201]: audit 2024-04-07T18:34:53.574391+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:34:54.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:54 smithi107 bash[22201]: audit 2024-04-07T18:34:53.576296+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:34:54.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:54 smithi107 bash[22201]: audit 2024-04-07T18:34:53.586474+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:54.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:54 smithi087 bash[21510]: audit 2024-04-07T18:34:53.568239+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:34:54.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:54 smithi087 bash[21510]: audit 2024-04-07T18:34:53.574391+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:34:54.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:54 smithi087 bash[21510]: audit 2024-04-07T18:34:53.576296+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:34:54.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:54 smithi087 bash[21510]: audit 2024-04-07T18:34:53.586474+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:54.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:54 smithi112 bash[22390]: audit 2024-04-07T18:34:53.568239+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:34:54.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:54 smithi112 bash[22390]: audit 2024-04-07T18:34:53.574391+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:34:54.797 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:54 smithi112 bash[22390]: audit 2024-04-07T18:34:53.576296+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:34:54.797 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:54 smithi112 bash[22390]: audit 2024-04-07T18:34:53.586474+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:34:55.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:55 smithi107 bash[22201]: cluster 2024-04-07T18:34:53.809856+0000 mgr.a (mgr.14382) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:55.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:55 smithi087 bash[21510]: cluster 2024-04-07T18:34:53.809856+0000 mgr.a (mgr.14382) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:56.046 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:55 smithi112 bash[22390]: cluster 2024-04-07T18:34:53.809856+0000 mgr.a (mgr.14382) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:56.979 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:34:56 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:34:56] "GET /metrics HTTP/1.1" 200 21449 "" "Prometheus/2.43.0" 2024-04-07T18:34:57.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:57 smithi107 bash[22201]: cluster 2024-04-07T18:34:55.810501+0000 mgr.a (mgr.14382) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:57.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:57 smithi087 bash[21510]: cluster 2024-04-07T18:34:55.810501+0000 mgr.a (mgr.14382) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:58.046 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:57 smithi112 bash[22390]: cluster 2024-04-07T18:34:55.810501+0000 mgr.a (mgr.14382) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:59.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:34:59 smithi107 bash[22201]: cluster 2024-04-07T18:34:57.811052+0000 mgr.a (mgr.14382) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:34:59.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:34:59 smithi087 bash[21510]: cluster 2024-04-07T18:34:57.811052+0000 mgr.a (mgr.14382) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:00.046 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:34:59 smithi112 bash[22390]: cluster 2024-04-07T18:34:57.811052+0000 mgr.a (mgr.14382) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:01.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:01 smithi107 bash[22201]: cluster 2024-04-07T18:34:59.811635+0000 mgr.a (mgr.14382) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:01.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:01 smithi087 bash[21510]: cluster 2024-04-07T18:34:59.811635+0000 mgr.a (mgr.14382) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:02.046 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:01 smithi112 bash[22390]: cluster 2024-04-07T18:34:59.811635+0000 mgr.a (mgr.14382) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:03.901 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:03 smithi087 bash[21510]: cluster 2024-04-07T18:35:01.812171+0000 mgr.a (mgr.14382) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:03.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:03 smithi107 bash[22201]: cluster 2024-04-07T18:35:01.812171+0000 mgr.a (mgr.14382) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:04.046 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:03 smithi112 bash[22390]: cluster 2024-04-07T18:35:01.812171+0000 mgr.a (mgr.14382) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:04.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:04 smithi107 bash[22201]: audit 2024-04-07T18:35:03.889457+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:35:04.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:04 smithi087 bash[21510]: audit 2024-04-07T18:35:03.889457+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:35:05.046 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:04 smithi112 bash[22390]: audit 2024-04-07T18:35:03.889457+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:35:05.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:05 smithi107 bash[22201]: cluster 2024-04-07T18:35:03.812660+0000 mgr.a (mgr.14382) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:05.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:05 smithi087 bash[21510]: cluster 2024-04-07T18:35:03.812660+0000 mgr.a (mgr.14382) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:06.046 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:05 smithi112 bash[22390]: cluster 2024-04-07T18:35:03.812660+0000 mgr.a (mgr.14382) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:06.668 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:06 smithi087 bash[21510]: cluster 2024-04-07T18:35:05.813020+0000 mgr.a (mgr.14382) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:06.878 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:06 smithi107 bash[22201]: cluster 2024-04-07T18:35:05.813020+0000 mgr.a (mgr.14382) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:06.979 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:35:06 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:35:06] "GET /metrics HTTP/1.1" 200 21450 "" "Prometheus/2.43.0" 2024-04-07T18:35:07.046 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:06 smithi112 bash[22390]: cluster 2024-04-07T18:35:05.813020+0000 mgr.a (mgr.14382) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:09.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:09 smithi112 bash[22390]: cluster 2024-04-07T18:35:07.813565+0000 mgr.a (mgr.14382) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:09.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:09 smithi112 bash[22390]: audit 2024-04-07T18:35:08.488389+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:09.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:09 smithi112 bash[22390]: audit 2024-04-07T18:35:08.495076+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:09.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:09 smithi112 bash[22390]: audit 2024-04-07T18:35:08.501733+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:09.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:09 smithi107 bash[22201]: cluster 2024-04-07T18:35:07.813565+0000 mgr.a (mgr.14382) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:09.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:09 smithi107 bash[22201]: audit 2024-04-07T18:35:08.488389+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:09.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:09 smithi107 bash[22201]: audit 2024-04-07T18:35:08.495076+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:09.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:09 smithi107 bash[22201]: audit 2024-04-07T18:35:08.501733+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:09.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:09 smithi087 bash[21510]: cluster 2024-04-07T18:35:07.813565+0000 mgr.a (mgr.14382) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:09.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:09 smithi087 bash[21510]: audit 2024-04-07T18:35:08.488389+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:09.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:09 smithi087 bash[21510]: audit 2024-04-07T18:35:08.495076+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:09.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:09 smithi087 bash[21510]: audit 2024-04-07T18:35:08.501733+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:10.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:10 smithi107 bash[22201]: audit 2024-04-07T18:35:09.660297+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:10.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:10 smithi107 bash[22201]: audit 2024-04-07T18:35:09.671648+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:10.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:10 smithi107 bash[22201]: audit 2024-04-07T18:35:09.682282+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:10.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:10 smithi107 bash[22201]: cluster 2024-04-07T18:35:09.814076+0000 mgr.a (mgr.14382) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:10.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:10 smithi087 bash[21510]: audit 2024-04-07T18:35:09.660297+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:10.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:10 smithi087 bash[21510]: audit 2024-04-07T18:35:09.671648+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:10.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:10 smithi087 bash[21510]: audit 2024-04-07T18:35:09.682282+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:10.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:10 smithi087 bash[21510]: cluster 2024-04-07T18:35:09.814076+0000 mgr.a (mgr.14382) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:11.046 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:10 smithi112 bash[22390]: audit 2024-04-07T18:35:09.660297+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:11.046 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:10 smithi112 bash[22390]: audit 2024-04-07T18:35:09.671648+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:11.046 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:10 smithi112 bash[22390]: audit 2024-04-07T18:35:09.682282+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:11.046 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:10 smithi112 bash[22390]: cluster 2024-04-07T18:35:09.814076+0000 mgr.a (mgr.14382) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:13.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:13 smithi112 bash[22390]: cluster 2024-04-07T18:35:11.814617+0000 mgr.a (mgr.14382) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:13.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:13 smithi112 bash[22390]: audit 2024-04-07T18:35:12.489496+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:13.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:13 smithi112 bash[22390]: audit 2024-04-07T18:35:12.499953+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:13.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:13 smithi112 bash[22390]: audit 2024-04-07T18:35:12.511456+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:13.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:13 smithi107 bash[22201]: cluster 2024-04-07T18:35:11.814617+0000 mgr.a (mgr.14382) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:13.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:13 smithi107 bash[22201]: audit 2024-04-07T18:35:12.489496+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:13.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:13 smithi107 bash[22201]: audit 2024-04-07T18:35:12.499953+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:13.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:13 smithi107 bash[22201]: audit 2024-04-07T18:35:12.511456+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:13.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:13 smithi087 bash[21510]: cluster 2024-04-07T18:35:11.814617+0000 mgr.a (mgr.14382) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:13.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:13 smithi087 bash[21510]: audit 2024-04-07T18:35:12.489496+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:13.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:13 smithi087 bash[21510]: audit 2024-04-07T18:35:12.499953+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:13.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:13 smithi087 bash[21510]: audit 2024-04-07T18:35:12.511456+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:15.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:15 smithi112 bash[22390]: cluster 2024-04-07T18:35:13.815166+0000 mgr.a (mgr.14382) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:15.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:15 smithi107 bash[22201]: cluster 2024-04-07T18:35:13.815166+0000 mgr.a (mgr.14382) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:15.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:15 smithi087 bash[21510]: cluster 2024-04-07T18:35:13.815166+0000 mgr.a (mgr.14382) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:16.979 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:35:16 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:35:16] "GET /metrics HTTP/1.1" 200 21450 "" "Prometheus/2.43.0" 2024-04-07T18:35:17.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:17 smithi112 bash[22390]: cluster 2024-04-07T18:35:15.815718+0000 mgr.a (mgr.14382) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:17.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:17 smithi107 bash[22201]: cluster 2024-04-07T18:35:15.815718+0000 mgr.a (mgr.14382) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:17.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:17 smithi087 bash[21510]: cluster 2024-04-07T18:35:15.815718+0000 mgr.a (mgr.14382) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:19.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:19 smithi112 bash[22390]: cluster 2024-04-07T18:35:17.816232+0000 mgr.a (mgr.14382) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:19.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:19 smithi112 bash[22390]: audit 2024-04-07T18:35:18.890216+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:35:19.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:19 smithi107 bash[22201]: cluster 2024-04-07T18:35:17.816232+0000 mgr.a (mgr.14382) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:19.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:19 smithi107 bash[22201]: audit 2024-04-07T18:35:18.890216+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:35:19.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:19 smithi087 bash[21510]: cluster 2024-04-07T18:35:17.816232+0000 mgr.a (mgr.14382) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:19.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:19 smithi087 bash[21510]: audit 2024-04-07T18:35:18.890216+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:35:21.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:21 smithi112 bash[22390]: cluster 2024-04-07T18:35:19.816765+0000 mgr.a (mgr.14382) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:21.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:21 smithi107 bash[22201]: cluster 2024-04-07T18:35:19.816765+0000 mgr.a (mgr.14382) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:21.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:21 smithi087 bash[21510]: cluster 2024-04-07T18:35:19.816765+0000 mgr.a (mgr.14382) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:23.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:23 smithi112 bash[22390]: cluster 2024-04-07T18:35:21.817265+0000 mgr.a (mgr.14382) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:23.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:23 smithi107 bash[22201]: cluster 2024-04-07T18:35:21.817265+0000 mgr.a (mgr.14382) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:23.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:23 smithi087 bash[21510]: cluster 2024-04-07T18:35:21.817265+0000 mgr.a (mgr.14382) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:25.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:25 smithi107 bash[22201]: cluster 2024-04-07T18:35:23.817768+0000 mgr.a (mgr.14382) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:25.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:25 smithi112 bash[22390]: cluster 2024-04-07T18:35:23.817768+0000 mgr.a (mgr.14382) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:25.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:25 smithi087 bash[21510]: cluster 2024-04-07T18:35:23.817768+0000 mgr.a (mgr.14382) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:26.979 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:35:26 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:35:26] "GET /metrics HTTP/1.1" 200 21449 "" "Prometheus/2.43.0" 2024-04-07T18:35:27.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:27 smithi112 bash[22390]: cluster 2024-04-07T18:35:25.818335+0000 mgr.a (mgr.14382) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:27.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:27 smithi107 bash[22201]: cluster 2024-04-07T18:35:25.818335+0000 mgr.a (mgr.14382) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:27.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:27 smithi087 bash[21510]: cluster 2024-04-07T18:35:25.818335+0000 mgr.a (mgr.14382) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:29.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:29 smithi112 bash[22390]: cluster 2024-04-07T18:35:27.818880+0000 mgr.a (mgr.14382) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:29.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:29 smithi112 bash[22390]: audit 2024-04-07T18:35:28.655196+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:29.797 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:29 smithi112 bash[22390]: audit 2024-04-07T18:35:28.661038+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:29.797 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:29 smithi112 bash[22390]: audit 2024-04-07T18:35:28.675540+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:29.877 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:29 smithi107 bash[22201]: cluster 2024-04-07T18:35:27.818880+0000 mgr.a (mgr.14382) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:29.877 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:29 smithi107 bash[22201]: audit 2024-04-07T18:35:28.655196+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:29.877 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:29 smithi107 bash[22201]: audit 2024-04-07T18:35:28.661038+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:29.877 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:29 smithi107 bash[22201]: audit 2024-04-07T18:35:28.675540+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:29.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:29 smithi087 bash[21510]: cluster 2024-04-07T18:35:27.818880+0000 mgr.a (mgr.14382) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:29.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:29 smithi087 bash[21510]: audit 2024-04-07T18:35:28.655196+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:29.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:29 smithi087 bash[21510]: audit 2024-04-07T18:35:28.661038+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:29.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:29 smithi087 bash[21510]: audit 2024-04-07T18:35:28.675540+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:31.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:30 smithi107 bash[22201]: cluster 2024-04-07T18:35:29.819436+0000 mgr.a (mgr.14382) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:31.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:30 smithi107 bash[22201]: audit 2024-04-07T18:35:29.861197+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:31.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:30 smithi107 bash[22201]: audit 2024-04-07T18:35:29.870921+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:31.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:30 smithi107 bash[22201]: audit 2024-04-07T18:35:29.881655+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:31.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:30 smithi087 bash[21510]: cluster 2024-04-07T18:35:29.819436+0000 mgr.a (mgr.14382) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:31.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:30 smithi087 bash[21510]: audit 2024-04-07T18:35:29.861197+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:31.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:30 smithi087 bash[21510]: audit 2024-04-07T18:35:29.870921+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:31.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:30 smithi087 bash[21510]: audit 2024-04-07T18:35:29.881655+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:31.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:30 smithi112 bash[22390]: cluster 2024-04-07T18:35:29.819436+0000 mgr.a (mgr.14382) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:31.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:30 smithi112 bash[22390]: audit 2024-04-07T18:35:29.861197+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:31.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:30 smithi112 bash[22390]: audit 2024-04-07T18:35:29.870921+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:31.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:30 smithi112 bash[22390]: audit 2024-04-07T18:35:29.881655+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:33.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:32 smithi107 bash[22201]: cluster 2024-04-07T18:35:31.819940+0000 mgr.a (mgr.14382) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:33.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:32 smithi107 bash[22201]: audit 2024-04-07T18:35:32.704632+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:33.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:32 smithi107 bash[22201]: audit 2024-04-07T18:35:32.714294+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:33.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:32 smithi107 bash[22201]: audit 2024-04-07T18:35:32.727877+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:33.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:32 smithi087 bash[21510]: cluster 2024-04-07T18:35:31.819940+0000 mgr.a (mgr.14382) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:33.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:32 smithi087 bash[21510]: audit 2024-04-07T18:35:32.704632+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:33.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:32 smithi087 bash[21510]: audit 2024-04-07T18:35:32.714294+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:33.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:32 smithi087 bash[21510]: audit 2024-04-07T18:35:32.727877+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:33.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:32 smithi112 bash[22390]: cluster 2024-04-07T18:35:31.819940+0000 mgr.a (mgr.14382) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:33.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:32 smithi112 bash[22390]: audit 2024-04-07T18:35:32.704632+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:33.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:32 smithi112 bash[22390]: audit 2024-04-07T18:35:32.714294+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:33.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:32 smithi112 bash[22390]: audit 2024-04-07T18:35:32.727877+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:35.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:34 smithi107 bash[22201]: cluster 2024-04-07T18:35:33.820436+0000 mgr.a (mgr.14382) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:35.161 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:34 smithi107 bash[22201]: audit 2024-04-07T18:35:33.895084+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:35:35.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:34 smithi087 bash[21510]: cluster 2024-04-07T18:35:33.820436+0000 mgr.a (mgr.14382) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:35.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:34 smithi087 bash[21510]: audit 2024-04-07T18:35:33.895084+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:35:35.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:34 smithi112 bash[22390]: cluster 2024-04-07T18:35:33.820436+0000 mgr.a (mgr.14382) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:35.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:34 smithi112 bash[22390]: audit 2024-04-07T18:35:33.895084+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:35:36.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:36 smithi087 bash[21510]: cluster 2024-04-07T18:35:35.821031+0000 mgr.a (mgr.14382) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:36.979 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:35:36 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:35:36] "GET /metrics HTTP/1.1" 200 21451 "" "Prometheus/2.43.0" 2024-04-07T18:35:37.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:36 smithi107 bash[22201]: cluster 2024-04-07T18:35:35.821031+0000 mgr.a (mgr.14382) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:37.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:36 smithi112 bash[22390]: cluster 2024-04-07T18:35:35.821031+0000 mgr.a (mgr.14382) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:39.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:38 smithi107 bash[22201]: cluster 2024-04-07T18:35:37.821567+0000 mgr.a (mgr.14382) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:39.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:38 smithi087 bash[21510]: cluster 2024-04-07T18:35:37.821567+0000 mgr.a (mgr.14382) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:39.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:38 smithi112 bash[22390]: cluster 2024-04-07T18:35:37.821567+0000 mgr.a (mgr.14382) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:41.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:40 smithi107 bash[22201]: cluster 2024-04-07T18:35:39.822046+0000 mgr.a (mgr.14382) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:41.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:40 smithi087 bash[21510]: cluster 2024-04-07T18:35:39.822046+0000 mgr.a (mgr.14382) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:41.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:40 smithi112 bash[22390]: cluster 2024-04-07T18:35:39.822046+0000 mgr.a (mgr.14382) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:43.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:42 smithi107 bash[22201]: cluster 2024-04-07T18:35:41.822582+0000 mgr.a (mgr.14382) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:43.228 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:42 smithi087 bash[21510]: cluster 2024-04-07T18:35:41.822582+0000 mgr.a (mgr.14382) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:43.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:42 smithi112 bash[22390]: cluster 2024-04-07T18:35:41.822582+0000 mgr.a (mgr.14382) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:45.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:44 smithi107 bash[22201]: cluster 2024-04-07T18:35:43.823099+0000 mgr.a (mgr.14382) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:45.228 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:44 smithi087 bash[21510]: cluster 2024-04-07T18:35:43.823099+0000 mgr.a (mgr.14382) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:45.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:44 smithi112 bash[22390]: cluster 2024-04-07T18:35:43.823099+0000 mgr.a (mgr.14382) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:46.886 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:35:46 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:35:46] "GET /metrics HTTP/1.1" 200 21451 "" "Prometheus/2.43.0" 2024-04-07T18:35:47.091 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:46 smithi107 bash[22201]: cluster 2024-04-07T18:35:45.823497+0000 mgr.a (mgr.14382) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:47.228 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:46 smithi087 bash[21510]: cluster 2024-04-07T18:35:45.823497+0000 mgr.a (mgr.14382) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:47.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:46 smithi112 bash[22390]: cluster 2024-04-07T18:35:45.823497+0000 mgr.a (mgr.14382) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:49.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:48 smithi107 bash[22201]: cluster 2024-04-07T18:35:47.823944+0000 mgr.a (mgr.14382) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:49.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:48 smithi107 bash[22201]: audit 2024-04-07T18:35:48.844307+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:49.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:48 smithi107 bash[22201]: audit 2024-04-07T18:35:48.850960+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:49.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:48 smithi107 bash[22201]: audit 2024-04-07T18:35:48.860514+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:49.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:48 smithi087 bash[21510]: cluster 2024-04-07T18:35:47.823944+0000 mgr.a (mgr.14382) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:49.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:48 smithi087 bash[21510]: audit 2024-04-07T18:35:48.844307+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:49.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:48 smithi087 bash[21510]: audit 2024-04-07T18:35:48.850960+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:49.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:48 smithi087 bash[21510]: audit 2024-04-07T18:35:48.860514+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:49.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:48 smithi112 bash[22390]: cluster 2024-04-07T18:35:47.823944+0000 mgr.a (mgr.14382) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:49.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:48 smithi112 bash[22390]: audit 2024-04-07T18:35:48.844307+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:49.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:48 smithi112 bash[22390]: audit 2024-04-07T18:35:48.850960+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:49.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:48 smithi112 bash[22390]: audit 2024-04-07T18:35:48.860514+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:50.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:49 smithi107 bash[22201]: audit 2024-04-07T18:35:48.895671+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:35:50.228 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:49 smithi087 bash[21510]: audit 2024-04-07T18:35:48.895671+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:35:50.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:49 smithi112 bash[22390]: audit 2024-04-07T18:35:48.895671+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:35:51.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:51 smithi112 bash[22390]: cluster 2024-04-07T18:35:49.824458+0000 mgr.a (mgr.14382) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:51.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:51 smithi112 bash[22390]: audit 2024-04-07T18:35:50.061608+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:51.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:51 smithi112 bash[22390]: audit 2024-04-07T18:35:50.071781+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:51.296 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:51 smithi112 bash[22390]: audit 2024-04-07T18:35:50.082490+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:51.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:51 smithi107 bash[22201]: cluster 2024-04-07T18:35:49.824458+0000 mgr.a (mgr.14382) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:51.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:51 smithi107 bash[22201]: audit 2024-04-07T18:35:50.061608+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:51.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:51 smithi107 bash[22201]: audit 2024-04-07T18:35:50.071781+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:51.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:51 smithi107 bash[22201]: audit 2024-04-07T18:35:50.082490+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:51.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:51 smithi087 bash[21510]: cluster 2024-04-07T18:35:49.824458+0000 mgr.a (mgr.14382) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:51.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:51 smithi087 bash[21510]: audit 2024-04-07T18:35:50.061608+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:51.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:51 smithi087 bash[21510]: audit 2024-04-07T18:35:50.071781+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:51.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:51 smithi087 bash[21510]: audit 2024-04-07T18:35:50.082490+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:53.192 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:53 smithi112 bash[22390]: cluster 2024-04-07T18:35:51.824977+0000 mgr.a (mgr.14382) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:53.192 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:53 smithi112 bash[22390]: audit 2024-04-07T18:35:52.923186+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:53.192 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:53 smithi112 bash[22390]: audit 2024-04-07T18:35:52.932293+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:53.193 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:53 smithi112 bash[22390]: audit 2024-04-07T18:35:52.942910+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:53.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:53 smithi107 bash[22201]: cluster 2024-04-07T18:35:51.824977+0000 mgr.a (mgr.14382) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:53.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:53 smithi107 bash[22201]: audit 2024-04-07T18:35:52.923186+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:53.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:53 smithi107 bash[22201]: audit 2024-04-07T18:35:52.932293+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:53.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:53 smithi107 bash[22201]: audit 2024-04-07T18:35:52.942910+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:53.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:53 smithi087 bash[21510]: cluster 2024-04-07T18:35:51.824977+0000 mgr.a (mgr.14382) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:53.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:53 smithi087 bash[21510]: audit 2024-04-07T18:35:52.923186+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:53.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:53 smithi087 bash[21510]: audit 2024-04-07T18:35:52.932293+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:53.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:53 smithi087 bash[21510]: audit 2024-04-07T18:35:52.942910+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:54.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:54 smithi107 bash[22201]: audit 2024-04-07T18:35:53.713664+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:35:54.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:54 smithi087 bash[21510]: audit 2024-04-07T18:35:53.713664+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:35:54.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:54 smithi112 bash[22390]: audit 2024-04-07T18:35:53.713664+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:35:55.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:55 smithi087 bash[21510]: cluster 2024-04-07T18:35:53.825605+0000 mgr.a (mgr.14382) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:55.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:55 smithi087 bash[21510]: audit 2024-04-07T18:35:54.191085+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:55.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:55 smithi087 bash[21510]: audit 2024-04-07T18:35:54.197382+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:55.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:55 smithi087 bash[21510]: audit 2024-04-07T18:35:54.198435+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:35:55.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:55 smithi087 bash[21510]: audit 2024-04-07T18:35:54.199227+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:35:55.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:55 smithi087 bash[21510]: audit 2024-04-07T18:35:54.203796+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:55.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:55 smithi112 bash[22390]: cluster 2024-04-07T18:35:53.825605+0000 mgr.a (mgr.14382) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:55.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:55 smithi112 bash[22390]: audit 2024-04-07T18:35:54.191085+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:55.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:55 smithi112 bash[22390]: audit 2024-04-07T18:35:54.197382+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:55.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:55 smithi112 bash[22390]: audit 2024-04-07T18:35:54.198435+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:35:55.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:55 smithi112 bash[22390]: audit 2024-04-07T18:35:54.199227+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:35:55.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:55 smithi112 bash[22390]: audit 2024-04-07T18:35:54.203796+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:55.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:55 smithi107 bash[22201]: cluster 2024-04-07T18:35:53.825605+0000 mgr.a (mgr.14382) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:55.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:55 smithi107 bash[22201]: audit 2024-04-07T18:35:54.191085+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:55.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:55 smithi107 bash[22201]: audit 2024-04-07T18:35:54.197382+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:55.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:55 smithi107 bash[22201]: audit 2024-04-07T18:35:54.198435+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:35:55.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:55 smithi107 bash[22201]: audit 2024-04-07T18:35:54.199227+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:35:55.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:55 smithi107 bash[22201]: audit 2024-04-07T18:35:54.203796+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:35:56.979 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:35:56 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:35:56] "GET /metrics HTTP/1.1" 200 21462 "" "Prometheus/2.43.0" 2024-04-07T18:35:57.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:57 smithi087 bash[21510]: cluster 2024-04-07T18:35:55.826178+0000 mgr.a (mgr.14382) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:57.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:57 smithi112 bash[22390]: cluster 2024-04-07T18:35:55.826178+0000 mgr.a (mgr.14382) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:57.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:57 smithi107 bash[22201]: cluster 2024-04-07T18:35:55.826178+0000 mgr.a (mgr.14382) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:59.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:35:59 smithi087 bash[21510]: cluster 2024-04-07T18:35:57.826695+0000 mgr.a (mgr.14382) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:59.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:35:59 smithi112 bash[22390]: cluster 2024-04-07T18:35:57.826695+0000 mgr.a (mgr.14382) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:35:59.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:35:59 smithi107 bash[22201]: cluster 2024-04-07T18:35:57.826695+0000 mgr.a (mgr.14382) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:01.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:01 smithi087 bash[21510]: cluster 2024-04-07T18:35:59.827223+0000 mgr.a (mgr.14382) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:01.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:01 smithi112 bash[22390]: cluster 2024-04-07T18:35:59.827223+0000 mgr.a (mgr.14382) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:01.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:01 smithi107 bash[22201]: cluster 2024-04-07T18:35:59.827223+0000 mgr.a (mgr.14382) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:03.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:03 smithi087 bash[21510]: cluster 2024-04-07T18:36:01.827726+0000 mgr.a (mgr.14382) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:03.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:03 smithi112 bash[22390]: cluster 2024-04-07T18:36:01.827726+0000 mgr.a (mgr.14382) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:03.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:03 smithi107 bash[22201]: cluster 2024-04-07T18:36:01.827726+0000 mgr.a (mgr.14382) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:04.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:04 smithi087 bash[21510]: audit 2024-04-07T18:36:03.895869+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:36:04.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:04 smithi112 bash[22390]: audit 2024-04-07T18:36:03.895869+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:36:04.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:04 smithi107 bash[22201]: audit 2024-04-07T18:36:03.895869+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:36:05.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:05 smithi087 bash[21510]: cluster 2024-04-07T18:36:03.828191+0000 mgr.a (mgr.14382) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:05.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:05 smithi112 bash[22390]: cluster 2024-04-07T18:36:03.828191+0000 mgr.a (mgr.14382) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:05.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:05 smithi107 bash[22201]: cluster 2024-04-07T18:36:03.828191+0000 mgr.a (mgr.14382) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:06.978 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:36:06 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:36:06] "GET /metrics HTTP/1.1" 200 21460 "" "Prometheus/2.43.0" 2024-04-07T18:36:07.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:07 smithi087 bash[21510]: cluster 2024-04-07T18:36:05.828769+0000 mgr.a (mgr.14382) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:07.490 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:07 smithi107 bash[22201]: cluster 2024-04-07T18:36:05.828769+0000 mgr.a (mgr.14382) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:07.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:07 smithi112 bash[22390]: cluster 2024-04-07T18:36:05.828769+0000 mgr.a (mgr.14382) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:09.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:09 smithi087 bash[21510]: cluster 2024-04-07T18:36:07.829256+0000 mgr.a (mgr.14382) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:09.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:09 smithi087 bash[21510]: audit 2024-04-07T18:36:09.022430+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:09.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:09 smithi087 bash[21510]: audit 2024-04-07T18:36:09.030785+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:09.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:09 smithi087 bash[21510]: audit 2024-04-07T18:36:09.044918+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:09.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:09 smithi112 bash[22390]: cluster 2024-04-07T18:36:07.829256+0000 mgr.a (mgr.14382) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:09.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:09 smithi112 bash[22390]: audit 2024-04-07T18:36:09.022430+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:09.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:09 smithi112 bash[22390]: audit 2024-04-07T18:36:09.030785+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:09.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:09 smithi112 bash[22390]: audit 2024-04-07T18:36:09.044918+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:09.593 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:09 smithi107 bash[22201]: cluster 2024-04-07T18:36:07.829256+0000 mgr.a (mgr.14382) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:09.593 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:09 smithi107 bash[22201]: audit 2024-04-07T18:36:09.022430+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:09.593 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:09 smithi107 bash[22201]: audit 2024-04-07T18:36:09.030785+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:09.593 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:09 smithi107 bash[22201]: audit 2024-04-07T18:36:09.044918+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:11.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:11 smithi112 bash[22390]: cluster 2024-04-07T18:36:09.829702+0000 mgr.a (mgr.14382) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:11.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:11 smithi112 bash[22390]: audit 2024-04-07T18:36:10.259155+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:11.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:11 smithi112 bash[22390]: audit 2024-04-07T18:36:10.269027+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:11.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:11 smithi112 bash[22390]: audit 2024-04-07T18:36:10.279515+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:11.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:11 smithi107 bash[22201]: cluster 2024-04-07T18:36:09.829702+0000 mgr.a (mgr.14382) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:11.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:11 smithi107 bash[22201]: audit 2024-04-07T18:36:10.259155+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:11.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:11 smithi107 bash[22201]: audit 2024-04-07T18:36:10.269027+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:11.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:11 smithi107 bash[22201]: audit 2024-04-07T18:36:10.279515+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:11.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:11 smithi087 bash[21510]: cluster 2024-04-07T18:36:09.829702+0000 mgr.a (mgr.14382) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:11.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:11 smithi087 bash[21510]: audit 2024-04-07T18:36:10.259155+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:11.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:11 smithi087 bash[21510]: audit 2024-04-07T18:36:10.269027+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:11.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:11 smithi087 bash[21510]: audit 2024-04-07T18:36:10.279515+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:13.498 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:13 smithi112 bash[22390]: cluster 2024-04-07T18:36:11.830159+0000 mgr.a (mgr.14382) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:13.499 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:13 smithi112 bash[22390]: audit 2024-04-07T18:36:13.100057+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:13.499 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:13 smithi112 bash[22390]: audit 2024-04-07T18:36:13.109342+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:13.499 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:13 smithi112 bash[22390]: audit 2024-04-07T18:36:13.119827+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:13.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:13 smithi107 bash[22201]: cluster 2024-04-07T18:36:11.830159+0000 mgr.a (mgr.14382) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:13.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:13 smithi107 bash[22201]: audit 2024-04-07T18:36:13.100057+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:13.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:13 smithi107 bash[22201]: audit 2024-04-07T18:36:13.109342+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:13.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:13 smithi107 bash[22201]: audit 2024-04-07T18:36:13.119827+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:13.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:13 smithi087 bash[21510]: cluster 2024-04-07T18:36:11.830159+0000 mgr.a (mgr.14382) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:13.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:13 smithi087 bash[21510]: audit 2024-04-07T18:36:13.100057+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:13.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:13 smithi087 bash[21510]: audit 2024-04-07T18:36:13.109342+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:13.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:13 smithi087 bash[21510]: audit 2024-04-07T18:36:13.119827+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:15.295 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:15 smithi112 bash[22390]: cluster 2024-04-07T18:36:13.830791+0000 mgr.a (mgr.14382) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:15.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:15 smithi107 bash[22201]: cluster 2024-04-07T18:36:13.830791+0000 mgr.a (mgr.14382) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:15.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:15 smithi087 bash[21510]: cluster 2024-04-07T18:36:13.830791+0000 mgr.a (mgr.14382) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:16.978 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:36:16 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:36:16] "GET /metrics HTTP/1.1" 200 21460 "" "Prometheus/2.43.0" 2024-04-07T18:36:17.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:17 smithi112 bash[22390]: cluster 2024-04-07T18:36:15.831371+0000 mgr.a (mgr.14382) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:17.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:17 smithi107 bash[22201]: cluster 2024-04-07T18:36:15.831371+0000 mgr.a (mgr.14382) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:17.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:17 smithi087 bash[21510]: cluster 2024-04-07T18:36:15.831371+0000 mgr.a (mgr.14382) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:19.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:19 smithi112 bash[22390]: cluster 2024-04-07T18:36:17.831893+0000 mgr.a (mgr.14382) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:19.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:19 smithi112 bash[22390]: audit 2024-04-07T18:36:18.896414+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:36:19.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:19 smithi107 bash[22201]: cluster 2024-04-07T18:36:17.831893+0000 mgr.a (mgr.14382) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:19.661 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:19 smithi107 bash[22201]: audit 2024-04-07T18:36:18.896414+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:36:19.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:19 smithi087 bash[21510]: cluster 2024-04-07T18:36:17.831893+0000 mgr.a (mgr.14382) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:19.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:19 smithi087 bash[21510]: audit 2024-04-07T18:36:18.896414+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:36:21.545 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:21 smithi112 bash[22390]: cluster 2024-04-07T18:36:19.832432+0000 mgr.a (mgr.14382) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:21.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:21 smithi107 bash[22201]: cluster 2024-04-07T18:36:19.832432+0000 mgr.a (mgr.14382) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:21.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:21 smithi087 bash[21510]: cluster 2024-04-07T18:36:19.832432+0000 mgr.a (mgr.14382) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:23.545 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:23 smithi112 bash[22390]: cluster 2024-04-07T18:36:21.832952+0000 mgr.a (mgr.14382) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:23.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:23 smithi107 bash[22201]: cluster 2024-04-07T18:36:21.832952+0000 mgr.a (mgr.14382) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:23.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:23 smithi087 bash[21510]: cluster 2024-04-07T18:36:21.832952+0000 mgr.a (mgr.14382) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:25.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:25 smithi112 bash[22390]: cluster 2024-04-07T18:36:23.833487+0000 mgr.a (mgr.14382) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:25.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:25 smithi107 bash[22201]: cluster 2024-04-07T18:36:23.833487+0000 mgr.a (mgr.14382) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:25.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:25 smithi087 bash[21510]: cluster 2024-04-07T18:36:23.833487+0000 mgr.a (mgr.14382) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:26.978 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:36:26 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:36:26] "GET /metrics HTTP/1.1" 200 21459 "" "Prometheus/2.43.0" 2024-04-07T18:36:27.545 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:27 smithi112 bash[22390]: cluster 2024-04-07T18:36:25.834013+0000 mgr.a (mgr.14382) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:27.556 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:27 smithi087 bash[21510]: cluster 2024-04-07T18:36:25.834013+0000 mgr.a (mgr.14382) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:27.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:27 smithi107 bash[22201]: cluster 2024-04-07T18:36:25.834013+0000 mgr.a (mgr.14382) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:29.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:29 smithi087 bash[21510]: cluster 2024-04-07T18:36:27.834494+0000 mgr.a (mgr.14382) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:29.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:29 smithi087 bash[21510]: audit 2024-04-07T18:36:29.194949+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:29.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:29 smithi087 bash[21510]: audit 2024-04-07T18:36:29.200839+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:29.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:29 smithi087 bash[21510]: audit 2024-04-07T18:36:29.207901+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:29.545 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:29 smithi112 bash[22390]: cluster 2024-04-07T18:36:27.834494+0000 mgr.a (mgr.14382) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:29.545 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:29 smithi112 bash[22390]: audit 2024-04-07T18:36:29.194949+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:29.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:29 smithi112 bash[22390]: audit 2024-04-07T18:36:29.200839+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:29.546 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:29 smithi112 bash[22390]: audit 2024-04-07T18:36:29.207901+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:29.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:29 smithi107 bash[22201]: cluster 2024-04-07T18:36:27.834494+0000 mgr.a (mgr.14382) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:29.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:29 smithi107 bash[22201]: audit 2024-04-07T18:36:29.194949+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:29.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:29 smithi107 bash[22201]: audit 2024-04-07T18:36:29.200839+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:29.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:29 smithi107 bash[22201]: audit 2024-04-07T18:36:29.207901+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:31.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:31 smithi087 bash[21510]: cluster 2024-04-07T18:36:29.835041+0000 mgr.a (mgr.14382) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:31.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:31 smithi087 bash[21510]: audit 2024-04-07T18:36:30.455360+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:31.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:31 smithi087 bash[21510]: audit 2024-04-07T18:36:30.465113+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:31.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:31 smithi087 bash[21510]: audit 2024-04-07T18:36:30.476091+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:31.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:31 smithi112 bash[22390]: cluster 2024-04-07T18:36:29.835041+0000 mgr.a (mgr.14382) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:31.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:31 smithi112 bash[22390]: audit 2024-04-07T18:36:30.455360+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:31.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:31 smithi112 bash[22390]: audit 2024-04-07T18:36:30.465113+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:31.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:31 smithi112 bash[22390]: audit 2024-04-07T18:36:30.476091+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:31.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:31 smithi107 bash[22201]: cluster 2024-04-07T18:36:29.835041+0000 mgr.a (mgr.14382) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:31.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:31 smithi107 bash[22201]: audit 2024-04-07T18:36:30.455360+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:31.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:31 smithi107 bash[22201]: audit 2024-04-07T18:36:30.465113+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:31.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:31 smithi107 bash[22201]: audit 2024-04-07T18:36:30.476091+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:32.480 INFO:teuthology.orchestra.run.smithi087.stderr:+ ceph orch ls 2024-04-07T18:36:32.843 INFO:teuthology.orchestra.run.smithi087.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-07T18:36:32.843 INFO:teuthology.orchestra.run.smithi087.stdout:agent 3/3 19s ago 2m * 2024-04-07T18:36:32.843 INFO:teuthology.orchestra.run.smithi087.stdout:alertmanager ?:9093,9094 1/1 19s ago 4m count:1 2024-04-07T18:36:32.844 INFO:teuthology.orchestra.run.smithi087.stdout:grafana ?:3000 1/1 3s ago 4m count:1 2024-04-07T18:36:32.844 INFO:teuthology.orchestra.run.smithi087.stdout:mgr 2/2 3s ago 8m smithi087=a;smithi107=b;count:2 2024-04-07T18:36:32.844 INFO:teuthology.orchestra.run.smithi087.stdout:mon 3/3 19s ago 9m smithi087:172.21.15.87=a;smithi107:172.21.15.107=b;smithi112:172.21.15.112=c;count:3 2024-04-07T18:36:32.844 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter ?:9100 3/3 19s ago 4m * 2024-04-07T18:36:32.844 INFO:teuthology.orchestra.run.smithi087.stdout:osd 3 19s ago - 2024-04-07T18:36:32.844 INFO:teuthology.orchestra.run.smithi087.stdout:prometheus ?:9095 1/1 2s ago 4m count:1 2024-04-07T18:36:32.857 INFO:teuthology.orchestra.run.smithi087.stderr:+ ceph orch ps 2024-04-07T18:36:33.227 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-07T18:36:33.227 INFO:teuthology.orchestra.run.smithi087.stdout:agent.smithi087 smithi087 running 4s ago 10m - - 2024-04-07T18:36:33.227 INFO:teuthology.orchestra.run.smithi087.stdout:agent.smithi107 smithi107 running 2s ago 9m - - 2024-04-07T18:36:33.227 INFO:teuthology.orchestra.run.smithi087.stdout:agent.smithi112 smithi112 running 20s ago 9m - - 2024-04-07T18:36:33.227 INFO:teuthology.orchestra.run.smithi087.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (2m) 20s ago 3m 14.1M - 0.25.0 c8568f914cd2 d64908ff163f 2024-04-07T18:36:33.227 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 *:3000 running (2m) 4s ago 3m 72.9M - 9.4.12 2bacad6d85d8 86181daa4d24 2024-04-07T18:36:33.227 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.a smithi087 *:9283,8765 running (11m) 4s ago 11m 494M - 19.0.0-2785-gadce92d0 c0ecd4226ac9 ad87da9984d8 2024-04-07T18:36:33.227 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.b smithi107 *:8443,8765 running (8m) 2s ago 8m 437M - 19.0.0-2785-gadce92d0 c0ecd4226ac9 314124097fb8 2024-04-07T18:36:33.227 INFO:teuthology.orchestra.run.smithi087.stdout:mon.a smithi087 running (11m) 4s ago 11m 46.0M 2048M 19.0.0-2785-gadce92d0 c0ecd4226ac9 58968e042aa8 2024-04-07T18:36:33.228 INFO:teuthology.orchestra.run.smithi087.stdout:mon.b smithi107 running (9m) 2s ago 9m 36.3M 2048M 19.0.0-2785-gadce92d0 c0ecd4226ac9 b1aa18599341 2024-04-07T18:36:33.228 INFO:teuthology.orchestra.run.smithi087.stdout:mon.c smithi112 running (9m) 20s ago 9m 33.9M 2048M 19.0.0-2785-gadce92d0 c0ecd4226ac9 bb6aed71f4d9 2024-04-07T18:36:33.228 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 *:9100 running (3m) 4s ago 4m 8351k - 1.5.0 0da6a335fe13 144050cb37cd 2024-04-07T18:36:33.228 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi107 smithi107 *:9100 running (3m) 2s ago 3m 8156k - 1.5.0 0da6a335fe13 f6b4b3ce000f 2024-04-07T18:36:33.228 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi112 smithi112 *:9100 running (3m) 20s ago 3m 8252k - 1.5.0 0da6a335fe13 99473339c9f7 2024-04-07T18:36:33.228 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (7m) 4s ago 7m 37.6M 4096M 19.0.0-2785-gadce92d0 c0ecd4226ac9 cce318463bb1 2024-04-07T18:36:33.228 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi107 running (6m) 2s ago 6m 38.5M 4096M 19.0.0-2785-gadce92d0 c0ecd4226ac9 2f1b35adbd6b 2024-04-07T18:36:33.228 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi112 running (6m) 20s ago 6m 38.2M 4096M 19.0.0-2785-gadce92d0 c0ecd4226ac9 20ee7236e890 2024-04-07T18:36:33.228 INFO:teuthology.orchestra.run.smithi087.stdout:prometheus.smithi107 smithi107 *:9095 running (3m) 2s ago 3m 44.4M - 2.43.0 a07b618ecd1d c09a0d126872 2024-04-07T18:36:33.240 INFO:teuthology.orchestra.run.smithi087.stderr:+ ceph orch host ls 2024-04-07T18:36:33.570 INFO:teuthology.orchestra.run.smithi087.stdout:HOST ADDR LABELS STATUS 2024-04-07T18:36:33.570 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 172.21.15.87 2024-04-07T18:36:33.570 INFO:teuthology.orchestra.run.smithi087.stdout:smithi107 172.21.15.107 2024-04-07T18:36:33.570 INFO:teuthology.orchestra.run.smithi087.stdout:smithi112 172.21.15.112 2024-04-07T18:36:33.570 INFO:teuthology.orchestra.run.smithi087.stdout:3 hosts in cluster 2024-04-07T18:36:33.583 INFO:teuthology.orchestra.run.smithi087.stderr:++ jq -r 'last | .daemon_name' 2024-04-07T18:36:33.584 INFO:teuthology.orchestra.run.smithi087.stderr:++ ceph orch ps --daemon-type mon -f json 2024-04-07T18:36:33.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:33 smithi087 bash[21510]: cluster 2024-04-07T18:36:31.835564+0000 mgr.a (mgr.14382) 116 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:33.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:33 smithi087 bash[21510]: audit 2024-04-07T18:36:33.321661+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:33.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:33 smithi087 bash[21510]: audit 2024-04-07T18:36:33.330552+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:33.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:33 smithi087 bash[21510]: audit 2024-04-07T18:36:33.339192+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:33.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:33 smithi112 bash[22390]: cluster 2024-04-07T18:36:31.835564+0000 mgr.a (mgr.14382) 116 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:33.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:33 smithi112 bash[22390]: audit 2024-04-07T18:36:33.321661+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:33.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:33 smithi112 bash[22390]: audit 2024-04-07T18:36:33.330552+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:33.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:33 smithi112 bash[22390]: audit 2024-04-07T18:36:33.339192+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:33.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:33 smithi107 bash[22201]: cluster 2024-04-07T18:36:31.835564+0000 mgr.a (mgr.14382) 116 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:33.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:33 smithi107 bash[22201]: audit 2024-04-07T18:36:33.321661+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:33.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:33 smithi107 bash[22201]: audit 2024-04-07T18:36:33.330552+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:33.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:33 smithi107 bash[22201]: audit 2024-04-07T18:36:33.339192+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:33.955 INFO:teuthology.orchestra.run.smithi087.stderr:+ MON_DAEMON=mon.c 2024-04-07T18:36:33.955 INFO:teuthology.orchestra.run.smithi087.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-04-07T18:36:33.955 INFO:teuthology.orchestra.run.smithi087.stderr:++ jq -e '.[]' 2024-04-07T18:36:33.955 INFO:teuthology.orchestra.run.smithi087.stderr:++ jq -r .hostname 2024-04-07T18:36:34.317 INFO:teuthology.orchestra.run.smithi087.stderr:+ GRAFANA_HOST=smithi087 2024-04-07T18:36:34.318 INFO:teuthology.orchestra.run.smithi087.stderr:++ jq -e '.[]' 2024-04-07T18:36:34.318 INFO:teuthology.orchestra.run.smithi087.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-04-07T18:36:34.318 INFO:teuthology.orchestra.run.smithi087.stderr:++ jq -r .hostname 2024-04-07T18:36:34.668 INFO:teuthology.orchestra.run.smithi087.stderr:+ PROM_HOST=smithi107 2024-04-07T18:36:34.669 INFO:teuthology.orchestra.run.smithi087.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-04-07T18:36:34.669 INFO:teuthology.orchestra.run.smithi087.stderr:++ jq -e '.[]' 2024-04-07T18:36:34.669 INFO:teuthology.orchestra.run.smithi087.stderr:++ jq -r .hostname 2024-04-07T18:36:34.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:34 smithi087 bash[21510]: audit 2024-04-07T18:36:32.836736+0000 mgr.a (mgr.14382) 117 : audit [DBG] from='client.14412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:36:34.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:34 smithi087 bash[21510]: audit 2024-04-07T18:36:33.200059+0000 mgr.a (mgr.14382) 118 : audit [DBG] from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:36:34.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:34 smithi087 bash[21510]: audit 2024-04-07T18:36:33.575510+0000 mgr.a (mgr.14382) 119 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:36:34.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:34 smithi087 bash[21510]: audit 2024-04-07T18:36:33.896835+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:36:34.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:34 smithi112 bash[22390]: audit 2024-04-07T18:36:32.836736+0000 mgr.a (mgr.14382) 117 : audit [DBG] from='client.14412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:36:34.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:34 smithi112 bash[22390]: audit 2024-04-07T18:36:33.200059+0000 mgr.a (mgr.14382) 118 : audit [DBG] from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:36:34.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:34 smithi112 bash[22390]: audit 2024-04-07T18:36:33.575510+0000 mgr.a (mgr.14382) 119 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:36:34.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:34 smithi112 bash[22390]: audit 2024-04-07T18:36:33.896835+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:36:34.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:34 smithi107 bash[22201]: audit 2024-04-07T18:36:32.836736+0000 mgr.a (mgr.14382) 117 : audit [DBG] from='client.14412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:36:34.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:34 smithi107 bash[22201]: audit 2024-04-07T18:36:33.200059+0000 mgr.a (mgr.14382) 118 : audit [DBG] from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:36:34.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:34 smithi107 bash[22201]: audit 2024-04-07T18:36:33.575510+0000 mgr.a (mgr.14382) 119 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:36:34.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:34 smithi107 bash[22201]: audit 2024-04-07T18:36:33.896835+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:36:35.012 INFO:teuthology.orchestra.run.smithi087.stderr:+ ALERTM_HOST=smithi112 2024-04-07T18:36:35.013 INFO:teuthology.orchestra.run.smithi087.stderr:++ ceph orch host ls -f json 2024-04-07T18:36:35.013 INFO:teuthology.orchestra.run.smithi087.stderr:++ jq -r --arg GRAFANA_HOST smithi087 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-04-07T18:36:35.373 INFO:teuthology.orchestra.run.smithi087.stderr:+ GRAFANA_IP=172.21.15.87 2024-04-07T18:36:35.373 INFO:teuthology.orchestra.run.smithi087.stderr:++ ceph orch host ls -f json 2024-04-07T18:36:35.373 INFO:teuthology.orchestra.run.smithi087.stderr:++ jq -r --arg PROM_HOST smithi107 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-04-07T18:36:35.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:35 smithi087 bash[21510]: cluster 2024-04-07T18:36:33.836003+0000 mgr.a (mgr.14382) 120 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:35.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:35 smithi087 bash[21510]: audit 2024-04-07T18:36:33.935823+0000 mgr.a (mgr.14382) 121 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:35.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:35 smithi087 bash[21510]: audit 2024-04-07T18:36:34.303900+0000 mgr.a (mgr.14382) 122 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:35.729 INFO:teuthology.orchestra.run.smithi087.stderr:+ PROM_IP=172.21.15.107 2024-04-07T18:36:35.729 INFO:teuthology.orchestra.run.smithi087.stderr:++ ceph orch host ls -f json 2024-04-07T18:36:35.729 INFO:teuthology.orchestra.run.smithi087.stderr:++ jq -r --arg ALERTM_HOST smithi112 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-04-07T18:36:35.795 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:35 smithi112 bash[22390]: cluster 2024-04-07T18:36:33.836003+0000 mgr.a (mgr.14382) 120 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:35.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:35 smithi112 bash[22390]: audit 2024-04-07T18:36:33.935823+0000 mgr.a (mgr.14382) 121 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:35.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:35 smithi112 bash[22390]: audit 2024-04-07T18:36:34.303900+0000 mgr.a (mgr.14382) 122 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:35.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:35 smithi107 bash[22201]: cluster 2024-04-07T18:36:33.836003+0000 mgr.a (mgr.14382) 120 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:35.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:35 smithi107 bash[22201]: audit 2024-04-07T18:36:33.935823+0000 mgr.a (mgr.14382) 121 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:35.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:35 smithi107 bash[22201]: audit 2024-04-07T18:36:34.303900+0000 mgr.a (mgr.14382) 122 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:36.084 INFO:teuthology.orchestra.run.smithi087.stderr:+ ALERTM_IP=172.21.15.112 2024-04-07T18:36:36.084 INFO:teuthology.orchestra.run.smithi087.stderr:++ ceph orch host ls -f json 2024-04-07T18:36:36.084 INFO:teuthology.orchestra.run.smithi087.stderr:++ jq -r '.[] | .addr' 2024-04-07T18:36:36.438 INFO:teuthology.orchestra.run.smithi087.stderr:+ ALL_HOST_IPS='172.21.15.87 2024-04-07T18:36:36.438 INFO:teuthology.orchestra.run.smithi087.stderr:172.21.15.107 2024-04-07T18:36:36.438 INFO:teuthology.orchestra.run.smithi087.stderr:172.21.15.112' 2024-04-07T18:36:36.438 INFO:teuthology.orchestra.run.smithi087.stderr:+ for ip in $ALL_HOST_IPS 2024-04-07T18:36:36.438 INFO:teuthology.orchestra.run.smithi087.stderr:+ curl -s http://172.21.15.87:9100/metric 2024-04-07T18:36:36.441 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:36:36.441 INFO:teuthology.orchestra.run.smithi087.stdout: Node Exporter 2024-04-07T18:36:36.441 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:36:36.441 INFO:teuthology.orchestra.run.smithi087.stdout:

Node Exporter

2024-04-07T18:36:36.441 INFO:teuthology.orchestra.run.smithi087.stdout:

Metrics

2024-04-07T18:36:36.441 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:36:36.441 INFO:teuthology.orchestra.run.smithi087.stderr:+ for ip in $ALL_HOST_IPS 2024-04-07T18:36:36.442 INFO:teuthology.orchestra.run.smithi087.stderr:+ curl -s http://172.21.15.107:9100/metric 2024-04-07T18:36:36.444 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:36:36.444 INFO:teuthology.orchestra.run.smithi087.stdout: Node Exporter 2024-04-07T18:36:36.444 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:36:36.444 INFO:teuthology.orchestra.run.smithi087.stdout:

Node Exporter

2024-04-07T18:36:36.445 INFO:teuthology.orchestra.run.smithi087.stdout:

Metrics

2024-04-07T18:36:36.445 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:36:36.445 INFO:teuthology.orchestra.run.smithi087.stderr:+ for ip in $ALL_HOST_IPS 2024-04-07T18:36:36.445 INFO:teuthology.orchestra.run.smithi087.stderr:+ curl -s http://172.21.15.112:9100/metric 2024-04-07T18:36:36.448 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:36:36.448 INFO:teuthology.orchestra.run.smithi087.stdout: Node Exporter 2024-04-07T18:36:36.448 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:36:36.449 INFO:teuthology.orchestra.run.smithi087.stdout:

Node Exporter

2024-04-07T18:36:36.449 INFO:teuthology.orchestra.run.smithi087.stdout:

Metrics

2024-04-07T18:36:36.449 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-07T18:36:36.449 INFO:teuthology.orchestra.run.smithi087.stderr:+ curl -k -s https://172.21.15.87:3000/api/health 2024-04-07T18:36:36.461 INFO:teuthology.orchestra.run.smithi087.stdout: { 2024-04-07T18:36:36.461 INFO:teuthology.orchestra.run.smithi087.stdout: "commit": "37ee25ba46", 2024-04-07T18:36:36.461 INFO:teuthology.orchestra.run.smithi087.stdout: "database": "ok", 2024-04-07T18:36:36.461 INFO:teuthology.orchestra.run.smithi087.stdout: "version": "9.4.12" 2024-04-07T18:36:36.462 INFO:teuthology.orchestra.run.smithi087.stderr:+ jq -e '.database == "ok"' 2024-04-07T18:36:36.462 INFO:teuthology.orchestra.run.smithi087.stderr:+ curl -k -s https://172.21.15.87:3000/api/health 2024-04-07T18:36:36.478 INFO:teuthology.orchestra.run.smithi087.stdout:}true 2024-04-07T18:36:36.479 INFO:teuthology.orchestra.run.smithi087.stderr:+ ceph orch daemon stop mon.c 2024-04-07T18:36:36.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:36 smithi087 bash[21510]: audit 2024-04-07T18:36:34.652027+0000 mgr.a (mgr.14382) 123 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:36.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:36 smithi087 bash[21510]: audit 2024-04-07T18:36:34.997439+0000 mgr.a (mgr.14382) 124 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:36.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:36 smithi087 bash[21510]: audit 2024-04-07T18:36:35.364687+0000 mgr.a (mgr.14382) 125 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:36.729 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:36:36 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:36:36] "GET /metrics HTTP/1.1" 200 21457 "" "Prometheus/2.43.0" 2024-04-07T18:36:36.795 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:36 smithi112 bash[22390]: audit 2024-04-07T18:36:34.652027+0000 mgr.a (mgr.14382) 123 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:36.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:36 smithi112 bash[22390]: audit 2024-04-07T18:36:34.997439+0000 mgr.a (mgr.14382) 124 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:36.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:36 smithi112 bash[22390]: audit 2024-04-07T18:36:35.364687+0000 mgr.a (mgr.14382) 125 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:36.825 INFO:teuthology.orchestra.run.smithi087.stdout:Scheduled to stop mon.c on host 'smithi112' 2024-04-07T18:36:36.839 INFO:teuthology.orchestra.run.smithi087.stderr:+ sleep 120 2024-04-07T18:36:36.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:36 smithi107 bash[22201]: audit 2024-04-07T18:36:34.652027+0000 mgr.a (mgr.14382) 123 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:36.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:36 smithi107 bash[22201]: audit 2024-04-07T18:36:34.997439+0000 mgr.a (mgr.14382) 124 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:36.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:36 smithi107 bash[22201]: audit 2024-04-07T18:36:35.364687+0000 mgr.a (mgr.14382) 125 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:37.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:37 smithi087 bash[21510]: audit 2024-04-07T18:36:35.721008+0000 mgr.a (mgr.14382) 126 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:37.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:37 smithi087 bash[21510]: cluster 2024-04-07T18:36:35.836507+0000 mgr.a (mgr.14382) 127 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:37.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:37 smithi087 bash[21510]: audit 2024-04-07T18:36:36.075232+0000 mgr.a (mgr.14382) 128 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:37.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:37 smithi087 bash[21510]: audit 2024-04-07T18:36:36.431275+0000 mgr.a (mgr.14382) 129 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:37.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:37 smithi087 bash[21510]: audit 2024-04-07T18:36:36.822630+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:37.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:37 smithi087 bash[21510]: audit 2024-04-07T18:36:36.831128+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:37.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:37 smithi087 bash[21510]: audit 2024-04-07T18:36:36.834080+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:36:37.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:37 smithi087 bash[21510]: audit 2024-04-07T18:36:37.361630+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:37.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:37 smithi087 bash[21510]: audit 2024-04-07T18:36:37.371545+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:37.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:37 smithi087 bash[21510]: audit 2024-04-07T18:36:37.373905+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:36:37.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:37 smithi087 bash[21510]: audit 2024-04-07T18:36:37.375738+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:36:37.730 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:37 smithi087 bash[21510]: audit 2024-04-07T18:36:37.385202+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:37.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:37 smithi112 bash[22390]: audit 2024-04-07T18:36:35.721008+0000 mgr.a (mgr.14382) 126 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:37.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:37 smithi112 bash[22390]: cluster 2024-04-07T18:36:35.836507+0000 mgr.a (mgr.14382) 127 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:37.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:37 smithi112 bash[22390]: audit 2024-04-07T18:36:36.075232+0000 mgr.a (mgr.14382) 128 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:37.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:37 smithi112 bash[22390]: audit 2024-04-07T18:36:36.431275+0000 mgr.a (mgr.14382) 129 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:37.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:37 smithi112 bash[22390]: audit 2024-04-07T18:36:36.822630+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:37.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:37 smithi112 bash[22390]: audit 2024-04-07T18:36:36.831128+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:37.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:37 smithi112 bash[22390]: audit 2024-04-07T18:36:36.834080+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:36:37.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:37 smithi112 bash[22390]: audit 2024-04-07T18:36:37.361630+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:37.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:37 smithi112 bash[22390]: audit 2024-04-07T18:36:37.371545+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:37.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:37 smithi112 bash[22390]: audit 2024-04-07T18:36:37.373905+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:36:37.797 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:37 smithi112 bash[22390]: audit 2024-04-07T18:36:37.375738+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:36:37.797 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:37 smithi112 bash[22390]: audit 2024-04-07T18:36:37.385202+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:37.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:37 smithi107 bash[22201]: audit 2024-04-07T18:36:35.721008+0000 mgr.a (mgr.14382) 126 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:37.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:37 smithi107 bash[22201]: cluster 2024-04-07T18:36:35.836507+0000 mgr.a (mgr.14382) 127 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:37.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:37 smithi107 bash[22201]: audit 2024-04-07T18:36:36.075232+0000 mgr.a (mgr.14382) 128 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:37.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:37 smithi107 bash[22201]: audit 2024-04-07T18:36:36.431275+0000 mgr.a (mgr.14382) 129 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-07T18:36:37.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:37 smithi107 bash[22201]: audit 2024-04-07T18:36:36.822630+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:37.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:37 smithi107 bash[22201]: audit 2024-04-07T18:36:36.831128+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:37.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:37 smithi107 bash[22201]: audit 2024-04-07T18:36:36.834080+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:36:37.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:37 smithi107 bash[22201]: audit 2024-04-07T18:36:37.361630+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:37.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:37 smithi107 bash[22201]: audit 2024-04-07T18:36:37.371545+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:37.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:37 smithi107 bash[22201]: audit 2024-04-07T18:36:37.373905+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:36:37.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:37 smithi107 bash[22201]: audit 2024-04-07T18:36:37.375738+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:36:37.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:37 smithi107 bash[22201]: audit 2024-04-07T18:36:37.385202+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:38.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:38 smithi087 bash[21510]: audit 2024-04-07T18:36:36.815296+0000 mgr.a (mgr.14382) 130 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:36:38.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:38 smithi087 bash[21510]: cephadm 2024-04-07T18:36:36.816111+0000 mgr.a (mgr.14382) 131 : cephadm [INF] Schedule stop daemon mon.c 2024-04-07T18:36:38.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:38 smithi112 bash[22390]: audit 2024-04-07T18:36:36.815296+0000 mgr.a (mgr.14382) 130 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:36:38.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:38 smithi112 bash[22390]: cephadm 2024-04-07T18:36:36.816111+0000 mgr.a (mgr.14382) 131 : cephadm [INF] Schedule stop daemon mon.c 2024-04-07T18:36:38.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:38 smithi107 bash[22201]: audit 2024-04-07T18:36:36.815296+0000 mgr.a (mgr.14382) 130 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-07T18:36:38.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:38 smithi107 bash[22201]: cephadm 2024-04-07T18:36:36.816111+0000 mgr.a (mgr.14382) 131 : cephadm [INF] Schedule stop daemon mon.c 2024-04-07T18:36:39.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:39 smithi112 bash[22390]: cluster 2024-04-07T18:36:37.837056+0000 mgr.a (mgr.14382) 132 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:39.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:39 smithi107 bash[22201]: cluster 2024-04-07T18:36:37.837056+0000 mgr.a (mgr.14382) 132 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:39.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:39 smithi087 bash[21510]: cluster 2024-04-07T18:36:37.837056+0000 mgr.a (mgr.14382) 132 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:41.795 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:41 smithi112 bash[22390]: cluster 2024-04-07T18:36:39.837593+0000 mgr.a (mgr.14382) 133 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:41.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:41 smithi107 bash[22201]: cluster 2024-04-07T18:36:39.837593+0000 mgr.a (mgr.14382) 133 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:41.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:41 smithi087 bash[21510]: cluster 2024-04-07T18:36:39.837593+0000 mgr.a (mgr.14382) 133 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:42.795 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:42 smithi112 systemd[1]: Stopping Ceph mon.c for d8141d00-f50b-11ee-b649-cb9ed24678a4... 2024-04-07T18:36:42.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:42 smithi112 bash[22390]: debug 2024-04-07T18:36:42.624+0000 7f272b07f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-07T18:36:42.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:42 smithi112 bash[22390]: debug 2024-04-07T18:36:42.624+0000 7f272b07f700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-04-07T18:36:43.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:43 smithi112 bash[35020]: ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4-mon-c 2024-04-07T18:36:43.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:43 smithi112 bash[35079]: Error response from daemon: No such container: ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4-mon-c 2024-04-07T18:36:43.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:43 smithi112 systemd[1]: ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mon.c.service: Deactivated successfully. 2024-04-07T18:36:43.796 INFO:journalctl@ceph.mon.c.smithi112.stdout:Apr 07 18:36:43 smithi112 systemd[1]: Stopped Ceph mon.c for d8141d00-f50b-11ee-b649-cb9ed24678a4. 2024-04-07T18:36:46.978 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:36:46 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:36:46] "GET /metrics HTTP/1.1" 200 21457 "" "Prometheus/2.43.0" 2024-04-07T18:36:56.979 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:36:56 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:36:56] "GET /metrics HTTP/1.1" 200 21457 "" "Prometheus/2.43.0" 2024-04-07T18:36:57.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:57 smithi107 bash[22201]: cluster 2024-04-07T18:36:41.838115+0000 mgr.a (mgr.14382) 134 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:57.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:57 smithi087 bash[21510]: cluster 2024-04-07T18:36:41.838115+0000 mgr.a (mgr.14382) 134 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:58.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:43.838639+0000 mgr.a (mgr.14382) 135 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:58.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:45.839238+0000 mgr.a (mgr.14382) 136 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:58.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:47.839878+0000 mgr.a (mgr.14382) 137 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:58.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: audit 2024-04-07T18:36:48.897305+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:36:58.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:49.840417+0000 mgr.a (mgr.14382) 138 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:58.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:51.840931+0000 mgr.a (mgr.14382) 139 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:58.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:52.496914+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-04-07T18:36:58.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:52.501093+0000 mon.a (mon.0) 980 : cluster [INF] mon.a calling monitor election 2024-04-07T18:36:58.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:53.841479+0000 mgr.a (mgr.14382) 140 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:58.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:55.842004+0000 mgr.a (mgr.14382) 141 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:58.911 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:57.522946+0000 mon.a (mon.0) 981 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-07T18:36:58.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:57.534446+0000 mon.a (mon.0) 982 : cluster [DBG] monmap epoch 3 2024-04-07T18:36:58.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:57.534484+0000 mon.a (mon.0) 983 : cluster [DBG] fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:36:58.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:57.534517+0000 mon.a (mon.0) 984 : cluster [DBG] last_changed 2024-04-07T18:27:34.352894+0000 2024-04-07T18:36:58.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:57.534537+0000 mon.a (mon.0) 985 : cluster [DBG] created 2024-04-07T18:24:40.387706+0000 2024-04-07T18:36:58.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:57.534559+0000 mon.a (mon.0) 986 : cluster [DBG] min_mon_release 19 (squid) 2024-04-07T18:36:58.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:57.534579+0000 mon.a (mon.0) 987 : cluster [DBG] election_strategy: 1 2024-04-07T18:36:58.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:57.534601+0000 mon.a (mon.0) 988 : cluster [DBG] 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-07T18:36:58.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:57.534623+0000 mon.a (mon.0) 989 : cluster [DBG] 1: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.c 2024-04-07T18:36:58.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:57.534650+0000 mon.a (mon.0) 990 : cluster [DBG] 2: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.b 2024-04-07T18:36:58.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:57.554408+0000 mon.a (mon.0) 991 : cluster [DBG] fsmap 2024-04-07T18:36:58.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:57.554498+0000 mon.a (mon.0) 992 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-07T18:36:58.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:57.556271+0000 mon.a (mon.0) 993 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-04-07T18:36:58.912 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:57.556706+0000 mon.a (mon.0) 994 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-07T18:36:58.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: audit 2024-04-07T18:36:57.582138+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:57.583662+0000 mon.a (mon.0) 996 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-07T18:36:58.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:57.583730+0000 mon.a (mon.0) 997 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-07T18:36:58.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: cluster 2024-04-07T18:36:57.583787+0000 mon.a (mon.0) 998 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] is down (out of quorum) 2024-04-07T18:36:58.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: audit 2024-04-07T18:36:57.592078+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: audit 2024-04-07T18:36:57.598734+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: audit 2024-04-07T18:36:57.606003+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.913 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: audit 2024-04-07T18:36:57.614881+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: audit 2024-04-07T18:36:57.622258+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: audit 2024-04-07T18:36:57.629737+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: audit 2024-04-07T18:36:57.637415+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: audit 2024-04-07T18:36:57.645507+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: audit 2024-04-07T18:36:57.648053+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:36:58.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: audit 2024-04-07T18:36:57.652899+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: audit 2024-04-07T18:36:57.660143+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: audit 2024-04-07T18:36:57.660737+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:36:58.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: audit 2024-04-07T18:36:57.662795+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:36:58.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: audit 2024-04-07T18:36:57.672342+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: audit 2024-04-07T18:36:57.844262+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: audit 2024-04-07T18:36:57.853850+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.914 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:58 smithi107 bash[22201]: audit 2024-04-07T18:36:57.864516+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:43.838639+0000 mgr.a (mgr.14382) 135 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:58.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:45.839238+0000 mgr.a (mgr.14382) 136 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:58.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:47.839878+0000 mgr.a (mgr.14382) 137 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:58.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: audit 2024-04-07T18:36:48.897305+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:36:58.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:49.840417+0000 mgr.a (mgr.14382) 138 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:58.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:51.840931+0000 mgr.a (mgr.14382) 139 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:58.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:52.496914+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-04-07T18:36:58.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:52.501093+0000 mon.a (mon.0) 980 : cluster [INF] mon.a calling monitor election 2024-04-07T18:36:58.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:53.841479+0000 mgr.a (mgr.14382) 140 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:58.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:55.842004+0000 mgr.a (mgr.14382) 141 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:58.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:57.522946+0000 mon.a (mon.0) 981 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-07T18:36:58.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:57.534446+0000 mon.a (mon.0) 982 : cluster [DBG] monmap epoch 3 2024-04-07T18:36:58.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:57.534484+0000 mon.a (mon.0) 983 : cluster [DBG] fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:36:58.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:57.534517+0000 mon.a (mon.0) 984 : cluster [DBG] last_changed 2024-04-07T18:27:34.352894+0000 2024-04-07T18:36:58.980 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:57.534537+0000 mon.a (mon.0) 985 : cluster [DBG] created 2024-04-07T18:24:40.387706+0000 2024-04-07T18:36:58.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:57.534559+0000 mon.a (mon.0) 986 : cluster [DBG] min_mon_release 19 (squid) 2024-04-07T18:36:58.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:57.534579+0000 mon.a (mon.0) 987 : cluster [DBG] election_strategy: 1 2024-04-07T18:36:58.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:57.534601+0000 mon.a (mon.0) 988 : cluster [DBG] 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-07T18:36:58.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:57.534623+0000 mon.a (mon.0) 989 : cluster [DBG] 1: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.c 2024-04-07T18:36:58.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:57.534650+0000 mon.a (mon.0) 990 : cluster [DBG] 2: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.b 2024-04-07T18:36:58.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:57.554408+0000 mon.a (mon.0) 991 : cluster [DBG] fsmap 2024-04-07T18:36:58.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:57.554498+0000 mon.a (mon.0) 992 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-07T18:36:58.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:57.556271+0000 mon.a (mon.0) 993 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-04-07T18:36:58.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:57.556706+0000 mon.a (mon.0) 994 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-07T18:36:58.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: audit 2024-04-07T18:36:57.582138+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.981 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:57.583662+0000 mon.a (mon.0) 996 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-07T18:36:58.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:57.583730+0000 mon.a (mon.0) 997 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-07T18:36:58.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: cluster 2024-04-07T18:36:57.583787+0000 mon.a (mon.0) 998 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] is down (out of quorum) 2024-04-07T18:36:58.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: audit 2024-04-07T18:36:57.592078+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: audit 2024-04-07T18:36:57.598734+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: audit 2024-04-07T18:36:57.606003+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: audit 2024-04-07T18:36:57.614881+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: audit 2024-04-07T18:36:57.622258+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: audit 2024-04-07T18:36:57.629737+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: audit 2024-04-07T18:36:57.637415+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: audit 2024-04-07T18:36:57.645507+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: audit 2024-04-07T18:36:57.648053+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:36:58.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: audit 2024-04-07T18:36:57.652899+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: audit 2024-04-07T18:36:57.660143+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: audit 2024-04-07T18:36:57.660737+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:36:58.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: audit 2024-04-07T18:36:57.662795+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:36:58.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: audit 2024-04-07T18:36:57.672342+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: audit 2024-04-07T18:36:57.844262+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: audit 2024-04-07T18:36:57.853850+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:58.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:58 smithi087 bash[21510]: audit 2024-04-07T18:36:57.864516+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:36:59.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:36:59 smithi107 bash[22201]: cluster 2024-04-07T18:36:57.842501+0000 mgr.a (mgr.14382) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:36:59.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:36:59 smithi087 bash[21510]: cluster 2024-04-07T18:36:57.842501+0000 mgr.a (mgr.14382) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:01.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:01 smithi107 bash[22201]: cluster 2024-04-07T18:36:59.843044+0000 mgr.a (mgr.14382) 143 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:01.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:01 smithi087 bash[21510]: cluster 2024-04-07T18:36:59.843044+0000 mgr.a (mgr.14382) 143 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:03.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:03 smithi107 bash[22201]: cluster 2024-04-07T18:37:01.843540+0000 mgr.a (mgr.14382) 144 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:03.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:03 smithi087 bash[21510]: cluster 2024-04-07T18:37:01.843540+0000 mgr.a (mgr.14382) 144 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:05.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:04 smithi107 bash[22201]: cluster 2024-04-07T18:37:03.844003+0000 mgr.a (mgr.14382) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:05.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:04 smithi107 bash[22201]: audit 2024-04-07T18:37:03.903766+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:05.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:04 smithi107 bash[22201]: audit 2024-04-07T18:37:03.905608+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:37:05.228 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:04 smithi087 bash[21510]: cluster 2024-04-07T18:37:03.844003+0000 mgr.a (mgr.14382) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:05.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:04 smithi087 bash[21510]: audit 2024-04-07T18:37:03.903766+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:05.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:04 smithi087 bash[21510]: audit 2024-04-07T18:37:03.905608+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:37:06.898 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:37:06 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:37:06] "GET /metrics HTTP/1.1" 200 21519 "" "Prometheus/2.43.0" 2024-04-07T18:37:07.159 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:06 smithi107 bash[22201]: cluster 2024-04-07T18:37:05.844591+0000 mgr.a (mgr.14382) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:07.228 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:06 smithi087 bash[21510]: cluster 2024-04-07T18:37:05.844591+0000 mgr.a (mgr.14382) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:09.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:08 smithi107 bash[22201]: cluster 2024-04-07T18:37:07.845113+0000 mgr.a (mgr.14382) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:09.228 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:08 smithi087 bash[21510]: cluster 2024-04-07T18:37:07.845113+0000 mgr.a (mgr.14382) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:11.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:10 smithi107 bash[22201]: cluster 2024-04-07T18:37:09.845667+0000 mgr.a (mgr.14382) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:11.228 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:10 smithi087 bash[21510]: cluster 2024-04-07T18:37:09.845667+0000 mgr.a (mgr.14382) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:13.228 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:12 smithi087 bash[21510]: cluster 2024-04-07T18:37:11.846060+0000 mgr.a (mgr.14382) 149 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:13.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:12 smithi107 bash[22201]: cluster 2024-04-07T18:37:11.846060+0000 mgr.a (mgr.14382) 149 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:15.228 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:14 smithi087 bash[21510]: cluster 2024-04-07T18:37:13.846557+0000 mgr.a (mgr.14382) 150 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:15.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:14 smithi107 bash[22201]: cluster 2024-04-07T18:37:13.846557+0000 mgr.a (mgr.14382) 150 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:16.978 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:37:16 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:37:16] "GET /metrics HTTP/1.1" 200 21519 "" "Prometheus/2.43.0" 2024-04-07T18:37:16.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:16 smithi087 bash[21510]: audit 2024-04-07T18:37:15.788906+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:16.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:16 smithi087 bash[21510]: audit 2024-04-07T18:37:15.795320+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:16.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:16 smithi087 bash[21510]: audit 2024-04-07T18:37:15.804238+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:16.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:16 smithi087 bash[21510]: audit 2024-04-07T18:37:15.836437+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:16.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:16 smithi087 bash[21510]: audit 2024-04-07T18:37:15.845639+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:16.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:16 smithi087 bash[21510]: cluster 2024-04-07T18:37:15.847072+0000 mgr.a (mgr.14382) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:16.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:16 smithi087 bash[21510]: audit 2024-04-07T18:37:15.860165+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:16.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:16 smithi087 bash[21510]: audit 2024-04-07T18:37:15.867049+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:16.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:16 smithi087 bash[21510]: audit 2024-04-07T18:37:15.876639+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:16.979 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:16 smithi087 bash[21510]: audit 2024-04-07T18:37:15.887341+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:17.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:16 smithi107 bash[22201]: audit 2024-04-07T18:37:15.788906+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:17.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:16 smithi107 bash[22201]: audit 2024-04-07T18:37:15.795320+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:17.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:16 smithi107 bash[22201]: audit 2024-04-07T18:37:15.804238+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:17.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:16 smithi107 bash[22201]: audit 2024-04-07T18:37:15.836437+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:17.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:16 smithi107 bash[22201]: audit 2024-04-07T18:37:15.845639+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:17.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:16 smithi107 bash[22201]: cluster 2024-04-07T18:37:15.847072+0000 mgr.a (mgr.14382) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:17.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:16 smithi107 bash[22201]: audit 2024-04-07T18:37:15.860165+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:17.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:16 smithi107 bash[22201]: audit 2024-04-07T18:37:15.867049+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:17.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:16 smithi107 bash[22201]: audit 2024-04-07T18:37:15.876639+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:17.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:16 smithi107 bash[22201]: audit 2024-04-07T18:37:15.887341+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:19.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:18 smithi107 bash[22201]: cluster 2024-04-07T18:37:17.847593+0000 mgr.a (mgr.14382) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:19.160 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:18 smithi107 bash[22201]: audit 2024-04-07T18:37:18.898276+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:37:19.228 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:18 smithi087 bash[21510]: cluster 2024-04-07T18:37:17.847593+0000 mgr.a (mgr.14382) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:19.229 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:18 smithi087 bash[21510]: audit 2024-04-07T18:37:18.898276+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:37:21.159 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:20 smithi107 bash[22201]: cluster 2024-04-07T18:37:19.848120+0000 mgr.a (mgr.14382) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:21.228 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:20 smithi087 bash[21510]: cluster 2024-04-07T18:37:19.848120+0000 mgr.a (mgr.14382) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:23.159 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:22 smithi107 bash[22201]: cluster 2024-04-07T18:37:21.848627+0000 mgr.a (mgr.14382) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:23.228 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:22 smithi087 bash[21510]: cluster 2024-04-07T18:37:21.848627+0000 mgr.a (mgr.14382) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:25.159 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:24 smithi107 bash[22201]: cluster 2024-04-07T18:37:23.849246+0000 mgr.a (mgr.14382) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:25.228 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:24 smithi087 bash[21510]: cluster 2024-04-07T18:37:23.849246+0000 mgr.a (mgr.14382) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:26.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:26 smithi087 bash[21510]: cluster 2024-04-07T18:37:25.849885+0000 mgr.a (mgr.14382) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:26.979 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:37:26 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:37:26] "GET /metrics HTTP/1.1" 200 21515 "" "Prometheus/2.43.0" 2024-04-07T18:37:27.409 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:26 smithi107 bash[22201]: cluster 2024-04-07T18:37:25.849885+0000 mgr.a (mgr.14382) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:29.228 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:28 smithi087 bash[21510]: cluster 2024-04-07T18:37:27.850340+0000 mgr.a (mgr.14382) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:29.409 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:28 smithi107 bash[22201]: cluster 2024-04-07T18:37:27.850340+0000 mgr.a (mgr.14382) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:30.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:30 smithi087 bash[21510]: cluster 2024-04-07T18:37:29.850904+0000 mgr.a (mgr.14382) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:31.409 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:30 smithi107 bash[22201]: cluster 2024-04-07T18:37:29.850904+0000 mgr.a (mgr.14382) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:33.228 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:32 smithi087 bash[21510]: cluster 2024-04-07T18:37:31.851419+0000 mgr.a (mgr.14382) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:33.409 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:32 smithi107 bash[22201]: cluster 2024-04-07T18:37:31.851419+0000 mgr.a (mgr.14382) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:34.228 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:33 smithi087 bash[21510]: audit 2024-04-07T18:37:33.898040+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:37:34.409 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:33 smithi107 bash[22201]: audit 2024-04-07T18:37:33.898040+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:37:35.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:35 smithi107 bash[22201]: cluster 2024-04-07T18:37:33.852010+0000 mgr.a (mgr.14382) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:35.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:35 smithi107 bash[22201]: audit 2024-04-07T18:37:34.052581+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:35.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:35 smithi107 bash[22201]: audit 2024-04-07T18:37:34.059650+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:35.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:35 smithi107 bash[22201]: audit 2024-04-07T18:37:34.068064+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:35.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:35 smithi107 bash[22201]: audit 2024-04-07T18:37:34.083740+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:35.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:35 smithi107 bash[22201]: audit 2024-04-07T18:37:34.092498+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:35.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:35 smithi107 bash[22201]: audit 2024-04-07T18:37:34.102767+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:35.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:35 smithi107 bash[22201]: audit 2024-04-07T18:37:35.000020+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:35.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:35 smithi107 bash[22201]: audit 2024-04-07T18:37:35.012118+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:35.410 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:35 smithi107 bash[22201]: audit 2024-04-07T18:37:35.022462+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:35.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:35 smithi087 bash[21510]: cluster 2024-04-07T18:37:33.852010+0000 mgr.a (mgr.14382) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:35.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:35 smithi087 bash[21510]: audit 2024-04-07T18:37:34.052581+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:35.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:35 smithi087 bash[21510]: audit 2024-04-07T18:37:34.059650+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:35.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:35 smithi087 bash[21510]: audit 2024-04-07T18:37:34.068064+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:35.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:35 smithi087 bash[21510]: audit 2024-04-07T18:37:34.083740+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:35.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:35 smithi087 bash[21510]: audit 2024-04-07T18:37:34.092498+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:35.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:35 smithi087 bash[21510]: audit 2024-04-07T18:37:34.102767+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:35.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:35 smithi087 bash[21510]: audit 2024-04-07T18:37:35.000020+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:35.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:35 smithi087 bash[21510]: audit 2024-04-07T18:37:35.012118+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:35.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:35 smithi087 bash[21510]: audit 2024-04-07T18:37:35.022462+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:36.978 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:37:36 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:37:36] "GET /metrics HTTP/1.1" 200 21517 "" "Prometheus/2.43.0" 2024-04-07T18:37:37.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:37 smithi107 bash[22201]: cluster 2024-04-07T18:37:35.852665+0000 mgr.a (mgr.14382) 161 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:37.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:37 smithi087 bash[21510]: cluster 2024-04-07T18:37:35.852665+0000 mgr.a (mgr.14382) 161 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:39.910 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:39 smithi107 bash[22201]: cluster 2024-04-07T18:37:37.853304+0000 mgr.a (mgr.14382) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:39.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:39 smithi087 bash[21510]: cluster 2024-04-07T18:37:37.853304+0000 mgr.a (mgr.14382) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:41.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:41 smithi107 bash[22201]: cluster 2024-04-07T18:37:39.853912+0000 mgr.a (mgr.14382) 163 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:41.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:41 smithi087 bash[21510]: cluster 2024-04-07T18:37:39.853912+0000 mgr.a (mgr.14382) 163 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:43.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:43 smithi107 bash[22201]: cluster 2024-04-07T18:37:41.854433+0000 mgr.a (mgr.14382) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:43.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:43 smithi087 bash[21510]: cluster 2024-04-07T18:37:41.854433+0000 mgr.a (mgr.14382) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:45.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:45 smithi107 bash[22201]: cluster 2024-04-07T18:37:43.854905+0000 mgr.a (mgr.14382) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:45.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:45 smithi087 bash[21510]: cluster 2024-04-07T18:37:43.854905+0000 mgr.a (mgr.14382) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:46.978 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:37:46 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:37:46] "GET /metrics HTTP/1.1" 200 21517 "" "Prometheus/2.43.0" 2024-04-07T18:37:47.877 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:47 smithi087 bash[21510]: cluster 2024-04-07T18:37:45.855450+0000 mgr.a (mgr.14382) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:47.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:47 smithi107 bash[22201]: cluster 2024-04-07T18:37:45.855450+0000 mgr.a (mgr.14382) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:49.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:49 smithi107 bash[22201]: cluster 2024-04-07T18:37:47.855974+0000 mgr.a (mgr.14382) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:49.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:49 smithi107 bash[22201]: audit 2024-04-07T18:37:48.899033+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:37:49.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:49 smithi087 bash[21510]: cluster 2024-04-07T18:37:47.855974+0000 mgr.a (mgr.14382) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:49.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:49 smithi087 bash[21510]: audit 2024-04-07T18:37:48.899033+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:37:51.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:51 smithi107 bash[22201]: cluster 2024-04-07T18:37:49.856515+0000 mgr.a (mgr.14382) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:51.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:51 smithi087 bash[21510]: cluster 2024-04-07T18:37:49.856515+0000 mgr.a (mgr.14382) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:53.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:53 smithi087 bash[21510]: cluster 2024-04-07T18:37:51.857020+0000 mgr.a (mgr.14382) 169 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:53.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:53 smithi087 bash[21510]: audit 2024-04-07T18:37:52.211910+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:53.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:53 smithi087 bash[21510]: audit 2024-04-07T18:37:52.218077+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:53.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:53 smithi087 bash[21510]: audit 2024-04-07T18:37:52.226793+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:53.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:53 smithi087 bash[21510]: audit 2024-04-07T18:37:52.252711+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:53.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:53 smithi087 bash[21510]: audit 2024-04-07T18:37:52.260457+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:53.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:53 smithi087 bash[21510]: audit 2024-04-07T18:37:52.268752+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:53.659 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:53 smithi107 bash[22201]: cluster 2024-04-07T18:37:51.857020+0000 mgr.a (mgr.14382) 169 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:53.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:53 smithi107 bash[22201]: audit 2024-04-07T18:37:52.211910+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:53.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:53 smithi107 bash[22201]: audit 2024-04-07T18:37:52.218077+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:53.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:53 smithi107 bash[22201]: audit 2024-04-07T18:37:52.226793+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:53.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:53 smithi107 bash[22201]: audit 2024-04-07T18:37:52.252711+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:53.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:53 smithi107 bash[22201]: audit 2024-04-07T18:37:52.260457+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:53.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:53 smithi107 bash[22201]: audit 2024-04-07T18:37:52.268752+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:55.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:55 smithi087 bash[21510]: cluster 2024-04-07T18:37:53.857410+0000 mgr.a (mgr.14382) 170 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:55.659 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:55 smithi107 bash[22201]: cluster 2024-04-07T18:37:53.857410+0000 mgr.a (mgr.14382) 170 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:56.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:56 smithi087 bash[21510]: audit 2024-04-07T18:37:55.225563+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:56.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:56 smithi087 bash[21510]: audit 2024-04-07T18:37:55.234545+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:56.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:56 smithi087 bash[21510]: audit 2024-04-07T18:37:55.245132+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:56.659 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:56 smithi107 bash[22201]: audit 2024-04-07T18:37:55.225563+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:56.659 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:56 smithi107 bash[22201]: audit 2024-04-07T18:37:55.234545+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:56.659 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:56 smithi107 bash[22201]: audit 2024-04-07T18:37:55.245132+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:56.978 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:37:56 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:37:56] "GET /metrics HTTP/1.1" 200 21516 "" "Prometheus/2.43.0" 2024-04-07T18:37:57.659 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:57 smithi107 bash[22201]: cluster 2024-04-07T18:37:55.857862+0000 mgr.a (mgr.14382) 171 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:57.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:57 smithi087 bash[21510]: cluster 2024-04-07T18:37:55.857862+0000 mgr.a (mgr.14382) 171 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:58.659 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:58 smithi107 bash[22201]: audit 2024-04-07T18:37:57.799446+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:37:58.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:58 smithi087 bash[21510]: audit 2024-04-07T18:37:57.799446+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-07T18:37:59.659 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:59 smithi107 bash[22201]: cluster 2024-04-07T18:37:57.858369+0000 mgr.a (mgr.14382) 172 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:59.659 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:59 smithi107 bash[22201]: audit 2024-04-07T18:37:58.330693+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:59.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:59 smithi107 bash[22201]: audit 2024-04-07T18:37:58.341437+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:59.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:59 smithi107 bash[22201]: audit 2024-04-07T18:37:58.343689+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:37:59.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:59 smithi107 bash[22201]: audit 2024-04-07T18:37:58.345595+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:37:59.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:37:59 smithi107 bash[22201]: audit 2024-04-07T18:37:58.357369+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:59.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:59 smithi087 bash[21510]: cluster 2024-04-07T18:37:57.858369+0000 mgr.a (mgr.14382) 172 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:37:59.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:59 smithi087 bash[21510]: audit 2024-04-07T18:37:58.330693+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:59.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:59 smithi087 bash[21510]: audit 2024-04-07T18:37:58.341437+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:37:59.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:59 smithi087 bash[21510]: audit 2024-04-07T18:37:58.343689+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T18:37:59.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:59 smithi087 bash[21510]: audit 2024-04-07T18:37:58.345595+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-07T18:37:59.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:37:59 smithi087 bash[21510]: audit 2024-04-07T18:37:58.357369+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:01.659 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:01 smithi107 bash[22201]: cluster 2024-04-07T18:37:59.858950+0000 mgr.a (mgr.14382) 173 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:01.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:01 smithi087 bash[21510]: cluster 2024-04-07T18:37:59.858950+0000 mgr.a (mgr.14382) 173 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:03.659 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:03 smithi107 bash[22201]: cluster 2024-04-07T18:38:01.859462+0000 mgr.a (mgr.14382) 174 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:03.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:03 smithi087 bash[21510]: cluster 2024-04-07T18:38:01.859462+0000 mgr.a (mgr.14382) 174 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:04.659 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:04 smithi107 bash[22201]: audit 2024-04-07T18:38:03.899437+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:38:04.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:04 smithi087 bash[21510]: audit 2024-04-07T18:38:03.899437+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:38:05.659 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:05 smithi107 bash[22201]: cluster 2024-04-07T18:38:03.859920+0000 mgr.a (mgr.14382) 175 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:05.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:05 smithi087 bash[21510]: cluster 2024-04-07T18:38:03.859920+0000 mgr.a (mgr.14382) 175 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:06.978 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:38:06 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:38:06] "GET /metrics HTTP/1.1" 200 21514 "" "Prometheus/2.43.0" 2024-04-07T18:38:07.659 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:07 smithi107 bash[22201]: cluster 2024-04-07T18:38:05.860483+0000 mgr.a (mgr.14382) 176 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:07.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:07 smithi087 bash[21510]: cluster 2024-04-07T18:38:05.860483+0000 mgr.a (mgr.14382) 176 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:09.659 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:09 smithi107 bash[22201]: cluster 2024-04-07T18:38:07.860986+0000 mgr.a (mgr.14382) 177 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:09.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:09 smithi087 bash[21510]: cluster 2024-04-07T18:38:07.860986+0000 mgr.a (mgr.14382) 177 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:11.659 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:11 smithi107 bash[22201]: cluster 2024-04-07T18:38:09.861494+0000 mgr.a (mgr.14382) 178 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:11.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:11 smithi087 bash[21510]: cluster 2024-04-07T18:38:09.861494+0000 mgr.a (mgr.14382) 178 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:13.659 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:13 smithi107 bash[22201]: cluster 2024-04-07T18:38:11.861970+0000 mgr.a (mgr.14382) 179 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:13.659 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:13 smithi107 bash[22201]: audit 2024-04-07T18:38:12.359030+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:13.659 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:13 smithi107 bash[22201]: audit 2024-04-07T18:38:12.362900+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:13.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:13 smithi107 bash[22201]: audit 2024-04-07T18:38:12.374264+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:13.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:13 smithi107 bash[22201]: audit 2024-04-07T18:38:12.380300+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:13.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:13 smithi107 bash[22201]: audit 2024-04-07T18:38:12.387242+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:13.660 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:13 smithi107 bash[22201]: audit 2024-04-07T18:38:12.395076+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:13.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:13 smithi087 bash[21510]: cluster 2024-04-07T18:38:11.861970+0000 mgr.a (mgr.14382) 179 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:13.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:13 smithi087 bash[21510]: audit 2024-04-07T18:38:12.359030+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:13.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:13 smithi087 bash[21510]: audit 2024-04-07T18:38:12.362900+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:13.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:13 smithi087 bash[21510]: audit 2024-04-07T18:38:12.374264+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:13.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:13 smithi087 bash[21510]: audit 2024-04-07T18:38:12.380300+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:13.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:13 smithi087 bash[21510]: audit 2024-04-07T18:38:12.387242+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:13.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:13 smithi087 bash[21510]: audit 2024-04-07T18:38:12.395076+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:15.659 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:15 smithi107 bash[22201]: cluster 2024-04-07T18:38:13.862309+0000 mgr.a (mgr.14382) 180 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:15.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:15 smithi087 bash[21510]: cluster 2024-04-07T18:38:13.862309+0000 mgr.a (mgr.14382) 180 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:16.728 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:38:16 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:38:16] "GET /metrics HTTP/1.1" 200 21514 "" "Prometheus/2.43.0" 2024-04-07T18:38:16.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:16 smithi087 bash[21510]: audit 2024-04-07T18:38:15.451036+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:16.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:16 smithi087 bash[21510]: audit 2024-04-07T18:38:15.461358+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:16.729 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:16 smithi087 bash[21510]: audit 2024-04-07T18:38:15.473013+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:16.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:16 smithi107 bash[22201]: audit 2024-04-07T18:38:15.451036+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:16.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:16 smithi107 bash[22201]: audit 2024-04-07T18:38:15.461358+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:16.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:16 smithi107 bash[22201]: audit 2024-04-07T18:38:15.473013+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:17.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:17 smithi087 bash[21510]: cluster 2024-04-07T18:38:15.862798+0000 mgr.a (mgr.14382) 181 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:17.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:17 smithi107 bash[22201]: cluster 2024-04-07T18:38:15.862798+0000 mgr.a (mgr.14382) 181 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:19.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:19 smithi087 bash[21510]: cluster 2024-04-07T18:38:17.863310+0000 mgr.a (mgr.14382) 182 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:19.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:19 smithi087 bash[21510]: audit 2024-04-07T18:38:18.899831+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:38:19.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:19 smithi107 bash[22201]: cluster 2024-04-07T18:38:17.863310+0000 mgr.a (mgr.14382) 182 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:19.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:19 smithi107 bash[22201]: audit 2024-04-07T18:38:18.899831+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:38:21.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:21 smithi087 bash[21510]: cluster 2024-04-07T18:38:19.863834+0000 mgr.a (mgr.14382) 183 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:21.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:21 smithi107 bash[22201]: cluster 2024-04-07T18:38:19.863834+0000 mgr.a (mgr.14382) 183 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:23.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:23 smithi107 bash[22201]: cluster 2024-04-07T18:38:21.864334+0000 mgr.a (mgr.14382) 184 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:23.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:23 smithi087 bash[21510]: cluster 2024-04-07T18:38:21.864334+0000 mgr.a (mgr.14382) 184 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:25.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:25 smithi107 bash[22201]: cluster 2024-04-07T18:38:23.864852+0000 mgr.a (mgr.14382) 185 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:25.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:25 smithi087 bash[21510]: cluster 2024-04-07T18:38:23.864852+0000 mgr.a (mgr.14382) 185 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:26.978 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:38:26 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:38:26] "GET /metrics HTTP/1.1" 200 21516 "" "Prometheus/2.43.0" 2024-04-07T18:38:27.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:27 smithi107 bash[22201]: cluster 2024-04-07T18:38:25.865333+0000 mgr.a (mgr.14382) 186 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:27.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:27 smithi087 bash[21510]: cluster 2024-04-07T18:38:25.865333+0000 mgr.a (mgr.14382) 186 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:29.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:29 smithi107 bash[22201]: cluster 2024-04-07T18:38:27.865828+0000 mgr.a (mgr.14382) 187 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:29.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:29 smithi087 bash[21510]: cluster 2024-04-07T18:38:27.865828+0000 mgr.a (mgr.14382) 187 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:31.857 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:31 smithi107 bash[22201]: cluster 2024-04-07T18:38:29.866308+0000 mgr.a (mgr.14382) 188 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:31.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:31 smithi087 bash[21510]: cluster 2024-04-07T18:38:29.866308+0000 mgr.a (mgr.14382) 188 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:33.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:33 smithi087 bash[21510]: cluster 2024-04-07T18:38:31.866817+0000 mgr.a (mgr.14382) 189 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:33.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:33 smithi087 bash[21510]: audit 2024-04-07T18:38:32.543723+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:33.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:33 smithi087 bash[21510]: audit 2024-04-07T18:38:32.548577+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:33.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:33 smithi087 bash[21510]: audit 2024-04-07T18:38:32.554487+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:33.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:33 smithi087 bash[21510]: audit 2024-04-07T18:38:32.560571+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:33.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:33 smithi087 bash[21510]: audit 2024-04-07T18:38:32.566112+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:33.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:33 smithi087 bash[21510]: audit 2024-04-07T18:38:32.572261+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:33.790 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:33 smithi107 bash[22201]: cluster 2024-04-07T18:38:31.866817+0000 mgr.a (mgr.14382) 189 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:33.790 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:33 smithi107 bash[22201]: audit 2024-04-07T18:38:32.543723+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:33.790 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:33 smithi107 bash[22201]: audit 2024-04-07T18:38:32.548577+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:33.791 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:33 smithi107 bash[22201]: audit 2024-04-07T18:38:32.554487+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:33.791 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:33 smithi107 bash[22201]: audit 2024-04-07T18:38:32.560571+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:33.791 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:33 smithi107 bash[22201]: audit 2024-04-07T18:38:32.566112+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:33.791 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:33 smithi107 bash[22201]: audit 2024-04-07T18:38:32.572261+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:34.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:34 smithi107 bash[22201]: audit 2024-04-07T18:38:33.900292+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:38:34.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:34 smithi087 bash[21510]: audit 2024-04-07T18:38:33.900292+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-07T18:38:35.909 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:35 smithi107 bash[22201]: cluster 2024-04-07T18:38:33.867281+0000 mgr.a (mgr.14382) 190 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:35.978 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:35 smithi087 bash[21510]: cluster 2024-04-07T18:38:33.867281+0000 mgr.a (mgr.14382) 190 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:36.840 INFO:teuthology.orchestra.run.smithi087.stderr:+ curl -s http://172.21.15.107:9095/api/v1/status/config 2024-04-07T18:38:36.847 INFO:teuthology.orchestra.run.smithi087.stderr:+ curl -s http://172.21.15.107:9095/api/v1/status/config 2024-04-07T18:38:36.847 INFO:teuthology.orchestra.run.smithi087.stderr:+ jq -e '.status == "success"' 2024-04-07T18:38:36.854 INFO:teuthology.orchestra.run.smithi087.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: d8141d00-f50b-11ee-b649-cb9ed24678a4\nalerting:\n alertmanagers:\n - follow_redirects: true\n enable_http2: true\n scheme: http\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.87:8765/sd/prometheus/sd-config?service=alertmanager\nrule_files:\n- /etc/prometheus/alerting/*\nscrape_configs:\n- job_name: ceph\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: d8141d00-f50b-11ee-b649-cb9ed24678a4\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.87:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: d8141d00-f50b-11ee-b649-cb9ed24678a4\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.87:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: d8141d00-f50b-11ee-b649-cb9ed24678a4\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.87:8765/sd/prometheus/sd-config?service=ceph-exporter\n- job_name: nvmeof\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.87:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\n params:\n match[]:\n - '{job=\"ceph\"}'\n - '{job=\"node\"}'\n - '{job=\"haproxy\"}'\n - '{job=\"ceph-exporter\"}'\n scrape_interval: 15s\n scrape_timeout: 10s\n metrics_path: /federate\n scheme: http\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2024-04-07T18:38:36.854 INFO:teuthology.orchestra.run.smithi087.stderr:+ curl -s http://172.21.15.107:9095/api/v1/alerts 2024-04-07T18:38:36.862 INFO:teuthology.orchestra.run.smithi087.stderr:+ curl -s http://172.21.15.107:9095/api/v1/alerts 2024-04-07T18:38:36.862 INFO:teuthology.orchestra.run.smithi087.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-04-07T18:38:36.867 INFO:teuthology.orchestra.run.smithi087.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","cluster":"d8141d00-f50b-11ee-b649-cb9ed24678a4","instance":"smithi087:9283","job":"ceph","severity":"warning","type":"ceph_default"},"annotations":{"description":"The cluster state has been HEALTH_WARN for more than 15 minutes. Please check 'ceph health detail' for more information.","summary":"Ceph is in the WARNING state"},"state":"pending","activeAt":"2024-04-07T18:37:10.13866993Z","value":"1e+00"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi112","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-04-07T18:37:10.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephMonDown","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi112\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-04-07T18:37:10.084118673Z","value":"1e+00"}]}}true 2024-04-07T18:38:36.867 INFO:teuthology.orchestra.run.smithi087.stderr:+ curl -s http://172.21.15.112:9093/api/v1/status 2024-04-07T18:38:36.874 INFO:teuthology.orchestra.run.smithi087.stderr:+ curl -s http://172.21.15.112:9093/api/v1/alerts 2024-04-07T18:38:36.880 INFO:teuthology.orchestra.run.smithi087.stderr:+ curl -s http://172.21.15.112:9093/api/v1/alerts 2024-04-07T18:38:36.880 INFO:teuthology.orchestra.run.smithi087.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-04-07T18:38:36.885 INFO:teuthology.orchestra.run.smithi087.stdout:{"status":"success","data":{"configYAML":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi087.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi107.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\ntemplates: []\n","configJSON":{"global":{"resolve_timeout":"5m","http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"smtp_hello":"localhost","smtp_smarthost":"","smtp_require_tls":true,"pagerduty_url":"https://events.pagerduty.com/v2/enqueue","opsgenie_api_url":"https://api.opsgenie.com/","wechat_api_url":"https://qyapi.weixin.qq.com/cgi-bin/","victorops_api_url":"https://alert.victorops.com/integrations/generic/20131114/alert/","telegram_api_url":"https://api.telegram.org","webex_api_url":"https://webexapis.com/v1/messages"},"route":{"receiver":"default","routes":[{"receiver":"ceph-dashboard","group_by":["alertname"],"group_wait":"10s","group_interval":"10s","repeat_interval":"1h"}]},"receivers":[{"name":"default"},{"name":"ceph-dashboard","webhook_configs":[{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi087.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0},{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi107.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0}]}],"templates":null},"versionInfo":{"branch":"HEAD","buildDate":"20221222-14:51:36","buildUser":"root@abe866dd5717","goVersion":"go1.19.4","revision":"258fab7cdd551f2cf251ed0348f0ad7289aee789","version":"0.25.0"},"uptime":"2024-04-07T18:33:48.957889947Z","clusterStatus":{"name":"01HTWXD2MXN2NKN5F76M9CT538","status":"ready","peers":[{"name":"01HTWXD2MXN2NKN5F76M9CT538","address":"172.21.15.112:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDown","cluster":"d8141d00-f50b-11ee-b649-cb9ed24678a4","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi112\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-04-07T18:37:40.084Z","endsAt":"2024-04-07T18:41:40.084Z","generatorURL":"http://smithi107.front.sepia.ceph.com:9095/graph?g0.expr=count%28ceph_mon_quorum_status+%3D%3D+0%29+%3C%3D+%28count%28ceph_mon_metadata%29+-+floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29\u0026g0.tab=1","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"eadc3ec680ed68d0"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"d8141d00-f50b-11ee-b649-cb9ed24678a4","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi112","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-04-07T18:37:40.084Z","endsAt":"2024-04-07T18:41:40.084Z","generatorURL":"http://smithi107.front.sepia.ceph.com:9095/graph?g0.expr=%28%28ceph_health_detail%7Bname%3D%22MON_DOWN%22%7D+%3D%3D+1%29+%2A+on+%28%29+%28count%28ceph_mon_quorum_status+%3D%3D+1%29+%3D%3D+bool+%28floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29%29%29+%3D%3D+1\u0026g0.tab=1","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"fe5b2a9158d99f9b"}]}true 2024-04-07T18:38:36.918 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:38:36 smithi087 bash[21763]: ::ffff:172.21.15.107 - - [07/Apr/2024:18:38:36] "GET /metrics HTTP/1.1" 200 21510 "" "Prometheus/2.43.0" 2024-04-07T18:38:36.918 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:36 smithi087 bash[21510]: audit 2024-04-07T18:38:35.674950+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:36.918 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:36 smithi087 bash[21510]: audit 2024-04-07T18:38:35.684049+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:36.919 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:36 smithi087 bash[21510]: audit 2024-04-07T18:38:35.695089+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:36.919 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:36 smithi087 bash[21510]: cluster 2024-04-07T18:38:35.867893+0000 mgr.a (mgr.14382) 191 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:37.159 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:36 smithi107 bash[22201]: audit 2024-04-07T18:38:35.674950+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:37.159 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:36 smithi107 bash[22201]: audit 2024-04-07T18:38:35.684049+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:37.159 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:36 smithi107 bash[22201]: audit 2024-04-07T18:38:35.695089+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14382 172.21.15.87:0/256294558' entity='mgr.a' 2024-04-07T18:38:37.159 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:36 smithi107 bash[22201]: cluster 2024-04-07T18:38:35.867893+0000 mgr.a (mgr.14382) 191 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-07T18:38:37.634 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-07T18:38:37.645 INFO:tasks.cephadm:Teardown begin 2024-04-07T18:38:37.645 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-07T18:38:37.660 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-07T18:38:37.675 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-07T18:38:37.689 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-07T18:38:37.689 DEBUG:teuthology.orchestra.run.smithi087:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-07T18:38:37.706 DEBUG:teuthology.orchestra.run.smithi107:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-07T18:38:37.728 DEBUG:teuthology.orchestra.run.smithi112:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-07T18:38:37.736 INFO:tasks.cephadm:Stopping all daemons... 2024-04-07T18:38:37.736 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-07T18:38:37.736 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mon.a 2024-04-07T18:38:37.911 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:37 smithi087 systemd[1]: Stopping Ceph mon.a for d8141d00-f50b-11ee-b649-cb9ed24678a4... 2024-04-07T18:38:38.038 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:37 smithi087 bash[21510]: debug 2024-04-07T18:38:37.914+0000 7ff2b0560700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-07T18:38:38.038 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 07 18:38:37 smithi087 bash[21510]: debug 2024-04-07T18:38:37.914+0000 7ff2b0560700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-04-07T18:38:38.038 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:38:37 smithi087 bash[21763]: [07/Apr/2024:18:38:37] ENGINE Bus STOPPING 2024-04-07T18:38:38.038 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:38:37 smithi087 bash[21763]: [07/Apr/2024:18:38:37] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-07T18:38:38.038 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:38:37 smithi087 bash[21763]: [07/Apr/2024:18:38:37] ENGINE Bus STOPPED 2024-04-07T18:38:38.038 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:38:37 smithi087 bash[21763]: [07/Apr/2024:18:38:37] ENGINE Bus STARTING 2024-04-07T18:38:38.039 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:38:38 smithi087 bash[21763]: [07/Apr/2024:18:38:38] ENGINE Serving on http://:::9283 2024-04-07T18:38:38.478 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:38:38 smithi087 bash[21763]: [07/Apr/2024:18:38:38] ENGINE Bus STARTED 2024-04-07T18:38:38.766 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mon.a.service' 2024-04-07T18:38:38.802 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-07T18:38:38.802 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-07T18:38:38.802 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-07T18:38:38.802 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mon.b 2024-04-07T18:38:39.159 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:38 smithi107 systemd[1]: Stopping Ceph mon.b for d8141d00-f50b-11ee-b649-cb9ed24678a4... 2024-04-07T18:38:39.159 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:38 smithi107 bash[22201]: debug 2024-04-07T18:38:38.960+0000 7f4418e8f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-07T18:38:39.159 INFO:journalctl@ceph.mon.b.smithi107.stdout:Apr 07 18:38:38 smithi107 bash[22201]: debug 2024-04-07T18:38:38.960+0000 7f4418e8f700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-04-07T18:38:39.736 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mon.b.service' 2024-04-07T18:38:39.767 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-07T18:38:39.767 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-07T18:38:39.767 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-07T18:38:39.767 DEBUG:teuthology.orchestra.run.smithi112:> sudo systemctl stop ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mon.c 2024-04-07T18:38:39.785 DEBUG:teuthology.orchestra.run.smithi112:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mon.c.service' 2024-04-07T18:38:39.900 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-07T18:38:39.900 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-07T18:38:39.901 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-07T18:38:39.901 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mgr.a 2024-04-07T18:38:40.228 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:38:39 smithi087 systemd[1]: Stopping Ceph mgr.a for d8141d00-f50b-11ee-b649-cb9ed24678a4... 2024-04-07T18:38:40.228 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:38:40 smithi087 bash[21763]: debug 2024-04-07T18:38:40.062+0000 7f25bd348700 -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-04-07T18:38:40.228 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 07 18:38:40 smithi087 bash[21763]: debug 2024-04-07T18:38:40.062+0000 7f25bd348700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-07T18:38:40.889 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mgr.a.service' 2024-04-07T18:38:40.910 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-07T18:38:40.911 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-07T18:38:40.911 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-07T18:38:40.911 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mgr.b 2024-04-07T18:38:41.253 INFO:journalctl@ceph.mgr.b.smithi107.stdout:Apr 07 18:38:40 smithi107 systemd[1]: Stopping Ceph mgr.b for d8141d00-f50b-11ee-b649-cb9ed24678a4... 2024-04-07T18:38:41.796 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@mgr.b.service' 2024-04-07T18:38:41.818 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-07T18:38:41.818 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-07T18:38:41.818 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-07T18:38:41.819 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@osd.0 2024-04-07T18:38:42.228 INFO:journalctl@ceph.osd.0.smithi087.stdout:Apr 07 18:38:41 smithi087 systemd[1]: Stopping Ceph osd.0 for d8141d00-f50b-11ee-b649-cb9ed24678a4... 2024-04-07T18:38:42.228 INFO:journalctl@ceph.osd.0.smithi087.stdout:Apr 07 18:38:41 smithi087 bash[32077]: debug 2024-04-07T18:38:41.970+0000 7f6870832700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-07T18:38:42.228 INFO:journalctl@ceph.osd.0.smithi087.stdout:Apr 07 18:38:41 smithi087 bash[32077]: debug 2024-04-07T18:38:41.970+0000 7f6870832700 -1 osd.0 22 *** Got signal Terminated *** 2024-04-07T18:38:42.228 INFO:journalctl@ceph.osd.0.smithi087.stdout:Apr 07 18:38:41 smithi087 bash[32077]: debug 2024-04-07T18:38:41.970+0000 7f6870832700 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-07T18:38:48.277 INFO:journalctl@ceph.osd.0.smithi087.stdout:Apr 07 18:38:48 smithi087 bash[46485]: ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4-osd-0 2024-04-07T18:38:48.277 INFO:journalctl@ceph.osd.0.smithi087.stdout:Apr 07 18:38:48 smithi087 bash[46566]: Error response from daemon: No such container: ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4-osd-0 2024-04-07T18:38:50.038 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@osd.0.service' 2024-04-07T18:38:50.078 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-07T18:38:50.078 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-07T18:38:50.078 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-07T18:38:50.078 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@osd.1 2024-04-07T18:38:50.409 INFO:journalctl@ceph.osd.1.smithi107.stdout:Apr 07 18:38:50 smithi107 systemd[1]: Stopping Ceph osd.1 for d8141d00-f50b-11ee-b649-cb9ed24678a4... 2024-04-07T18:38:50.409 INFO:journalctl@ceph.osd.1.smithi107.stdout:Apr 07 18:38:50 smithi107 bash[27157]: debug 2024-04-07T18:38:50.216+0000 7f3593157700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-07T18:38:50.409 INFO:journalctl@ceph.osd.1.smithi107.stdout:Apr 07 18:38:50 smithi107 bash[27157]: debug 2024-04-07T18:38:50.216+0000 7f3593157700 -1 osd.1 22 *** Got signal Terminated *** 2024-04-07T18:38:50.409 INFO:journalctl@ceph.osd.1.smithi107.stdout:Apr 07 18:38:50 smithi107 bash[27157]: debug 2024-04-07T18:38:50.216+0000 7f3593157700 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-07T18:38:56.409 INFO:journalctl@ceph.osd.1.smithi107.stdout:Apr 07 18:38:56 smithi107 bash[36294]: ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4-osd-1 2024-04-07T18:38:56.409 INFO:journalctl@ceph.osd.1.smithi107.stdout:Apr 07 18:38:56 smithi107 bash[36635]: Error response from daemon: No such container: ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4-osd-1 2024-04-07T18:38:58.003 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@osd.1.service' 2024-04-07T18:38:58.036 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-07T18:38:58.037 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-07T18:38:58.037 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-07T18:38:58.037 DEBUG:teuthology.orchestra.run.smithi112:> sudo systemctl stop ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@osd.2 2024-04-07T18:38:58.294 INFO:journalctl@ceph.osd.2.smithi112.stdout:Apr 07 18:38:58 smithi112 systemd[1]: Stopping Ceph osd.2 for d8141d00-f50b-11ee-b649-cb9ed24678a4... 2024-04-07T18:38:58.795 INFO:journalctl@ceph.osd.2.smithi112.stdout:Apr 07 18:38:58 smithi112 bash[27646]: debug 2024-04-07T18:38:58.457+0000 7fa84eab7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-07T18:38:58.795 INFO:journalctl@ceph.osd.2.smithi112.stdout:Apr 07 18:38:58 smithi112 bash[27646]: debug 2024-04-07T18:38:58.457+0000 7fa84eab7700 -1 osd.2 22 *** Got signal Terminated *** 2024-04-07T18:38:58.795 INFO:journalctl@ceph.osd.2.smithi112.stdout:Apr 07 18:38:58 smithi112 bash[27646]: debug 2024-04-07T18:38:58.457+0000 7fa84eab7700 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-07T18:39:04.487 INFO:journalctl@ceph.osd.2.smithi112.stdout:Apr 07 18:39:04 smithi112 bash[36990]: ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4-osd-2 2024-04-07T18:39:04.488 INFO:journalctl@ceph.osd.2.smithi112.stdout:Apr 07 18:39:04 smithi112 bash[37161]: Error response from daemon: No such container: ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4-osd-2 2024-04-07T18:39:06.115 DEBUG:teuthology.orchestra.run.smithi112:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d8141d00-f50b-11ee-b649-cb9ed24678a4@osd.2.service' 2024-04-07T18:39:06.156 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-07T18:39:06.156 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-07T18:39:06.156 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 --force --keep-logs 2024-04-07T18:39:06.323 INFO:teuthology.orchestra.run.smithi087.stdout:Deleting cluster with fsid: d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:39:15.064 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 --force --keep-logs 2024-04-07T18:39:15.578 INFO:teuthology.orchestra.run.smithi107.stdout:Deleting cluster with fsid: d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:39:22.828 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 --force --keep-logs 2024-04-07T18:39:22.998 INFO:teuthology.orchestra.run.smithi112.stdout:Deleting cluster with fsid: d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:39:30.954 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-07T18:39:30.969 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-07T18:39:30.984 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-07T18:39:30.995 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-07T18:39:30.996 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/crash to /home/teuthworker/archive/yuriw-2024-04-07_14:37:12-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7643973/remote/smithi087/crash 2024-04-07T18:39:30.997 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/crash -- . 2024-04-07T18:39:31.025 INFO:teuthology.orchestra.run.smithi087.stderr:tar: /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-07T18:39:31.025 INFO:teuthology.orchestra.run.smithi087.stderr:tar: Error is not recoverable: exiting now 2024-04-07T18:39:31.028 DEBUG:teuthology.misc:Transferring archived files from smithi107:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/crash to /home/teuthworker/archive/yuriw-2024-04-07_14:37:12-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7643973/remote/smithi107/crash 2024-04-07T18:39:31.028 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/crash -- . 2024-04-07T18:39:31.040 INFO:teuthology.orchestra.run.smithi107.stderr:tar: /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-07T18:39:31.040 INFO:teuthology.orchestra.run.smithi107.stderr:tar: Error is not recoverable: exiting now 2024-04-07T18:39:31.042 DEBUG:teuthology.misc:Transferring archived files from smithi112:/var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/crash to /home/teuthworker/archive/yuriw-2024-04-07_14:37:12-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7643973/remote/smithi112/crash 2024-04-07T18:39:31.042 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/crash -- . 2024-04-07T18:39:31.053 INFO:teuthology.orchestra.run.smithi112.stderr:tar: /var/lib/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-07T18:39:31.053 INFO:teuthology.orchestra.run.smithi112.stderr:tar: Error is not recoverable: exiting now 2024-04-07T18:39:31.055 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-07T18:39:31.055 DEBUG:teuthology.orchestra.run.smithi087:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-07T18:39:31.082 INFO:teuthology.orchestra.run.smithi087.stdout:2024-04-07T18:27:39.418819+0000 mon.a (mon.0) 291 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-07T18:39:31.083 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-07T18:39:31.083 DEBUG:teuthology.orchestra.run.smithi087:> sudo egrep '\[SEC\]' /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-07T18:39:31.141 DEBUG:teuthology.orchestra.run.smithi087:> sudo egrep '\[ERR\]' /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-07T18:39:31.201 DEBUG:teuthology.orchestra.run.smithi087:> sudo egrep '\[WRN\]' /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-07T18:39:31.261 INFO:teuthology.orchestra.run.smithi087.stdout:2024-04-07T18:27:39.418819+0000 mon.a (mon.0) 291 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-07T18:39:31.261 INFO:tasks.cephadm:Compressing logs... 2024-04-07T18:39:31.261 DEBUG:teuthology.orchestra.run.smithi087:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-07T18:39:31.307 DEBUG:teuthology.orchestra.run.smithi107:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-07T18:39:31.309 DEBUG:teuthology.orchestra.run.smithi112:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-07T18:39:31.316 INFO:teuthology.orchestra.run.smithi087.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-07T18:39:31.321 INFO:teuthology.orchestra.run.smithi107.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-07T18:39:31.323 INFO:teuthology.orchestra.run.smithi112.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-07T18:39:31.329 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-osd.2.log 2024-04-07T18:39:31.329 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.cephadm.log 2024-04-07T18:39:31.330 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.log 2024-04-07T18:39:31.331 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-volume.log 2024-04-07T18:39:31.331 INFO:teuthology.orchestra.run.smithi112.stderr: 83.1% -- replaced with /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.cephadm.log.gz 2024-04-07T18:39:31.331 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.log: gzip -5 --verbose -- /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-mon.c.log 2024-04-07T18:39:31.332 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.audit.log 2024-04-07T18:39:31.332 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-07T18:39:31.332 INFO:teuthology.orchestra.run.smithi112.stderr: 88.0% -- replaced with /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.log.gz 2024-04-07T18:39:31.334 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.audit.log: /var/log/ceph/cephadm.log: 90.5% -- replaced with /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.audit.log.gz 2024-04-07T18:39:31.335 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-osd.0.log 2024-04-07T18:39:31.335 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-mon.a.log 2024-04-07T18:39:31.336 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.cephadm.log 2024-04-07T18:39:31.336 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.cephadm.log 2024-04-07T18:39:31.337 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.log 2024-04-07T18:39:31.337 INFO:teuthology.orchestra.run.smithi112.stderr: 83.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-07T18:39:31.340 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.cephadm.log: 83.8% -- replaced with /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.cephadm.log.gz 2024-04-07T18:39:31.340 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-volume.log 2024-04-07T18:39:31.340 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.log: gzip -5 --verbose -- /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.audit.log 2024-04-07T18:39:31.341 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-mgr.a.log 2024-04-07T18:39:31.341 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-07T18:39:31.341 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.audit.log: /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-mgr.a.log: /var/log/ceph/cephadm.log: 87.8% -- replaced with /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.log.gz 2024-04-07T18:39:31.342 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-osd.1.log 2024-04-07T18:39:31.342 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.log 2024-04-07T18:39:31.342 INFO:teuthology.orchestra.run.smithi107.stderr: 83.1% -- replaced with /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.cephadm.log.gz 2024-04-07T18:39:31.342 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-volume.log 2024-04-07T18:39:31.342 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.log: gzip -5 --verbose -- /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-mgr.b.log 2024-04-07T18:39:31.342 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.audit.log 2024-04-07T18:39:31.342 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-mon.b.log 2024-04-07T18:39:31.342 INFO:teuthology.orchestra.run.smithi107.stderr: 87.9% -- replaced with /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.log.gz 2024-04-07T18:39:31.342 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-07T18:39:31.343 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.audit.log: /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-mon.b.log: /var/log/ceph/cephadm.log: 90.7% -- replaced with /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.audit.log.gz 2024-04-07T18:39:31.343 INFO:teuthology.orchestra.run.smithi087.stderr: 90.5% -- replaced with /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph.audit.log.gz 2024-04-07T18:39:31.347 INFO:teuthology.orchestra.run.smithi107.stderr: 82.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-07T18:39:31.348 INFO:teuthology.orchestra.run.smithi107.stderr: 91.1% -- replaced with /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-mgr.b.log.gz 2024-04-07T18:39:31.354 INFO:teuthology.orchestra.run.smithi112.stderr: 91.8% -- replaced with /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-volume.log.gz 2024-04-07T18:39:31.366 INFO:teuthology.orchestra.run.smithi087.stderr: 91.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-07T18:39:31.371 INFO:teuthology.orchestra.run.smithi087.stderr: 91.8% -- replaced with /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-volume.log.gz 2024-04-07T18:39:31.371 INFO:teuthology.orchestra.run.smithi107.stderr: 91.8% -- replaced with /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-volume.log.gz 2024-04-07T18:39:31.381 INFO:teuthology.orchestra.run.smithi112.stderr: 93.7% -- replaced with /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-osd.2.log.gz 2024-04-07T18:39:31.407 INFO:teuthology.orchestra.run.smithi087.stderr: 93.6% -- replaced with /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-osd.0.log.gz 2024-04-07T18:39:31.422 INFO:teuthology.orchestra.run.smithi107.stderr: 93.9% -- replaced with /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-osd.1.log.gz 2024-04-07T18:39:31.442 INFO:teuthology.orchestra.run.smithi112.stderr: 93.3% -- replaced with /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-mon.c.log.gz 2024-04-07T18:39:31.443 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-04-07T18:39:31.443 INFO:teuthology.orchestra.run.smithi112.stderr:real 0m0.130s 2024-04-07T18:39:31.444 INFO:teuthology.orchestra.run.smithi112.stderr:user 0m0.196s 2024-04-07T18:39:31.444 INFO:teuthology.orchestra.run.smithi112.stderr:sys 0m0.022s 2024-04-07T18:39:31.476 INFO:teuthology.orchestra.run.smithi107.stderr: 93.0% -- replaced with /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-mon.b.log.gz 2024-04-07T18:39:31.477 INFO:teuthology.orchestra.run.smithi107.stderr: 2024-04-07T18:39:31.477 INFO:teuthology.orchestra.run.smithi107.stderr:real 0m0.166s 2024-04-07T18:39:31.477 INFO:teuthology.orchestra.run.smithi107.stderr:user 0m0.280s 2024-04-07T18:39:31.477 INFO:teuthology.orchestra.run.smithi107.stderr:sys 0m0.025s 2024-04-07T18:39:31.506 INFO:teuthology.orchestra.run.smithi087.stderr: 88.4% -- replaced with /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-mgr.a.log.gz 2024-04-07T18:39:31.711 INFO:teuthology.orchestra.run.smithi087.stderr: 91.4% -- replaced with /var/log/ceph/d8141d00-f50b-11ee-b649-cb9ed24678a4/ceph-mon.a.log.gz 2024-04-07T18:39:31.712 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-04-07T18:39:31.712 INFO:teuthology.orchestra.run.smithi087.stderr:real 0m0.404s 2024-04-07T18:39:31.712 INFO:teuthology.orchestra.run.smithi087.stderr:user 0m0.663s 2024-04-07T18:39:31.712 INFO:teuthology.orchestra.run.smithi087.stderr:sys 0m0.043s 2024-04-07T18:39:31.713 INFO:tasks.cephadm:Archiving logs... 2024-04-07T18:39:31.714 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-07_14:37:12-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7643973/remote/smithi087/log 2024-04-07T18:39:31.715 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-07T18:39:31.869 DEBUG:teuthology.misc:Transferring archived files from smithi107:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-07_14:37:12-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7643973/remote/smithi107/log 2024-04-07T18:39:31.870 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-07T18:39:31.925 DEBUG:teuthology.misc:Transferring archived files from smithi112:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-07_14:37:12-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7643973/remote/smithi112/log 2024-04-07T18:39:31.926 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-07T18:39:31.971 INFO:tasks.cephadm:Removing cluster... 2024-04-07T18:39:31.971 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 --force 2024-04-07T18:39:32.137 INFO:teuthology.orchestra.run.smithi087.stdout:Deleting cluster with fsid: d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:39:33.469 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 --force 2024-04-07T18:39:33.638 INFO:teuthology.orchestra.run.smithi107.stdout:Deleting cluster with fsid: d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:39:34.976 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d8141d00-f50b-11ee-b649-cb9ed24678a4 --force 2024-04-07T18:39:35.145 INFO:teuthology.orchestra.run.smithi112.stdout:Deleting cluster with fsid: d8141d00-f50b-11ee-b649-cb9ed24678a4 2024-04-07T18:39:36.462 INFO:tasks.cephadm:Removing cephadm ... 2024-04-07T18:39:36.462 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-07T18:39:36.470 DEBUG:teuthology.orchestra.run.smithi107:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-07T18:39:36.479 DEBUG:teuthology.orchestra.run.smithi112:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-07T18:39:36.484 INFO:tasks.cephadm:Teardown complete 2024-04-07T18:39:36.484 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-07T18:39:36.494 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-07T18:39:36.494 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-07T18:39:36.515 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-07T18:39:36.524 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-07T18:39:36.611 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-07T18:39:36.620 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-07T18:39:36.620 DEBUG:teuthology.orchestra.run.smithi087:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-07T18:39:36.623 DEBUG:teuthology.orchestra.run.smithi107:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-07T18:39:36.625 DEBUG:teuthology.orchestra.run.smithi112:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-07T18:39:36.633 INFO:teuthology.orchestra.run.smithi087.stdout: remote refid st t when poll reach delay offset jitter 2024-04-07T18:39:36.633 INFO:teuthology.orchestra.run.smithi087.stdout:============================================================================== 2024-04-07T18:39:36.633 INFO:teuthology.orchestra.run.smithi087.stdout:*hv01.front.sepi 44.4.53.2 2 u 59 64 377 0.109 -6.751 2.370 2024-04-07T18:39:36.634 INFO:teuthology.orchestra.run.smithi087.stdout:+hv02.front.sepi 63.231.80.2 3 u 6 64 377 0.085 -5.989 1.745 2024-04-07T18:39:36.634 INFO:teuthology.orchestra.run.smithi087.stdout:+hv03.front.sepi 74.6.168.72 3 u 6 64 377 0.084 -6.398 1.428 2024-04-07T18:39:36.634 INFO:teuthology.orchestra.run.smithi087.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-07T18:39:36.637 INFO:teuthology.orchestra.run.smithi112.stdout: remote refid st t when poll reach delay offset jitter 2024-04-07T18:39:36.637 INFO:teuthology.orchestra.run.smithi112.stdout:============================================================================== 2024-04-07T18:39:36.637 INFO:teuthology.orchestra.run.smithi112.stdout:*hv01.front.sepi 44.4.53.2 2 u 9 64 377 0.095 -7.567 1.942 2024-04-07T18:39:36.637 INFO:teuthology.orchestra.run.smithi112.stdout:+hv02.front.sepi 63.231.80.2 3 u 1 64 377 0.070 -8.458 2.629 2024-04-07T18:39:36.637 INFO:teuthology.orchestra.run.smithi112.stdout:+hv03.front.sepi 74.6.168.72 3 u 1 64 377 0.083 -10.149 3.322 2024-04-07T18:39:36.637 INFO:teuthology.orchestra.run.smithi112.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-07T18:39:36.639 INFO:teuthology.orchestra.run.smithi107.stdout: remote refid st t when poll reach delay offset jitter 2024-04-07T18:39:36.639 INFO:teuthology.orchestra.run.smithi107.stdout:============================================================================== 2024-04-07T18:39:36.639 INFO:teuthology.orchestra.run.smithi107.stdout:*hv01.front.sepi 44.4.53.2 2 u 5 64 377 0.085 -4.585 1.180 2024-04-07T18:39:36.639 INFO:teuthology.orchestra.run.smithi107.stdout:+hv02.front.sepi 63.231.80.2 3 u 5 64 377 0.081 -3.058 0.997 2024-04-07T18:39:36.639 INFO:teuthology.orchestra.run.smithi107.stdout:+hv03.front.sepi 74.6.168.72 3 u 66 64 377 0.086 -3.246 1.175 2024-04-07T18:39:36.639 INFO:teuthology.orchestra.run.smithi107.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-07T18:39:36.639 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-07T18:39:36.648 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-07T18:39:36.648 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-07T18:39:36.656 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-07T18:39:36.664 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-07T18:39:36.674 INFO:teuthology.task.internal:Duration was 1546.565046 seconds 2024-04-07T18:39:36.674 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-07T18:39:36.682 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-07T18:39:36.682 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-07T18:39:36.685 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-07T18:39:36.687 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-07T18:39:36.722 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-07T18:39:36.722 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi087.front.sepia.ceph.com 2024-04-07T18:39:36.722 DEBUG:teuthology.orchestra.run.smithi087:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-07T18:39:36.767 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi107.front.sepia.ceph.com 2024-04-07T18:39:36.767 DEBUG:teuthology.orchestra.run.smithi107:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-07T18:39:36.777 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi112.front.sepia.ceph.com 2024-04-07T18:39:36.777 DEBUG:teuthology.orchestra.run.smithi112:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-07T18:39:36.786 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-07T18:39:36.787 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-07T18:39:36.810 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-07T18:39:36.820 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-07T18:39:36.865 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-07T18:39:36.865 DEBUG:teuthology.orchestra.run.smithi087:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-07T18:39:36.895 DEBUG:teuthology.orchestra.run.smithi107:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-07T18:39:36.897 DEBUG:teuthology.orchestra.run.smithi112:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-07T18:39:36.996 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-07T18:39:37.006 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-07T18:39:37.006 DEBUG:teuthology.orchestra.run.smithi087:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-07T18:39:37.018 DEBUG:teuthology.orchestra.run.smithi107:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-07T18:39:37.032 DEBUG:teuthology.orchestra.run.smithi112:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-07T18:39:37.043 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-07T18:39:37.053 DEBUG:teuthology.orchestra.run.smithi087:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-07T18:39:37.062 DEBUG:teuthology.orchestra.run.smithi107:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-07T18:39:37.070 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = core 2024-04-07T18:39:37.076 DEBUG:teuthology.orchestra.run.smithi112:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-07T18:39:37.085 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = core 2024-04-07T18:39:37.096 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = core 2024-04-07T18:39:37.124 DEBUG:teuthology.orchestra.run.smithi087:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-07T18:39:37.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T18:39:37.145 DEBUG:teuthology.orchestra.run.smithi107:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-07T18:39:37.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T18:39:37.159 DEBUG:teuthology.orchestra.run.smithi112:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-07T18:39:37.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T18:39:37.170 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-07T18:39:37.180 INFO:teuthology.task.internal:Transferring archived files... 2024-04-07T18:39:37.181 DEBUG:teuthology.misc:Transferring archived files from smithi087:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-07_14:37:12-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7643973/remote/smithi087 2024-04-07T18:39:37.181 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-07T18:39:37.216 DEBUG:teuthology.misc:Transferring archived files from smithi107:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-07_14:37:12-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7643973/remote/smithi107 2024-04-07T18:39:37.216 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-07T18:39:37.237 DEBUG:teuthology.misc:Transferring archived files from smithi112:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-07_14:37:12-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7643973/remote/smithi112 2024-04-07T18:39:37.238 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-07T18:39:37.261 INFO:teuthology.task.internal:Removing archive directory... 2024-04-07T18:39:37.261 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-07T18:39:37.264 DEBUG:teuthology.orchestra.run.smithi107:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-07T18:39:37.280 DEBUG:teuthology.orchestra.run.smithi112:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-07T18:39:37.307 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-07T18:39:37.319 INFO:teuthology.task.internal:Not uploading archives. 2024-04-07T18:39:37.319 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-07T18:39:37.328 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-07T18:39:37.328 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-07T18:39:37.330 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-07T18:39:37.332 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-07T18:39:37.334 INFO:teuthology.orchestra.run.smithi087.stdout: 658622 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 7 18:39 /home/ubuntu/cephtest 2024-04-07T18:39:37.336 INFO:teuthology.orchestra.run.smithi107.stdout: 658614 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 7 18:39 /home/ubuntu/cephtest 2024-04-07T18:39:37.355 INFO:teuthology.orchestra.run.smithi112.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 7 18:39 /home/ubuntu/cephtest 2024-04-07T18:39:37.356 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-07T18:39:37.366 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-07T18:39:37.385 INFO:teuthology.nuke:Checking targets against current locks 2024-04-07T18:39:37.412 DEBUG:teuthology.nuke:shortname: smithi087 2024-04-07T18:39:37.412 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-07T18:39:37.435 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi087.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-07_14:37:12-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7643973', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-07 18:04:52.930175', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGNzRpmO8SUeDh06cUNK2v7iNzg08YiAcXNMh64BizDtQgHfdvlZhn2uCu7EcOCwyyKBXgelCw0d5g5aa7aG/Yc='} 2024-04-07T18:39:37.439 DEBUG:teuthology.nuke:shortname: smithi107 2024-04-07T18:39:37.439 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-07T18:39:37.460 DEBUG:teuthology.nuke:shortname: smithi112 2024-04-07T18:39:37.460 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-07T18:39:37.465 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi107.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-07_14:37:12-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7643973', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-07 18:04:52.928650', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKzVDTAlJ7qwxat4NBPcDXD6s2IFYthzgTb4BG5g83ggT7hC3VuB/kOCtCBNsEgptHtfUVRFgJwqSMk1onVSDzE='} 2024-04-07T18:39:37.499 INFO:teuthology.orchestra.console.smithi087:Power off 2024-04-07T18:39:37.499 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-07T18:39:37.506 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi112.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-07_14:37:12-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7643973', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-07 18:04:52.926913', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHhBcLXMtvkfBiCSRFH/vAXwRzz5pGsU/p79+tKQEOY4WbbL9JOSFgjpoU9wN/nwOSEZX7v3KcKMpdXLeErAssU='} 2024-04-07T18:39:37.521 DEBUG:teuthology.orchestra.console.smithi087:power off output: Chassis Power Control: Down/Off 2024-04-07T18:39:37.521 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T18:39:37.540 INFO:teuthology.orchestra.console.smithi107:Power off 2024-04-07T18:39:37.541 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-07T18:39:37.550 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is on 2024-04-07T18:39:37.562 DEBUG:teuthology.orchestra.console.smithi107:power off output: Chassis Power Control: Down/Off 2024-04-07T18:39:37.562 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T18:39:37.575 INFO:teuthology.orchestra.console.smithi112:Power off 2024-04-07T18:39:37.576 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-07T18:39:37.589 DEBUG:teuthology.orchestra.console.smithi107:check power output: Chassis Power is on 2024-04-07T18:39:37.598 DEBUG:teuthology.orchestra.console.smithi112:power off output: Chassis Power Control: Down/Off 2024-04-07T18:39:37.598 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T18:39:37.621 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is on 2024-04-07T18:39:41.552 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T18:39:41.589 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T18:39:41.622 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T18:39:41.662 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is on 2024-04-07T18:39:41.700 DEBUG:teuthology.orchestra.console.smithi107:check power output: Chassis Power is on 2024-04-07T18:39:41.731 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is on 2024-04-07T18:39:45.663 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T18:39:45.701 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T18:39:45.732 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T18:39:45.773 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is on 2024-04-07T18:39:45.810 DEBUG:teuthology.orchestra.console.smithi107:check power output: Chassis Power is off 2024-04-07T18:39:45.841 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is on 2024-04-07T18:39:45.911 INFO:teuthology.orchestra.console.smithi107:Power off completed 2024-04-07T18:39:49.778 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T18:39:49.842 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T18:39:49.889 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is off 2024-04-07T18:39:49.952 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is off 2024-04-07T18:39:49.991 INFO:teuthology.orchestra.console.smithi087:Power off completed 2024-04-07T18:39:50.053 INFO:teuthology.orchestra.console.smithi112:Power off completed 2024-04-07T18:39:50.157 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 1546.5650458335876 failure_reason: '"2024-04-07T18:27:39.418819+0000 mon.a (mon.0) 291 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-04-07T18:39:50.158 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-07T18:39:50.246 INFO:teuthology.run:FAIL