2024-03-26T02:08:46.518 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-26T02:08:46.518 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --archive /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622376 --owner scheduled_adking@teuthology --verbose --name adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi -- /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622376/orig.config.yaml 2024-03-26T02:08:46.549 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-26T02:08:46.625 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622376 branch: wip-adk-testing-2024-03-25-1628 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: adking@redhat.com first_in_suite: false job_id: '7622376' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-03-25-1628 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down, quorum - is down \(out of quorum\) sha1: e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 workunit: branch: wip-adk-testing-2024-03-25-1628 sha1: e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 9192 sha1: e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-03-25-1628 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 targets: smithi115.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGy6J4j7wbauTWLQk5Q+iXy6GgwR/M3uJpXd3TPTENGu2nh9pjTMfUkGO4nDt5vFsID06UIuq2AzEMsscoUnjYg= smithi179.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMf1fFEfoJRUuiAuzLtq3Y+K4wG+p1cxuEIh6ZqfdnZh8l33DveNK4YRyQmYG7TpEKrUvpywGGFLgPlaLb++MCg= smithi181.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOQHC/2/Zdk4O0Z0bgBv0BpSHeut9XyL7OstIOFTOwyHjtvkeffZJ1Hci8Z7M9k7nVMnIByF9AI7vyb7YN3u7oU= 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: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-26_01:50:53 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-26T02:08:46.626 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/qa; will attempt to use it 2024-03-26T02:08:46.627 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/qa/tasks 2024-03-26T02:08:46.627 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-26T02:08:46.628 INFO:teuthology.task.internal:Checking packages... 2024-03-26T02:08:46.653 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003' 2024-03-26T02:08:46.653 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-26T02:08:46.653 INFO:teuthology.packaging:ref: None 2024-03-26T02:08:46.653 INFO:teuthology.packaging:tag: None 2024-03-26T02:08:46.653 INFO:teuthology.packaging:branch: wip-adk-testing-2024-03-25-1628 2024-03-26T02:08:46.653 INFO:teuthology.packaging:sha1: e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T02:08:46.653 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-03-25-1628 2024-03-26T02:08:46.796 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T02:08:46.798 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-26T02:08:46.805 INFO:teuthology.task.internal:no buildpackages task found 2024-03-26T02:08:46.805 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-26T02:08:46.815 INFO:teuthology.task.internal:Saving configuration 2024-03-26T02:08:46.828 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-26T02:08:46.834 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T02:08:46.860 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622376', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-26 02:03:04.527240', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOo8vML1HtTHuLGFJvfzpu+1sJEaoRPwLUhOslocTLlk'} 2024-03-26T02:08:46.885 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi179.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622376', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-26 02:03:04.526223', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBV8ZD7LJaYjV5I+NwnFhprng7CMVXRbcBO9kZluW9tS'} 2024-03-26T02:08:46.906 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi181.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622376', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-26 02:03:04.524691', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICoReCXBbm0OMHKqAt8HJ+1U1BDscdHF6Vapw+GbOkAs'} 2024-03-26T02:08:46.907 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-26T02:08:46.913 INFO:teuthology.task.internal:roles: ubuntu@smithi115.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-26T02:08:46.913 INFO:teuthology.task.internal:roles: ubuntu@smithi179.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-26T02:08:46.913 INFO:teuthology.task.internal:roles: ubuntu@smithi181.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-26T02:08:46.913 INFO:teuthology.run_tasks:Running task console_log... 2024-03-26T02:08:47.012 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe5ff8bbf70>, signals=[15]) 2024-03-26T02:08:47.012 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-26T02:08:47.020 INFO:teuthology.task.internal:Opening connections... 2024-03-26T02:08:47.021 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi115.front.sepia.ceph.com 2024-03-26T02:08:47.023 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:08:47.102 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi179.front.sepia.ceph.com 2024-03-26T02:08:47.103 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:08:47.182 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi181.front.sepia.ceph.com 2024-03-26T02:08:47.183 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:08:47.260 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-26T02:08:47.266 DEBUG:teuthology.orchestra.run.smithi115:> uname -m 2024-03-26T02:08:47.272 INFO:teuthology.orchestra.run.smithi115.stdout:x86_64 2024-03-26T02:08:47.272 DEBUG:teuthology.orchestra.run.smithi115:> cat /etc/os-release 2024-03-26T02:08:47.317 INFO:teuthology.orchestra.run.smithi115.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-26T02:08:47.317 INFO:teuthology.orchestra.run.smithi115.stdout:NAME="Ubuntu" 2024-03-26T02:08:47.317 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION_ID="22.04" 2024-03-26T02:08:47.318 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-26T02:08:47.318 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION_CODENAME=jammy 2024-03-26T02:08:47.318 INFO:teuthology.orchestra.run.smithi115.stdout:ID=ubuntu 2024-03-26T02:08:47.318 INFO:teuthology.orchestra.run.smithi115.stdout:ID_LIKE=debian 2024-03-26T02:08:47.318 INFO:teuthology.orchestra.run.smithi115.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-26T02:08:47.318 INFO:teuthology.orchestra.run.smithi115.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-26T02:08:47.318 INFO:teuthology.orchestra.run.smithi115.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-26T02:08:47.318 INFO:teuthology.orchestra.run.smithi115.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-26T02:08:47.318 INFO:teuthology.orchestra.run.smithi115.stdout:UBUNTU_CODENAME=jammy 2024-03-26T02:08:47.319 INFO:teuthology.lock.ops:Updating smithi115.front.sepia.ceph.com on lock server 2024-03-26T02:08:47.336 DEBUG:teuthology.orchestra.run.smithi179:> uname -m 2024-03-26T02:08:47.342 INFO:teuthology.orchestra.run.smithi179.stdout:x86_64 2024-03-26T02:08:47.342 DEBUG:teuthology.orchestra.run.smithi179:> cat /etc/os-release 2024-03-26T02:08:47.388 INFO:teuthology.orchestra.run.smithi179.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-26T02:08:47.388 INFO:teuthology.orchestra.run.smithi179.stdout:NAME="Ubuntu" 2024-03-26T02:08:47.389 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION_ID="22.04" 2024-03-26T02:08:47.389 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-26T02:08:47.389 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION_CODENAME=jammy 2024-03-26T02:08:47.389 INFO:teuthology.orchestra.run.smithi179.stdout:ID=ubuntu 2024-03-26T02:08:47.389 INFO:teuthology.orchestra.run.smithi179.stdout:ID_LIKE=debian 2024-03-26T02:08:47.389 INFO:teuthology.orchestra.run.smithi179.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-26T02:08:47.389 INFO:teuthology.orchestra.run.smithi179.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-26T02:08:47.389 INFO:teuthology.orchestra.run.smithi179.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-26T02:08:47.389 INFO:teuthology.orchestra.run.smithi179.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-26T02:08:47.389 INFO:teuthology.orchestra.run.smithi179.stdout:UBUNTU_CODENAME=jammy 2024-03-26T02:08:47.389 INFO:teuthology.lock.ops:Updating smithi179.front.sepia.ceph.com on lock server 2024-03-26T02:08:47.411 DEBUG:teuthology.orchestra.run.smithi181:> uname -m 2024-03-26T02:08:47.417 INFO:teuthology.orchestra.run.smithi181.stdout:x86_64 2024-03-26T02:08:47.417 DEBUG:teuthology.orchestra.run.smithi181:> cat /etc/os-release 2024-03-26T02:08:47.465 INFO:teuthology.orchestra.run.smithi181.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-26T02:08:47.465 INFO:teuthology.orchestra.run.smithi181.stdout:NAME="Ubuntu" 2024-03-26T02:08:47.465 INFO:teuthology.orchestra.run.smithi181.stdout:VERSION_ID="22.04" 2024-03-26T02:08:47.465 INFO:teuthology.orchestra.run.smithi181.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-26T02:08:47.465 INFO:teuthology.orchestra.run.smithi181.stdout:VERSION_CODENAME=jammy 2024-03-26T02:08:47.465 INFO:teuthology.orchestra.run.smithi181.stdout:ID=ubuntu 2024-03-26T02:08:47.465 INFO:teuthology.orchestra.run.smithi181.stdout:ID_LIKE=debian 2024-03-26T02:08:47.465 INFO:teuthology.orchestra.run.smithi181.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-26T02:08:47.465 INFO:teuthology.orchestra.run.smithi181.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-26T02:08:47.465 INFO:teuthology.orchestra.run.smithi181.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-26T02:08:47.465 INFO:teuthology.orchestra.run.smithi181.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-26T02:08:47.466 INFO:teuthology.orchestra.run.smithi181.stdout:UBUNTU_CODENAME=jammy 2024-03-26T02:08:47.466 INFO:teuthology.lock.ops:Updating smithi181.front.sepia.ceph.com on lock server 2024-03-26T02:08:47.486 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-26T02:08:47.495 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-26T02:08:47.500 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-26T02:08:47.500 DEBUG:teuthology.orchestra.run.smithi115:> test '!' -e /home/ubuntu/cephtest 2024-03-26T02:08:47.503 DEBUG:teuthology.orchestra.run.smithi179:> test '!' -e /home/ubuntu/cephtest 2024-03-26T02:08:47.505 DEBUG:teuthology.orchestra.run.smithi181:> test '!' -e /home/ubuntu/cephtest 2024-03-26T02:08:47.516 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-26T02:08:47.522 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-26T02:08:47.522 DEBUG:teuthology.orchestra.run.smithi115:> test -z $(ls -A /var/lib/ceph) 2024-03-26T02:08:47.551 DEBUG:teuthology.orchestra.run.smithi179:> test -z $(ls -A /var/lib/ceph) 2024-03-26T02:08:47.553 DEBUG:teuthology.orchestra.run.smithi181:> test -z $(ls -A /var/lib/ceph) 2024-03-26T02:08:47.574 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-26T02:08:47.651 INFO:teuthology.run_tasks:Running task kernel... 2024-03-26T02:08:47.666 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-26T02:08:47.666 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-26T02:08:47.666 DEBUG:teuthology.orchestra.run.smithi115:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-26T02:08:47.667 DEBUG:teuthology.orchestra.run.smithi179:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-26T02:08:47.667 DEBUG:teuthology.orchestra.run.smithi181:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-26T02:08:47.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T02:08:47.672 DEBUG:teuthology.orchestra.run.smithi179:> uname -r 2024-03-26T02:08:47.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T02:08:47.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T02:08:47.674 DEBUG:teuthology.orchestra.run.smithi181:> uname -r 2024-03-26T02:08:47.674 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2024-03-26T02:08:47.720 INFO:teuthology.orchestra.run.smithi179.stdout:5.15.0-56-generic 2024-03-26T02:08:47.720 INFO:teuthology.task.kernel:Running kernel on smithi179: 5.15.0-56-generic 2024-03-26T02:08:47.720 DEBUG:teuthology.orchestra.run.smithi179:> sudo apt-get clean 2024-03-26T02:08:47.721 INFO:teuthology.orchestra.run.smithi181.stdout:5.15.0-56-generic 2024-03-26T02:08:47.721 INFO:teuthology.task.kernel:Running kernel on smithi181: 5.15.0-56-generic 2024-03-26T02:08:47.722 DEBUG:teuthology.orchestra.run.smithi181:> sudo apt-get clean 2024-03-26T02:08:47.723 INFO:teuthology.orchestra.run.smithi115.stdout:5.15.0-56-generic 2024-03-26T02:08:47.723 INFO:teuthology.task.kernel:Running kernel on smithi115: 5.15.0-56-generic 2024-03-26T02:08:47.723 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get clean 2024-03-26T02:08:47.851 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get update 2024-03-26T02:08:47.852 DEBUG:teuthology.orchestra.run.smithi181:> sudo apt-get update 2024-03-26T02:08:47.864 DEBUG:teuthology.orchestra.run.smithi179:> sudo apt-get update 2024-03-26T02:08:48.063 INFO:teuthology.orchestra.run.smithi181.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-26T02:08:48.067 INFO:teuthology.orchestra.run.smithi179.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-26T02:08:48.123 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T02:08:48.123 INFO:teuthology.orchestra.run.smithi115.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-26T02:08:48.139 INFO:teuthology.orchestra.run.smithi181.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T02:08:48.142 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T02:08:48.180 INFO:teuthology.orchestra.run.smithi115.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-26T02:08:48.203 INFO:teuthology.orchestra.run.smithi181.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-26T02:08:48.206 INFO:teuthology.orchestra.run.smithi179.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-26T02:08:48.372 INFO:teuthology.orchestra.run.smithi179.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [429 kB] 2024-03-26T02:08:48.380 INFO:teuthology.orchestra.run.smithi181.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,290 kB] 2024-03-26T02:08:48.477 INFO:teuthology.orchestra.run.smithi179.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,290 kB] 2024-03-26T02:08:48.517 INFO:teuthology.orchestra.run.smithi181.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [429 kB] 2024-03-26T02:08:48.525 INFO:teuthology.orchestra.run.smithi181.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [230 kB] 2024-03-26T02:08:48.529 INFO:teuthology.orchestra.run.smithi179.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [230 kB] 2024-03-26T02:08:48.529 INFO:teuthology.orchestra.run.smithi181.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-26T02:08:48.529 INFO:teuthology.orchestra.run.smithi181.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-26T02:08:48.530 INFO:teuthology.orchestra.run.smithi181.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,600 kB] 2024-03-26T02:08:48.534 INFO:teuthology.orchestra.run.smithi179.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-26T02:08:48.534 INFO:teuthology.orchestra.run.smithi179.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,600 kB] 2024-03-26T02:08:48.535 INFO:teuthology.orchestra.run.smithi115.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [429 kB] 2024-03-26T02:08:48.540 INFO:teuthology.orchestra.run.smithi115.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-26T02:08:48.553 INFO:teuthology.orchestra.run.smithi181.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-26T02:08:48.563 INFO:teuthology.orchestra.run.smithi181.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [268 kB] 2024-03-26T02:08:48.566 INFO:teuthology.orchestra.run.smithi179.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-26T02:08:48.566 INFO:teuthology.orchestra.run.smithi179.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-26T02:08:48.567 INFO:teuthology.orchestra.run.smithi179.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [268 kB] 2024-03-26T02:08:48.568 INFO:teuthology.orchestra.run.smithi181.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T02:08:48.568 INFO:teuthology.orchestra.run.smithi181.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-26T02:08:48.571 INFO:teuthology.orchestra.run.smithi179.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T02:08:48.571 INFO:teuthology.orchestra.run.smithi179.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-26T02:08:48.584 INFO:teuthology.orchestra.run.smithi179.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-26T02:08:48.592 INFO:teuthology.orchestra.run.smithi181.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-26T02:08:48.593 INFO:teuthology.orchestra.run.smithi179.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-26T02:08:48.596 INFO:teuthology.orchestra.run.smithi179.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-26T02:08:48.600 INFO:teuthology.orchestra.run.smithi181.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-26T02:08:48.602 INFO:teuthology.orchestra.run.smithi181.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-26T02:08:48.603 INFO:teuthology.orchestra.run.smithi181.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-26T02:08:48.603 INFO:teuthology.orchestra.run.smithi181.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-26T02:08:48.603 INFO:teuthology.orchestra.run.smithi181.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-26T02:08:48.604 INFO:teuthology.orchestra.run.smithi179.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-26T02:08:48.623 INFO:teuthology.orchestra.run.smithi179.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-26T02:08:48.624 INFO:teuthology.orchestra.run.smithi179.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-26T02:08:48.624 INFO:teuthology.orchestra.run.smithi179.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-26T02:08:48.649 INFO:teuthology.orchestra.run.smithi181.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-26T02:08:48.679 INFO:teuthology.orchestra.run.smithi115.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,505 kB] 2024-03-26T02:08:48.691 INFO:teuthology.orchestra.run.smithi181.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [595 kB] 2024-03-26T02:08:48.706 INFO:teuthology.orchestra.run.smithi179.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,505 kB] 2024-03-26T02:08:48.822 INFO:teuthology.orchestra.run.smithi115.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,290 kB] 2024-03-26T02:08:48.886 INFO:teuthology.orchestra.run.smithi181.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,505 kB] 2024-03-26T02:08:48.982 INFO:teuthology.orchestra.run.smithi115.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [595 kB] 2024-03-26T02:08:48.987 INFO:teuthology.orchestra.run.smithi115.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [230 kB] 2024-03-26T02:08:49.000 INFO:teuthology.orchestra.run.smithi115.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-26T02:08:49.001 INFO:teuthology.orchestra.run.smithi115.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,600 kB] 2024-03-26T02:08:49.008 INFO:teuthology.orchestra.run.smithi179.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [595 kB] 2024-03-26T02:08:49.020 INFO:teuthology.orchestra.run.smithi115.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [290 kB] 2024-03-26T02:08:49.038 INFO:teuthology.orchestra.run.smithi181.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [290 kB] 2024-03-26T02:08:49.039 INFO:teuthology.orchestra.run.smithi115.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-26T02:08:49.040 INFO:teuthology.orchestra.run.smithi115.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,628 kB] 2024-03-26T02:08:49.048 INFO:teuthology.orchestra.run.smithi179.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [290 kB] 2024-03-26T02:08:49.051 INFO:teuthology.orchestra.run.smithi181.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-26T02:08:49.052 INFO:teuthology.orchestra.run.smithi181.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-26T02:08:49.054 INFO:teuthology.orchestra.run.smithi181.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,628 kB] 2024-03-26T02:08:49.063 INFO:teuthology.orchestra.run.smithi179.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-26T02:08:49.063 INFO:teuthology.orchestra.run.smithi179.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,628 kB] 2024-03-26T02:08:49.080 INFO:teuthology.orchestra.run.smithi115.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-26T02:08:49.081 INFO:teuthology.orchestra.run.smithi115.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [268 kB] 2024-03-26T02:08:49.090 INFO:teuthology.orchestra.run.smithi115.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T02:08:49.111 INFO:teuthology.orchestra.run.smithi181.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [273 kB] 2024-03-26T02:08:49.120 INFO:teuthology.orchestra.run.smithi181.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T02:08:49.122 INFO:teuthology.orchestra.run.smithi115.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-26T02:08:49.122 INFO:teuthology.orchestra.run.smithi115.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-26T02:08:49.123 INFO:teuthology.orchestra.run.smithi179.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-26T02:08:49.124 INFO:teuthology.orchestra.run.smithi115.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [273 kB] 2024-03-26T02:08:49.124 INFO:teuthology.orchestra.run.smithi179.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [273 kB] 2024-03-26T02:08:49.131 INFO:teuthology.orchestra.run.smithi179.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T02:08:49.132 INFO:teuthology.orchestra.run.smithi115.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T02:08:49.137 INFO:teuthology.orchestra.run.smithi115.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-26T02:08:49.284 INFO:teuthology.orchestra.run.smithi181.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-26T02:08:49.296 INFO:teuthology.orchestra.run.smithi179.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-26T02:08:49.297 INFO:teuthology.orchestra.run.smithi115.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-26T02:08:49.316 INFO:teuthology.orchestra.run.smithi115.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-26T02:08:49.714 INFO:teuthology.orchestra.run.smithi115.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-26T02:08:49.720 INFO:teuthology.orchestra.run.smithi115.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-26T02:08:49.734 INFO:teuthology.orchestra.run.smithi115.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-26T02:08:49.735 INFO:teuthology.orchestra.run.smithi115.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-26T02:08:49.737 INFO:teuthology.orchestra.run.smithi115.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-26T02:08:49.861 INFO:teuthology.orchestra.run.smithi181.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-26T02:08:49.873 INFO:teuthology.orchestra.run.smithi115.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-26T02:08:49.924 INFO:teuthology.orchestra.run.smithi179.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-26T02:08:49.961 INFO:teuthology.orchestra.run.smithi179.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-26T02:08:49.971 INFO:teuthology.orchestra.run.smithi181.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-26T02:08:49.974 INFO:teuthology.orchestra.run.smithi179.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-26T02:08:49.975 INFO:teuthology.orchestra.run.smithi179.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-26T02:08:49.976 INFO:teuthology.orchestra.run.smithi179.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-26T02:08:49.978 INFO:teuthology.orchestra.run.smithi179.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-26T02:08:49.979 INFO:teuthology.orchestra.run.smithi179.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-26T02:08:49.979 INFO:teuthology.orchestra.run.smithi179.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-26T02:08:49.984 INFO:teuthology.orchestra.run.smithi115.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-26T02:08:49.991 INFO:teuthology.orchestra.run.smithi181.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-26T02:08:49.992 INFO:teuthology.orchestra.run.smithi181.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-26T02:08:49.992 INFO:teuthology.orchestra.run.smithi181.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-26T02:08:49.996 INFO:teuthology.orchestra.run.smithi181.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-26T02:08:49.996 INFO:teuthology.orchestra.run.smithi181.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-26T02:08:49.997 INFO:teuthology.orchestra.run.smithi181.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-26T02:08:50.001 INFO:teuthology.orchestra.run.smithi181.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-26T02:08:50.004 INFO:teuthology.orchestra.run.smithi115.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-26T02:08:50.005 INFO:teuthology.orchestra.run.smithi179.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-26T02:08:50.005 INFO:teuthology.orchestra.run.smithi181.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-26T02:08:50.006 INFO:teuthology.orchestra.run.smithi115.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-26T02:08:50.006 INFO:teuthology.orchestra.run.smithi115.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-26T02:08:50.008 INFO:teuthology.orchestra.run.smithi179.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-26T02:08:50.009 INFO:teuthology.orchestra.run.smithi115.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-26T02:08:50.010 INFO:teuthology.orchestra.run.smithi115.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-26T02:08:50.010 INFO:teuthology.orchestra.run.smithi115.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-26T02:08:50.018 INFO:teuthology.orchestra.run.smithi115.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-26T02:08:50.019 INFO:teuthology.orchestra.run.smithi115.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-26T02:08:50.170 INFO:teuthology.orchestra.run.smithi181.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-26T02:08:50.173 INFO:teuthology.orchestra.run.smithi179.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-26T02:08:50.183 INFO:teuthology.orchestra.run.smithi115.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-26T02:08:50.253 INFO:teuthology.orchestra.run.smithi181.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-26T02:08:50.256 INFO:teuthology.orchestra.run.smithi179.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-26T02:08:50.265 INFO:teuthology.orchestra.run.smithi115.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-26T02:08:50.335 INFO:teuthology.orchestra.run.smithi181.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-26T02:08:50.340 INFO:teuthology.orchestra.run.smithi179.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-26T02:08:50.367 INFO:teuthology.orchestra.run.smithi115.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-26T02:08:50.416 INFO:teuthology.orchestra.run.smithi181.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-26T02:08:50.421 INFO:teuthology.orchestra.run.smithi179.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-26T02:08:50.428 INFO:teuthology.orchestra.run.smithi115.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-26T02:08:50.446 INFO:teuthology.orchestra.run.smithi181.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-26T02:08:50.456 INFO:teuthology.orchestra.run.smithi179.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-26T02:08:50.458 INFO:teuthology.orchestra.run.smithi115.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-26T02:08:54.791 INFO:teuthology.orchestra.run.smithi115.stdout:Fetched 12.5 MB in 3s (4,917 kB/s) 2024-03-26T02:08:54.869 INFO:teuthology.orchestra.run.smithi179.stdout:Fetched 12.5 MB in 3s (4,961 kB/s) 2024-03-26T02:08:54.869 INFO:teuthology.orchestra.run.smithi181.stdout:Fetched 12.5 MB in 3s (4,977 kB/s) 2024-03-26T02:08:56.159 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-03-26T02:08:56.177 DEBUG:teuthology.orchestra.run.smithi115:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T02:08:56.208 INFO:teuthology.orchestra.run.smithi179.stdout:Reading package lists... 2024-03-26T02:08:56.226 DEBUG:teuthology.orchestra.run.smithi179:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T02:08:56.237 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-03-26T02:08:56.285 INFO:teuthology.orchestra.run.smithi179.stdout:Reading package lists... 2024-03-26T02:08:56.285 INFO:teuthology.orchestra.run.smithi181.stdout:Reading package lists... 2024-03-26T02:08:56.303 DEBUG:teuthology.orchestra.run.smithi181:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T02:08:56.360 INFO:teuthology.orchestra.run.smithi181.stdout:Reading package lists... 2024-03-26T02:08:56.433 INFO:teuthology.orchestra.run.smithi115.stdout:Building dependency tree... 2024-03-26T02:08:56.434 INFO:teuthology.orchestra.run.smithi115.stdout:Reading state information... 2024-03-26T02:08:56.459 INFO:teuthology.orchestra.run.smithi179.stdout:Building dependency tree... 2024-03-26T02:08:56.459 INFO:teuthology.orchestra.run.smithi179.stdout:Reading state information... 2024-03-26T02:08:56.558 INFO:teuthology.orchestra.run.smithi181.stdout:Building dependency tree... 2024-03-26T02:08:56.559 INFO:teuthology.orchestra.run.smithi181.stdout:Reading state information... 2024-03-26T02:08:56.595 INFO:teuthology.orchestra.run.smithi115.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T02:08:56.595 INFO:teuthology.orchestra.run.smithi115.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T02:08:56.595 INFO:teuthology.orchestra.run.smithi115.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T02:08:56.596 INFO:teuthology.orchestra.run.smithi115.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T02:08:56.596 INFO:teuthology.orchestra.run.smithi115.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-26T02:08:56.596 INFO:teuthology.orchestra.run.smithi115.stdout: python2.7-minimal 2024-03-26T02:08:56.596 INFO:teuthology.orchestra.run.smithi115.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T02:08:56.596 INFO:teuthology.orchestra.run.smithi115.stdout:The following additional packages will be installed: 2024-03-26T02:08:56.597 INFO:teuthology.orchestra.run.smithi115.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T02:08:56.597 INFO:teuthology.orchestra.run.smithi115.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-26T02:08:56.597 INFO:teuthology.orchestra.run.smithi115.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-26T02:08:56.598 INFO:teuthology.orchestra.run.smithi115.stdout:Suggested packages: 2024-03-26T02:08:56.598 INFO:teuthology.orchestra.run.smithi115.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-26T02:08:56.598 INFO:teuthology.orchestra.run.smithi115.stdout:Recommended packages: 2024-03-26T02:08:56.598 INFO:teuthology.orchestra.run.smithi115.stdout: thermald 2024-03-26T02:08:56.609 INFO:teuthology.orchestra.run.smithi179.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T02:08:56.609 INFO:teuthology.orchestra.run.smithi179.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T02:08:56.609 INFO:teuthology.orchestra.run.smithi179.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T02:08:56.609 INFO:teuthology.orchestra.run.smithi179.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T02:08:56.609 INFO:teuthology.orchestra.run.smithi179.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-26T02:08:56.610 INFO:teuthology.orchestra.run.smithi179.stdout: python2.7-minimal 2024-03-26T02:08:56.610 INFO:teuthology.orchestra.run.smithi179.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T02:08:56.611 INFO:teuthology.orchestra.run.smithi179.stdout:The following additional packages will be installed: 2024-03-26T02:08:56.611 INFO:teuthology.orchestra.run.smithi179.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T02:08:56.611 INFO:teuthology.orchestra.run.smithi179.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-26T02:08:56.611 INFO:teuthology.orchestra.run.smithi179.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-26T02:08:56.612 INFO:teuthology.orchestra.run.smithi179.stdout:Suggested packages: 2024-03-26T02:08:56.612 INFO:teuthology.orchestra.run.smithi179.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-26T02:08:56.612 INFO:teuthology.orchestra.run.smithi179.stdout:Recommended packages: 2024-03-26T02:08:56.612 INFO:teuthology.orchestra.run.smithi179.stdout: thermald 2024-03-26T02:08:56.648 INFO:teuthology.orchestra.run.smithi115.stdout:The following NEW packages will be installed: 2024-03-26T02:08:56.648 INFO:teuthology.orchestra.run.smithi115.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T02:08:56.648 INFO:teuthology.orchestra.run.smithi115.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-26T02:08:56.649 INFO:teuthology.orchestra.run.smithi115.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-26T02:08:56.650 INFO:teuthology.orchestra.run.smithi115.stdout:The following packages will be upgraded: 2024-03-26T02:08:56.650 INFO:teuthology.orchestra.run.smithi115.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-26T02:08:56.669 INFO:teuthology.orchestra.run.smithi179.stdout:The following NEW packages will be installed: 2024-03-26T02:08:56.669 INFO:teuthology.orchestra.run.smithi179.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T02:08:56.669 INFO:teuthology.orchestra.run.smithi179.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-26T02:08:56.670 INFO:teuthology.orchestra.run.smithi179.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-26T02:08:56.671 INFO:teuthology.orchestra.run.smithi179.stdout:The following packages will be upgraded: 2024-03-26T02:08:56.671 INFO:teuthology.orchestra.run.smithi179.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-26T02:08:56.706 INFO:teuthology.orchestra.run.smithi115.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T02:08:56.706 INFO:teuthology.orchestra.run.smithi115.stdout:Need to get 113 MB of archives. 2024-03-26T02:08:56.706 INFO:teuthology.orchestra.run.smithi115.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-26T02:08:56.706 INFO:teuthology.orchestra.run.smithi115.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-26T02:08:56.721 INFO:teuthology.orchestra.run.smithi181.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T02:08:56.722 INFO:teuthology.orchestra.run.smithi181.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T02:08:56.722 INFO:teuthology.orchestra.run.smithi181.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T02:08:56.722 INFO:teuthology.orchestra.run.smithi181.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T02:08:56.722 INFO:teuthology.orchestra.run.smithi181.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-26T02:08:56.722 INFO:teuthology.orchestra.run.smithi181.stdout: python2.7-minimal 2024-03-26T02:08:56.722 INFO:teuthology.orchestra.run.smithi181.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T02:08:56.723 INFO:teuthology.orchestra.run.smithi181.stdout:The following additional packages will be installed: 2024-03-26T02:08:56.723 INFO:teuthology.orchestra.run.smithi181.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T02:08:56.724 INFO:teuthology.orchestra.run.smithi181.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-26T02:08:56.724 INFO:teuthology.orchestra.run.smithi181.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-26T02:08:56.725 INFO:teuthology.orchestra.run.smithi181.stdout:Suggested packages: 2024-03-26T02:08:56.725 INFO:teuthology.orchestra.run.smithi181.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-26T02:08:56.725 INFO:teuthology.orchestra.run.smithi181.stdout:Recommended packages: 2024-03-26T02:08:56.725 INFO:teuthology.orchestra.run.smithi181.stdout: thermald 2024-03-26T02:08:56.727 INFO:teuthology.orchestra.run.smithi179.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T02:08:56.727 INFO:teuthology.orchestra.run.smithi179.stdout:Need to get 113 MB of archives. 2024-03-26T02:08:56.727 INFO:teuthology.orchestra.run.smithi179.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-26T02:08:56.728 INFO:teuthology.orchestra.run.smithi179.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-26T02:08:56.793 INFO:teuthology.orchestra.run.smithi181.stdout:The following NEW packages will be installed: 2024-03-26T02:08:56.794 INFO:teuthology.orchestra.run.smithi181.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T02:08:56.794 INFO:teuthology.orchestra.run.smithi181.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-26T02:08:56.794 INFO:teuthology.orchestra.run.smithi181.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-26T02:08:56.795 INFO:teuthology.orchestra.run.smithi181.stdout:The following packages will be upgraded: 2024-03-26T02:08:56.795 INFO:teuthology.orchestra.run.smithi181.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-26T02:08:56.973 INFO:teuthology.orchestra.run.smithi181.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T02:08:56.973 INFO:teuthology.orchestra.run.smithi181.stdout:Need to get 113 MB of archives. 2024-03-26T02:08:56.973 INFO:teuthology.orchestra.run.smithi181.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-26T02:08:56.973 INFO:teuthology.orchestra.run.smithi181.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-26T02:08:57.376 INFO:teuthology.orchestra.run.smithi115.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-26T02:08:57.429 INFO:teuthology.orchestra.run.smithi179.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-26T02:08:57.573 INFO:teuthology.orchestra.run.smithi115.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-26T02:08:57.648 INFO:teuthology.orchestra.run.smithi179.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-26T02:08:58.357 INFO:teuthology.orchestra.run.smithi181.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-26T02:08:58.704 INFO:teuthology.orchestra.run.smithi181.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-26T02:08:59.216 INFO:teuthology.orchestra.run.smithi179.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-26T02:08:59.216 INFO:teuthology.orchestra.run.smithi179.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-26T02:08:59.216 INFO:teuthology.orchestra.run.smithi179.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-26T02:08:59.227 INFO:teuthology.orchestra.run.smithi115.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-26T02:08:59.228 INFO:teuthology.orchestra.run.smithi115.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-26T02:08:59.228 INFO:teuthology.orchestra.run.smithi115.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-26T02:08:59.434 INFO:teuthology.orchestra.run.smithi179.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-26T02:08:59.464 INFO:teuthology.orchestra.run.smithi115.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-26T02:08:59.496 INFO:teuthology.orchestra.run.smithi179.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-26T02:08:59.516 INFO:teuthology.orchestra.run.smithi115.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-26T02:08:59.897 INFO:teuthology.orchestra.run.smithi179.stdout:Fetched 113 MB in 3s (40.1 MB/s) 2024-03-26T02:08:59.910 INFO:teuthology.orchestra.run.smithi115.stdout:Fetched 113 MB in 3s (39.6 MB/s) 2024-03-26T02:09:00.075 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-26T02:09:00.087 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-26T02:09:00.846 INFO:teuthology.orchestra.run.smithi181.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-26T02:09:00.846 INFO:teuthology.orchestra.run.smithi181.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-26T02:09:00.847 INFO:teuthology.orchestra.run.smithi181.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-26T02:09:01.194 INFO:teuthology.orchestra.run.smithi181.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-26T02:09:01.276 INFO:teuthology.orchestra.run.smithi181.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-26T02:09:01.661 INFO:teuthology.orchestra.run.smithi181.stdout:Fetched 113 MB in 4s (25.3 MB/s) 2024-03-26T02:09:01.879 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-26T02:09:02.109 INFO:teuthology.orchestra.run.smithi179.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-26T02:09:02.113 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:09:02.167 INFO:teuthology.orchestra.run.smithi115.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-26T02:09:02.173 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:09:02.189 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:02.242 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:03.914 INFO:teuthology.orchestra.run.smithi181.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-26T02:09:03.918 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:09:04.035 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:04.460 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-26T02:09:04.481 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:09:04.499 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-26T02:09:04.520 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:09:04.581 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:04.599 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:05.013 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-26T02:09:05.034 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:09:05.052 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-26T02:09:05.072 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:09:05.110 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:05.179 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:06.319 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-26T02:09:06.340 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:09:06.437 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:06.947 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-26T02:09:06.968 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:09:07.006 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:11.629 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T02:09:11.749 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T02:09:11.752 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T02:09:11.878 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T02:09:12.088 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T02:09:12.209 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T02:09:12.236 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T02:09:12.340 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T02:09:12.487 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-26T02:09:12.510 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-26T02:09:12.545 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T02:09:12.601 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-26T02:09:12.613 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-26T02:09:12.651 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T02:09:14.221 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T02:09:14.349 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T02:09:14.716 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T02:09:14.836 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T02:09:15.156 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-26T02:09:15.179 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-26T02:09:15.214 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T02:09:17.978 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-26T02:09:18.015 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:09:18.053 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:18.365 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-26T02:09:18.402 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:09:18.439 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:20.917 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-26T02:09:20.957 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:09:20.984 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:21.014 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T02:09:21.035 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T02:09:21.139 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T02:09:21.158 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T02:09:21.472 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T02:09:21.499 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T02:09:21.594 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:21.612 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:21.711 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-26T02:09:21.738 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-26T02:09:21.840 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:21.867 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:23.162 INFO:teuthology.orchestra.run.smithi179.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-26T02:09:23.163 INFO:teuthology.orchestra.run.smithi179.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-26T02:09:23.163 INFO:teuthology.orchestra.run.smithi179.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-26T02:09:23.163 INFO:teuthology.orchestra.run.smithi179.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-26T02:09:23.185 INFO:teuthology.orchestra.run.smithi115.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-26T02:09:23.185 INFO:teuthology.orchestra.run.smithi115.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-26T02:09:23.185 INFO:teuthology.orchestra.run.smithi115.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-26T02:09:23.185 INFO:teuthology.orchestra.run.smithi115.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-26T02:09:23.327 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:23.344 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:24.388 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T02:09:24.512 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T02:09:24.736 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:24.880 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T02:09:24.977 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:25.026 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:25.135 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-26T02:09:25.239 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:26.104 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-26T02:09:26.213 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-26T02:09:26.340 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:26.379 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-26T02:09:26.398 INFO:teuthology.orchestra.run.smithi115.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-26T02:09:26.398 INFO:teuthology.orchestra.run.smithi115.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-26T02:09:26.496 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-26T02:09:26.567 INFO:teuthology.orchestra.run.smithi181.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-26T02:09:26.567 INFO:teuthology.orchestra.run.smithi181.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-26T02:09:26.567 INFO:teuthology.orchestra.run.smithi181.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-26T02:09:26.567 INFO:teuthology.orchestra.run.smithi181.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-26T02:09:26.614 INFO:teuthology.orchestra.run.smithi179.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:26.681 INFO:teuthology.orchestra.run.smithi179.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-26T02:09:26.681 INFO:teuthology.orchestra.run.smithi179.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-26T02:09:26.741 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:28.192 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:30.253 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-26T02:09:30.378 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-26T02:09:30.496 INFO:teuthology.orchestra.run.smithi181.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:09:30.558 INFO:teuthology.orchestra.run.smithi181.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-26T02:09:30.561 INFO:teuthology.orchestra.run.smithi181.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-26T02:09:40.789 INFO:teuthology.orchestra.run.smithi179.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-26T02:09:40.790 INFO:teuthology.orchestra.run.smithi179.stdout:Sourcing file `/etc/default/grub' 2024-03-26T02:09:40.804 INFO:teuthology.orchestra.run.smithi179.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T02:09:40.818 INFO:teuthology.orchestra.run.smithi179.stdout:Generating grub configuration file ... 2024-03-26T02:09:40.850 INFO:teuthology.orchestra.run.smithi115.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-26T02:09:40.851 INFO:teuthology.orchestra.run.smithi115.stdout:Sourcing file `/etc/default/grub' 2024-03-26T02:09:40.883 INFO:teuthology.orchestra.run.smithi115.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T02:09:40.925 INFO:teuthology.orchestra.run.smithi115.stdout:Generating grub configuration file ... 2024-03-26T02:09:41.043 INFO:teuthology.orchestra.run.smithi179.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T02:09:41.057 INFO:teuthology.orchestra.run.smithi179.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T02:09:41.321 INFO:teuthology.orchestra.run.smithi179.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T02:09:41.327 INFO:teuthology.orchestra.run.smithi179.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T02:09:41.384 INFO:teuthology.orchestra.run.smithi115.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T02:09:41.400 INFO:teuthology.orchestra.run.smithi179.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T02:09:41.405 INFO:teuthology.orchestra.run.smithi115.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T02:09:41.406 INFO:teuthology.orchestra.run.smithi179.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T02:09:41.561 INFO:teuthology.orchestra.run.smithi179.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T02:09:41.561 INFO:teuthology.orchestra.run.smithi179.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T02:09:41.561 INFO:teuthology.orchestra.run.smithi179.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T02:09:41.606 INFO:teuthology.orchestra.run.smithi179.stdout:done 2024-03-26T02:09:42.042 DEBUG:teuthology.orchestra.run.smithi179:> dpkg -s linux-image-generic 2024-03-26T02:09:42.062 INFO:teuthology.orchestra.run.smithi179.stdout:Package: linux-image-generic 2024-03-26T02:09:42.062 INFO:teuthology.orchestra.run.smithi179.stdout:Status: install ok installed 2024-03-26T02:09:42.062 INFO:teuthology.orchestra.run.smithi179.stdout:Priority: optional 2024-03-26T02:09:42.062 INFO:teuthology.orchestra.run.smithi179.stdout:Section: kernel 2024-03-26T02:09:42.063 INFO:teuthology.orchestra.run.smithi179.stdout:Installed-Size: 21 2024-03-26T02:09:42.063 INFO:teuthology.orchestra.run.smithi179.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T02:09:42.063 INFO:teuthology.orchestra.run.smithi179.stdout:Architecture: amd64 2024-03-26T02:09:42.063 INFO:teuthology.orchestra.run.smithi179.stdout:Source: linux-meta 2024-03-26T02:09:42.063 INFO:teuthology.orchestra.run.smithi179.stdout:Version: 5.15.0.101.98 2024-03-26T02:09:42.063 INFO:teuthology.orchestra.run.smithi179.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-26T02:09:42.063 INFO:teuthology.orchestra.run.smithi179.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-26T02:09:42.063 INFO:teuthology.orchestra.run.smithi179.stdout:Recommends: thermald 2024-03-26T02:09:42.063 INFO:teuthology.orchestra.run.smithi179.stdout:Description: Generic Linux kernel image 2024-03-26T02:09:42.063 INFO:teuthology.orchestra.run.smithi179.stdout: This package will always depend on the latest generic kernel image 2024-03-26T02:09:42.064 INFO:teuthology.orchestra.run.smithi179.stdout: available. 2024-03-26T02:09:42.064 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-26T02:09:42.064 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-26T02:09:42.064 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-26T02:09:42.064 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-26T02:09:42.064 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi179.front.sepia.ceph.com, path=None, version=distro) 2024-03-26T02:09:42.064 DEBUG:teuthology.orchestra.run.smithi179:> sudo apt-get clean 2024-03-26T02:09:42.197 DEBUG:teuthology.orchestra.run.smithi179:> sudo apt-get update 2024-03-26T02:09:42.291 INFO:teuthology.orchestra.run.smithi115.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T02:09:42.297 INFO:teuthology.orchestra.run.smithi115.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T02:09:42.362 INFO:teuthology.orchestra.run.smithi115.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T02:09:42.368 INFO:teuthology.orchestra.run.smithi115.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T02:09:42.444 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T02:09:42.444 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T02:09:42.514 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T02:09:42.527 INFO:teuthology.orchestra.run.smithi115.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T02:09:42.527 INFO:teuthology.orchestra.run.smithi115.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T02:09:42.527 INFO:teuthology.orchestra.run.smithi115.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T02:09:42.563 INFO:teuthology.orchestra.run.smithi115.stdout:done 2024-03-26T02:09:42.596 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T02:09:43.014 DEBUG:teuthology.orchestra.run.smithi115:> dpkg -s linux-image-generic 2024-03-26T02:09:43.032 INFO:teuthology.orchestra.run.smithi115.stdout:Package: linux-image-generic 2024-03-26T02:09:43.033 INFO:teuthology.orchestra.run.smithi115.stdout:Status: install ok installed 2024-03-26T02:09:43.033 INFO:teuthology.orchestra.run.smithi115.stdout:Priority: optional 2024-03-26T02:09:43.033 INFO:teuthology.orchestra.run.smithi115.stdout:Section: kernel 2024-03-26T02:09:43.033 INFO:teuthology.orchestra.run.smithi115.stdout:Installed-Size: 21 2024-03-26T02:09:43.033 INFO:teuthology.orchestra.run.smithi115.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T02:09:43.033 INFO:teuthology.orchestra.run.smithi115.stdout:Architecture: amd64 2024-03-26T02:09:43.033 INFO:teuthology.orchestra.run.smithi115.stdout:Source: linux-meta 2024-03-26T02:09:43.033 INFO:teuthology.orchestra.run.smithi115.stdout:Version: 5.15.0.101.98 2024-03-26T02:09:43.033 INFO:teuthology.orchestra.run.smithi115.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-26T02:09:43.033 INFO:teuthology.orchestra.run.smithi115.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-26T02:09:43.033 INFO:teuthology.orchestra.run.smithi115.stdout:Recommends: thermald 2024-03-26T02:09:43.033 INFO:teuthology.orchestra.run.smithi115.stdout:Description: Generic Linux kernel image 2024-03-26T02:09:43.033 INFO:teuthology.orchestra.run.smithi115.stdout: This package will always depend on the latest generic kernel image 2024-03-26T02:09:43.034 INFO:teuthology.orchestra.run.smithi115.stdout: available. 2024-03-26T02:09:43.034 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-26T02:09:43.034 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-26T02:09:43.034 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-26T02:09:43.034 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-26T02:09:43.034 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi115.front.sepia.ceph.com, path=None, version=distro) 2024-03-26T02:09:43.034 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get clean 2024-03-26T02:09:43.192 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get update 2024-03-26T02:09:43.303 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T02:09:43.315 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T02:09:43.336 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T02:09:43.420 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T02:09:43.819 INFO:teuthology.orchestra.run.smithi179.stdout:Reading package lists... 2024-03-26T02:09:43.837 DEBUG:teuthology.orchestra.run.smithi179:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T02:09:43.888 INFO:teuthology.orchestra.run.smithi179.stdout:Reading package lists... 2024-03-26T02:09:44.071 INFO:teuthology.orchestra.run.smithi179.stdout:Building dependency tree... 2024-03-26T02:09:44.072 INFO:teuthology.orchestra.run.smithi179.stdout:Reading state information... 2024-03-26T02:09:44.227 INFO:teuthology.orchestra.run.smithi179.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-26T02:09:44.227 INFO:teuthology.orchestra.run.smithi179.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T02:09:44.227 INFO:teuthology.orchestra.run.smithi179.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T02:09:44.227 INFO:teuthology.orchestra.run.smithi179.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T02:09:44.227 INFO:teuthology.orchestra.run.smithi179.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T02:09:44.228 INFO:teuthology.orchestra.run.smithi179.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T02:09:44.228 INFO:teuthology.orchestra.run.smithi179.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T02:09:44.228 INFO:teuthology.orchestra.run.smithi179.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T02:09:44.267 INFO:teuthology.orchestra.run.smithi179.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T02:09:44.269 DEBUG:teuthology.orchestra.run.smithi179:> dpkg -s linux-image-generic 2024-03-26T02:09:44.326 INFO:teuthology.orchestra.run.smithi179.stdout:Package: linux-image-generic 2024-03-26T02:09:44.326 INFO:teuthology.orchestra.run.smithi179.stdout:Status: install ok installed 2024-03-26T02:09:44.326 INFO:teuthology.orchestra.run.smithi179.stdout:Priority: optional 2024-03-26T02:09:44.326 INFO:teuthology.orchestra.run.smithi179.stdout:Section: kernel 2024-03-26T02:09:44.326 INFO:teuthology.orchestra.run.smithi179.stdout:Installed-Size: 21 2024-03-26T02:09:44.326 INFO:teuthology.orchestra.run.smithi179.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T02:09:44.326 INFO:teuthology.orchestra.run.smithi179.stdout:Architecture: amd64 2024-03-26T02:09:44.326 INFO:teuthology.orchestra.run.smithi179.stdout:Source: linux-meta 2024-03-26T02:09:44.326 INFO:teuthology.orchestra.run.smithi179.stdout:Version: 5.15.0.101.98 2024-03-26T02:09:44.326 INFO:teuthology.orchestra.run.smithi179.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-26T02:09:44.327 INFO:teuthology.orchestra.run.smithi179.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-26T02:09:44.327 INFO:teuthology.orchestra.run.smithi179.stdout:Recommends: thermald 2024-03-26T02:09:44.327 INFO:teuthology.orchestra.run.smithi179.stdout:Description: Generic Linux kernel image 2024-03-26T02:09:44.327 INFO:teuthology.orchestra.run.smithi179.stdout: This package will always depend on the latest generic kernel image 2024-03-26T02:09:44.327 INFO:teuthology.orchestra.run.smithi179.stdout: available. 2024-03-26T02:09:44.327 DEBUG:teuthology.orchestra.run.smithi179:> mktemp 2024-03-26T02:09:44.370 INFO:teuthology.orchestra.run.smithi179.stdout:/tmp/tmp.3Mws927MEo 2024-03-26T02:09:44.370 DEBUG:teuthology.orchestra.run.smithi179:> sudo cp /boot/grub/grub.cfg /tmp/tmp.3Mws927MEo 2024-03-26T02:09:44.427 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod 0666 /tmp/tmp.3Mws927MEo 2024-03-26T02:09:44.552 DEBUG:teuthology.orchestra.remote:smithi179:/tmp/tmp.3Mws927MEo is 10KB 2024-03-26T02:09:44.565 DEBUG:teuthology.orchestra.run.smithi179:> rm -fr /tmp/tmp.3Mws927MEo 2024-03-26T02:09:44.570 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-26T02:09:44.587 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-03-26T02:09:44.604 DEBUG:teuthology.orchestra.run.smithi115:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T02:09:44.622 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-26T02:09:44.622 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-26T02:09:44.622 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-26T02:09:44.667 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-03-26T02:09:44.695 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-26T02:09:44.695 DEBUG:teuthology.orchestra.run.smithi179:> sudo update-grub 2024-03-26T02:09:44.822 INFO:teuthology.orchestra.run.smithi181.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-26T02:09:44.822 INFO:teuthology.orchestra.run.smithi181.stdout:Sourcing file `/etc/default/grub' 2024-03-26T02:09:44.850 INFO:teuthology.orchestra.run.smithi181.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T02:09:44.865 INFO:teuthology.orchestra.run.smithi115.stdout:Building dependency tree... 2024-03-26T02:09:44.866 INFO:teuthology.orchestra.run.smithi115.stdout:Reading state information... 2024-03-26T02:09:44.876 INFO:teuthology.orchestra.run.smithi181.stdout:Generating grub configuration file ... 2024-03-26T02:09:45.018 INFO:teuthology.orchestra.run.smithi115.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-26T02:09:45.018 INFO:teuthology.orchestra.run.smithi115.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T02:09:45.019 INFO:teuthology.orchestra.run.smithi115.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T02:09:45.019 INFO:teuthology.orchestra.run.smithi115.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T02:09:45.019 INFO:teuthology.orchestra.run.smithi115.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T02:09:45.019 INFO:teuthology.orchestra.run.smithi115.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T02:09:45.019 INFO:teuthology.orchestra.run.smithi115.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T02:09:45.019 INFO:teuthology.orchestra.run.smithi115.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T02:09:45.054 INFO:teuthology.orchestra.run.smithi115.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T02:09:45.056 DEBUG:teuthology.orchestra.run.smithi115:> dpkg -s linux-image-generic 2024-03-26T02:09:45.071 INFO:teuthology.orchestra.run.smithi115.stdout:Package: linux-image-generic 2024-03-26T02:09:45.072 INFO:teuthology.orchestra.run.smithi115.stdout:Status: install ok installed 2024-03-26T02:09:45.072 INFO:teuthology.orchestra.run.smithi115.stdout:Priority: optional 2024-03-26T02:09:45.072 INFO:teuthology.orchestra.run.smithi115.stdout:Section: kernel 2024-03-26T02:09:45.072 INFO:teuthology.orchestra.run.smithi115.stdout:Installed-Size: 21 2024-03-26T02:09:45.072 INFO:teuthology.orchestra.run.smithi115.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T02:09:45.072 INFO:teuthology.orchestra.run.smithi115.stdout:Architecture: amd64 2024-03-26T02:09:45.072 INFO:teuthology.orchestra.run.smithi115.stdout:Source: linux-meta 2024-03-26T02:09:45.073 INFO:teuthology.orchestra.run.smithi115.stdout:Version: 5.15.0.101.98 2024-03-26T02:09:45.073 INFO:teuthology.orchestra.run.smithi115.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-26T02:09:45.073 INFO:teuthology.orchestra.run.smithi115.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-26T02:09:45.073 INFO:teuthology.orchestra.run.smithi115.stdout:Recommends: thermald 2024-03-26T02:09:45.073 INFO:teuthology.orchestra.run.smithi115.stdout:Description: Generic Linux kernel image 2024-03-26T02:09:45.073 INFO:teuthology.orchestra.run.smithi115.stdout: This package will always depend on the latest generic kernel image 2024-03-26T02:09:45.073 INFO:teuthology.orchestra.run.smithi115.stdout: available. 2024-03-26T02:09:45.073 DEBUG:teuthology.orchestra.run.smithi115:> mktemp 2024-03-26T02:09:45.117 INFO:teuthology.orchestra.run.smithi115.stdout:/tmp/tmp.7VUm9Bb0ZU 2024-03-26T02:09:45.117 DEBUG:teuthology.orchestra.run.smithi115:> sudo cp /boot/grub/grub.cfg /tmp/tmp.7VUm9Bb0ZU 2024-03-26T02:09:45.172 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 0666 /tmp/tmp.7VUm9Bb0ZU 2024-03-26T02:09:45.174 INFO:teuthology.orchestra.run.smithi181.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T02:09:45.193 INFO:teuthology.orchestra.run.smithi181.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T02:09:45.290 DEBUG:teuthology.orchestra.remote:smithi115:/tmp/tmp.7VUm9Bb0ZU is 10KB 2024-03-26T02:09:45.303 DEBUG:teuthology.orchestra.run.smithi115:> rm -fr /tmp/tmp.7VUm9Bb0ZU 2024-03-26T02:09:45.309 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-26T02:09:45.364 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-03-26T02:09:45.364 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-26T02:09:45.364 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-26T02:09:45.438 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-26T02:09:45.438 DEBUG:teuthology.orchestra.run.smithi115:> sudo update-grub 2024-03-26T02:09:45.533 INFO:teuthology.orchestra.run.smithi181.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T02:09:45.539 INFO:teuthology.orchestra.run.smithi181.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T02:09:45.599 INFO:teuthology.orchestra.run.smithi181.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T02:09:45.605 INFO:teuthology.orchestra.run.smithi181.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T02:09:45.763 INFO:teuthology.orchestra.run.smithi181.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T02:09:45.763 INFO:teuthology.orchestra.run.smithi181.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T02:09:45.763 INFO:teuthology.orchestra.run.smithi181.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T02:09:45.803 INFO:teuthology.orchestra.run.smithi181.stdout:done 2024-03-26T02:09:45.962 INFO:teuthology.orchestra.run.smithi179.stderr:Sourcing file `/etc/default/grub' 2024-03-26T02:09:45.962 INFO:teuthology.orchestra.run.smithi179.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T02:09:45.969 INFO:teuthology.orchestra.run.smithi179.stderr:Generating grub configuration file ... 2024-03-26T02:09:46.152 INFO:teuthology.orchestra.run.smithi179.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T02:09:46.158 INFO:teuthology.orchestra.run.smithi179.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T02:09:46.295 DEBUG:teuthology.orchestra.run.smithi181:> dpkg -s linux-image-generic 2024-03-26T02:09:46.316 INFO:teuthology.orchestra.run.smithi181.stdout:Package: linux-image-generic 2024-03-26T02:09:46.316 INFO:teuthology.orchestra.run.smithi181.stdout:Status: install ok installed 2024-03-26T02:09:46.316 INFO:teuthology.orchestra.run.smithi181.stdout:Priority: optional 2024-03-26T02:09:46.316 INFO:teuthology.orchestra.run.smithi181.stdout:Section: kernel 2024-03-26T02:09:46.316 INFO:teuthology.orchestra.run.smithi181.stdout:Installed-Size: 21 2024-03-26T02:09:46.316 INFO:teuthology.orchestra.run.smithi181.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T02:09:46.316 INFO:teuthology.orchestra.run.smithi181.stdout:Architecture: amd64 2024-03-26T02:09:46.316 INFO:teuthology.orchestra.run.smithi181.stdout:Source: linux-meta 2024-03-26T02:09:46.316 INFO:teuthology.orchestra.run.smithi181.stdout:Version: 5.15.0.101.98 2024-03-26T02:09:46.316 INFO:teuthology.orchestra.run.smithi181.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-26T02:09:46.316 INFO:teuthology.orchestra.run.smithi181.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-26T02:09:46.316 INFO:teuthology.orchestra.run.smithi181.stdout:Recommends: thermald 2024-03-26T02:09:46.317 INFO:teuthology.orchestra.run.smithi181.stdout:Description: Generic Linux kernel image 2024-03-26T02:09:46.317 INFO:teuthology.orchestra.run.smithi181.stdout: This package will always depend on the latest generic kernel image 2024-03-26T02:09:46.317 INFO:teuthology.orchestra.run.smithi181.stdout: available. 2024-03-26T02:09:46.317 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-26T02:09:46.317 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-26T02:09:46.317 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-26T02:09:46.317 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-26T02:09:46.317 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi181.front.sepia.ceph.com, path=None, version=distro) 2024-03-26T02:09:46.317 DEBUG:teuthology.orchestra.run.smithi181:> sudo apt-get clean 2024-03-26T02:09:46.398 INFO:teuthology.orchestra.run.smithi179.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T02:09:46.403 INFO:teuthology.orchestra.run.smithi179.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T02:09:46.444 INFO:teuthology.orchestra.run.smithi179.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T02:09:46.450 INFO:teuthology.orchestra.run.smithi179.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T02:09:46.510 DEBUG:teuthology.orchestra.run.smithi181:> sudo apt-get update 2024-03-26T02:09:46.566 INFO:teuthology.orchestra.run.smithi179.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T02:09:46.567 INFO:teuthology.orchestra.run.smithi179.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T02:09:46.567 INFO:teuthology.orchestra.run.smithi179.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T02:09:46.578 INFO:teuthology.orchestra.run.smithi179.stderr:done 2024-03-26T02:09:46.587 DEBUG:teuthology.orchestra.run.smithi179:> sudo shutdown -r now 2024-03-26T02:09:46.596 INFO:teuthology.orchestra.run.smithi115.stderr:Sourcing file `/etc/default/grub' 2024-03-26T02:09:46.598 INFO:teuthology.orchestra.run.smithi115.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T02:09:46.600 INFO:teuthology.orchestra.run.smithi115.stderr:Generating grub configuration file ... 2024-03-26T02:09:46.638 INFO:teuthology.orchestra.run.smithi181.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T02:09:46.755 INFO:teuthology.orchestra.run.smithi181.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T02:09:46.805 INFO:teuthology.orchestra.run.smithi115.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T02:09:46.810 INFO:teuthology.orchestra.run.smithi115.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T02:09:46.837 INFO:teuthology.orchestra.run.smithi181.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T02:09:46.918 INFO:teuthology.orchestra.run.smithi181.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T02:09:47.050 INFO:teuthology.orchestra.run.smithi115.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T02:09:47.055 INFO:teuthology.orchestra.run.smithi115.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T02:09:47.099 INFO:teuthology.orchestra.run.smithi115.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T02:09:47.105 INFO:teuthology.orchestra.run.smithi115.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T02:09:47.240 INFO:teuthology.orchestra.run.smithi115.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T02:09:47.240 INFO:teuthology.orchestra.run.smithi115.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T02:09:47.240 INFO:teuthology.orchestra.run.smithi115.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T02:09:47.256 INFO:teuthology.orchestra.run.smithi115.stderr:done 2024-03-26T02:09:47.265 DEBUG:teuthology.orchestra.run.smithi115:> sudo shutdown -r now 2024-03-26T02:09:47.995 INFO:teuthology.orchestra.run.smithi181.stdout:Reading package lists... 2024-03-26T02:09:48.014 DEBUG:teuthology.orchestra.run.smithi181:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T02:09:48.065 INFO:teuthology.orchestra.run.smithi181.stdout:Reading package lists... 2024-03-26T02:09:48.239 INFO:teuthology.orchestra.run.smithi181.stdout:Building dependency tree... 2024-03-26T02:09:48.239 INFO:teuthology.orchestra.run.smithi181.stdout:Reading state information... 2024-03-26T02:09:48.394 INFO:teuthology.orchestra.run.smithi181.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-26T02:09:48.394 INFO:teuthology.orchestra.run.smithi181.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T02:09:48.394 INFO:teuthology.orchestra.run.smithi181.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T02:09:48.394 INFO:teuthology.orchestra.run.smithi181.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T02:09:48.394 INFO:teuthology.orchestra.run.smithi181.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T02:09:48.395 INFO:teuthology.orchestra.run.smithi181.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T02:09:48.395 INFO:teuthology.orchestra.run.smithi181.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T02:09:48.395 INFO:teuthology.orchestra.run.smithi181.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T02:09:48.432 INFO:teuthology.orchestra.run.smithi181.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T02:09:48.434 DEBUG:teuthology.orchestra.run.smithi181:> dpkg -s linux-image-generic 2024-03-26T02:09:48.493 INFO:teuthology.orchestra.run.smithi181.stdout:Package: linux-image-generic 2024-03-26T02:09:48.494 INFO:teuthology.orchestra.run.smithi181.stdout:Status: install ok installed 2024-03-26T02:09:48.494 INFO:teuthology.orchestra.run.smithi181.stdout:Priority: optional 2024-03-26T02:09:48.494 INFO:teuthology.orchestra.run.smithi181.stdout:Section: kernel 2024-03-26T02:09:48.494 INFO:teuthology.orchestra.run.smithi181.stdout:Installed-Size: 21 2024-03-26T02:09:48.494 INFO:teuthology.orchestra.run.smithi181.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T02:09:48.494 INFO:teuthology.orchestra.run.smithi181.stdout:Architecture: amd64 2024-03-26T02:09:48.494 INFO:teuthology.orchestra.run.smithi181.stdout:Source: linux-meta 2024-03-26T02:09:48.494 INFO:teuthology.orchestra.run.smithi181.stdout:Version: 5.15.0.101.98 2024-03-26T02:09:48.494 INFO:teuthology.orchestra.run.smithi181.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-26T02:09:48.494 INFO:teuthology.orchestra.run.smithi181.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-26T02:09:48.494 INFO:teuthology.orchestra.run.smithi181.stdout:Recommends: thermald 2024-03-26T02:09:48.494 INFO:teuthology.orchestra.run.smithi181.stdout:Description: Generic Linux kernel image 2024-03-26T02:09:48.495 INFO:teuthology.orchestra.run.smithi181.stdout: This package will always depend on the latest generic kernel image 2024-03-26T02:09:48.495 INFO:teuthology.orchestra.run.smithi181.stdout: available. 2024-03-26T02:09:48.495 DEBUG:teuthology.orchestra.run.smithi181:> mktemp 2024-03-26T02:09:48.544 INFO:teuthology.orchestra.run.smithi181.stdout:/tmp/tmp.UGkXVVHHvW 2024-03-26T02:09:48.544 DEBUG:teuthology.orchestra.run.smithi181:> sudo cp /boot/grub/grub.cfg /tmp/tmp.UGkXVVHHvW 2024-03-26T02:09:48.599 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod 0666 /tmp/tmp.UGkXVVHHvW 2024-03-26T02:09:48.716 DEBUG:teuthology.orchestra.remote:smithi181:/tmp/tmp.UGkXVVHHvW is 10KB 2024-03-26T02:09:48.729 DEBUG:teuthology.orchestra.run.smithi181:> rm -fr /tmp/tmp.UGkXVVHHvW 2024-03-26T02:09:48.734 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-26T02:09:48.787 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-03-26T02:09:48.787 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-26T02:09:48.787 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-26T02:09:48.867 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-26T02:09:48.868 DEBUG:teuthology.orchestra.run.smithi181:> sudo update-grub 2024-03-26T02:09:50.226 INFO:teuthology.orchestra.run.smithi181.stderr:Sourcing file `/etc/default/grub' 2024-03-26T02:09:50.227 INFO:teuthology.orchestra.run.smithi181.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T02:09:50.238 INFO:teuthology.orchestra.run.smithi181.stderr:Generating grub configuration file ... 2024-03-26T02:09:50.434 INFO:teuthology.orchestra.run.smithi181.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T02:09:50.440 INFO:teuthology.orchestra.run.smithi181.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T02:09:50.682 INFO:teuthology.orchestra.run.smithi181.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T02:09:50.687 INFO:teuthology.orchestra.run.smithi181.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T02:09:50.726 INFO:teuthology.orchestra.run.smithi181.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T02:09:50.731 INFO:teuthology.orchestra.run.smithi181.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T02:09:50.867 INFO:teuthology.orchestra.run.smithi181.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T02:09:50.868 INFO:teuthology.orchestra.run.smithi181.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T02:09:50.868 INFO:teuthology.orchestra.run.smithi181.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T02:09:50.888 INFO:teuthology.orchestra.run.smithi181.stderr:done 2024-03-26T02:09:50.896 DEBUG:teuthology.orchestra.run.smithi181:> sudo shutdown -r now 2024-03-26T02:10:16.598 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-26T02:10:16.599 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-03-26T02:10:16.600 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:10:17.269 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-26T02:10:17.269 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-03-26T02:10:17.270 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:10:20.902 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-26T02:10:20.902 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-03-26T02:10:20.903 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:10:35.166 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.179 2024-03-26T02:10:35.682 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-03-26T02:10:39.262 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.181 2024-03-26T02:10:44.173 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-03-26T02:10:44.173 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:10:44.684 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-03-26T02:10:44.685 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:10:47.230 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.179 2024-03-26T02:10:47.742 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-03-26T02:10:48.264 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-03-26T02:10:48.265 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:10:51.326 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.181 2024-03-26T02:10:59.238 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-03-26T02:10:59.239 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:10:59.743 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-03-26T02:10:59.744 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:11:03.330 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-03-26T02:11:03.331 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:11:17.662 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.179 2024-03-26T02:11:32.674 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-03-26T02:11:32.675 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:11:32.894 DEBUG:teuthology.orchestra.run.smithi179:> true 2024-03-26T02:11:33.527 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-03-26T02:11:33.527 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-03-26T02:11:33.528 DEBUG:teuthology.orchestra.run.smithi179:> uname -r 2024-03-26T02:11:33.575 INFO:teuthology.orchestra.run.smithi179.stdout:5.15.0-101-generic 2024-03-26T02:11:33.575 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-26T02:11:33.575 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-26T02:11:33.575 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-26T02:11:34.576 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-26T02:11:34.577 DEBUG:teuthology.orchestra.run.smithi179:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-26T02:11:34.651 INFO:teuthology.orchestra.run.smithi179.stdout:ttyS1 2024-03-26T02:11:34.677 DEBUG:teuthology.parallel:result is None 2024-03-26T02:11:35.391 DEBUG:teuthology.orchestra.run.smithi181:> true 2024-03-26T02:11:36.022 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-03-26T02:11:36.022 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-101-generic"... 2024-03-26T02:11:36.022 DEBUG:teuthology.orchestra.run.smithi181:> uname -r 2024-03-26T02:11:36.068 INFO:teuthology.orchestra.run.smithi181.stdout:5.15.0-101-generic 2024-03-26T02:11:36.069 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-26T02:11:36.069 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-26T02:11:36.069 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-26T02:11:37.070 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-26T02:11:37.071 DEBUG:teuthology.orchestra.run.smithi181:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-26T02:11:37.145 INFO:teuthology.orchestra.run.smithi181.stdout:ttyS1 2024-03-26T02:11:37.173 DEBUG:teuthology.parallel:result is None 2024-03-26T02:11:59.746 DEBUG:teuthology.orchestra.remote:timed out 2024-03-26T02:12:14.747 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-03-26T02:12:14.748 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:12:15.066 DEBUG:teuthology.orchestra.run.smithi115:> true 2024-03-26T02:12:15.621 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-03-26T02:12:15.621 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-03-26T02:12:15.621 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2024-03-26T02:12:15.669 INFO:teuthology.orchestra.run.smithi115.stdout:5.15.0-101-generic 2024-03-26T02:12:15.669 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-26T02:12:15.669 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-26T02:12:15.669 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-26T02:12:16.670 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-26T02:12:16.671 DEBUG:teuthology.orchestra.run.smithi115:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-26T02:12:17.023 INFO:teuthology.orchestra.run.smithi115.stdout:ttyS1 2024-03-26T02:12:17.055 DEBUG:teuthology.parallel:result is None 2024-03-26T02:12:17.055 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-26T02:12:17.063 INFO:teuthology.task.internal:Creating test directory... 2024-03-26T02:12:17.064 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-26T02:12:17.066 DEBUG:teuthology.orchestra.run.smithi179:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-26T02:12:17.069 DEBUG:teuthology.orchestra.run.smithi181:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-26T02:12:17.076 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-26T02:12:17.082 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-26T02:12:17.093 INFO:teuthology.task.internal:Creating archive directory... 2024-03-26T02:12:17.093 DEBUG:teuthology.orchestra.run.smithi115:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-26T02:12:17.119 DEBUG:teuthology.orchestra.run.smithi179:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-26T02:12:17.121 DEBUG:teuthology.orchestra.run.smithi181:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-26T02:12:17.145 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-26T02:12:17.152 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-26T02:12:17.153 DEBUG:teuthology.orchestra.run.smithi115:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-26T02:12:17.179 DEBUG:teuthology.orchestra.run.smithi179:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-26T02:12:17.184 DEBUG:teuthology.orchestra.run.smithi181:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-26T02:12:17.198 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T02:12:17.200 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T02:12:17.203 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T02:12:17.207 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T02:12:17.208 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T02:12:17.211 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T02:12:17.212 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-26T02:12:17.219 INFO:teuthology.task.internal:Configuring sudo... 2024-03-26T02:12:17.219 DEBUG:teuthology.orchestra.run.smithi115:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-26T02:12:17.255 DEBUG:teuthology.orchestra.run.smithi179:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-26T02:12:17.257 DEBUG:teuthology.orchestra.run.smithi181:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-26T02:12:17.270 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-26T02:12:17.279 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-26T02:12:17.279 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-26T02:12:17.311 DEBUG:teuthology.orchestra.run.smithi179:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-26T02:12:17.314 DEBUG:teuthology.orchestra.run.smithi181:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-26T02:12:17.319 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T02:12:17.362 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T02:12:17.410 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-03-26T02:12:17.410 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-26T02:12:17.474 DEBUG:teuthology.orchestra.run.smithi179:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T02:12:17.480 DEBUG:teuthology.orchestra.run.smithi179:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T02:12:17.527 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-26T02:12:17.527 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-26T02:12:17.591 DEBUG:teuthology.orchestra.run.smithi181:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T02:12:17.597 DEBUG:teuthology.orchestra.run.smithi181:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T02:12:17.644 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-03-26T02:12:17.644 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-26T02:12:17.715 DEBUG:teuthology.orchestra.run.smithi115:> sudo service rsyslog restart 2024-03-26T02:12:17.717 DEBUG:teuthology.orchestra.run.smithi179:> sudo service rsyslog restart 2024-03-26T02:12:17.719 DEBUG:teuthology.orchestra.run.smithi181:> sudo service rsyslog restart 2024-03-26T02:12:17.787 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-26T02:12:17.798 INFO:teuthology.task.internal:Starting timer... 2024-03-26T02:12:17.798 INFO:teuthology.run_tasks:Running task pcp... 2024-03-26T02:12:17.810 INFO:teuthology.run_tasks:Running task selinux... 2024-03-26T02:12:17.819 DEBUG:teuthology.task.selinux:Excluding smithi115: OS 'ubuntu' does not support SELinux 2024-03-26T02:12:17.819 DEBUG:teuthology.task.selinux:Excluding smithi179: OS 'ubuntu' does not support SELinux 2024-03-26T02:12:17.819 DEBUG:teuthology.task.selinux:Excluding smithi181: OS 'ubuntu' does not support SELinux 2024-03-26T02:12:17.819 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-26T02:12:17.819 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-26T02:12:17.819 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-26T02:12:17.819 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-26T02:12:17.829 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-03-26T02:12:17.835 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-03-26T02:12:17.970 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-26T02:12:17.988 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-03-26T02:12:17.989 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi115.front.sepia.ceph.com,smithi179.front.sepia.ceph.com,smithi181.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-26T02:19:25.103 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi115.front.sepia.ceph.com'), Remote(name='ubuntu@smithi179.front.sepia.ceph.com'), Remote(name='ubuntu@smithi181.front.sepia.ceph.com')] 2024-03-26T02:19:25.105 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-03-26T02:19:25.106 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:19:25.187 DEBUG:teuthology.orchestra.run.smithi115:> true 2024-03-26T02:19:25.262 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-03-26T02:19:25.262 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-03-26T02:19:25.263 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:19:25.343 DEBUG:teuthology.orchestra.run.smithi179:> true 2024-03-26T02:19:25.418 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-03-26T02:19:25.418 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-03-26T02:19:25.419 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:19:25.496 DEBUG:teuthology.orchestra.run.smithi181:> true 2024-03-26T02:19:25.575 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-03-26T02:19:25.575 INFO:teuthology.run_tasks:Running task clock... 2024-03-26T02:19:25.586 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-26T02:19:25.586 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-26T02:19:25.586 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T02:19:25.589 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-26T02:19:25.589 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T02:19:25.591 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-26T02:19:25.591 DEBUG:teuthology.orchestra.run.smithi181:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T02:19:25.613 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:25 ntpd[17173]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-26T02:19:25.613 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:25 ntpd[17173]: Command line: ntpd -gq 2024-03-26T02:19:25.614 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:25 ntpd[17173]: ---------------------------------------------------- 2024-03-26T02:19:25.614 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:25 ntpd[17173]: ntp-4 is maintained by Network Time Foundation, 2024-03-26T02:19:25.614 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:25 ntpd[17173]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-26T02:19:25.614 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:25 ntpd[17173]: corporation. Support and training for ntp-4 are 2024-03-26T02:19:25.614 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:25 ntpd[17173]: available at https://www.nwtime.org/support 2024-03-26T02:19:25.614 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:25 ntpd[17173]: ---------------------------------------------------- 2024-03-26T02:19:25.615 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:25 ntpd[17173]: proto: precision = 0.047 usec (-24) 2024-03-26T02:19:25.615 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:25 ntpd[17173]: basedate set to 2022-02-04 2024-03-26T02:19:25.615 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:25 ntpd[17173]: gps base set to 2022-02-06 (week 2196) 2024-03-26T02:19:25.615 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:25 ntpd[17173]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T02:19:25.615 INFO:teuthology.orchestra.run.smithi115.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T02:19:25.615 INFO:teuthology.orchestra.run.smithi115.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-26T02:19:25.616 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:25 ntpd[17173]: restrict ::: KOD does nothing without LIMITED. 2024-03-26T02:19:25.616 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:25 ntpd[17173]: Listen and drop on 0 v6wildcard [::]:123 2024-03-26T02:19:25.616 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:25 ntpd[17173]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-26T02:19:25.616 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:25 ntpd[17173]: Listen normally on 2 lo 127.0.0.1:123 2024-03-26T02:19:25.616 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:25 ntpd[17173]: Listen normally on 3 enp3s0f1 172.21.15.115:123 2024-03-26T02:19:25.616 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:25 ntpd[17173]: Listen normally on 4 lo [::1]:123 2024-03-26T02:19:25.617 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:25 ntpd[17173]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce8f%5]:123 2024-03-26T02:19:25.617 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:25 ntpd[17173]: Listening on routing socket on fd #22 for interface updates 2024-03-26T02:19:25.619 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:25 ntpd[17199]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-26T02:19:25.619 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:25 ntpd[17199]: Command line: ntpd -gq 2024-03-26T02:19:25.619 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:25 ntpd[17199]: ---------------------------------------------------- 2024-03-26T02:19:25.619 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:25 ntpd[17199]: ntp-4 is maintained by Network Time Foundation, 2024-03-26T02:19:25.619 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:25 ntpd[17199]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-26T02:19:25.620 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:25 ntpd[17199]: corporation. Support and training for ntp-4 are 2024-03-26T02:19:25.620 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:25 ntpd[17199]: available at https://www.nwtime.org/support 2024-03-26T02:19:25.620 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:25 ntpd[17199]: ---------------------------------------------------- 2024-03-26T02:19:25.620 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:25 ntpd[17199]: proto: precision = 0.064 usec (-24) 2024-03-26T02:19:25.620 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:25 ntpd[17199]: basedate set to 2022-02-04 2024-03-26T02:19:25.621 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:25 ntpd[17199]: gps base set to 2022-02-06 (week 2196) 2024-03-26T02:19:25.621 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:25 ntpd[17199]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T02:19:25.621 INFO:teuthology.orchestra.run.smithi179.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T02:19:25.621 INFO:teuthology.orchestra.run.smithi179.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-26T02:19:25.621 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:25 ntpd[17199]: restrict ::: KOD does nothing without LIMITED. 2024-03-26T02:19:25.622 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:25 ntpd[17199]: Listen and drop on 0 v6wildcard [::]:123 2024-03-26T02:19:25.622 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:25 ntpd[17199]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-26T02:19:25.622 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:25 ntpd[17199]: Listen normally on 2 lo 127.0.0.1:123 2024-03-26T02:19:25.622 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:25 ntpd[17199]: Listen normally on 3 enp3s0f1 172.21.15.179:123 2024-03-26T02:19:25.623 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:25 ntpd[17199]: Listen normally on 4 lo [::1]:123 2024-03-26T02:19:25.623 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:25 ntpd[17199]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:725b%5]:123 2024-03-26T02:19:25.623 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:25 ntpd[17199]: Listening on routing socket on fd #22 for interface updates 2024-03-26T02:19:25.643 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:25 ntpd[17192]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-26T02:19:25.643 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:25 ntpd[17192]: Command line: ntpd -gq 2024-03-26T02:19:25.644 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:25 ntpd[17192]: ---------------------------------------------------- 2024-03-26T02:19:25.644 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:25 ntpd[17192]: ntp-4 is maintained by Network Time Foundation, 2024-03-26T02:19:25.644 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:25 ntpd[17192]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-26T02:19:25.644 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:25 ntpd[17192]: corporation. Support and training for ntp-4 are 2024-03-26T02:19:25.644 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:25 ntpd[17192]: available at https://www.nwtime.org/support 2024-03-26T02:19:25.644 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:25 ntpd[17192]: ---------------------------------------------------- 2024-03-26T02:19:25.644 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:25 ntpd[17192]: proto: precision = 0.062 usec (-24) 2024-03-26T02:19:25.645 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:25 ntpd[17192]: basedate set to 2022-02-04 2024-03-26T02:19:25.645 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:25 ntpd[17192]: gps base set to 2022-02-06 (week 2196) 2024-03-26T02:19:25.645 INFO:teuthology.orchestra.run.smithi181.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T02:19:25.645 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:25 ntpd[17192]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T02:19:25.646 INFO:teuthology.orchestra.run.smithi181.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-26T02:19:25.647 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:25 ntpd[17192]: restrict ::: KOD does nothing without LIMITED. 2024-03-26T02:19:25.647 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:25 ntpd[17192]: Listen and drop on 0 v6wildcard [::]:123 2024-03-26T02:19:25.647 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:25 ntpd[17192]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-26T02:19:25.647 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:25 ntpd[17192]: Listen normally on 2 lo 127.0.0.1:123 2024-03-26T02:19:25.647 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:25 ntpd[17192]: Listen normally on 3 enp3s0f1 172.21.15.181:123 2024-03-26T02:19:25.647 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:25 ntpd[17192]: Listen normally on 4 lo [::1]:123 2024-03-26T02:19:25.647 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:25 ntpd[17192]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7b9d%5]:123 2024-03-26T02:19:25.647 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:25 ntpd[17192]: Listening on routing socket on fd #22 for interface updates 2024-03-26T02:19:26.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:26 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:26.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:26 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:26.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:26 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:26.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:26 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:26.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:26 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:26.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:26 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:26.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:26 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:26.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:26 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:26.620 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:26 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:26.620 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:26 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:26.620 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:26 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:26.620 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:26 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:26.620 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:26 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:26.620 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:26 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:26.644 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:26 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:26.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:26 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:26.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:26 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:26.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:26 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:26.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:26 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:26.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:26 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:26.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:26 ntpd[17192]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:26.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:26 ntpd[17192]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:26.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:26 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:26.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:26 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:26.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:26 ntpd[17192]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:26.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:26 ntpd[17192]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:27.620 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:27 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:27.620 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:27 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:28.614 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:28 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:28.614 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:28 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:28.614 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:28 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:28.614 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:28 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:28.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:28 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:28.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:28 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:28.620 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:28 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:28.620 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:28 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:28.620 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:28 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:28.620 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:28 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:28.620 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:28 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:28.620 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:28 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:28.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:28 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:28.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:28 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:28.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:28 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:28.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:28 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:28.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:28 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:28.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:28 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:28.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:28 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:28.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:28 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:28.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:28 ntpd[17192]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:28.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:28 ntpd[17192]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:28.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:28 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:28.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:28 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:28.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:28 ntpd[17192]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:28.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:28 ntpd[17192]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:28.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:28 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:28.647 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:28 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:28.647 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:28 ntpd[17192]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:28.647 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:28 ntpd[17192]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:29.614 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:29 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:29.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:29 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:29.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:29 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:29.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:29 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:29.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:29 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:29.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:29 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:29.644 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:29 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:29.644 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:29 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:30.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:30 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:30.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:30 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:30.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:30 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:30.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:30 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:30.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:30 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:30.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:30 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:30.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:30 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:30.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:30 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:30.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:30 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:30.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:30 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:30.616 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:30 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:30.616 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:30 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:30.621 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:30 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:30.621 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:30 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:30.621 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:30 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:30.621 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:30 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:30.621 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:30 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:30.621 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:30 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:30.621 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:30 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:30.622 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:30 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:30.622 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:30 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:30.622 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:30 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:30.622 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:30 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:30.622 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:30 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:30.622 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:30 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:30.622 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:30 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:30.622 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:30 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:30.622 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:30 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:30.622 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:30 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:30.622 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:30 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:30.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:30 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:30.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:30 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:30.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:30 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:30.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:30 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:30.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:30 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:30.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:30 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:30.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:30 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:30.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:30 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:30.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:30 ntpd[17192]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:30.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:30 ntpd[17192]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:30.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:30 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:30.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:30 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:30.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:30 ntpd[17192]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:30.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:30 ntpd[17192]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:30.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:30 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:30.647 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:30 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:30.647 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:30 ntpd[17192]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:30.647 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:30 ntpd[17192]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:31.614 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:31 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:31.614 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:31 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:31.614 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:31 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:31.614 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:31 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:31.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:31 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:31.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:31 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:32.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:32 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:32.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:32 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:32.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:32 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:32.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:32 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:32.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:32 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:32.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:32 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:32.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:32 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:32.615 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:32 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:32.615 INFO:teuthology.orchestra.run.smithi115.stdout:26 Mar 02:19:32 ntpd[17173]: ntpd: time slew -0.001045 s 2024-03-26T02:19:32.616 INFO:teuthology.orchestra.run.smithi115.stdout:ntpd: time slew -0.001045s 2024-03-26T02:19:32.616 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:32 ntpd[17173]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-26T02:19:32.616 INFO:teuthology.orchestra.run.smithi115.stderr:26 Mar 02:19:32 ntpd[17173]: can't open /var/log/ntpstats/loopstats.20240326: Permission denied 2024-03-26T02:19:32.621 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:32 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:32.621 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:32 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:32.621 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:32 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:32.621 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:32 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:32.621 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:32 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:32.621 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:32 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:32.621 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:32 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:32.621 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:32 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:32.621 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:32 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:32.621 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:32 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:32.621 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:32 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:32.621 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:32 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:32.622 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:32 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:32.622 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:32 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:32.622 INFO:teuthology.orchestra.run.smithi179.stdout:26 Mar 02:19:32 ntpd[17199]: ntpd: time slew +0.000027 s 2024-03-26T02:19:32.622 INFO:teuthology.orchestra.run.smithi179.stdout:ntpd: time slew +0.000027s 2024-03-26T02:19:32.622 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:32 ntpd[17199]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-26T02:19:32.623 INFO:teuthology.orchestra.run.smithi179.stderr:26 Mar 02:19:32 ntpd[17199]: can't open /var/log/ntpstats/loopstats.20240326: Permission denied 2024-03-26T02:19:32.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:32 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:32.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:32 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:32.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:32 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:32.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:32 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:32.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:32 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:32.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:32 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:32.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:32 ntpd[17192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T02:19:32.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:32 ntpd[17192]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T02:19:32.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:32 ntpd[17192]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T02:19:32.645 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:32 ntpd[17192]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T02:19:32.646 INFO:teuthology.orchestra.run.smithi181.stdout:26 Mar 02:19:32 ntpd[17192]: ntpd: time slew -0.001709 s 2024-03-26T02:19:32.646 INFO:teuthology.orchestra.run.smithi181.stdout:ntpd: time slew -0.001709s 2024-03-26T02:19:32.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:32 ntpd[17192]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-26T02:19:32.646 INFO:teuthology.orchestra.run.smithi181.stderr:26 Mar 02:19:32 ntpd[17192]: can't open /var/log/ntpstats/loopstats.20240326: Permission denied 2024-03-26T02:19:32.666 INFO:teuthology.orchestra.run.smithi179.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T02:19:32.666 INFO:teuthology.orchestra.run.smithi179.stdout:============================================================================== 2024-03-26T02:19:32.666 INFO:teuthology.orchestra.run.smithi179.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T02:19:32.666 INFO:teuthology.orchestra.run.smithi179.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T02:19:32.667 INFO:teuthology.orchestra.run.smithi179.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T02:19:32.667 INFO:teuthology.orchestra.run.smithi179.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T02:19:32.668 INFO:teuthology.orchestra.run.smithi115.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T02:19:32.668 INFO:teuthology.orchestra.run.smithi115.stdout:============================================================================== 2024-03-26T02:19:32.668 INFO:teuthology.orchestra.run.smithi115.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T02:19:32.668 INFO:teuthology.orchestra.run.smithi115.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T02:19:32.669 INFO:teuthology.orchestra.run.smithi115.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T02:19:32.669 INFO:teuthology.orchestra.run.smithi115.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T02:19:32.772 INFO:teuthology.orchestra.run.smithi181.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T02:19:32.772 INFO:teuthology.orchestra.run.smithi181.stdout:============================================================================== 2024-03-26T02:19:32.772 INFO:teuthology.orchestra.run.smithi181.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T02:19:32.772 INFO:teuthology.orchestra.run.smithi181.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T02:19:32.772 INFO:teuthology.orchestra.run.smithi181.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T02:19:32.772 INFO:teuthology.orchestra.run.smithi181.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T02:19:32.773 INFO:teuthology.run_tasks:Running task install... 2024-03-26T02:19:32.783 DEBUG:teuthology.task.install:project ceph 2024-03-26T02:19:32.783 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003'}} 2024-03-26T02:19:32.783 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003'} 2024-03-26T02:19:32.783 INFO:teuthology.task.install:Using flavor: default 2024-03-26T02:19:32.789 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-03-26T02:19:32.789 INFO:teuthology.task.install:extra packages: [] 2024-03-26T02:19:32.789 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-key list | grep Ceph 2024-03-26T02:19:32.790 DEBUG:teuthology.orchestra.run.smithi179:> sudo apt-key list | grep Ceph 2024-03-26T02:19:32.790 DEBUG:teuthology.orchestra.run.smithi181:> sudo apt-key list | grep Ceph 2024-03-26T02:19:32.849 INFO:teuthology.orchestra.run.smithi179.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-26T02:19:32.850 INFO:teuthology.orchestra.run.smithi115.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-26T02:19:32.876 INFO:teuthology.orchestra.run.smithi179.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-26T02:19:32.876 INFO:teuthology.orchestra.run.smithi179.stdout:uid [ unknown] Ceph.com (release key) 2024-03-26T02:19:32.876 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-03-26T02:19:32.877 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T02:19:32.883 INFO:teuthology.orchestra.run.smithi181.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-26T02:19:32.883 INFO:teuthology.orchestra.run.smithi115.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-26T02:19:32.883 INFO:teuthology.orchestra.run.smithi115.stdout:uid [ unknown] Ceph.com (release key) 2024-03-26T02:19:32.884 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-03-26T02:19:32.884 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T02:19:32.911 INFO:teuthology.orchestra.run.smithi181.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-26T02:19:32.912 INFO:teuthology.orchestra.run.smithi181.stdout:uid [ unknown] Ceph.com (release key) 2024-03-26T02:19:32.912 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-03-26T02:19:32.912 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T02:19:33.026 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default/ 2024-03-26T02:19:33.026 INFO:teuthology.task.install.deb:Package version is 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T02:19:33.094 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default/ 2024-03-26T02:19:33.094 INFO:teuthology.task.install.deb:Package version is 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T02:19:33.126 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default/ 2024-03-26T02:19:33.126 INFO:teuthology.task.install.deb:Package version is 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T02:19:33.193 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-26T02:19:33.193 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-26T02:19:33.199 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-03-26T02:19:33.199 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-26T02:19:33.208 DEBUG:teuthology.orchestra.run.smithi179:> sudo apt-get update 2024-03-26T02:19:33.213 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get update 2024-03-26T02:19:33.232 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-03-26T02:19:33.232 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-26T02:19:33.246 DEBUG:teuthology.orchestra.run.smithi181:> sudo apt-get update 2024-03-26T02:19:33.383 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T02:19:33.397 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T02:19:33.417 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T02:19:33.438 INFO:teuthology.orchestra.run.smithi179.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy InRelease 2024-03-26T02:19:33.439 INFO:teuthology.orchestra.run.smithi115.stdout:Ign:1 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy InRelease 2024-03-26T02:19:33.470 INFO:teuthology.orchestra.run.smithi179.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-26T02:19:33.471 INFO:teuthology.orchestra.run.smithi181.stdout:Ign:1 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy InRelease 2024-03-26T02:19:33.471 INFO:teuthology.orchestra.run.smithi115.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-26T02:19:33.492 INFO:teuthology.orchestra.run.smithi179.stdout:Ign:6 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-26T02:19:33.493 INFO:teuthology.orchestra.run.smithi181.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-26T02:19:33.494 INFO:teuthology.orchestra.run.smithi115.stdout:Ign:3 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-26T02:19:33.498 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:7 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T02:19:33.507 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T02:19:33.507 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T02:19:33.527 INFO:teuthology.orchestra.run.smithi179.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-26T02:19:33.528 INFO:teuthology.orchestra.run.smithi115.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,422 B] 2024-03-26T02:19:33.529 INFO:teuthology.orchestra.run.smithi181.stdout:Ign:3 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-26T02:19:33.542 INFO:teuthology.orchestra.run.smithi181.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T02:19:33.542 INFO:teuthology.orchestra.run.smithi181.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T02:19:33.550 INFO:teuthology.orchestra.run.smithi181.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-26T02:19:33.553 INFO:teuthology.orchestra.run.smithi179.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,422 B] 2024-03-26T02:19:33.556 INFO:teuthology.orchestra.run.smithi115.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-26T02:19:33.579 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T02:19:33.580 INFO:teuthology.orchestra.run.smithi181.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,422 B] 2024-03-26T02:19:33.614 INFO:teuthology.orchestra.run.smithi181.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T02:19:33.660 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T02:19:33.696 INFO:teuthology.orchestra.run.smithi181.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T02:19:33.725 INFO:teuthology.orchestra.run.smithi179.stdout:Fetched 29.2 kB in 0s (86.9 kB/s) 2024-03-26T02:19:33.876 INFO:teuthology.orchestra.run.smithi115.stdout:Fetched 29.2 kB in 0s (60.2 kB/s) 2024-03-26T02:19:33.917 INFO:teuthology.orchestra.run.smithi181.stdout:Fetched 29.2 kB in 0s (60.1 kB/s) 2024-03-26T02:19:34.649 INFO:teuthology.orchestra.run.smithi179.stdout:Reading package lists... 2024-03-26T02:19:34.664 DEBUG:teuthology.orchestra.run.smithi179:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2475-ge42b8ea3-1jammy cephadm=19.0.0-2475-ge42b8ea3-1jammy ceph-mds=19.0.0-2475-ge42b8ea3-1jammy ceph-mgr=19.0.0-2475-ge42b8ea3-1jammy ceph-common=19.0.0-2475-ge42b8ea3-1jammy ceph-fuse=19.0.0-2475-ge42b8ea3-1jammy ceph-test=19.0.0-2475-ge42b8ea3-1jammy ceph-volume=19.0.0-2475-ge42b8ea3-1jammy radosgw=19.0.0-2475-ge42b8ea3-1jammy python3-rados=19.0.0-2475-ge42b8ea3-1jammy python3-rgw=19.0.0-2475-ge42b8ea3-1jammy python3-cephfs=19.0.0-2475-ge42b8ea3-1jammy python3-rbd=19.0.0-2475-ge42b8ea3-1jammy libcephfs2=19.0.0-2475-ge42b8ea3-1jammy libcephfs-dev=19.0.0-2475-ge42b8ea3-1jammy librados2=19.0.0-2475-ge42b8ea3-1jammy librbd1=19.0.0-2475-ge42b8ea3-1jammy rbd-fuse=19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T02:19:34.714 INFO:teuthology.orchestra.run.smithi179.stdout:Reading package lists... 2024-03-26T02:19:34.832 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-03-26T02:19:34.848 DEBUG:teuthology.orchestra.run.smithi115:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2475-ge42b8ea3-1jammy cephadm=19.0.0-2475-ge42b8ea3-1jammy ceph-mds=19.0.0-2475-ge42b8ea3-1jammy ceph-mgr=19.0.0-2475-ge42b8ea3-1jammy ceph-common=19.0.0-2475-ge42b8ea3-1jammy ceph-fuse=19.0.0-2475-ge42b8ea3-1jammy ceph-test=19.0.0-2475-ge42b8ea3-1jammy ceph-volume=19.0.0-2475-ge42b8ea3-1jammy radosgw=19.0.0-2475-ge42b8ea3-1jammy python3-rados=19.0.0-2475-ge42b8ea3-1jammy python3-rgw=19.0.0-2475-ge42b8ea3-1jammy python3-cephfs=19.0.0-2475-ge42b8ea3-1jammy python3-rbd=19.0.0-2475-ge42b8ea3-1jammy libcephfs2=19.0.0-2475-ge42b8ea3-1jammy libcephfs-dev=19.0.0-2475-ge42b8ea3-1jammy librados2=19.0.0-2475-ge42b8ea3-1jammy librbd1=19.0.0-2475-ge42b8ea3-1jammy rbd-fuse=19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T02:19:34.886 INFO:teuthology.orchestra.run.smithi179.stdout:Building dependency tree... 2024-03-26T02:19:34.887 INFO:teuthology.orchestra.run.smithi179.stdout:Reading state information... 2024-03-26T02:19:34.888 INFO:teuthology.orchestra.run.smithi181.stdout:Reading package lists... 2024-03-26T02:19:34.904 DEBUG:teuthology.orchestra.run.smithi181:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2475-ge42b8ea3-1jammy cephadm=19.0.0-2475-ge42b8ea3-1jammy ceph-mds=19.0.0-2475-ge42b8ea3-1jammy ceph-mgr=19.0.0-2475-ge42b8ea3-1jammy ceph-common=19.0.0-2475-ge42b8ea3-1jammy ceph-fuse=19.0.0-2475-ge42b8ea3-1jammy ceph-test=19.0.0-2475-ge42b8ea3-1jammy ceph-volume=19.0.0-2475-ge42b8ea3-1jammy radosgw=19.0.0-2475-ge42b8ea3-1jammy python3-rados=19.0.0-2475-ge42b8ea3-1jammy python3-rgw=19.0.0-2475-ge42b8ea3-1jammy python3-cephfs=19.0.0-2475-ge42b8ea3-1jammy python3-rbd=19.0.0-2475-ge42b8ea3-1jammy libcephfs2=19.0.0-2475-ge42b8ea3-1jammy libcephfs-dev=19.0.0-2475-ge42b8ea3-1jammy librados2=19.0.0-2475-ge42b8ea3-1jammy librbd1=19.0.0-2475-ge42b8ea3-1jammy rbd-fuse=19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T02:19:34.905 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-03-26T02:19:34.965 INFO:teuthology.orchestra.run.smithi181.stdout:Reading package lists... 2024-03-26T02:19:35.045 INFO:teuthology.orchestra.run.smithi179.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T02:19:35.045 INFO:teuthology.orchestra.run.smithi179.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T02:19:35.045 INFO:teuthology.orchestra.run.smithi179.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T02:19:35.045 INFO:teuthology.orchestra.run.smithi179.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T02:19:35.045 INFO:teuthology.orchestra.run.smithi179.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T02:19:35.045 INFO:teuthology.orchestra.run.smithi179.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T02:19:35.045 INFO:teuthology.orchestra.run.smithi179.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T02:19:35.047 INFO:teuthology.orchestra.run.smithi179.stdout:The following additional packages will be installed: 2024-03-26T02:19:35.047 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-26T02:19:35.047 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-26T02:19:35.047 INFO:teuthology.orchestra.run.smithi179.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-26T02:19:35.047 INFO:teuthology.orchestra.run.smithi179.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-26T02:19:35.047 INFO:teuthology.orchestra.run.smithi179.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-26T02:19:35.047 INFO:teuthology.orchestra.run.smithi179.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-26T02:19:35.048 INFO:teuthology.orchestra.run.smithi179.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-26T02:19:35.048 INFO:teuthology.orchestra.run.smithi179.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-26T02:19:35.048 INFO:teuthology.orchestra.run.smithi179.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-26T02:19:35.048 INFO:teuthology.orchestra.run.smithi179.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T02:19:35.048 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T02:19:35.048 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T02:19:35.048 INFO:teuthology.orchestra.run.smithi179.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T02:19:35.048 INFO:teuthology.orchestra.run.smithi179.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T02:19:35.048 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T02:19:35.048 INFO:teuthology.orchestra.run.smithi179.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T02:19:35.048 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-26T02:19:35.048 INFO:teuthology.orchestra.run.smithi179.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-26T02:19:35.048 INFO:teuthology.orchestra.run.smithi179.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-26T02:19:35.048 INFO:teuthology.orchestra.run.smithi179.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-26T02:19:35.049 INFO:teuthology.orchestra.run.smithi179.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-26T02:19:35.049 INFO:teuthology.orchestra.run.smithi179.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-26T02:19:35.049 INFO:teuthology.orchestra.run.smithi179.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-26T02:19:35.049 INFO:teuthology.orchestra.run.smithi179.stdout: xmlstarlet zip 2024-03-26T02:19:35.049 INFO:teuthology.orchestra.run.smithi179.stdout:Suggested packages: 2024-03-26T02:19:35.049 INFO:teuthology.orchestra.run.smithi179.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-26T02:19:35.049 INFO:teuthology.orchestra.run.smithi179.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-26T02:19:35.049 INFO:teuthology.orchestra.run.smithi179.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-26T02:19:35.049 INFO:teuthology.orchestra.run.smithi179.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-26T02:19:35.049 INFO:teuthology.orchestra.run.smithi179.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-26T02:19:35.050 INFO:teuthology.orchestra.run.smithi179.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-26T02:19:35.050 INFO:teuthology.orchestra.run.smithi179.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-26T02:19:35.050 INFO:teuthology.orchestra.run.smithi179.stdout:Recommended packages: 2024-03-26T02:19:35.050 INFO:teuthology.orchestra.run.smithi179.stdout: btrfs-tools 2024-03-26T02:19:35.100 INFO:teuthology.orchestra.run.smithi115.stdout:Building dependency tree... 2024-03-26T02:19:35.101 INFO:teuthology.orchestra.run.smithi115.stdout:Reading state information... 2024-03-26T02:19:35.141 INFO:teuthology.orchestra.run.smithi181.stdout:Building dependency tree... 2024-03-26T02:19:35.141 INFO:teuthology.orchestra.run.smithi181.stdout:Reading state information... 2024-03-26T02:19:35.146 INFO:teuthology.orchestra.run.smithi179.stdout:The following NEW packages will be installed: 2024-03-26T02:19:35.146 INFO:teuthology.orchestra.run.smithi179.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-26T02:19:35.146 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-26T02:19:35.146 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-26T02:19:35.147 INFO:teuthology.orchestra.run.smithi179.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-26T02:19:35.147 INFO:teuthology.orchestra.run.smithi179.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-26T02:19:35.147 INFO:teuthology.orchestra.run.smithi179.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-26T02:19:35.148 INFO:teuthology.orchestra.run.smithi179.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-26T02:19:35.148 INFO:teuthology.orchestra.run.smithi179.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-26T02:19:35.148 INFO:teuthology.orchestra.run.smithi179.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-26T02:19:35.148 INFO:teuthology.orchestra.run.smithi179.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-26T02:19:35.148 INFO:teuthology.orchestra.run.smithi179.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-26T02:19:35.148 INFO:teuthology.orchestra.run.smithi179.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T02:19:35.148 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T02:19:35.148 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T02:19:35.148 INFO:teuthology.orchestra.run.smithi179.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T02:19:35.148 INFO:teuthology.orchestra.run.smithi179.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T02:19:35.148 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T02:19:35.148 INFO:teuthology.orchestra.run.smithi179.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T02:19:35.148 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-26T02:19:35.148 INFO:teuthology.orchestra.run.smithi179.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-26T02:19:35.149 INFO:teuthology.orchestra.run.smithi179.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-26T02:19:35.149 INFO:teuthology.orchestra.run.smithi179.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-26T02:19:35.149 INFO:teuthology.orchestra.run.smithi179.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-26T02:19:35.149 INFO:teuthology.orchestra.run.smithi179.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-26T02:19:35.149 INFO:teuthology.orchestra.run.smithi179.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-26T02:19:35.149 INFO:teuthology.orchestra.run.smithi179.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-26T02:19:35.213 INFO:teuthology.orchestra.run.smithi179.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-26T02:19:35.213 INFO:teuthology.orchestra.run.smithi179.stdout:Need to get 178 MB of archives. 2024-03-26T02:19:35.213 INFO:teuthology.orchestra.run.smithi179.stdout:After this operation, 819 MB of additional disk space will be used. 2024-03-26T02:19:35.213 INFO:teuthology.orchestra.run.smithi179.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-26T02:19:35.270 INFO:teuthology.orchestra.run.smithi115.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T02:19:35.270 INFO:teuthology.orchestra.run.smithi115.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T02:19:35.270 INFO:teuthology.orchestra.run.smithi115.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T02:19:35.270 INFO:teuthology.orchestra.run.smithi115.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T02:19:35.270 INFO:teuthology.orchestra.run.smithi115.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T02:19:35.271 INFO:teuthology.orchestra.run.smithi115.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T02:19:35.271 INFO:teuthology.orchestra.run.smithi115.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T02:19:35.272 INFO:teuthology.orchestra.run.smithi115.stdout:The following additional packages will be installed: 2024-03-26T02:19:35.272 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-26T02:19:35.272 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-26T02:19:35.272 INFO:teuthology.orchestra.run.smithi115.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-26T02:19:35.272 INFO:teuthology.orchestra.run.smithi115.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-26T02:19:35.273 INFO:teuthology.orchestra.run.smithi115.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-26T02:19:35.273 INFO:teuthology.orchestra.run.smithi115.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-26T02:19:35.273 INFO:teuthology.orchestra.run.smithi115.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-26T02:19:35.273 INFO:teuthology.orchestra.run.smithi115.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-26T02:19:35.273 INFO:teuthology.orchestra.run.smithi115.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-26T02:19:35.273 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T02:19:35.273 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T02:19:35.273 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T02:19:35.273 INFO:teuthology.orchestra.run.smithi115.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T02:19:35.273 INFO:teuthology.orchestra.run.smithi115.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T02:19:35.273 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T02:19:35.273 INFO:teuthology.orchestra.run.smithi115.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T02:19:35.273 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-26T02:19:35.273 INFO:teuthology.orchestra.run.smithi115.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-26T02:19:35.273 INFO:teuthology.orchestra.run.smithi115.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-26T02:19:35.274 INFO:teuthology.orchestra.run.smithi115.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-26T02:19:35.274 INFO:teuthology.orchestra.run.smithi115.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-26T02:19:35.274 INFO:teuthology.orchestra.run.smithi115.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-26T02:19:35.274 INFO:teuthology.orchestra.run.smithi115.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-26T02:19:35.274 INFO:teuthology.orchestra.run.smithi115.stdout: xmlstarlet zip 2024-03-26T02:19:35.274 INFO:teuthology.orchestra.run.smithi115.stdout:Suggested packages: 2024-03-26T02:19:35.274 INFO:teuthology.orchestra.run.smithi115.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-26T02:19:35.274 INFO:teuthology.orchestra.run.smithi115.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-26T02:19:35.274 INFO:teuthology.orchestra.run.smithi115.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-26T02:19:35.275 INFO:teuthology.orchestra.run.smithi115.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-26T02:19:35.275 INFO:teuthology.orchestra.run.smithi115.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-26T02:19:35.275 INFO:teuthology.orchestra.run.smithi115.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-26T02:19:35.275 INFO:teuthology.orchestra.run.smithi115.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-26T02:19:35.275 INFO:teuthology.orchestra.run.smithi115.stdout:Recommended packages: 2024-03-26T02:19:35.275 INFO:teuthology.orchestra.run.smithi115.stdout: btrfs-tools 2024-03-26T02:19:35.293 INFO:teuthology.orchestra.run.smithi179.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2475-ge42b8ea3-1jammy [3,553 kB] 2024-03-26T02:19:35.302 INFO:teuthology.orchestra.run.smithi181.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T02:19:35.302 INFO:teuthology.orchestra.run.smithi181.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T02:19:35.302 INFO:teuthology.orchestra.run.smithi181.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T02:19:35.302 INFO:teuthology.orchestra.run.smithi181.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T02:19:35.303 INFO:teuthology.orchestra.run.smithi181.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T02:19:35.303 INFO:teuthology.orchestra.run.smithi181.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T02:19:35.303 INFO:teuthology.orchestra.run.smithi181.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T02:19:35.304 INFO:teuthology.orchestra.run.smithi181.stdout:The following additional packages will be installed: 2024-03-26T02:19:35.304 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-26T02:19:35.304 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-26T02:19:35.304 INFO:teuthology.orchestra.run.smithi181.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-26T02:19:35.304 INFO:teuthology.orchestra.run.smithi181.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-26T02:19:35.305 INFO:teuthology.orchestra.run.smithi181.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-26T02:19:35.305 INFO:teuthology.orchestra.run.smithi181.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-26T02:19:35.305 INFO:teuthology.orchestra.run.smithi181.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-26T02:19:35.305 INFO:teuthology.orchestra.run.smithi181.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-26T02:19:35.305 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-26T02:19:35.306 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T02:19:35.306 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T02:19:35.306 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T02:19:35.306 INFO:teuthology.orchestra.run.smithi181.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T02:19:35.306 INFO:teuthology.orchestra.run.smithi181.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T02:19:35.306 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T02:19:35.306 INFO:teuthology.orchestra.run.smithi181.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T02:19:35.306 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-26T02:19:35.306 INFO:teuthology.orchestra.run.smithi181.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-26T02:19:35.306 INFO:teuthology.orchestra.run.smithi181.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-26T02:19:35.306 INFO:teuthology.orchestra.run.smithi181.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-26T02:19:35.306 INFO:teuthology.orchestra.run.smithi181.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-26T02:19:35.306 INFO:teuthology.orchestra.run.smithi181.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-26T02:19:35.306 INFO:teuthology.orchestra.run.smithi181.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-26T02:19:35.307 INFO:teuthology.orchestra.run.smithi181.stdout: xmlstarlet zip 2024-03-26T02:19:35.307 INFO:teuthology.orchestra.run.smithi181.stdout:Suggested packages: 2024-03-26T02:19:35.307 INFO:teuthology.orchestra.run.smithi181.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-26T02:19:35.307 INFO:teuthology.orchestra.run.smithi181.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-26T02:19:35.307 INFO:teuthology.orchestra.run.smithi181.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-26T02:19:35.307 INFO:teuthology.orchestra.run.smithi181.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-26T02:19:35.307 INFO:teuthology.orchestra.run.smithi181.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-26T02:19:35.307 INFO:teuthology.orchestra.run.smithi181.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-26T02:19:35.307 INFO:teuthology.orchestra.run.smithi181.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-26T02:19:35.308 INFO:teuthology.orchestra.run.smithi181.stdout:Recommended packages: 2024-03-26T02:19:35.308 INFO:teuthology.orchestra.run.smithi181.stdout: btrfs-tools 2024-03-26T02:19:35.315 INFO:teuthology.orchestra.run.smithi179.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-26T02:19:35.318 INFO:teuthology.orchestra.run.smithi179.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-26T02:19:35.337 INFO:teuthology.orchestra.run.smithi179.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-26T02:19:35.372 INFO:teuthology.orchestra.run.smithi115.stdout:The following NEW packages will be installed: 2024-03-26T02:19:35.372 INFO:teuthology.orchestra.run.smithi115.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-26T02:19:35.372 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-26T02:19:35.372 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-26T02:19:35.372 INFO:teuthology.orchestra.run.smithi115.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-26T02:19:35.372 INFO:teuthology.orchestra.run.smithi115.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-26T02:19:35.372 INFO:teuthology.orchestra.run.smithi115.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-26T02:19:35.373 INFO:teuthology.orchestra.run.smithi115.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-26T02:19:35.374 INFO:teuthology.orchestra.run.smithi115.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-26T02:19:35.374 INFO:teuthology.orchestra.run.smithi115.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-26T02:19:35.374 INFO:teuthology.orchestra.run.smithi115.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-26T02:19:35.374 INFO:teuthology.orchestra.run.smithi115.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-26T02:19:35.374 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T02:19:35.374 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T02:19:35.374 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T02:19:35.374 INFO:teuthology.orchestra.run.smithi115.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T02:19:35.374 INFO:teuthology.orchestra.run.smithi115.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T02:19:35.374 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T02:19:35.374 INFO:teuthology.orchestra.run.smithi115.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T02:19:35.374 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-26T02:19:35.374 INFO:teuthology.orchestra.run.smithi115.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-26T02:19:35.374 INFO:teuthology.orchestra.run.smithi115.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-26T02:19:35.375 INFO:teuthology.orchestra.run.smithi115.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-26T02:19:35.375 INFO:teuthology.orchestra.run.smithi115.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-26T02:19:35.375 INFO:teuthology.orchestra.run.smithi115.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-26T02:19:35.375 INFO:teuthology.orchestra.run.smithi115.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-26T02:19:35.375 INFO:teuthology.orchestra.run.smithi115.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-26T02:19:35.403 INFO:teuthology.orchestra.run.smithi179.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-26T02:19:35.408 INFO:teuthology.orchestra.run.smithi179.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-26T02:19:35.408 INFO:teuthology.orchestra.run.smithi181.stdout:The following NEW packages will be installed: 2024-03-26T02:19:35.409 INFO:teuthology.orchestra.run.smithi181.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-26T02:19:35.409 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-26T02:19:35.409 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-26T02:19:35.409 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-26T02:19:35.409 INFO:teuthology.orchestra.run.smithi181.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-26T02:19:35.409 INFO:teuthology.orchestra.run.smithi181.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-26T02:19:35.410 INFO:teuthology.orchestra.run.smithi181.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-26T02:19:35.410 INFO:teuthology.orchestra.run.smithi181.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-26T02:19:35.410 INFO:teuthology.orchestra.run.smithi181.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-26T02:19:35.411 INFO:teuthology.orchestra.run.smithi181.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-26T02:19:35.411 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-26T02:19:35.411 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T02:19:35.411 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T02:19:35.411 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T02:19:35.411 INFO:teuthology.orchestra.run.smithi181.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T02:19:35.411 INFO:teuthology.orchestra.run.smithi181.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T02:19:35.411 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T02:19:35.411 INFO:teuthology.orchestra.run.smithi181.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T02:19:35.411 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-26T02:19:35.411 INFO:teuthology.orchestra.run.smithi181.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-26T02:19:35.411 INFO:teuthology.orchestra.run.smithi181.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-26T02:19:35.411 INFO:teuthology.orchestra.run.smithi181.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-26T02:19:35.411 INFO:teuthology.orchestra.run.smithi181.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-26T02:19:35.411 INFO:teuthology.orchestra.run.smithi181.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-26T02:19:35.412 INFO:teuthology.orchestra.run.smithi181.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-26T02:19:35.412 INFO:teuthology.orchestra.run.smithi181.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-26T02:19:35.420 INFO:teuthology.orchestra.run.smithi179.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-26T02:19:35.424 INFO:teuthology.orchestra.run.smithi179.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-26T02:19:35.424 INFO:teuthology.orchestra.run.smithi179.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-26T02:19:35.425 INFO:teuthology.orchestra.run.smithi179.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-26T02:19:35.434 INFO:teuthology.orchestra.run.smithi179.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-26T02:19:35.436 INFO:teuthology.orchestra.run.smithi179.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-26T02:19:35.438 INFO:teuthology.orchestra.run.smithi179.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-26T02:19:35.439 INFO:teuthology.orchestra.run.smithi179.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-26T02:19:35.447 INFO:teuthology.orchestra.run.smithi179.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-26T02:19:35.449 INFO:teuthology.orchestra.run.smithi179.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-26T02:19:35.451 INFO:teuthology.orchestra.run.smithi179.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-26T02:19:35.466 INFO:teuthology.orchestra.run.smithi179.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-26T02:19:35.467 INFO:teuthology.orchestra.run.smithi179.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-26T02:19:35.467 INFO:teuthology.orchestra.run.smithi179.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-26T02:19:35.468 INFO:teuthology.orchestra.run.smithi179.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-26T02:19:35.469 INFO:teuthology.orchestra.run.smithi179.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-26T02:19:35.469 INFO:teuthology.orchestra.run.smithi179.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-26T02:19:35.469 INFO:teuthology.orchestra.run.smithi179.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-26T02:19:35.476 INFO:teuthology.orchestra.run.smithi181.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-26T02:19:35.476 INFO:teuthology.orchestra.run.smithi181.stdout:Need to get 178 MB of archives. 2024-03-26T02:19:35.476 INFO:teuthology.orchestra.run.smithi181.stdout:After this operation, 819 MB of additional disk space will be used. 2024-03-26T02:19:35.476 INFO:teuthology.orchestra.run.smithi181.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-26T02:19:35.489 INFO:teuthology.orchestra.run.smithi179.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-26T02:19:35.501 INFO:teuthology.orchestra.run.smithi179.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-26T02:19:35.502 INFO:teuthology.orchestra.run.smithi179.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-26T02:19:35.509 INFO:teuthology.orchestra.run.smithi179.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-26T02:19:35.510 INFO:teuthology.orchestra.run.smithi179.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-26T02:19:35.510 INFO:teuthology.orchestra.run.smithi179.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-26T02:19:35.510 INFO:teuthology.orchestra.run.smithi179.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-26T02:19:35.511 INFO:teuthology.orchestra.run.smithi179.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-26T02:19:35.512 INFO:teuthology.orchestra.run.smithi179.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-26T02:19:35.512 INFO:teuthology.orchestra.run.smithi179.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-26T02:19:35.529 INFO:teuthology.orchestra.run.smithi179.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-26T02:19:35.530 INFO:teuthology.orchestra.run.smithi179.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-26T02:19:35.530 INFO:teuthology.orchestra.run.smithi179.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-26T02:19:35.549 INFO:teuthology.orchestra.run.smithi179.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-26T02:19:35.549 INFO:teuthology.orchestra.run.smithi179.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-26T02:19:35.550 INFO:teuthology.orchestra.run.smithi179.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-26T02:19:35.550 INFO:teuthology.orchestra.run.smithi179.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-26T02:19:35.552 INFO:teuthology.orchestra.run.smithi179.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-26T02:19:35.554 INFO:teuthology.orchestra.run.smithi181.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2475-ge42b8ea3-1jammy [3,553 kB] 2024-03-26T02:19:35.554 INFO:teuthology.orchestra.run.smithi179.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-26T02:19:35.555 INFO:teuthology.orchestra.run.smithi179.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-03-26T02:19:35.559 INFO:teuthology.orchestra.run.smithi115.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-26T02:19:35.559 INFO:teuthology.orchestra.run.smithi115.stdout:Need to get 178 MB of archives. 2024-03-26T02:19:35.559 INFO:teuthology.orchestra.run.smithi115.stdout:After this operation, 819 MB of additional disk space will be used. 2024-03-26T02:19:35.560 INFO:teuthology.orchestra.run.smithi115.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-26T02:19:35.566 INFO:teuthology.orchestra.run.smithi179.stdout:Get:46 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2475-ge42b8ea3-1jammy [3,226 kB] 2024-03-26T02:19:35.568 INFO:teuthology.orchestra.run.smithi179.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-26T02:19:35.569 INFO:teuthology.orchestra.run.smithi179.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-26T02:19:35.572 INFO:teuthology.orchestra.run.smithi179.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-26T02:19:35.577 INFO:teuthology.orchestra.run.smithi181.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-26T02:19:35.580 INFO:teuthology.orchestra.run.smithi181.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-26T02:19:35.588 INFO:teuthology.orchestra.run.smithi179.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-26T02:19:35.589 INFO:teuthology.orchestra.run.smithi179.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-26T02:19:35.592 INFO:teuthology.orchestra.run.smithi179.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-26T02:19:35.617 INFO:teuthology.orchestra.run.smithi181.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-26T02:19:35.645 INFO:teuthology.orchestra.run.smithi179.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-26T02:19:35.646 INFO:teuthology.orchestra.run.smithi179.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-26T02:19:35.648 INFO:teuthology.orchestra.run.smithi179.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-26T02:19:35.648 INFO:teuthology.orchestra.run.smithi179.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-26T02:19:35.649 INFO:teuthology.orchestra.run.smithi179.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-26T02:19:35.668 INFO:teuthology.orchestra.run.smithi179.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-26T02:19:35.670 INFO:teuthology.orchestra.run.smithi179.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-26T02:19:35.670 INFO:teuthology.orchestra.run.smithi179.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-26T02:19:35.692 INFO:teuthology.orchestra.run.smithi179.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-26T02:19:35.692 INFO:teuthology.orchestra.run.smithi179.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-26T02:19:35.700 INFO:teuthology.orchestra.run.smithi179.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-26T02:19:35.701 INFO:teuthology.orchestra.run.smithi179.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-26T02:19:35.701 INFO:teuthology.orchestra.run.smithi179.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-26T02:19:35.701 INFO:teuthology.orchestra.run.smithi179.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-26T02:19:35.702 INFO:teuthology.orchestra.run.smithi179.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-26T02:19:35.702 INFO:teuthology.orchestra.run.smithi179.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-26T02:19:35.705 INFO:teuthology.orchestra.run.smithi181.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-26T02:19:35.705 INFO:teuthology.orchestra.run.smithi179.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-26T02:19:35.710 INFO:teuthology.orchestra.run.smithi181.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-26T02:19:35.719 INFO:teuthology.orchestra.run.smithi179.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-26T02:19:35.721 INFO:teuthology.orchestra.run.smithi179.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-26T02:19:35.722 INFO:teuthology.orchestra.run.smithi179.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-26T02:19:35.724 INFO:teuthology.orchestra.run.smithi181.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-26T02:19:35.729 INFO:teuthology.orchestra.run.smithi181.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-26T02:19:35.730 INFO:teuthology.orchestra.run.smithi181.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-26T02:19:35.730 INFO:teuthology.orchestra.run.smithi181.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-26T02:19:35.739 INFO:teuthology.orchestra.run.smithi179.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-26T02:19:35.740 INFO:teuthology.orchestra.run.smithi181.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-26T02:19:35.742 INFO:teuthology.orchestra.run.smithi179.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-26T02:19:35.743 INFO:teuthology.orchestra.run.smithi181.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-26T02:19:35.743 INFO:teuthology.orchestra.run.smithi179.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-26T02:19:35.743 INFO:teuthology.orchestra.run.smithi179.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-26T02:19:35.745 INFO:teuthology.orchestra.run.smithi181.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-26T02:19:35.746 INFO:teuthology.orchestra.run.smithi181.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-26T02:19:35.747 INFO:teuthology.orchestra.run.smithi179.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-26T02:19:35.748 INFO:teuthology.orchestra.run.smithi179.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-26T02:19:35.751 INFO:teuthology.orchestra.run.smithi179.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-26T02:19:35.751 INFO:teuthology.orchestra.run.smithi181.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-26T02:19:35.753 INFO:teuthology.orchestra.run.smithi181.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-26T02:19:35.759 INFO:teuthology.orchestra.run.smithi179.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-26T02:19:35.760 INFO:teuthology.orchestra.run.smithi179.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-26T02:19:35.760 INFO:teuthology.orchestra.run.smithi179.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-26T02:19:35.766 INFO:teuthology.orchestra.run.smithi179.stdout:Get:83 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2475-ge42b8ea3-1jammy [712 kB] 2024-03-26T02:19:35.767 INFO:teuthology.orchestra.run.smithi181.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-26T02:19:35.769 INFO:teuthology.orchestra.run.smithi181.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-26T02:19:35.769 INFO:teuthology.orchestra.run.smithi181.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-26T02:19:35.770 INFO:teuthology.orchestra.run.smithi181.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-26T02:19:35.771 INFO:teuthology.orchestra.run.smithi181.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-26T02:19:35.771 INFO:teuthology.orchestra.run.smithi181.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-26T02:19:35.772 INFO:teuthology.orchestra.run.smithi181.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-26T02:19:35.772 INFO:teuthology.orchestra.run.smithi181.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-26T02:19:35.779 INFO:teuthology.orchestra.run.smithi179.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-26T02:19:35.780 INFO:teuthology.orchestra.run.smithi179.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-26T02:19:35.787 INFO:teuthology.orchestra.run.smithi179.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-26T02:19:35.787 INFO:teuthology.orchestra.run.smithi179.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-26T02:19:35.787 INFO:teuthology.orchestra.run.smithi179.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-26T02:19:35.789 INFO:teuthology.orchestra.run.smithi179.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-26T02:19:35.789 INFO:teuthology.orchestra.run.smithi179.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-26T02:19:35.806 INFO:teuthology.orchestra.run.smithi181.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-26T02:19:35.806 INFO:teuthology.orchestra.run.smithi181.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-26T02:19:35.807 INFO:teuthology.orchestra.run.smithi181.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-26T02:19:35.807 INFO:teuthology.orchestra.run.smithi179.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2475-ge42b8ea3-1jammy [356 kB] 2024-03-26T02:19:35.826 INFO:teuthology.orchestra.run.smithi181.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-26T02:19:35.826 INFO:teuthology.orchestra.run.smithi181.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-26T02:19:35.827 INFO:teuthology.orchestra.run.smithi181.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-26T02:19:35.828 INFO:teuthology.orchestra.run.smithi181.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-26T02:19:35.830 INFO:teuthology.orchestra.run.smithi181.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-26T02:19:35.830 INFO:teuthology.orchestra.run.smithi181.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-26T02:19:35.830 INFO:teuthology.orchestra.run.smithi181.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-26T02:19:35.845 INFO:teuthology.orchestra.run.smithi181.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-26T02:19:35.846 INFO:teuthology.orchestra.run.smithi181.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-26T02:19:35.847 INFO:teuthology.orchestra.run.smithi181.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-26T02:19:35.848 INFO:teuthology.orchestra.run.smithi181.stdout:Get:39 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2475-ge42b8ea3-1jammy [3,226 kB] 2024-03-26T02:19:35.865 INFO:teuthology.orchestra.run.smithi181.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-26T02:19:35.865 INFO:teuthology.orchestra.run.smithi181.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-26T02:19:35.866 INFO:teuthology.orchestra.run.smithi181.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-26T02:19:35.867 INFO:teuthology.orchestra.run.smithi181.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-26T02:19:35.868 INFO:teuthology.orchestra.run.smithi179.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2475-ge42b8ea3-1jammy [32.8 kB] 2024-03-26T02:19:35.869 INFO:teuthology.orchestra.run.smithi181.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-26T02:19:35.872 INFO:teuthology.orchestra.run.smithi181.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-26T02:19:35.873 INFO:teuthology.orchestra.run.smithi181.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-26T02:19:35.881 INFO:teuthology.orchestra.run.smithi179.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2475-ge42b8ea3-1jammy [180 kB] 2024-03-26T02:19:35.884 INFO:teuthology.orchestra.run.smithi181.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-26T02:19:35.886 INFO:teuthology.orchestra.run.smithi181.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-26T02:19:35.889 INFO:teuthology.orchestra.run.smithi181.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-26T02:19:35.904 INFO:teuthology.orchestra.run.smithi181.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-26T02:19:35.905 INFO:teuthology.orchestra.run.smithi181.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-26T02:19:35.909 INFO:teuthology.orchestra.run.smithi181.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-26T02:19:35.926 INFO:teuthology.orchestra.run.smithi179.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2475-ge42b8ea3-1jammy [66.7 kB] 2024-03-26T02:19:35.928 INFO:teuthology.orchestra.run.smithi179.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2475-ge42b8ea3-1jammy [330 kB] 2024-03-26T02:19:35.962 INFO:teuthology.orchestra.run.smithi181.stdout:Get:53 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2475-ge42b8ea3-1jammy [712 kB] 2024-03-26T02:19:35.970 INFO:teuthology.orchestra.run.smithi179.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2475-ge42b8ea3-1jammy [6,660 kB] 2024-03-26T02:19:35.977 INFO:teuthology.orchestra.run.smithi181.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-26T02:19:35.978 INFO:teuthology.orchestra.run.smithi181.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-26T02:19:35.979 INFO:teuthology.orchestra.run.smithi181.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-26T02:19:35.979 INFO:teuthology.orchestra.run.smithi181.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-26T02:19:35.980 INFO:teuthology.orchestra.run.smithi181.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-26T02:19:35.989 INFO:teuthology.orchestra.run.smithi115.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-26T02:19:35.998 INFO:teuthology.orchestra.run.smithi181.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-26T02:19:36.000 INFO:teuthology.orchestra.run.smithi181.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-26T02:19:36.000 INFO:teuthology.orchestra.run.smithi181.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-26T02:19:36.002 INFO:teuthology.orchestra.run.smithi115.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-26T02:19:36.004 INFO:teuthology.orchestra.run.smithi181.stdout:Get:62 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2475-ge42b8ea3-1jammy [356 kB] 2024-03-26T02:19:36.015 INFO:teuthology.orchestra.run.smithi181.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-26T02:19:36.015 INFO:teuthology.orchestra.run.smithi181.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-26T02:19:36.018 INFO:teuthology.orchestra.run.smithi181.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-26T02:19:36.018 INFO:teuthology.orchestra.run.smithi181.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-26T02:19:36.019 INFO:teuthology.orchestra.run.smithi181.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-26T02:19:36.020 INFO:teuthology.orchestra.run.smithi181.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-26T02:19:36.031 INFO:teuthology.orchestra.run.smithi181.stdout:Get:69 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2475-ge42b8ea3-1jammy [32.8 kB] 2024-03-26T02:19:36.033 INFO:teuthology.orchestra.run.smithi181.stdout:Get:70 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2475-ge42b8ea3-1jammy [180 kB] 2024-03-26T02:19:36.037 INFO:teuthology.orchestra.run.smithi181.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-26T02:19:36.038 INFO:teuthology.orchestra.run.smithi181.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-26T02:19:36.039 INFO:teuthology.orchestra.run.smithi181.stdout:Get:73 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2475-ge42b8ea3-1jammy [66.7 kB] 2024-03-26T02:19:36.041 INFO:teuthology.orchestra.run.smithi181.stdout:Get:74 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2475-ge42b8ea3-1jammy [330 kB] 2024-03-26T02:19:36.042 INFO:teuthology.orchestra.run.smithi181.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-26T02:19:36.043 INFO:teuthology.orchestra.run.smithi181.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-26T02:19:36.044 INFO:teuthology.orchestra.run.smithi181.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-26T02:19:36.044 INFO:teuthology.orchestra.run.smithi181.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-26T02:19:36.057 INFO:teuthology.orchestra.run.smithi181.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-26T02:19:36.059 INFO:teuthology.orchestra.run.smithi181.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-26T02:19:36.060 INFO:teuthology.orchestra.run.smithi181.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-26T02:19:36.060 INFO:teuthology.orchestra.run.smithi181.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-26T02:19:36.066 INFO:teuthology.orchestra.run.smithi181.stdout:Get:83 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2475-ge42b8ea3-1jammy [6,660 kB] 2024-03-26T02:19:36.076 INFO:teuthology.orchestra.run.smithi181.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-26T02:19:36.077 INFO:teuthology.orchestra.run.smithi181.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-26T02:19:36.080 INFO:teuthology.orchestra.run.smithi181.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-26T02:19:36.080 INFO:teuthology.orchestra.run.smithi181.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-26T02:19:36.080 INFO:teuthology.orchestra.run.smithi181.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-26T02:19:36.081 INFO:teuthology.orchestra.run.smithi181.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-26T02:19:36.083 INFO:teuthology.orchestra.run.smithi115.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-26T02:19:36.096 INFO:teuthology.orchestra.run.smithi181.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-26T02:19:36.097 INFO:teuthology.orchestra.run.smithi181.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-26T02:19:36.104 INFO:teuthology.orchestra.run.smithi181.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-26T02:19:36.104 INFO:teuthology.orchestra.run.smithi181.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-26T02:19:36.116 INFO:teuthology.orchestra.run.smithi181.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-26T02:19:36.118 INFO:teuthology.orchestra.run.smithi181.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-26T02:19:36.119 INFO:teuthology.orchestra.run.smithi181.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-26T02:19:36.198 INFO:teuthology.orchestra.run.smithi115.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2475-ge42b8ea3-1jammy [3,553 kB] 2024-03-26T02:19:36.313 INFO:teuthology.orchestra.run.smithi115.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-26T02:19:36.324 INFO:teuthology.orchestra.run.smithi115.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-26T02:19:36.355 INFO:teuthology.orchestra.run.smithi115.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-26T02:19:36.364 INFO:teuthology.orchestra.run.smithi115.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-26T02:19:36.365 INFO:teuthology.orchestra.run.smithi115.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-26T02:19:36.366 INFO:teuthology.orchestra.run.smithi115.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-26T02:19:36.385 INFO:teuthology.orchestra.run.smithi115.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-26T02:19:36.428 INFO:teuthology.orchestra.run.smithi179.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2475-ge42b8ea3-1jammy [112 kB] 2024-03-26T02:19:36.431 INFO:teuthology.orchestra.run.smithi179.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2475-ge42b8ea3-1jammy [466 kB] 2024-03-26T02:19:36.460 INFO:teuthology.orchestra.run.smithi179.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2475-ge42b8ea3-1jammy [25.3 MB] 2024-03-26T02:19:36.510 INFO:teuthology.orchestra.run.smithi181.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2475-ge42b8ea3-1jammy [112 kB] 2024-03-26T02:19:36.512 INFO:teuthology.orchestra.run.smithi181.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2475-ge42b8ea3-1jammy [466 kB] 2024-03-26T02:19:36.553 INFO:teuthology.orchestra.run.smithi115.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-26T02:19:36.554 INFO:teuthology.orchestra.run.smithi181.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2475-ge42b8ea3-1jammy [25.3 MB] 2024-03-26T02:19:36.962 INFO:teuthology.orchestra.run.smithi115.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-26T02:19:36.995 INFO:teuthology.orchestra.run.smithi115.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-26T02:19:36.997 INFO:teuthology.orchestra.run.smithi115.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-26T02:19:37.078 INFO:teuthology.orchestra.run.smithi115.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-26T02:19:37.129 INFO:teuthology.orchestra.run.smithi115.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-26T02:19:37.151 INFO:teuthology.orchestra.run.smithi115.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-26T02:19:37.157 INFO:teuthology.orchestra.run.smithi115.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-26T02:19:37.159 INFO:teuthology.orchestra.run.smithi115.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-26T02:19:37.170 INFO:teuthology.orchestra.run.smithi115.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-26T02:19:37.171 INFO:teuthology.orchestra.run.smithi115.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-26T02:19:37.336 INFO:teuthology.orchestra.run.smithi115.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-26T02:19:37.420 INFO:teuthology.orchestra.run.smithi115.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-26T02:19:37.448 INFO:teuthology.orchestra.run.smithi115.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-26T02:19:37.465 INFO:teuthology.orchestra.run.smithi115.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-26T02:19:37.510 INFO:teuthology.orchestra.run.smithi115.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-26T02:19:37.724 INFO:teuthology.orchestra.run.smithi115.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-26T02:19:37.739 INFO:teuthology.orchestra.run.smithi115.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-26T02:19:37.746 INFO:teuthology.orchestra.run.smithi115.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-26T02:19:37.751 INFO:teuthology.orchestra.run.smithi115.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-26T02:19:37.772 INFO:teuthology.orchestra.run.smithi115.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-26T02:19:37.776 INFO:teuthology.orchestra.run.smithi115.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-26T02:19:37.942 INFO:teuthology.orchestra.run.smithi115.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-26T02:19:38.273 INFO:teuthology.orchestra.run.smithi115.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-26T02:19:38.304 INFO:teuthology.orchestra.run.smithi115.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-26T02:19:38.314 INFO:teuthology.orchestra.run.smithi115.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-26T02:19:38.326 INFO:teuthology.orchestra.run.smithi179.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2475-ge42b8ea3-1jammy [5,086 kB] 2024-03-26T02:19:38.423 INFO:teuthology.orchestra.run.smithi181.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2475-ge42b8ea3-1jammy [5,086 kB] 2024-03-26T02:19:38.516 INFO:teuthology.orchestra.run.smithi115.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-26T02:19:38.517 INFO:teuthology.orchestra.run.smithi115.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-26T02:19:38.524 INFO:teuthology.orchestra.run.smithi115.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-26T02:19:38.530 INFO:teuthology.orchestra.run.smithi115.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-26T02:19:38.544 INFO:teuthology.orchestra.run.smithi115.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-26T02:19:38.566 INFO:teuthology.orchestra.run.smithi115.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-26T02:19:38.572 INFO:teuthology.orchestra.run.smithi115.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-03-26T02:19:38.584 INFO:teuthology.orchestra.run.smithi179.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2475-ge42b8ea3-1jammy [244 kB] 2024-03-26T02:19:38.591 INFO:teuthology.orchestra.run.smithi179.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2475-ge42b8ea3-1jammy [124 kB] 2024-03-26T02:19:38.595 INFO:teuthology.orchestra.run.smithi179.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2475-ge42b8ea3-1jammy [1,526 kB] 2024-03-26T02:19:38.643 INFO:teuthology.orchestra.run.smithi181.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2475-ge42b8ea3-1jammy [244 kB] 2024-03-26T02:19:38.653 INFO:teuthology.orchestra.run.smithi181.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2475-ge42b8ea3-1jammy [124 kB] 2024-03-26T02:19:38.669 INFO:teuthology.orchestra.run.smithi181.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2475-ge42b8ea3-1jammy [1,526 kB] 2024-03-26T02:19:38.705 INFO:teuthology.orchestra.run.smithi179.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2475-ge42b8ea3-1jammy [6,259 kB] 2024-03-26T02:19:38.734 INFO:teuthology.orchestra.run.smithi115.stdout:Get:46 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2475-ge42b8ea3-1jammy [3,226 kB] 2024-03-26T02:19:38.748 INFO:teuthology.orchestra.run.smithi115.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-26T02:19:38.764 INFO:teuthology.orchestra.run.smithi181.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2475-ge42b8ea3-1jammy [6,259 kB] 2024-03-26T02:19:39.011 INFO:teuthology.orchestra.run.smithi115.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-26T02:19:39.189 INFO:teuthology.orchestra.run.smithi115.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-26T02:19:39.202 INFO:teuthology.orchestra.run.smithi179.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2475-ge42b8ea3-1jammy [22.8 MB] 2024-03-26T02:19:39.203 INFO:teuthology.orchestra.run.smithi115.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-26T02:19:39.207 INFO:teuthology.orchestra.run.smithi181.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2475-ge42b8ea3-1jammy [22.8 MB] 2024-03-26T02:19:39.223 INFO:teuthology.orchestra.run.smithi115.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-26T02:19:39.287 INFO:teuthology.orchestra.run.smithi115.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-26T02:19:39.574 INFO:teuthology.orchestra.run.smithi115.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-26T02:19:39.576 INFO:teuthology.orchestra.run.smithi115.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-26T02:19:39.579 INFO:teuthology.orchestra.run.smithi115.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-26T02:19:39.579 INFO:teuthology.orchestra.run.smithi115.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-26T02:19:39.581 INFO:teuthology.orchestra.run.smithi115.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-26T02:19:39.643 INFO:teuthology.orchestra.run.smithi115.stdout:Get:58 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2475-ge42b8ea3-1jammy [712 kB] 2024-03-26T02:19:39.805 INFO:teuthology.orchestra.run.smithi115.stdout:Get:59 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2475-ge42b8ea3-1jammy [356 kB] 2024-03-26T02:19:39.810 INFO:teuthology.orchestra.run.smithi115.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-26T02:19:39.880 INFO:teuthology.orchestra.run.smithi115.stdout:Get:61 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2475-ge42b8ea3-1jammy [32.8 kB] 2024-03-26T02:19:39.885 INFO:teuthology.orchestra.run.smithi115.stdout:Get:62 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2475-ge42b8ea3-1jammy [180 kB] 2024-03-26T02:19:39.942 INFO:teuthology.orchestra.run.smithi115.stdout:Get:63 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2475-ge42b8ea3-1jammy [66.7 kB] 2024-03-26T02:19:39.950 INFO:teuthology.orchestra.run.smithi115.stdout:Get:64 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2475-ge42b8ea3-1jammy [330 kB] 2024-03-26T02:19:40.009 INFO:teuthology.orchestra.run.smithi115.stdout:Get:65 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2475-ge42b8ea3-1jammy [6,660 kB] 2024-03-26T02:19:40.249 INFO:teuthology.orchestra.run.smithi115.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-26T02:19:40.254 INFO:teuthology.orchestra.run.smithi115.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-26T02:19:40.545 INFO:teuthology.orchestra.run.smithi115.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-26T02:19:40.546 INFO:teuthology.orchestra.run.smithi115.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-26T02:19:40.548 INFO:teuthology.orchestra.run.smithi115.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-26T02:19:40.550 INFO:teuthology.orchestra.run.smithi115.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-26T02:19:40.551 INFO:teuthology.orchestra.run.smithi115.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-26T02:19:40.553 INFO:teuthology.orchestra.run.smithi115.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-26T02:19:40.554 INFO:teuthology.orchestra.run.smithi115.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-26T02:19:40.556 INFO:teuthology.orchestra.run.smithi115.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-26T02:19:40.737 INFO:teuthology.orchestra.run.smithi115.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-26T02:19:40.739 INFO:teuthology.orchestra.run.smithi181.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2475-ge42b8ea3-1jammy [14.1 kB] 2024-03-26T02:19:40.740 INFO:teuthology.orchestra.run.smithi181.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2475-ge42b8ea3-1jammy [870 kB] 2024-03-26T02:19:40.757 INFO:teuthology.orchestra.run.smithi181.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2475-ge42b8ea3-1jammy [2,435 kB] 2024-03-26T02:19:40.952 INFO:teuthology.orchestra.run.smithi181.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2475-ge42b8ea3-1jammy [791 kB] 2024-03-26T02:19:40.967 INFO:teuthology.orchestra.run.smithi181.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2475-ge42b8ea3-1jammy [147 kB] 2024-03-26T02:19:40.971 INFO:teuthology.orchestra.run.smithi181.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2475-ge42b8ea3-1jammy [2,259 kB] 2024-03-26T02:19:40.998 INFO:teuthology.orchestra.run.smithi115.stdout:Get:77 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2475-ge42b8ea3-1jammy [112 kB] 2024-03-26T02:19:41.000 INFO:teuthology.orchestra.run.smithi115.stdout:Get:78 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2475-ge42b8ea3-1jammy [466 kB] 2024-03-26T02:19:41.066 INFO:teuthology.orchestra.run.smithi115.stdout:Get:79 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2475-ge42b8ea3-1jammy [25.3 MB] 2024-03-26T02:19:41.114 INFO:teuthology.orchestra.run.smithi181.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2475-ge42b8ea3-1jammy [8,625 kB] 2024-03-26T02:19:41.150 INFO:teuthology.orchestra.run.smithi115.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-26T02:19:41.196 INFO:teuthology.orchestra.run.smithi115.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-26T02:19:41.231 INFO:teuthology.orchestra.run.smithi115.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-26T02:19:41.327 INFO:teuthology.orchestra.run.smithi115.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-26T02:19:41.368 INFO:teuthology.orchestra.run.smithi115.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-26T02:19:41.379 INFO:teuthology.orchestra.run.smithi115.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-26T02:19:41.384 INFO:teuthology.orchestra.run.smithi115.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-26T02:19:41.431 INFO:teuthology.orchestra.run.smithi115.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-26T02:19:41.435 INFO:teuthology.orchestra.run.smithi115.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-26T02:19:41.456 INFO:teuthology.orchestra.run.smithi115.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-26T02:19:41.621 INFO:teuthology.orchestra.run.smithi115.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-26T02:19:41.697 INFO:teuthology.orchestra.run.smithi179.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2475-ge42b8ea3-1jammy [14.1 kB] 2024-03-26T02:19:41.697 INFO:teuthology.orchestra.run.smithi179.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2475-ge42b8ea3-1jammy [870 kB] 2024-03-26T02:19:41.732 INFO:teuthology.orchestra.run.smithi181.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2475-ge42b8ea3-1jammy [14.2 kB] 2024-03-26T02:19:41.733 INFO:teuthology.orchestra.run.smithi179.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2475-ge42b8ea3-1jammy [2,435 kB] 2024-03-26T02:19:41.733 INFO:teuthology.orchestra.run.smithi181.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2475-ge42b8ea3-1jammy [50.3 MB] 2024-03-26T02:19:41.895 INFO:teuthology.orchestra.run.smithi115.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-26T02:19:41.912 INFO:teuthology.orchestra.run.smithi115.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-26T02:19:41.968 INFO:teuthology.orchestra.run.smithi179.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2475-ge42b8ea3-1jammy [791 kB] 2024-03-26T02:19:42.066 INFO:teuthology.orchestra.run.smithi115.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-26T02:19:42.066 INFO:teuthology.orchestra.run.smithi179.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2475-ge42b8ea3-1jammy [147 kB] 2024-03-26T02:19:42.072 INFO:teuthology.orchestra.run.smithi179.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2475-ge42b8ea3-1jammy [2,259 kB] 2024-03-26T02:19:42.094 INFO:teuthology.orchestra.run.smithi115.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-26T02:19:42.252 INFO:teuthology.orchestra.run.smithi115.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-26T02:19:42.255 INFO:teuthology.orchestra.run.smithi115.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-26T02:19:42.257 INFO:teuthology.orchestra.run.smithi115.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-26T02:19:42.279 INFO:teuthology.orchestra.run.smithi115.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-26T02:19:42.284 INFO:teuthology.orchestra.run.smithi115.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-26T02:19:42.306 INFO:teuthology.orchestra.run.smithi179.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2475-ge42b8ea3-1jammy [8,625 kB] 2024-03-26T02:19:43.224 INFO:teuthology.orchestra.run.smithi179.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2475-ge42b8ea3-1jammy [14.2 kB] 2024-03-26T02:19:43.225 INFO:teuthology.orchestra.run.smithi179.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2475-ge42b8ea3-1jammy [50.3 MB] 2024-03-26T02:19:44.473 INFO:teuthology.orchestra.run.smithi115.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2475-ge42b8ea3-1jammy [5,086 kB] 2024-03-26T02:19:45.008 INFO:teuthology.orchestra.run.smithi115.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2475-ge42b8ea3-1jammy [244 kB] 2024-03-26T02:19:45.039 INFO:teuthology.orchestra.run.smithi115.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2475-ge42b8ea3-1jammy [124 kB] 2024-03-26T02:19:45.056 INFO:teuthology.orchestra.run.smithi115.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2475-ge42b8ea3-1jammy [1,526 kB] 2024-03-26T02:19:45.244 INFO:teuthology.orchestra.run.smithi115.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2475-ge42b8ea3-1jammy [6,259 kB] 2024-03-26T02:19:45.761 INFO:teuthology.orchestra.run.smithi181.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2475-ge42b8ea3-1jammy [121 kB] 2024-03-26T02:19:45.764 INFO:teuthology.orchestra.run.smithi181.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2475-ge42b8ea3-1jammy [38.9 kB] 2024-03-26T02:19:45.827 INFO:teuthology.orchestra.run.smithi181.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2475-ge42b8ea3-1jammy [13.2 MB] 2024-03-26T02:19:45.969 INFO:teuthology.orchestra.run.smithi115.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2475-ge42b8ea3-1jammy [22.8 MB] 2024-03-26T02:19:46.677 INFO:teuthology.orchestra.run.smithi181.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2475-ge42b8ea3-1jammy [91.2 kB] 2024-03-26T02:19:47.224 INFO:teuthology.orchestra.run.smithi181.stdout:Fetched 178 MB in 11s (15.8 MB/s) 2024-03-26T02:19:47.357 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-26T02:19:47.455 INFO:teuthology.orchestra.run.smithi181.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-03-26T02:19:47.461 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-26T02:19:47.547 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T02:19:47.792 INFO:teuthology.orchestra.run.smithi179.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2475-ge42b8ea3-1jammy [121 kB] 2024-03-26T02:19:47.794 INFO:teuthology.orchestra.run.smithi179.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2475-ge42b8ea3-1jammy [38.9 kB] 2024-03-26T02:19:47.795 INFO:teuthology.orchestra.run.smithi179.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2475-ge42b8ea3-1jammy [13.2 MB] 2024-03-26T02:19:47.884 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-26T02:19:47.910 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-26T02:19:47.942 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T02:19:48.235 INFO:teuthology.orchestra.run.smithi115.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2475-ge42b8ea3-1jammy [14.1 kB] 2024-03-26T02:19:48.235 INFO:teuthology.orchestra.run.smithi115.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2475-ge42b8ea3-1jammy [870 kB] 2024-03-26T02:19:48.252 INFO:teuthology.orchestra.run.smithi115.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2475-ge42b8ea3-1jammy [2,435 kB] 2024-03-26T02:19:48.287 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-26T02:19:48.292 INFO:teuthology.orchestra.run.smithi179.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2475-ge42b8ea3-1jammy [91.2 kB] 2024-03-26T02:19:48.313 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-26T02:19:48.353 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T02:19:48.407 INFO:teuthology.orchestra.run.smithi115.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2475-ge42b8ea3-1jammy [791 kB] 2024-03-26T02:19:48.468 INFO:teuthology.orchestra.run.smithi115.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2475-ge42b8ea3-1jammy [147 kB] 2024-03-26T02:19:48.473 INFO:teuthology.orchestra.run.smithi115.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2475-ge42b8ea3-1jammy [2,259 kB] 2024-03-26T02:19:48.646 INFO:teuthology.orchestra.run.smithi115.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2475-ge42b8ea3-1jammy [8,625 kB] 2024-03-26T02:19:48.807 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-26T02:19:48.811 INFO:teuthology.orchestra.run.smithi179.stdout:Fetched 178 MB in 13s (13.6 MB/s) 2024-03-26T02:19:48.833 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T02:19:48.882 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T02:19:49.104 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-26T02:19:49.158 INFO:teuthology.orchestra.run.smithi115.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2475-ge42b8ea3-1jammy [14.2 kB] 2024-03-26T02:19:49.159 INFO:teuthology.orchestra.run.smithi115.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2475-ge42b8ea3-1jammy [50.3 MB] 2024-03-26T02:19:49.206 INFO:teuthology.orchestra.run.smithi179.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-03-26T02:19:49.211 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-26T02:19:49.226 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-26T02:19:49.253 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T02:19:49.293 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T02:19:49.319 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T02:19:49.656 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-26T02:19:49.671 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-26T02:19:49.682 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-26T02:19:49.698 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T02:19:49.722 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T02:19:49.738 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T02:19:50.058 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-26T02:19:50.058 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-26T02:19:50.084 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-26T02:19:50.086 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-26T02:19:50.124 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T02:19:50.125 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T02:19:50.452 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package librados2. 2024-03-26T02:19:50.478 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../007-librados2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:50.518 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking librados2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:50.537 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-26T02:19:50.563 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T02:19:50.612 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T02:19:50.972 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package librbd1. 2024-03-26T02:19:50.998 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../008-librbd1_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:51.023 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-26T02:19:51.038 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking librbd1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:51.050 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T02:19:51.090 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T02:19:51.426 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-26T02:19:51.453 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T02:19:51.491 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package libcephfs2. 2024-03-26T02:19:51.493 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T02:19:51.517 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:51.557 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking libcephfs2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:51.788 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-26T02:19:51.814 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-26T02:19:51.826 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-rados. 2024-03-26T02:19:51.842 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:51.846 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T02:19:51.876 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-rados (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:52.132 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package librados2. 2024-03-26T02:19:52.159 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../007-librados2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:52.190 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking librados2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:52.204 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-26T02:19:52.231 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:19:52.271 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-ceph-argparse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:52.272 INFO:teuthology.orchestra.run.smithi115.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2475-ge42b8ea3-1jammy [121 kB] 2024-03-26T02:19:52.283 INFO:teuthology.orchestra.run.smithi115.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2475-ge42b8ea3-1jammy [38.9 kB] 2024-03-26T02:19:52.285 INFO:teuthology.orchestra.run.smithi115.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2475-ge42b8ea3-1jammy [13.2 MB] 2024-03-26T02:19:52.523 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-cephfs. 2024-03-26T02:19:52.550 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:52.590 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-cephfs (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:52.668 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package librbd1. 2024-03-26T02:19:52.695 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../008-librbd1_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:52.735 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking librbd1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:52.883 INFO:teuthology.orchestra.run.smithi115.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2475-ge42b8ea3-1jammy [91.2 kB] 2024-03-26T02:19:52.893 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-26T02:19:52.919 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:19:52.959 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:53.179 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libcephfs2. 2024-03-26T02:19:53.206 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:53.246 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libcephfs2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:53.304 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-26T02:19:53.330 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-26T02:19:53.362 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T02:19:53.438 INFO:teuthology.orchestra.run.smithi115.stdout:Fetched 178 MB in 18s (10.2 MB/s) 2024-03-26T02:19:53.532 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-rados. 2024-03-26T02:19:53.558 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:53.572 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-26T02:19:53.606 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-rados (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:53.671 INFO:teuthology.orchestra.run.smithi115.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-03-26T02:19:53.673 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-prettytable. 2024-03-26T02:19:53.676 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-26T02:19:53.700 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-26T02:19:53.740 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-26T02:19:53.754 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T02:19:54.001 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-rbd. 2024-03-26T02:19:54.016 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:54.057 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-26T02:19:54.059 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-rbd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:54.068 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-26T02:19:54.084 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-26T02:19:54.095 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:19:54.124 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T02:19:54.204 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-ceph-argparse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:54.429 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-26T02:19:54.455 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-26T02:19:54.469 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-26T02:19:54.495 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T02:19:54.496 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-26T02:19:54.504 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-cephfs. 2024-03-26T02:19:54.531 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:54.535 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T02:19:54.570 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-cephfs (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:54.781 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-26T02:19:54.796 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-26T02:19:54.839 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T02:19:54.881 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-26T02:19:54.908 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:19:54.948 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:55.014 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-26T02:19:55.041 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T02:19:55.089 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T02:19:55.142 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-26T02:19:55.158 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-26T02:19:55.192 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T02:19:55.293 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-26T02:19:55.320 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-26T02:19:55.360 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T02:19:55.492 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-26T02:19:55.519 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T02:19:55.554 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package lua5.1. 2024-03-26T02:19:55.559 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T02:19:55.581 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-26T02:19:55.621 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-26T02:19:55.621 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-prettytable. 2024-03-26T02:19:55.647 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-26T02:19:55.679 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-26T02:19:55.912 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-26T02:19:55.939 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T02:19:55.949 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package lua-any. 2024-03-26T02:19:55.965 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-rbd. 2024-03-26T02:19:55.975 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-26T02:19:55.978 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T02:19:55.992 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:56.015 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-26T02:19:56.040 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-rbd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:56.251 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package zip. 2024-03-26T02:19:56.266 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-26T02:19:56.301 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking zip (3.0-12build2) ... 2024-03-26T02:19:56.306 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-26T02:19:56.333 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-26T02:19:56.373 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T02:19:56.385 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-26T02:19:56.411 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-26T02:19:56.451 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T02:19:56.613 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package unzip. 2024-03-26T02:19:56.639 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-26T02:19:56.678 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-26T02:19:56.679 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-26T02:19:56.693 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package librados2. 2024-03-26T02:19:56.694 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-26T02:19:56.719 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../007-librados2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:56.728 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T02:19:56.759 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking librados2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:56.981 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-26T02:19:56.997 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-26T02:19:57.039 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T02:19:57.092 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package luarocks. 2024-03-26T02:19:57.118 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-26T02:19:57.158 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-26T02:19:57.212 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package librbd1. 2024-03-26T02:19:57.238 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../008-librbd1_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:57.279 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking librbd1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:57.360 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package lua5.1. 2024-03-26T02:19:57.386 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-26T02:19:57.426 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-26T02:19:57.541 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package librgw2. 2024-03-26T02:19:57.568 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../025-librgw2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:57.607 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking librgw2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:57.729 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package lua-any. 2024-03-26T02:19:57.740 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libcephfs2. 2024-03-26T02:19:57.745 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-26T02:19:57.766 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:57.779 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-26T02:19:57.806 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libcephfs2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:58.006 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package zip. 2024-03-26T02:19:58.033 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-26T02:19:58.073 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking zip (3.0-12build2) ... 2024-03-26T02:19:58.075 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-rados. 2024-03-26T02:19:58.091 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:58.126 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-rados (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:58.160 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-rgw. 2024-03-26T02:19:58.175 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:58.210 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-rgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:58.385 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package unzip. 2024-03-26T02:19:58.400 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-26T02:19:58.443 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-26T02:19:58.488 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-26T02:19:58.515 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-26T02:19:58.554 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T02:19:58.662 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-26T02:19:58.689 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:19:58.728 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-ceph-argparse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:58.822 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package luarocks. 2024-03-26T02:19:58.848 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-26T02:19:58.865 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package libradosstriper1. 2024-03-26T02:19:58.888 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-26T02:19:58.892 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:58.932 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking libradosstriper1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:58.981 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-cephfs. 2024-03-26T02:19:59.007 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:59.047 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-cephfs (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:59.294 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package ceph-common. 2024-03-26T02:19:59.296 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package librgw2. 2024-03-26T02:19:59.321 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:59.322 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../025-librgw2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:19:59.360 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:59.362 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking librgw2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:59.366 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-26T02:19:59.393 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:19:59.433 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:19:59.728 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-26T02:19:59.755 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-26T02:19:59.786 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T02:19:59.907 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-rgw. 2024-03-26T02:20:00.044 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:00.044 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-rgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:00.081 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-prettytable. 2024-03-26T02:20:00.108 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-26T02:20:00.147 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-26T02:20:00.285 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-26T02:20:00.311 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-26T02:20:00.351 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T02:20:00.417 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-rbd. 2024-03-26T02:20:00.444 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:00.484 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-rbd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:00.662 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libradosstriper1. 2024-03-26T02:20:00.689 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:00.729 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libradosstriper1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:00.757 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package ceph-base. 2024-03-26T02:20:00.784 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:00.833 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking ceph-base (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:00.836 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-26T02:20:00.863 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-26T02:20:00.903 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T02:20:01.107 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-common. 2024-03-26T02:20:01.134 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:01.165 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:01.173 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-26T02:20:01.188 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-26T02:20:01.222 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T02:20:01.420 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-26T02:20:01.447 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-26T02:20:01.487 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-26T02:20:01.500 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-26T02:20:01.515 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-26T02:20:01.567 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T02:20:01.839 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-cheroot. 2024-03-26T02:20:01.866 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-26T02:20:01.914 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T02:20:01.920 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package lua5.1. 2024-03-26T02:20:01.947 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-26T02:20:01.987 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-26T02:20:02.281 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package lua-any. 2024-03-26T02:20:02.292 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-26T02:20:02.297 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-26T02:20:02.319 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-26T02:20:02.331 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-26T02:20:02.367 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-26T02:20:02.521 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-base. 2024-03-26T02:20:02.547 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:02.559 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package zip. 2024-03-26T02:20:02.575 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-26T02:20:02.617 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking zip (3.0-12build2) ... 2024-03-26T02:20:02.621 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-base (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:02.679 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-26T02:20:02.705 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-26T02:20:02.745 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-26T02:20:02.946 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package unzip. 2024-03-26T02:20:02.972 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-26T02:20:02.989 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-26T02:20:03.012 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-26T02:20:03.016 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-26T02:20:03.056 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-26T02:20:03.183 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-26T02:20:03.211 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-26T02:20:03.250 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-26T02:20:03.384 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-tempora. 2024-03-26T02:20:03.411 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-26T02:20:03.416 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package luarocks. 2024-03-26T02:20:03.443 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-26T02:20:03.459 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-26T02:20:03.482 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-26T02:20:03.554 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-cheroot. 2024-03-26T02:20:03.579 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-26T02:20:03.619 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T02:20:03.770 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-portend. 2024-03-26T02:20:03.797 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-26T02:20:03.837 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-26T02:20:03.947 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-26T02:20:03.949 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package librgw2. 2024-03-26T02:20:03.964 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../025-librgw2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:03.973 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-26T02:20:03.998 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking librgw2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:04.014 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-26T02:20:04.106 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-26T02:20:04.133 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-26T02:20:04.164 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-26T02:20:04.283 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-26T02:20:04.310 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-26T02:20:04.342 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-26T02:20:04.535 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-rgw. 2024-03-26T02:20:04.542 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-26T02:20:04.550 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:04.569 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-26T02:20:04.593 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-rgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:04.609 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-26T02:20:04.645 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-26T02:20:04.671 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-26T02:20:04.711 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-26T02:20:04.929 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-26T02:20:04.956 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-26T02:20:04.980 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-natsort. 2024-03-26T02:20:04.996 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T02:20:05.006 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-26T02:20:05.014 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-tempora. 2024-03-26T02:20:05.037 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-26T02:20:05.040 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-26T02:20:05.080 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-26T02:20:05.274 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libradosstriper1. 2024-03-26T02:20:05.300 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:05.324 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-logutils. 2024-03-26T02:20:05.332 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libradosstriper1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:05.351 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-26T02:20:05.367 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-portend. 2024-03-26T02:20:05.382 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-26T02:20:05.390 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-26T02:20:05.416 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-26T02:20:05.686 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-26T02:20:05.693 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-26T02:20:05.709 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-26T02:20:05.712 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-26T02:20:05.752 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-26T02:20:05.753 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-26T02:20:05.760 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-common. 2024-03-26T02:20:05.787 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:05.827 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:06.039 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-26T02:20:06.063 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-mako. 2024-03-26T02:20:06.065 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-26T02:20:06.090 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-26T02:20:06.097 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-26T02:20:06.130 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T02:20:06.409 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-natsort. 2024-03-26T02:20:06.433 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-26T02:20:06.436 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-26T02:20:06.459 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-26T02:20:06.476 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-26T02:20:06.499 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-26T02:20:06.769 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-26T02:20:06.787 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-logutils. 2024-03-26T02:20:06.796 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-26T02:20:06.814 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-26T02:20:06.835 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-26T02:20:06.854 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-26T02:20:07.147 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-webob. 2024-03-26T02:20:07.156 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-26T02:20:07.157 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-base. 2024-03-26T02:20:07.173 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-26T02:20:07.183 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-26T02:20:07.184 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:07.213 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-26T02:20:07.223 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-26T02:20:07.233 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-base (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:07.501 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-mako. 2024-03-26T02:20:07.528 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-26T02:20:07.549 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-waitress. 2024-03-26T02:20:07.568 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T02:20:07.576 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-26T02:20:07.619 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T02:20:07.845 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-26T02:20:07.871 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-26T02:20:07.896 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-26T02:20:07.911 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-26T02:20:07.922 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-26T02:20:07.927 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-tempita. 2024-03-26T02:20:07.954 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-26T02:20:07.962 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-26T02:20:07.994 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T02:20:08.189 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-cheroot. 2024-03-26T02:20:08.216 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-26T02:20:08.247 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T02:20:08.255 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-paste. 2024-03-26T02:20:08.265 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-26T02:20:08.282 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-26T02:20:08.292 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-26T02:20:08.313 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T02:20:08.331 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-26T02:20:09.312 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-26T02:20:09.339 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-26T02:20:09.360 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-webob. 2024-03-26T02:20:09.387 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-26T02:20:09.418 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-26T02:20:09.452 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-26T02:20:09.478 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-26T02:20:09.509 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-26T02:20:09.717 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T02:20:09.755 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-waitress. 2024-03-26T02:20:09.781 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-26T02:20:09.787 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-26T02:20:09.814 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-26T02:20:09.824 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T02:20:09.854 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-26T02:20:10.036 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-26T02:20:10.063 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-26T02:20:10.103 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-26T02:20:10.133 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-tempita. 2024-03-26T02:20:10.157 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-26T02:20:10.159 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-26T02:20:10.184 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-26T02:20:10.199 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T02:20:10.223 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-26T02:20:10.349 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-webtest. 2024-03-26T02:20:10.363 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-26T02:20:10.398 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-26T02:20:10.502 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-paste. 2024-03-26T02:20:10.509 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-tempora. 2024-03-26T02:20:10.525 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-26T02:20:10.528 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-26T02:20:10.560 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-26T02:20:10.568 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T02:20:10.684 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-pecan. 2024-03-26T02:20:10.710 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-26T02:20:10.750 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T02:20:10.796 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-portend. 2024-03-26T02:20:10.822 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-26T02:20:10.862 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-26T02:20:10.922 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-26T02:20:10.949 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-26T02:20:10.988 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T02:20:11.106 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-certifi. 2024-03-26T02:20:11.132 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-26T02:20:11.165 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-26T02:20:11.172 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-26T02:20:11.192 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-26T02:20:11.231 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-26T02:20:11.283 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-26T02:20:11.309 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-26T02:20:11.341 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-26T02:20:11.500 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-idna. 2024-03-26T02:20:11.527 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-26T02:20:11.527 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-26T02:20:11.553 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-26T02:20:11.566 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-26T02:20:11.593 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-26T02:20:11.636 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-webtest. 2024-03-26T02:20:11.662 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-26T02:20:11.702 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-26T02:20:11.903 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-urllib3. 2024-03-26T02:20:11.905 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-natsort. 2024-03-26T02:20:11.929 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-26T02:20:11.932 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-26T02:20:11.963 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-26T02:20:11.969 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T02:20:12.013 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pecan. 2024-03-26T02:20:12.040 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-26T02:20:12.080 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T02:20:12.225 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-logutils. 2024-03-26T02:20:12.251 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-26T02:20:12.272 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-requests. 2024-03-26T02:20:12.288 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-26T02:20:12.308 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-26T02:20:12.322 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T02:20:12.410 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-certifi. 2024-03-26T02:20:12.437 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-26T02:20:12.468 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-26T02:20:12.613 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-26T02:20:12.639 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-26T02:20:12.642 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-26T02:20:12.669 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-26T02:20:12.679 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-26T02:20:12.700 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T02:20:12.788 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-idna. 2024-03-26T02:20:12.814 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-26T02:20:12.854 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-26T02:20:12.940 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-mako. 2024-03-26T02:20:12.966 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-26T02:20:12.987 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-26T02:20:12.998 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T02:20:13.014 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:20:13.053 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:13.165 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-urllib3. 2024-03-26T02:20:13.192 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-26T02:20:13.232 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T02:20:13.285 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-26T02:20:13.311 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-26T02:20:13.343 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-26T02:20:13.410 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-26T02:20:13.437 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:13.476 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:13.552 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-requests. 2024-03-26T02:20:13.579 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-26T02:20:13.618 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T02:20:13.654 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-26T02:20:13.680 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-26T02:20:13.721 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-26T02:20:13.796 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-26T02:20:13.822 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-26T02:20:13.862 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-26T02:20:13.930 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-26T02:20:13.956 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-26T02:20:13.996 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T02:20:14.007 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-webob. 2024-03-26T02:20:14.033 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-26T02:20:14.073 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-26T02:20:14.174 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-openssl. 2024-03-26T02:20:14.201 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-26T02:20:14.240 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-26T02:20:14.249 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-26T02:20:14.264 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:20:14.307 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:14.451 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-waitress. 2024-03-26T02:20:14.477 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-26T02:20:14.521 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T02:20:14.585 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package ceph-mgr. 2024-03-26T02:20:14.612 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:14.652 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking ceph-mgr (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:14.696 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-26T02:20:14.722 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:14.762 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:14.822 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-tempita. 2024-03-26T02:20:14.847 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-26T02:20:14.887 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T02:20:14.980 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package ceph-mon. 2024-03-26T02:20:14.995 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:15.031 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-26T02:20:15.037 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking ceph-mon (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:15.047 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-26T02:20:15.081 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-26T02:20:15.148 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-paste. 2024-03-26T02:20:15.174 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-26T02:20:15.214 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T02:20:15.379 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-openssl. 2024-03-26T02:20:15.405 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-26T02:20:15.850 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package ceph-osd. 2024-03-26T02:20:15.850 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:15.850 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking ceph-osd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:15.851 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-26T02:20:15.851 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-26T02:20:15.851 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T02:20:15.851 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-26T02:20:15.851 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-26T02:20:15.851 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mgr. 2024-03-26T02:20:15.852 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:15.852 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mgr (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:15.872 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-26T02:20:15.912 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-26T02:20:16.198 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-webtest. 2024-03-26T02:20:16.224 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-26T02:20:16.226 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mon. 2024-03-26T02:20:16.254 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:16.264 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-26T02:20:16.293 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mon (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:16.567 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pecan. 2024-03-26T02:20:16.594 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-26T02:20:16.634 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T02:20:16.819 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package ceph. 2024-03-26T02:20:16.835 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../066-ceph_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:16.877 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:16.880 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-osd. 2024-03-26T02:20:16.907 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:16.946 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-osd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:16.997 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-certifi. 2024-03-26T02:20:17.023 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-26T02:20:17.063 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-26T02:20:17.164 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package ceph-fuse. 2024-03-26T02:20:17.190 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:17.221 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking ceph-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:17.400 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-idna. 2024-03-26T02:20:17.426 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-26T02:20:17.466 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-26T02:20:17.684 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package ceph-mds. 2024-03-26T02:20:17.710 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:17.735 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-urllib3. 2024-03-26T02:20:17.749 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking ceph-mds (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:17.762 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-26T02:20:17.794 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T02:20:17.975 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph. 2024-03-26T02:20:17.991 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../066-ceph_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:18.025 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:18.055 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-requests. 2024-03-26T02:20:18.070 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-26T02:20:18.105 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T02:20:18.153 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package cephadm. 2024-03-26T02:20:18.180 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../069-cephadm_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:18.219 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:18.320 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-fuse. 2024-03-26T02:20:18.347 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:18.386 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:18.391 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-26T02:20:18.418 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-26T02:20:18.457 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T02:20:18.514 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-26T02:20:18.541 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-26T02:20:18.580 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-26T02:20:18.744 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-26T02:20:18.757 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mds. 2024-03-26T02:20:18.759 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:20:18.784 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:18.802 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:18.823 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mds (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:18.925 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-26T02:20:18.940 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T02:20:18.983 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T02:20:19.223 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-26T02:20:19.243 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package cephadm. 2024-03-26T02:20:19.250 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:19.269 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../069-cephadm_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:19.290 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:19.310 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:19.664 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-26T02:20:19.690 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-26T02:20:19.776 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-26T02:20:19.803 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-26T02:20:19.842 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-26T02:20:19.881 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-26T02:20:20.038 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-babel. 2024-03-26T02:20:20.065 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T02:20:20.095 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-openssl. 2024-03-26T02:20:20.111 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-26T02:20:20.145 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-26T02:20:20.146 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T02:20:20.316 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-26T02:20:20.332 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T02:20:20.374 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T02:20:20.481 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr. 2024-03-26T02:20:20.482 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-jinja2. 2024-03-26T02:20:20.508 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:20.509 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-26T02:20:20.548 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:20.548 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T02:20:20.910 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-26T02:20:20.937 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:20:20.942 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mon. 2024-03-26T02:20:20.969 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:20.976 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:21.009 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mon (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:21.330 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-26T02:20:21.347 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-babel. 2024-03-26T02:20:21.358 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-26T02:20:21.374 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T02:20:21.396 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-26T02:20:21.405 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T02:20:21.588 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-osd. 2024-03-26T02:20:21.615 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:21.645 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-osd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:21.699 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-routes. 2024-03-26T02:20:21.708 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-jinja2. 2024-03-26T02:20:21.726 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-26T02:20:21.735 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-26T02:20:21.765 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T02:20:21.775 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T02:20:22.103 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-26T02:20:22.110 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-26T02:20:22.130 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:20:22.137 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:20:22.170 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:22.176 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:22.507 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-26T02:20:22.534 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-26T02:20:22.582 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-26T02:20:22.699 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph. 2024-03-26T02:20:22.726 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../066-ceph_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:22.790 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:22.868 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-routes. 2024-03-26T02:20:22.895 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-26T02:20:22.934 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T02:20:23.110 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-fuse. 2024-03-26T02:20:23.136 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:23.176 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:23.272 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-26T02:20:23.298 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:20:23.338 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:23.365 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-26T02:20:23.393 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-26T02:20:23.432 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T02:20:23.546 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mds. 2024-03-26T02:20:23.573 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:23.612 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mds (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:23.901 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-joblib. 2024-03-26T02:20:23.917 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-26T02:20:23.940 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package cephadm. 2024-03-26T02:20:23.967 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../069-cephadm_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:23.968 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T02:20:23.998 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:24.328 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-26T02:20:24.330 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-26T02:20:24.353 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-26T02:20:24.357 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-26T02:20:24.392 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-26T02:20:24.396 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-26T02:20:24.577 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-26T02:20:24.604 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-26T02:20:24.644 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T02:20:24.687 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-26T02:20:24.707 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-sklearn. 2024-03-26T02:20:24.714 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T02:20:24.735 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-26T02:20:24.753 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T02:20:24.774 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T02:20:25.156 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-joblib. 2024-03-26T02:20:25.183 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-26T02:20:25.223 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T02:20:25.483 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-26T02:20:25.511 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:20:25.560 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-26T02:20:25.587 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-26T02:20:25.618 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-26T02:20:25.634 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:25.816 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-babel. 2024-03-26T02:20:25.843 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T02:20:25.883 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T02:20:25.955 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-sklearn. 2024-03-26T02:20:25.982 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-26T02:20:26.021 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T02:20:26.219 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-jinja2. 2024-03-26T02:20:26.246 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-26T02:20:26.277 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T02:20:26.579 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-cachetools. 2024-03-26T02:20:26.588 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-26T02:20:26.604 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:20:26.607 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-26T02:20:26.638 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:26.646 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-26T02:20:26.681 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-26T02:20:26.709 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:20:26.833 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:26.932 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-26T02:20:26.958 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-26T02:20:26.959 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-26T02:20:26.986 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-26T02:20:26.998 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-26T02:20:27.024 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-26T02:20:27.286 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-routes. 2024-03-26T02:20:27.313 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-26T02:20:27.343 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-26T02:20:27.344 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T02:20:27.371 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-26T02:20:27.410 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T02:20:27.655 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-26T02:20:27.682 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:20:27.696 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-rsa. 2024-03-26T02:20:27.712 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-26T02:20:27.713 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:27.746 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-26T02:20:27.787 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-cachetools. 2024-03-26T02:20:27.815 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-26T02:20:27.854 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-26T02:20:28.050 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-google-auth. 2024-03-26T02:20:28.077 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-26T02:20:28.116 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-26T02:20:28.124 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-26T02:20:28.151 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-26T02:20:28.182 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-26T02:20:28.420 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-26T02:20:28.447 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-26T02:20:28.485 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-26T02:20:28.486 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T02:20:28.514 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-26T02:20:28.552 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T02:20:28.781 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-websocket. 2024-03-26T02:20:28.796 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-26T02:20:28.838 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-26T02:20:28.872 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-rsa. 2024-03-26T02:20:28.888 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-26T02:20:28.931 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-26T02:20:29.018 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-26T02:20:29.034 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-26T02:20:29.077 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T02:20:29.142 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-26T02:20:29.169 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-26T02:20:29.208 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T02:20:29.286 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-google-auth. 2024-03-26T02:20:29.312 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-26T02:20:29.351 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-26T02:20:29.597 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-joblib. 2024-03-26T02:20:29.624 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-26T02:20:29.655 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-26T02:20:29.663 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T02:20:29.683 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-26T02:20:29.721 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T02:20:29.939 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-26T02:20:29.955 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:20:29.997 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:30.146 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-websocket. 2024-03-26T02:20:30.174 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-26T02:20:30.175 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-26T02:20:30.202 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-26T02:20:30.225 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-26T02:20:30.241 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-26T02:20:30.325 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-26T02:20:30.354 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-26T02:20:30.391 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T02:20:30.527 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-sklearn. 2024-03-26T02:20:30.554 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-26T02:20:30.555 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-26T02:20:30.581 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-26T02:20:30.594 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T02:20:30.620 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T02:20:30.736 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-26T02:20:30.764 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T02:20:30.802 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T02:20:31.064 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package jq. 2024-03-26T02:20:31.091 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T02:20:31.130 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-26T02:20:31.251 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-26T02:20:31.268 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:20:31.309 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:31.310 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-26T02:20:31.338 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:20:31.341 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package socat. 2024-03-26T02:20:31.357 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-26T02:20:31.399 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-26T02:20:31.462 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:31.630 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-26T02:20:31.657 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-26T02:20:31.696 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T02:20:31.719 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package xmlstarlet. 2024-03-26T02:20:31.735 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-26T02:20:31.777 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-26T02:20:32.016 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-26T02:20:32.044 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T02:20:32.083 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T02:20:32.148 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package ceph-test. 2024-03-26T02:20:32.164 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:32.197 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking ceph-test (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:32.344 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package jq. 2024-03-26T02:20:32.360 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T02:20:32.365 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-cachetools. 2024-03-26T02:20:32.392 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-26T02:20:32.402 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-26T02:20:32.448 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-26T02:20:32.639 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package socat. 2024-03-26T02:20:32.655 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-26T02:20:32.696 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-26T02:20:32.776 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-26T02:20:32.804 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-26T02:20:32.842 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-26T02:20:32.976 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package xmlstarlet. 2024-03-26T02:20:33.003 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-26T02:20:33.042 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-26T02:20:33.179 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-26T02:20:33.206 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-26T02:20:33.246 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T02:20:33.388 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-test. 2024-03-26T02:20:33.404 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:33.447 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-test (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:33.557 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-rsa. 2024-03-26T02:20:33.584 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-26T02:20:33.623 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-26T02:20:33.927 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-google-auth. 2024-03-26T02:20:33.955 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-26T02:20:33.994 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-26T02:20:34.302 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package ceph-volume. 2024-03-26T02:20:34.313 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-26T02:20:34.318 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:20:34.341 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-26T02:20:34.352 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking ceph-volume (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:34.380 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T02:20:34.656 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-26T02:20:34.672 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:34.699 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-websocket. 2024-03-26T02:20:34.714 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking libcephfs-dev (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:34.727 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-26T02:20:34.766 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-26T02:20:35.042 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-26T02:20:35.070 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-26T02:20:35.086 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-26T02:20:35.108 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T02:20:35.114 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-26T02:20:35.152 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T02:20:35.471 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-26T02:20:35.499 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-26T02:20:35.537 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-26T02:20:35.785 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-volume. 2024-03-26T02:20:35.813 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:20:35.876 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-volume (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:35.908 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package nvme-cli. 2024-03-26T02:20:35.936 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-26T02:20:35.974 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T02:20:36.016 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-26T02:20:36.032 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:20:36.099 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:36.181 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-26T02:20:36.197 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:36.239 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libcephfs-dev (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:36.405 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package pkg-config. 2024-03-26T02:20:36.426 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-26T02:20:36.432 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-26T02:20:36.454 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-26T02:20:36.471 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T02:20:36.493 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T02:20:36.542 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-26T02:20:36.570 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-26T02:20:36.608 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T02:20:36.732 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-26T02:20:36.749 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-26T02:20:36.780 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-26T02:20:36.791 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-26T02:20:36.807 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T02:20:36.846 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T02:20:36.880 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-26T02:20:36.897 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-26T02:20:36.930 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-26T02:20:37.082 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package jq. 2024-03-26T02:20:37.098 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T02:20:37.140 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-26T02:20:37.235 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-26T02:20:37.263 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-26T02:20:37.301 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package nvme-cli. 2024-03-26T02:20:37.302 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-26T02:20:37.328 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-26T02:20:37.367 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T02:20:37.375 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package socat. 2024-03-26T02:20:37.392 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-26T02:20:37.434 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-26T02:20:37.588 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-pastescript. 2024-03-26T02:20:37.616 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-26T02:20:37.654 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-26T02:20:37.745 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package xmlstarlet. 2024-03-26T02:20:37.761 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-26T02:20:37.799 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package pkg-config. 2024-03-26T02:20:37.804 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-26T02:20:37.827 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-26T02:20:37.865 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T02:20:37.957 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-pluggy. 2024-03-26T02:20:37.974 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-26T02:20:38.016 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-26T02:20:38.110 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-26T02:20:38.126 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-26T02:20:38.158 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-test. 2024-03-26T02:20:38.160 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-26T02:20:38.173 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:38.216 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-test (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:38.269 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-psutil. 2024-03-26T02:20:38.296 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-26T02:20:38.335 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-26T02:20:38.555 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-26T02:20:38.571 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-26T02:20:38.605 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-26T02:20:38.663 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-py. 2024-03-26T02:20:38.691 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-26T02:20:38.729 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-26T02:20:38.900 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pastescript. 2024-03-26T02:20:38.929 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-26T02:20:38.966 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-26T02:20:39.016 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-pygments. 2024-03-26T02:20:39.032 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-26T02:20:39.066 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T02:20:39.295 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pluggy. 2024-03-26T02:20:39.324 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-26T02:20:39.361 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-26T02:20:39.570 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-26T02:20:39.598 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-26T02:20:39.636 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-26T02:20:39.673 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-psutil. 2024-03-26T02:20:39.702 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-26T02:20:39.740 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-26T02:20:39.947 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-toml. 2024-03-26T02:20:39.975 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-26T02:20:40.013 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-26T02:20:40.076 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-py. 2024-03-26T02:20:40.104 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-26T02:20:40.143 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-26T02:20:40.452 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-pytest. 2024-03-26T02:20:40.472 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pygments. 2024-03-26T02:20:40.479 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-26T02:20:40.500 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-26T02:20:40.537 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-volume. 2024-03-26T02:20:40.538 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T02:20:40.564 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T02:20:40.603 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-volume (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:40.649 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T02:20:40.907 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-26T02:20:40.934 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:40.973 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libcephfs-dev (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:40.986 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package python3-simplejson. 2024-03-26T02:20:41.002 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-26T02:20:41.014 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-26T02:20:41.029 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-26T02:20:41.053 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-26T02:20:41.067 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-26T02:20:41.297 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-26T02:20:41.301 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-26T02:20:41.325 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-26T02:20:41.328 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-26T02:20:41.355 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-26T02:20:41.367 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T02:20:41.379 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-toml. 2024-03-26T02:20:41.407 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-26T02:20:41.445 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-26T02:20:41.680 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-26T02:20:41.708 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-26T02:20:41.715 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pytest. 2024-03-26T02:20:41.743 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-26T02:20:41.746 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-26T02:20:41.782 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T02:20:42.051 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package radosgw. 2024-03-26T02:20:42.079 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../116-radosgw_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:42.092 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package nvme-cli. 2024-03-26T02:20:42.117 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking radosgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:42.119 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-simplejson. 2024-03-26T02:20:42.120 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-26T02:20:42.147 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-26T02:20:42.158 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T02:20:42.186 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-26T02:20:42.447 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-26T02:20:42.463 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-26T02:20:42.530 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-26T02:20:42.538 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package pkg-config. 2024-03-26T02:20:42.566 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-26T02:20:42.605 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T02:20:42.841 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-26T02:20:42.869 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-26T02:20:42.899 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-26T02:20:42.979 INFO:teuthology.orchestra.run.smithi181.stdout:Selecting previously unselected package rbd-fuse. 2024-03-26T02:20:43.007 INFO:teuthology.orchestra.run.smithi181.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:43.045 INFO:teuthology.orchestra.run.smithi181.stdout:Unpacking rbd-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:43.243 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package radosgw. 2024-03-26T02:20:43.271 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../116-radosgw_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:43.286 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-26T02:20:43.310 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking radosgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:43.314 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-26T02:20:43.352 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-26T02:20:43.400 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-26T02:20:43.655 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pastescript. 2024-03-26T02:20:43.658 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T02:20:43.683 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-26T02:20:43.721 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-26T02:20:43.784 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T02:20:44.045 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-26T02:20:44.058 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pluggy. 2024-03-26T02:20:44.086 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-26T02:20:44.105 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package rbd-fuse. 2024-03-26T02:20:44.124 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-26T02:20:44.133 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:44.171 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking rbd-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:44.390 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-26T02:20:44.436 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-psutil. 2024-03-26T02:20:44.451 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-26T02:20:44.464 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-26T02:20:44.502 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-26T02:20:44.702 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T02:20:44.828 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T02:20:44.830 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-py. 2024-03-26T02:20:44.842 INFO:teuthology.orchestra.run.smithi181.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-26T02:20:44.858 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-26T02:20:44.895 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:44.904 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-26T02:20:45.095 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-26T02:20:45.241 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pygments. 2024-03-26T02:20:45.269 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-26T02:20:45.307 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T02:20:45.407 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-26T02:20:45.436 INFO:teuthology.orchestra.run.smithi181.stdout:Adding system user cephadm....done 2024-03-26T02:20:45.685 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T02:20:45.762 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-26T02:20:45.790 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-26T02:20:45.820 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-26T02:20:45.842 INFO:teuthology.orchestra.run.smithi179.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-26T02:20:46.048 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-26T02:20:46.257 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:46.364 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-toml. 2024-03-26T02:20:46.368 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-26T02:20:46.384 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-26T02:20:46.422 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-26T02:20:46.567 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-26T02:20:46.725 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pytest. 2024-03-26T02:20:46.752 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-26T02:20:46.765 INFO:teuthology.orchestra.run.smithi179.stdout:Adding system user cephadm....done 2024-03-26T02:20:46.791 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T02:20:46.906 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-26T02:20:46.922 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T02:20:47.120 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-simplejson. 2024-03-26T02:20:47.147 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-26T02:20:47.186 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-26T02:20:47.206 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-26T02:20:47.207 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T02:20:47.333 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-26T02:20:47.438 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-26T02:20:47.455 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-26T02:20:47.458 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-26T02:20:47.496 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-26T02:20:47.568 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-26T02:20:47.652 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T02:20:47.802 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-26T02:20:48.020 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-26T02:20:48.053 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T02:20:48.163 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-26T02:20:48.217 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package radosgw. 2024-03-26T02:20:48.245 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../116-radosgw_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:48.271 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-26T02:20:48.283 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking radosgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:48.473 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T02:20:48.539 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-26T02:20:48.791 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-26T02:20:48.842 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-26T02:20:49.042 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-26T02:20:49.069 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package rbd-fuse. 2024-03-26T02:20:49.086 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T02:20:49.102 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-26T02:20:49.128 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking rbd-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:49.318 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-26T02:20:49.394 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-26T02:20:49.441 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-26T02:20:49.552 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-ceph-argparse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:49.682 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T02:20:49.685 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-26T02:20:49.820 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T02:20:49.825 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T02:20:49.931 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-26T02:20:49.946 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T02:20:50.072 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T02:20:50.091 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-26T02:20:50.197 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-26T02:20:50.266 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-26T02:20:50.398 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-26T02:20:50.457 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-26T02:20:50.583 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-ceph-argparse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:50.803 INFO:teuthology.orchestra.run.smithi115.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-26T02:20:50.833 INFO:teuthology.orchestra.run.smithi181.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-26T02:20:50.843 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T02:20:50.869 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:50.906 INFO:teuthology.orchestra.run.smithi181.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-26T02:20:50.960 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T02:20:51.062 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-26T02:20:51.092 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T02:20:51.360 INFO:teuthology.orchestra.run.smithi115.stdout:Adding system user cephadm....done 2024-03-26T02:20:51.404 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T02:20:51.470 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T02:20:51.530 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-26T02:20:51.532 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T02:20:51.588 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-26T02:20:51.798 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T02:20:51.817 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-26T02:20:51.839 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-26T02:20:52.066 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-26T02:20:52.079 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-26T02:20:52.205 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-26T02:20:52.263 INFO:teuthology.orchestra.run.smithi179.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-26T02:20:52.296 INFO:teuthology.orchestra.run.smithi179.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-26T02:20:52.367 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up zip (3.0-12build2) ... 2024-03-26T02:20:52.376 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T02:20:52.448 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-26T02:20:52.476 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T02:20:52.511 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-26T02:20:52.682 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T02:20:52.808 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-26T02:20:52.870 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T02:20:52.997 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-26T02:20:53.110 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T02:20:53.119 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T02:20:53.265 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T02:20:53.354 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T02:20:53.480 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-26T02:20:53.487 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-26T02:20:53.524 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-26T02:20:53.606 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T02:20:53.746 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-26T02:20:53.834 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up zip (3.0-12build2) ... 2024-03-26T02:20:53.909 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-26T02:20:53.960 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T02:20:54.006 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-26T02:20:54.249 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-26T02:20:54.285 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-26T02:20:54.500 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-26T02:20:54.511 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T02:20:54.637 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T02:20:54.759 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-26T02:20:54.896 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T02:20:54.905 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T02:20:55.018 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-ceph-argparse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:55.031 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-26T02:20:55.166 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T02:20:55.197 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T02:20:55.312 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T02:20:55.413 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T02:20:55.467 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-26T02:20:55.540 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T02:20:55.665 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-26T02:20:55.748 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-26T02:20:55.869 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-26T02:20:55.924 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-26T02:20:56.007 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-26T02:20:56.042 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:56.119 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T02:20:56.319 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-idna (3.3-1) ... 2024-03-26T02:20:56.375 INFO:teuthology.orchestra.run.smithi115.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-26T02:20:56.405 INFO:teuthology.orchestra.run.smithi115.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-26T02:20:56.463 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T02:20:56.469 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T02:20:56.611 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T02:20:56.620 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-26T02:20:56.740 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T02:20:56.979 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T02:20:57.075 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-26T02:20:57.080 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-26T02:20:57.317 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-26T02:20:57.331 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T02:20:57.444 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:20:57.591 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-26T02:20:57.717 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T02:20:57.728 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-idna (3.3-1) ... 2024-03-26T02:20:57.892 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up zip (3.0-12build2) ... 2024-03-26T02:20:57.927 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T02:20:58.018 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T02:20:58.031 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T02:20:58.044 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-26T02:20:58.304 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T02:20:58.430 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-26T02:20:58.572 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T02:20:58.670 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T02:20:58.865 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-26T02:20:58.938 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T02:20:59.047 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-26T02:20:59.125 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-26T02:20:59.173 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T02:20:59.205 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T02:20:59.368 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T02:20:59.432 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T02:20:59.466 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-26T02:20:59.469 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-26T02:20:59.566 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-26T02:20:59.761 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-26T02:20:59.842 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T02:20:59.859 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-26T02:20:59.968 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-26T02:21:00.013 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-26T02:21:00.078 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T02:21:00.143 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T02:21:00.272 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-26T02:21:00.346 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-26T02:21:00.520 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T02:21:00.523 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-26T02:21:00.581 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-26T02:21:00.774 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-26T02:21:00.804 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T02:21:00.840 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T02:21:00.966 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-26T02:21:01.042 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T02:21:01.139 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-26T02:21:01.143 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-26T02:21:01.268 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-26T02:21:01.390 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-26T02:21:01.411 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T02:21:01.516 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:01.519 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-26T02:21:01.528 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T02:21:01.754 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-26T02:21:01.805 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-26T02:21:01.976 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-idna (3.3-1) ... 2024-03-26T02:21:02.013 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-26T02:21:02.105 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-26T02:21:02.264 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-26T02:21:02.301 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T02:21:02.365 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T02:21:02.491 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-26T02:21:02.524 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T02:21:02.617 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T02:21:02.675 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-26T02:21:02.706 INFO:teuthology.orchestra.run.smithi181.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-26T02:21:02.943 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T02:21:02.960 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T02:21:03.053 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T02:21:03.069 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T02:21:03.338 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-26T02:21:03.429 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-26T02:21:03.499 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T02:21:03.613 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-26T02:21:03.689 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-26T02:21:03.750 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T02:21:03.815 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-26T02:21:03.865 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T02:21:03.885 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-26T02:21:03.991 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-26T02:21:04.066 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T02:21:04.117 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T02:21:04.169 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T02:21:04.191 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T02:21:04.207 INFO:teuthology.orchestra.run.smithi179.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-26T02:21:04.295 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-26T02:21:04.421 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T02:21:04.453 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T02:21:04.510 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T02:21:04.553 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T02:21:04.706 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-26T02:21:04.811 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T02:21:04.938 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-26T02:21:04.965 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-26T02:21:05.070 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-26T02:21:05.171 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-26T02:21:05.181 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-26T02:21:05.216 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T02:21:05.308 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-26T02:21:05.342 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-26T02:21:05.430 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-26T02:21:05.559 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T02:21:05.644 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-26T02:21:05.685 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T02:21:05.698 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T02:21:05.895 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-26T02:21:06.003 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T02:21:06.052 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-26T02:21:06.138 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-26T02:21:06.296 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T02:21:06.380 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-26T02:21:06.395 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-26T02:21:06.564 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-26T02:21:06.631 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-26T02:21:06.654 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T02:21:06.673 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-26T02:21:06.891 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T02:21:06.941 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-26T02:21:06.990 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T02:21:07.016 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-26T02:21:07.116 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up librados2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:07.209 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T02:21:07.234 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:07.310 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T02:21:07.335 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-26T02:21:07.427 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T02:21:07.563 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-26T02:21:07.646 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up libcephfs2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:07.695 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-26T02:21:07.772 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up libradosstriper1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:07.898 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-26T02:21:07.940 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-26T02:21:07.963 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-26T02:21:08.175 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up librbd1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:08.206 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T02:21:08.225 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T02:21:08.301 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up ceph-mgr-modules-core (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:08.331 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-26T02:21:08.402 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up ceph-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:08.457 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T02:21:08.546 INFO:teuthology.orchestra.run.smithi115.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-26T02:21:08.578 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T02:21:08.597 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T02:21:08.597 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T02:21:08.696 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up librados2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:08.801 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T02:21:08.822 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:08.927 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T02:21:08.948 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-26T02:21:09.087 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up libcephfs-dev (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:09.212 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-rados (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:09.302 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libcephfs2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:09.312 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-26T02:21:09.338 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up librgw2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:09.420 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libradosstriper1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:09.464 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T02:21:09.520 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-26T02:21:09.554 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-26T02:21:09.681 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-26T02:21:09.797 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up librbd1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:09.932 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mgr-modules-core (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:09.939 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T02:21:10.058 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:10.065 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T02:21:10.272 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T02:21:10.272 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T02:21:10.375 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T02:21:10.685 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T02:21:10.718 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-rbd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:10.760 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libcephfs-dev (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:10.819 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up rbd-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:10.886 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-rados (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:10.920 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-rgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:10.961 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-26T02:21:10.995 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up librgw2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:11.029 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up python3-cephfs (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:11.062 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-26T02:21:11.113 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T02:21:11.155 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:11.313 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-26T02:21:11.572 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T02:21:11.917 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-26T02:21:12.065 INFO:teuthology.orchestra.run.smithi181.stdout:Adding group ceph....done 2024-03-26T02:21:12.259 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-rbd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:12.311 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-26T02:21:12.385 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up rbd-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:12.441 INFO:teuthology.orchestra.run.smithi181.stdout:Adding system user ceph....done 2024-03-26T02:21:12.536 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-rgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:12.586 INFO:teuthology.orchestra.run.smithi181.stdout:Setting system user ceph properties....done 2024-03-26T02:21:12.587 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T02:21:12.602 INFO:teuthology.orchestra.run.smithi181.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-26T02:21:12.671 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-cephfs (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:12.740 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-26T02:21:12.789 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:12.906 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T02:21:13.032 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up librados2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:13.094 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-26T02:21:13.158 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:13.284 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-26T02:21:13.308 INFO:teuthology.orchestra.run.smithi179.stdout:Adding group ceph....done 2024-03-26T02:21:13.589 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up ceph-test (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:13.604 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libcephfs2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:13.651 INFO:teuthology.orchestra.run.smithi179.stdout:Adding system user ceph....done 2024-03-26T02:21:13.705 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libradosstriper1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:13.715 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up radosgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:13.819 INFO:teuthology.orchestra.run.smithi179.stdout:Setting system user ceph properties....done 2024-03-26T02:21:13.831 INFO:teuthology.orchestra.run.smithi179.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-26T02:21:13.832 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-26T02:21:13.968 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-26T02:21:14.107 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up librbd1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:14.250 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr-modules-core (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:14.275 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T02:21:14.275 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T02:21:14.285 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-26T02:21:14.385 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:14.595 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T02:21:14.595 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T02:21:14.751 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up ceph-base (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:14.766 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-test (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:14.892 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up radosgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:15.065 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-26T02:21:15.069 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libcephfs-dev (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:15.170 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-rados (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:15.280 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up librgw2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:15.344 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T02:21:15.344 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T02:21:15.397 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T02:21:15.536 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up ceph-mds (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:15.764 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T02:21:15.764 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T02:21:15.836 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-base (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:16.168 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-26T02:21:16.270 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up ceph-mgr (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:16.489 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T02:21:16.489 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T02:21:16.584 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-rbd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:16.655 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mds (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:16.710 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up rbd-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:16.836 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-rgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:16.881 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T02:21:16.881 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T02:21:16.962 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-cephfs (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:16.991 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up ceph-osd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:17.105 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:17.263 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T02:21:17.263 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T02:21:17.357 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mgr (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:17.567 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T02:21:17.568 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T02:21:17.606 INFO:teuthology.orchestra.run.smithi115.stdout:Adding group ceph....done 2024-03-26T02:21:17.765 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:17.891 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:17.999 INFO:teuthology.orchestra.run.smithi115.stdout:Adding system user ceph....done 2024-03-26T02:21:18.042 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up ceph-mon (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:18.050 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-osd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:18.168 INFO:teuthology.orchestra.run.smithi115.stdout:Setting system user ceph properties....done 2024-03-26T02:21:18.180 INFO:teuthology.orchestra.run.smithi115.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-26T02:21:18.236 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T02:21:18.236 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T02:21:18.314 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-26T02:21:18.321 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T02:21:18.321 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T02:21:18.593 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-26T02:21:18.727 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up ceph-mgr-cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:18.802 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:18.844 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:18.920 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:18.987 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up ceph-mgr-dashboard (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:19.071 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mon (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:19.089 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-test (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:19.138 INFO:teuthology.orchestra.run.smithi181.stdout:Setting up ceph-volume (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:19.190 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up radosgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:19.297 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T02:21:19.297 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T02:21:19.516 INFO:teuthology.orchestra.run.smithi181.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-26T02:21:19.625 INFO:teuthology.orchestra.run.smithi181.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-26T02:21:19.634 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T02:21:19.634 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T02:21:19.761 INFO:teuthology.orchestra.run.smithi181.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-26T02:21:19.780 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mgr-cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:19.932 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:20.058 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mgr-dashboard (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:20.084 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-base (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:20.209 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-volume (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:20.437 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-26T02:21:20.579 INFO:teuthology.orchestra.run.smithi179.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-26T02:21:20.788 INFO:teuthology.orchestra.run.smithi179.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-26T02:21:20.811 INFO:teuthology.orchestra.run.smithi181.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-26T02:21:20.903 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mds (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:20.958 INFO:teuthology.orchestra.run.smithi179.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-26T02:21:21.127 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T02:21:21.127 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T02:21:21.437 INFO:teuthology.orchestra.run.smithi181.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-26T02:21:21.443 DEBUG:teuthology.parallel:result is None 2024-03-26T02:21:21.604 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:21.808 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T02:21:21.808 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T02:21:22.019 INFO:teuthology.orchestra.run.smithi179.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-26T02:21:22.264 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-osd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:22.546 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T02:21:22.546 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T02:21:22.978 INFO:teuthology.orchestra.run.smithi179.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-26T02:21:22.983 DEBUG:teuthology.parallel:result is None 2024-03-26T02:21:22.999 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:23.125 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:23.284 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mon (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:23.489 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T02:21:23.489 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T02:21:23.969 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr-cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:24.103 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:24.229 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr-dashboard (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:24.355 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-volume (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T02:21:24.691 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-26T02:21:24.801 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-26T02:21:24.961 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-26T02:21:26.104 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-26T02:21:26.734 INFO:teuthology.orchestra.run.smithi115.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-26T02:21:26.739 DEBUG:teuthology.parallel:result is None 2024-03-26T02:21:26.740 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T02:21:26.891 DEBUG:teuthology.orchestra.run.smithi115:> dpkg-query -W -f '${Version}' ceph 2024-03-26T02:21:26.909 INFO:teuthology.orchestra.run.smithi115.stdout:19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T02:21:26.910 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T02:21:26.910 INFO:teuthology.task.install:The correct ceph version 19.0.0-2475-ge42b8ea3-1jammy is installed. 2024-03-26T02:21:26.912 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T02:21:27.135 DEBUG:teuthology.orchestra.run.smithi179:> dpkg-query -W -f '${Version}' ceph 2024-03-26T02:21:27.154 INFO:teuthology.orchestra.run.smithi179.stdout:19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T02:21:27.155 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T02:21:27.155 INFO:teuthology.task.install:The correct ceph version 19.0.0-2475-ge42b8ea3-1jammy is installed. 2024-03-26T02:21:27.156 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T02:21:27.374 DEBUG:teuthology.orchestra.run.smithi181:> dpkg-query -W -f '${Version}' ceph 2024-03-26T02:21:27.394 INFO:teuthology.orchestra.run.smithi181.stdout:19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T02:21:27.394 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T02:21:27.394 INFO:teuthology.task.install:The correct ceph version 19.0.0-2475-ge42b8ea3-1jammy is installed. 2024-03-26T02:21:27.396 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-26T02:21:27.396 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-03-26T02:21:27.396 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-26T02:21:27.411 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-26T02:21:27.411 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-26T02:21:27.425 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-03-26T02:21:27.425 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-26T02:21:27.450 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-26T02:21:27.450 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-03-26T02:21:27.450 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/usr/bin/daemon-helper 2024-03-26T02:21:27.467 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-26T02:21:27.523 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-26T02:21:27.523 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/usr/bin/daemon-helper 2024-03-26T02:21:27.536 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-26T02:21:27.590 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-03-26T02:21:27.590 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/usr/bin/daemon-helper 2024-03-26T02:21:27.603 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-26T02:21:27.657 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-26T02:21:27.658 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-03-26T02:21:27.658 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-26T02:21:27.671 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-26T02:21:27.723 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-26T02:21:27.723 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-26T02:21:27.736 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-26T02:21:27.791 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-03-26T02:21:27.791 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-26T02:21:27.804 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-26T02:21:27.857 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-26T02:21:27.857 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-03-26T02:21:27.857 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/usr/bin/stdin-killer 2024-03-26T02:21:27.869 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-26T02:21:27.923 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-26T02:21:27.923 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/usr/bin/stdin-killer 2024-03-26T02:21:27.936 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-26T02:21:27.990 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-03-26T02:21:27.990 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/usr/bin/stdin-killer 2024-03-26T02:21:28.003 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-26T02:21:28.057 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-26T02:21:28.150 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down, quorum', 'is down \\(out of quorum\\)'], 'sha1': 'e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003'} 2024-03-26T02:21:28.150 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T02:21:28.151 INFO:tasks.cephadm:Cluster fsid is 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:21:28.151 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-26T02:21:28.151 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.115', 'mon.b': '172.21.15.179', 'mon.c': '172.21.15.181'} 2024-03-26T02:21:28.151 INFO:tasks.cephadm:First mon is mon.a on smithi115 2024-03-26T02:21:28.151 INFO:tasks.cephadm:First mgr is a 2024-03-26T02:21:28.151 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-26T02:21:28.151 DEBUG:teuthology.orchestra.run.smithi115:> sudo hostname $(hostname -s) 2024-03-26T02:21:28.166 DEBUG:teuthology.orchestra.run.smithi179:> sudo hostname $(hostname -s) 2024-03-26T02:21:28.180 DEBUG:teuthology.orchestra.run.smithi181:> sudo hostname $(hostname -s) 2024-03-26T02:21:28.195 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-26T02:21:28.195 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T02:21:28.340 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003', '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/77960/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2475-ge42b8ea3', 'node_name': '172.21.2.2+braggi02', '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-2475-ge42b8ea3-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-03-26 01:01:13.151654', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-03-25-1628', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-03-26T02:21:28.480 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-adk-testing-2024-03-25-1628, sha1 e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T02:21:28.481 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-03-26T02:21:28.482 DEBUG:teuthology.orchestra.run.smithi115:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-26T02:21:29.113 INFO:teuthology.orchestra.run.smithi115.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788768 Mar 26 02:21 /home/ubuntu/cephtest/cephadm 2024-03-26T02:21:29.113 DEBUG:teuthology.orchestra.run.smithi179:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-26T02:21:29.804 INFO:teuthology.orchestra.run.smithi179.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788768 Mar 26 02:21 /home/ubuntu/cephtest/cephadm 2024-03-26T02:21:29.804 DEBUG:teuthology.orchestra.run.smithi181:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-26T02:21:30.308 INFO:teuthology.orchestra.run.smithi181.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788768 Mar 26 02:21 /home/ubuntu/cephtest/cephadm 2024-03-26T02:21:30.309 DEBUG:teuthology.orchestra.run.smithi115:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-26T02:21:30.317 DEBUG:teuthology.orchestra.run.smithi179:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-26T02:21:30.324 DEBUG:teuthology.orchestra.run.smithi181:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-26T02:21:30.343 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 on all hosts... 2024-03-26T02:21:30.344 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 pull 2024-03-26T02:21:30.361 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 pull 2024-03-26T02:21:30.368 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 pull 2024-03-26T02:21:30.524 INFO:teuthology.orchestra.run.smithi115.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003... 2024-03-26T02:21:30.533 INFO:teuthology.orchestra.run.smithi179.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003... 2024-03-26T02:21:30.541 INFO:teuthology.orchestra.run.smithi181.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003... 2024-03-26T02:22:31.079 INFO:teuthology.orchestra.run.smithi181.stdout:{ 2024-03-26T02:22:31.080 INFO:teuthology.orchestra.run.smithi181.stdout: "ceph_version": "ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev)", 2024-03-26T02:22:31.080 INFO:teuthology.orchestra.run.smithi181.stdout: "image_id": "f18c6672b5a35a9268569822301af4f68c7c1f5d599252bb322be37fdc7da354", 2024-03-26T02:22:31.080 INFO:teuthology.orchestra.run.smithi181.stdout: "repo_digests": [ 2024-03-26T02:22:31.080 INFO:teuthology.orchestra.run.smithi181.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:036ff263f269d03295f88ce388558d8d1cbe14b2ee02cd78a973d9f233151717" 2024-03-26T02:22:31.080 INFO:teuthology.orchestra.run.smithi181.stdout: ] 2024-03-26T02:22:31.080 INFO:teuthology.orchestra.run.smithi181.stdout:} 2024-03-26T02:22:39.158 INFO:teuthology.orchestra.run.smithi179.stdout:{ 2024-03-26T02:22:39.158 INFO:teuthology.orchestra.run.smithi179.stdout: "ceph_version": "ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev)", 2024-03-26T02:22:39.158 INFO:teuthology.orchestra.run.smithi179.stdout: "image_id": "f18c6672b5a35a9268569822301af4f68c7c1f5d599252bb322be37fdc7da354", 2024-03-26T02:22:39.159 INFO:teuthology.orchestra.run.smithi179.stdout: "repo_digests": [ 2024-03-26T02:22:39.159 INFO:teuthology.orchestra.run.smithi179.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:036ff263f269d03295f88ce388558d8d1cbe14b2ee02cd78a973d9f233151717" 2024-03-26T02:22:39.159 INFO:teuthology.orchestra.run.smithi179.stdout: ] 2024-03-26T02:22:39.159 INFO:teuthology.orchestra.run.smithi179.stdout:} 2024-03-26T02:22:43.221 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-03-26T02:22:43.221 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph_version": "ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev)", 2024-03-26T02:22:43.221 INFO:teuthology.orchestra.run.smithi115.stdout: "image_id": "f18c6672b5a35a9268569822301af4f68c7c1f5d599252bb322be37fdc7da354", 2024-03-26T02:22:43.221 INFO:teuthology.orchestra.run.smithi115.stdout: "repo_digests": [ 2024-03-26T02:22:43.221 INFO:teuthology.orchestra.run.smithi115.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:036ff263f269d03295f88ce388558d8d1cbe14b2ee02cd78a973d9f233151717" 2024-03-26T02:22:43.221 INFO:teuthology.orchestra.run.smithi115.stdout: ] 2024-03-26T02:22:43.222 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-03-26T02:22:43.269 DEBUG:teuthology.orchestra.run.smithi115:> sudo mkdir -p /etc/ceph 2024-03-26T02:22:43.282 DEBUG:teuthology.orchestra.run.smithi179:> sudo mkdir -p /etc/ceph 2024-03-26T02:22:43.296 DEBUG:teuthology.orchestra.run.smithi181:> sudo mkdir -p /etc/ceph 2024-03-26T02:22:43.310 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 777 /etc/ceph 2024-03-26T02:22:43.337 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod 777 /etc/ceph 2024-03-26T02:22:43.348 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod 777 /etc/ceph 2024-03-26T02:22:43.364 INFO:tasks.cephadm:Writing seed config... 2024-03-26T02:22:43.365 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-03-26T02:22:43.365 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-26T02:22:43.365 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-26T02:22:43.365 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-03-26T02:22:43.366 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-26T02:22:43.366 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-26T02:22:43.366 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-26T02:22:43.366 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-26T02:22:43.366 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-26T02:22:43.366 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-03-26T02:22:43.366 DEBUG:teuthology.orchestra.run.smithi115:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-26T02:22:43.383 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 = 8d3e4e2a-eb17-11ee-95d0-87774f69a715 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-03-26T02:22:43.383 DEBUG:teuthology.orchestra.run.smithi115:mon.a> sudo journalctl -f -n 0 -u ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mon.a.service 2024-03-26T02:22:43.428 DEBUG:teuthology.orchestra.run.smithi115:mgr.a> sudo journalctl -f -n 0 -u ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mgr.a.service 2024-03-26T02:22:43.471 INFO:tasks.cephadm:Bootstrapping... 2024-03-26T02:22:43.472 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 -v bootstrap --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.115 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-26T02:22:43.679 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-03-26T02:22:43.680 INFO:teuthology.orchestra.run.smithi115.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003', '-v', 'bootstrap', '--fsid', '8d3e4e2a-eb17-11ee-95d0-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.115', '--skip-admin-label'] 2024-03-26T02:22:43.680 INFO:teuthology.orchestra.run.smithi115.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-26T02:22:43.680 INFO:teuthology.orchestra.run.smithi115.stdout:Verifying podman|docker is present... 2024-03-26T02:22:43.681 INFO:teuthology.orchestra.run.smithi115.stdout:Verifying lvm2 is present... 2024-03-26T02:22:43.681 INFO:teuthology.orchestra.run.smithi115.stdout:Verifying time synchronization is in place... 2024-03-26T02:22:43.687 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-26T02:22:43.687 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-26T02:22:43.691 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-26T02:22:43.691 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout inactive 2024-03-26T02:22:43.696 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-26T02:22:43.696 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-26T02:22:43.699 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-26T02:22:43.700 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout inactive 2024-03-26T02:22:43.703 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-26T02:22:43.703 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout masked 2024-03-26T02:22:43.706 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-26T02:22:43.707 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout inactive 2024-03-26T02:22:43.710 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-26T02:22:43.710 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-26T02:22:43.713 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-26T02:22:43.714 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout inactive 2024-03-26T02:22:43.719 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout enabled 2024-03-26T02:22:43.723 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout active 2024-03-26T02:22:43.724 INFO:teuthology.orchestra.run.smithi115.stdout:Unit ntp.service is enabled and running 2024-03-26T02:22:43.724 INFO:teuthology.orchestra.run.smithi115.stdout:Repeating the final host check... 2024-03-26T02:22:43.724 INFO:teuthology.orchestra.run.smithi115.stdout:docker (/usr/bin/docker) is present 2024-03-26T02:22:43.724 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl is present 2024-03-26T02:22:43.724 INFO:teuthology.orchestra.run.smithi115.stdout:lvcreate is present 2024-03-26T02:22:43.727 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-26T02:22:43.727 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-26T02:22:43.730 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-26T02:22:43.730 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout inactive 2024-03-26T02:22:43.734 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-26T02:22:43.734 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-26T02:22:43.737 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-26T02:22:43.737 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout inactive 2024-03-26T02:22:43.741 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-26T02:22:43.741 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout masked 2024-03-26T02:22:43.744 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-26T02:22:43.744 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout inactive 2024-03-26T02:22:43.748 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-26T02:22:43.748 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-26T02:22:43.751 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-26T02:22:43.752 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout inactive 2024-03-26T02:22:43.755 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout enabled 2024-03-26T02:22:43.759 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout active 2024-03-26T02:22:43.760 INFO:teuthology.orchestra.run.smithi115.stdout:Unit ntp.service is enabled and running 2024-03-26T02:22:43.760 INFO:teuthology.orchestra.run.smithi115.stdout:Host looks OK 2024-03-26T02:22:43.760 INFO:teuthology.orchestra.run.smithi115.stdout:Cluster fsid: 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:22:43.760 INFO:teuthology.orchestra.run.smithi115.stdout:Acquiring lock 139864748369776 on /run/cephadm/8d3e4e2a-eb17-11ee-95d0-87774f69a715.lock 2024-03-26T02:22:43.760 INFO:teuthology.orchestra.run.smithi115.stdout:Lock 139864748369776 acquired on /run/cephadm/8d3e4e2a-eb17-11ee-95d0-87774f69a715.lock 2024-03-26T02:22:43.760 INFO:teuthology.orchestra.run.smithi115.stdout:Verifying IP 172.21.15.115 port 3300 ... 2024-03-26T02:22:43.760 INFO:teuthology.orchestra.run.smithi115.stdout:Verifying IP 172.21.15.115 port 6789 ... 2024-03-26T02:22:43.760 INFO:teuthology.orchestra.run.smithi115.stdout:Base mon IP(s) is [172.21.15.115:3300, 172.21.15.115:6789], mon addrv is [v2:172.21.15.115:3300,v1:172.21.15.115:6789] 2024-03-26T02:22:43.763 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-03-26T02:22:43.763 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.115 metric 100 2024-03-26T02:22:43.763 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.115 metric 100 2024-03-26T02:22:43.763 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-26T02:22:43.763 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.115 metric 100 2024-03-26T02:22:43.763 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.115 metric 100 2024-03-26T02:22:43.764 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.115 metric 100 2024-03-26T02:22:43.764 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.115 metric 100 2024-03-26T02:22:43.765 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-26T02:22:43.765 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-03-26T02:22:43.766 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1796sec pref medium 2024-03-26T02:22:43.768 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-26T02:22:43.768 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-26T02:22:43.768 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-26T02:22:43.768 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-03-26T02:22:43.768 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:ce8f/64 scope link 2024-03-26T02:22:43.768 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-26T02:22:43.769 INFO:teuthology.orchestra.run.smithi115.stdout:Mon IP `172.21.15.115` is in CIDR network `172.21.0.0/20` 2024-03-26T02:22:43.769 INFO:teuthology.orchestra.run.smithi115.stdout:Mon IP `172.21.15.115` is in CIDR network `172.21.0.0/20` 2024-03-26T02:22:43.769 INFO:teuthology.orchestra.run.smithi115.stdout:Mon IP `172.21.15.115` is in CIDR network `172.21.0.1/32` 2024-03-26T02:22:43.769 INFO:teuthology.orchestra.run.smithi115.stdout:Mon IP `172.21.15.115` is in CIDR network `172.21.0.1/32` 2024-03-26T02:22:43.770 INFO:teuthology.orchestra.run.smithi115.stdout:Mon IP `172.21.15.115` is in CIDR network `172.21.0.2/32` 2024-03-26T02:22:43.770 INFO:teuthology.orchestra.run.smithi115.stdout:Mon IP `172.21.15.115` is in CIDR network `172.21.0.2/32` 2024-03-26T02:22:43.770 INFO:teuthology.orchestra.run.smithi115.stdout:Mon IP `172.21.15.115` is in CIDR network `172.21.15.254/32` 2024-03-26T02:22:43.770 INFO:teuthology.orchestra.run.smithi115.stdout:Mon IP `172.21.15.115` is in CIDR network `172.21.15.254/32` 2024-03-26T02:22:43.770 INFO:teuthology.orchestra.run.smithi115.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-03-26T02:22:43.770 INFO:teuthology.orchestra.run.smithi115.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-26T02:22:43.770 INFO:teuthology.orchestra.run.smithi115.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003... 2024-03-26T02:22:44.038 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/docker: stdout e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003: Pulling from ceph-ci/ceph 2024-03-26T02:22:44.038 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/docker: stdout Digest: sha256:036ff263f269d03295f88ce388558d8d1cbe14b2ee02cd78a973d9f233151717 2024-03-26T02:22:44.038 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T02:22:44.038 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T02:22:45.426 INFO:teuthology.orchestra.run.smithi115.stdout:ceph: stdout ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev) 2024-03-26T02:22:45.426 INFO:teuthology.orchestra.run.smithi115.stdout:Ceph version: ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev) 2024-03-26T02:22:45.426 INFO:teuthology.orchestra.run.smithi115.stdout:Extracting ceph user uid/gid from container image... 2024-03-26T02:22:46.555 INFO:teuthology.orchestra.run.smithi115.stdout:stat: stdout 167 167 2024-03-26T02:22:46.555 INFO:teuthology.orchestra.run.smithi115.stdout:Creating initial keys... 2024-03-26T02:22:47.869 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-authtool: stdout AQB3MQJmi22SERAASn1pgNFsAVfRc4zMtTaq2g== 2024-03-26T02:22:48.990 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-authtool: stdout AQB4MQJm1ZQEHxAAiOpdtEfBJyQfggu5NxT+Kg== 2024-03-26T02:22:50.211 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-authtool: stdout AQB5MQJmAYukKhAAGLQ23IKm4D5F6kActvnF+w== 2024-03-26T02:22:50.213 INFO:teuthology.orchestra.run.smithi115.stdout:Creating initial monmap... 2024-03-26T02:22:51.408 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-26T02:22:51.408 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-26T02:22:51.408 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:22:51.408 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-26T02:22:51.408 INFO:teuthology.orchestra.run.smithi115.stdout:monmaptool for a [v2:172.21.15.115:3300,v1:172.21.15.115:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-26T02:22:51.408 INFO:teuthology.orchestra.run.smithi115.stdout:setting min_mon_release = quincy 2024-03-26T02:22:51.408 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/monmaptool: set fsid to 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:22:51.408 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-26T02:22:51.408 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:22:51.408 INFO:teuthology.orchestra.run.smithi115.stdout:Creating mon... 2024-03-26T02:22:52.700 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.150+0000 7f7ca33c3c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-26T02:22:52.700 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.150+0000 7f7ca33c3c80 1 imported monmap: 2024-03-26T02:22:52.701 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-03-26T02:22:52.701 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:22:52.701 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-03-26T02:22:50.952549+0000 2024-03-26T02:22:52.701 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr created 2024-03-26T02:22:50.952549+0000 2024-03-26T02:22:52.701 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-03-26T02:22:52.701 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-03-26T02:22:52.701 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-03-26T02:22:52.701 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T02:22:52.701 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.150+0000 7f7ca33c3c80 0 /usr/bin/ceph-mon: set fsid to 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:22:52.701 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-26T02:22:52.701 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T02:22:52.701 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Git sha 0 2024-03-26T02:22:52.701 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Compile date 2024-03-25 23:25:11 2024-03-26T02:22:52.702 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: DB SUMMARY 2024-03-26T02:22:52.702 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T02:22:52.702 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: DB Session ID: NNPG0Q4TATQF9EELZOEU 2024-03-26T02:22:52.702 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T02:22:52.702 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-26T02:22:52.702 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T02:22:52.702 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-26T02:22:52.702 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T02:22:52.702 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.error_if_exists: 0 2024-03-26T02:22:52.702 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.create_if_missing: 1 2024-03-26T02:22:52.702 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-26T02:22:52.702 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-26T02:22:52.702 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-26T02:22:52.707 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-26T02:22:52.707 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.env: 0x557ed5a49c60 2024-03-26T02:22:52.707 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-26T02:22:52.707 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.info_log: 0x557ed71e0d60 2024-03-26T02:22:52.707 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-26T02:22:52.707 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.statistics: (nil) 2024-03-26T02:22:52.707 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.use_fsync: 0 2024-03-26T02:22:52.707 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-26T02:22:52.707 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-26T02:22:52.707 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-26T02:22:52.707 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-26T02:22:52.707 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-26T02:22:52.707 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-26T02:22:52.708 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-26T02:22:52.708 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-26T02:22:52.708 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-26T02:22:52.708 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-26T02:22:52.708 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-26T02:22:52.708 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.db_log_dir: 2024-03-26T02:22:52.708 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.wal_dir: 2024-03-26T02:22:52.708 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-26T02:22:52.708 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-26T02:22:52.708 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-26T02:22:52.708 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-26T02:22:52.708 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-26T02:22:52.708 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-26T02:22:52.708 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-26T02:22:52.709 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-26T02:22:52.709 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.write_buffer_manager: 0x557ed71b3360 2024-03-26T02:22:52.709 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-26T02:22:52.709 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-26T02:22:52.709 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-26T02:22:52.709 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-26T02:22:52.709 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-26T02:22:52.709 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-26T02:22:52.709 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-26T02:22:52.709 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-26T02:22:52.709 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.unordered_write: 0 2024-03-26T02:22:52.709 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-26T02:22:52.709 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-26T02:22:52.710 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-26T02:22:52.710 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-26T02:22:52.710 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.row_cache: None 2024-03-26T02:22:52.710 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.wal_filter: None 2024-03-26T02:22:52.710 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-26T02:22:52.710 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-26T02:22:52.710 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.two_write_queues: 0 2024-03-26T02:22:52.710 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-26T02:22:52.710 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.wal_compression: 0 2024-03-26T02:22:52.710 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.atomic_flush: 0 2024-03-26T02:22:52.710 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-26T02:22:52.710 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-26T02:22:52.710 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-26T02:22:52.710 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-26T02:22:52.711 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-26T02:22:52.711 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-26T02:22:52.711 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-26T02:22:52.711 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-26T02:22:52.711 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-26T02:22:52.711 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-26T02:22:52.711 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-26T02:22:52.711 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-26T02:22:52.711 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-26T02:22:52.711 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-26T02:22:52.711 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-26T02:22:52.711 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-26T02:22:52.711 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-26T02:22:52.711 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-26T02:22:52.712 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-26T02:22:52.712 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-26T02:22:52.712 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-26T02:22:52.712 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-26T02:22:52.712 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_open_files: -1 2024-03-26T02:22:52.712 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-26T02:22:52.712 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-26T02:22:52.712 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-26T02:22:52.712 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-26T02:22:52.712 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-26T02:22:52.712 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Compression algorithms supported: 2024-03-26T02:22:52.712 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-26T02:22:52.712 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: kZSTD supported: 0 2024-03-26T02:22:52.712 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: kXpressCompression supported: 0 2024-03-26T02:22:52.712 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-26T02:22:52.713 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: kZlibCompression supported: 1 2024-03-26T02:22:52.713 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-26T02:22:52.713 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-26T02:22:52.713 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-26T02:22:52.713 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-26T02:22:52.713 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-26T02:22:52.713 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-03-26T02:22:52.713 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T02:22:52.713 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-26T02:22:52.713 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T02:22:52.713 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-26T02:22:52.713 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T02:22:52.713 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-26T02:22:52.713 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.merge_operator: 2024-03-26T02:22:52.714 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compaction_filter: None 2024-03-26T02:22:52.714 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-26T02:22:52.714 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-26T02:22:52.714 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-26T02:22:52.714 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-26T02:22:52.714 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557ed71e0f20) 2024-03-26T02:22:52.714 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-03-26T02:22:52.714 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-03-26T02:22:52.714 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-26T02:22:52.714 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-03-26T02:22:52.714 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-03-26T02:22:52.714 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-03-26T02:22:52.714 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-03-26T02:22:52.714 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-03-26T02:22:52.715 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-03-26T02:22:52.715 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-03-26T02:22:52.715 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x557ed71e5090 2024-03-26T02:22:52.715 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-03-26T02:22:52.715 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-03-26T02:22:52.715 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-03-26T02:22:52.715 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-03-26T02:22:52.715 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-03-26T02:22:52.715 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-03-26T02:22:52.715 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-03-26T02:22:52.715 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-03-26T02:22:52.715 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-03-26T02:22:52.715 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-03-26T02:22:52.715 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-03-26T02:22:52.715 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-03-26T02:22:52.716 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-03-26T02:22:52.716 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-03-26T02:22:52.716 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-03-26T02:22:52.716 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-03-26T02:22:52.716 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-03-26T02:22:52.716 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-03-26T02:22:52.716 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-03-26T02:22:52.716 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-03-26T02:22:52.716 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-03-26T02:22:52.716 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-03-26T02:22:52.716 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-03-26T02:22:52.716 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-03-26T02:22:52.716 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-03-26T02:22:52.716 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-03-26T02:22:52.716 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T02:22:52.717 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-26T02:22:52.717 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-26T02:22:52.717 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compression: NoCompression 2024-03-26T02:22:52.717 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-26T02:22:52.717 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-26T02:22:52.717 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-26T02:22:52.717 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.num_levels: 7 2024-03-26T02:22:52.717 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-26T02:22:52.717 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-26T02:22:52.717 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-26T02:22:52.717 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-26T02:22:52.717 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-26T02:22:52.717 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-26T02:22:52.717 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-26T02:22:52.718 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-26T02:22:52.718 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-26T02:22:52.718 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-26T02:22:52.718 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-26T02:22:52.718 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-26T02:22:52.718 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-26T02:22:52.718 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-26T02:22:52.718 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-26T02:22:52.718 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-26T02:22:52.718 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-26T02:22:52.718 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-26T02:22:52.718 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-26T02:22:52.718 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-26T02:22:52.718 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-26T02:22:52.719 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-26T02:22:52.719 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-26T02:22:52.719 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-26T02:22:52.719 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-26T02:22:52.719 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-26T02:22:52.719 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-26T02:22:52.719 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-26T02:22:52.719 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-26T02:22:52.719 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-26T02:22:52.719 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-26T02:22:52.719 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-26T02:22:52.719 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-26T02:22:52.719 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-26T02:22:52.719 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-26T02:22:52.719 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-26T02:22:52.719 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-26T02:22:52.720 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-26T02:22:52.720 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-26T02:22:52.720 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-26T02:22:52.720 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-26T02:22:52.720 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-26T02:22:52.720 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-26T02:22:52.720 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-26T02:22:52.720 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-26T02:22:52.720 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-26T02:22:52.720 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-26T02:22:52.720 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-26T02:22:52.720 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-26T02:22:52.720 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-26T02:22:52.720 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-26T02:22:52.721 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-26T02:22:52.721 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-26T02:22:52.721 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-26T02:22:52.721 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-26T02:22:52.721 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-26T02:22:52.721 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-26T02:22:52.721 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-26T02:22:52.721 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-26T02:22:52.721 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.bloom_locality: 0 2024-03-26T02:22:52.721 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-26T02:22:52.721 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-26T02:22:52.721 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-26T02:22:52.721 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-26T02:22:52.721 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-26T02:22:52.721 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.ttl: 2592000 2024-03-26T02:22:52.722 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-26T02:22:52.722 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-26T02:22:52.722 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-26T02:22:52.722 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.enable_blob_files: false 2024-03-26T02:22:52.722 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.min_blob_size: 0 2024-03-26T02:22:52.722 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-26T02:22:52.722 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-26T02:22:52.722 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-26T02:22:52.722 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-26T02:22:52.722 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-26T02:22:52.722 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-26T02:22:52.722 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-26T02:22:52.722 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-26T02:22:52.722 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-26T02:22:52.723 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T02:22:52.723 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-26T02:22:52.723 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T02:22:52.723 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 14b564ba-7a37-4b73-a537-4a8ef5694a86 2024-03-26T02:22:52.723 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T02:22:52.723 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.154+0000 7f7ca33c3c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-03-26T02:22:52.723 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T02:22:52.723 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.158+0000 7f7ca33c3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557ed72ae000 2024-03-26T02:22:52.723 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.158+0000 7f7ca33c3c80 4 rocksdb: DB pointer 0x557ed729e000 2024-03-26T02:22:52.723 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.158+0000 7f7c93526700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-26T02:22:52.723 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.158+0000 7f7c93526700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-26T02:22:52.723 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-03-26T02:22:52.723 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T02:22:52.723 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-26T02:22:52.724 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T02:22:52.724 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T02:22:52.724 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-26T02:22:52.724 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T02:22:52.724 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T02:22:52.724 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T02:22:52.724 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-26T02:22:52.724 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-26T02:22:52.724 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-26T02:22:52.724 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-26T02:22:52.724 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-26T02:22:52.724 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T02:22:52.724 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-26T02:22:52.724 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-26T02:22:52.724 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-26T02:22:52.725 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T02:22:52.725 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-26T02:22:52.725 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T02:22:52.725 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T02:22:52.725 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-03-26T02:22:52.725 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-03-26T02:22:52.725 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-03-26T02:22:52.725 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-03-26T02:22:52.725 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-03-26T02:22:52.725 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T02:22:52.725 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T02:22:52.725 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-26T02:22:52.725 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x557ed71e5090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.9e-05 secs_since: 0 2024-03-26T02:22:52.725 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-03-26T02:22:52.725 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T02:22:52.725 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-03-26T02:22:52.726 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T02:22:52.726 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.158+0000 7f7ca33c3c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-03-26T02:22:52.726 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.158+0000 7f7ca33c3c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-03-26T02:22:52.726 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T02:22:52.158+0000 7f7ca33c3c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-26T02:22:52.726 INFO:teuthology.orchestra.run.smithi115.stdout:create mon.a on 2024-03-26T02:22:52.979 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-03-26T02:22:53.187 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-26T02:22:53.397 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715.target -> /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715.target. 2024-03-26T02:22:53.397 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715.target -> /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715.target. 2024-03-26T02:22:53.722 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mon.a 2024-03-26T02:22:53.722 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mon.a.service: Unit ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mon.a.service not loaded. 2024-03-26T02:22:53.921 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715.target.wants/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service. 2024-03-26T02:22:53.930 INFO:teuthology.orchestra.run.smithi115.stdout:firewalld does not appear to be present 2024-03-26T02:22:53.930 INFO:teuthology.orchestra.run.smithi115.stdout:Not possible to enable service . firewalld.service is not available 2024-03-26T02:22:53.930 INFO:teuthology.orchestra.run.smithi115.stdout:Waiting for mon to start... 2024-03-26T02:22:53.930 INFO:teuthology.orchestra.run.smithi115.stdout:Waiting for mon... 2024-03-26T02:22:55.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:55 smithi115 bash[21034]: cluster 2024-03-26T02:22:55.204691+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-26T02:22:56.058 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout cluster: 2024-03-26T02:22:56.058 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout id: 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:22:56.058 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-26T02:22:56.058 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-03-26T02:22:56.058 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout services: 2024-03-26T02:22:56.058 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.34381s) 2024-03-26T02:22:56.058 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-26T02:22:56.058 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-26T02:22:56.058 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-03-26T02:22:56.058 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout data: 2024-03-26T02:22:56.058 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-26T02:22:56.058 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-26T02:22:56.058 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-26T02:22:56.059 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout pgs: 2024-03-26T02:22:56.059 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-03-26T02:22:56.059 INFO:teuthology.orchestra.run.smithi115.stdout:mon is available 2024-03-26T02:22:56.059 INFO:teuthology.orchestra.run.smithi115.stdout:Assimilating anything we can from ceph.conf... 2024-03-26T02:22:56.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:56 smithi115 bash[21034]: cluster 2024-03-26T02:22:55.208063+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-26T02:22:56.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:56 smithi115 bash[21034]: cluster 2024-03-26T02:22:55.208258+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-03-26T02:22:56.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:56 smithi115 bash[21034]: cluster 2024-03-26T02:22:55.208277+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:22:56.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:56 smithi115 bash[21034]: cluster 2024-03-26T02:22:55.208294+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-03-26T02:22:50.952549+0000 2024-03-26T02:22:56.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:56 smithi115 bash[21034]: cluster 2024-03-26T02:22:55.208309+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-03-26T02:22:50.952549+0000 2024-03-26T02:22:56.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:56 smithi115 bash[21034]: cluster 2024-03-26T02:22:55.208325+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T02:22:56.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:56 smithi115 bash[21034]: cluster 2024-03-26T02:22:55.208339+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-03-26T02:22:56.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:56 smithi115 bash[21034]: cluster 2024-03-26T02:22:55.208355+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-03-26T02:22:56.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:56 smithi115 bash[21034]: cluster 2024-03-26T02:22:55.210479+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-03-26T02:22:56.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:56 smithi115 bash[21034]: cluster 2024-03-26T02:22:55.212527+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-26T02:22:56.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:56 smithi115 bash[21034]: cluster 2024-03-26T02:22:55.212999+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-03-26T02:22:56.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:56 smithi115 bash[21034]: audit 2024-03-26T02:22:55.551841+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.115:0/1405353968' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-26T02:22:57.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:57 smithi115 bash[21034]: audit 2024-03-26T02:22:56.957931+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.115:0/854289945' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-26T02:22:57.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:57 smithi115 bash[21034]: audit 2024-03-26T02:22:56.962563+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.115:0/854289945' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-26T02:22:57.489 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-03-26T02:22:57.489 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout [global] 2024-03-26T02:22:57.489 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout fsid = 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:22:57.489 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.115:3300,v1:172.21.15.115:6789] 2024-03-26T02:22:57.489 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-26T02:22:57.489 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-26T02:22:57.489 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-26T02:22:57.489 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-26T02:22:57.489 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-03-26T02:22:57.489 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-26T02:22:57.490 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-03-26T02:22:57.490 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-26T02:22:57.490 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-03-26T02:22:57.490 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout [osd] 2024-03-26T02:22:57.490 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-26T02:22:57.490 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-26T02:22:57.490 INFO:teuthology.orchestra.run.smithi115.stdout:Generating new minimal ceph.conf... 2024-03-26T02:22:58.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:58 smithi115 bash[21034]: audit 2024-03-26T02:22:58.473971+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.115:0/1529575523' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:22:59.009 INFO:teuthology.orchestra.run.smithi115.stdout:Restarting the monitor... 2024-03-26T02:22:59.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:59 smithi115 systemd[1]: Stopping Ceph mon.a for 8d3e4e2a-eb17-11ee-95d0-87774f69a715... 2024-03-26T02:22:59.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:59 smithi115 bash[21034]: debug 2024-03-26T02:22:59.150+0000 7f713c5bc700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-26T02:22:59.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:59 smithi115 bash[21034]: debug 2024-03-26T02:22:59.150+0000 7f713c5bc700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-26T02:22:59.882 INFO:teuthology.orchestra.run.smithi115.stdout:Setting public_network to 172.21.0.1/32,172.21.0.0/20,172.21.0.2/32,172.21.15.254/32 in mon config section 2024-03-26T02:23:00.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:59 smithi115 bash[21421]: ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715-mon-a 2024-03-26T02:23:00.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:59 smithi115 bash[21482]: Error response from daemon: No such container: ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715-mon-a 2024-03-26T02:23:00.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:59 smithi115 systemd[1]: ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-26T02:23:00.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:59 smithi115 systemd[1]: Stopped Ceph mon.a for 8d3e4e2a-eb17-11ee-95d0-87774f69a715. 2024-03-26T02:23:00.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:22:59 smithi115 systemd[1]: Started Ceph mon.a for 8d3e4e2a-eb17-11ee-95d0-87774f69a715. 2024-03-26T02:23:01.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.862+0000 7f864571fc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-26T02:23:01.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.862+0000 7f864571fc80 0 ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev), process ceph-mon, pid 7 2024-03-26T02:23:01.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.862+0000 7f864571fc80 0 pidfile_write: ignore empty --pid-file 2024-03-26T02:23:01.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.866+0000 7f864571fc80 0 load: jerasure load: lrc 2024-03-26T02:23:01.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-26T02:23:01.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Git sha 0 2024-03-26T02:23:01.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Compile date 2024-03-25 23:25:11 2024-03-26T02:23:01.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: DB SUMMARY 2024-03-26T02:23:01.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: DB Session ID: O79YQX23D2CNS7ICYJ21 2024-03-26T02:23:01.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: CURRENT file: CURRENT 2024-03-26T02:23:01.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-26T02:23:01.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-26T02:23:01.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-26T02:23:01.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89117 ; 2024-03-26T02:23:01.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.error_if_exists: 0 2024-03-26T02:23:01.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.create_if_missing: 0 2024-03-26T02:23:01.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-26T02:23:01.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-26T02:23:01.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-26T02:23:01.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-26T02:23:01.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.env: 0x56459a454c60 2024-03-26T02:23:01.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-26T02:23:01.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.info_log: 0x56459be31b20 2024-03-26T02:23:01.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-26T02:23:01.076 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.statistics: (nil) 2024-03-26T02:23:01.076 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.use_fsync: 0 2024-03-26T02:23:01.076 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-26T02:23:01.076 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-26T02:23:01.076 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-26T02:23:01.076 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-26T02:23:01.076 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-26T02:23:01.076 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-26T02:23:01.076 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-26T02:23:01.076 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-26T02:23:01.076 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-26T02:23:01.076 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-26T02:23:01.076 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-26T02:23:01.076 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.db_log_dir: 2024-03-26T02:23:01.076 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.wal_dir: 2024-03-26T02:23:01.076 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-26T02:23:01.077 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-26T02:23:01.077 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-26T02:23:01.077 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-26T02:23:01.077 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-26T02:23:01.077 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-26T02:23:01.077 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-26T02:23:01.077 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-26T02:23:01.077 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.write_buffer_manager: 0x56459be021e0 2024-03-26T02:23:01.077 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-26T02:23:01.077 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-26T02:23:01.077 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-26T02:23:01.077 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-26T02:23:01.077 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-26T02:23:01.077 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-26T02:23:01.079 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-26T02:23:01.079 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-26T02:23:01.079 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.unordered_write: 0 2024-03-26T02:23:01.079 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-26T02:23:01.079 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-26T02:23:01.079 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-26T02:23:01.079 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-26T02:23:01.079 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.row_cache: None 2024-03-26T02:23:01.079 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.wal_filter: None 2024-03-26T02:23:01.079 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-26T02:23:01.079 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-26T02:23:01.079 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.two_write_queues: 0 2024-03-26T02:23:01.080 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-26T02:23:01.080 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.wal_compression: 0 2024-03-26T02:23:01.080 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.atomic_flush: 0 2024-03-26T02:23:01.080 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-26T02:23:01.080 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-26T02:23:01.080 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-26T02:23:01.080 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-26T02:23:01.080 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-26T02:23:01.080 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-26T02:23:01.080 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-26T02:23:01.080 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-26T02:23:01.080 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-26T02:23:01.080 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-26T02:23:01.080 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-26T02:23:01.080 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-26T02:23:01.081 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-26T02:23:01.081 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-26T02:23:01.081 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-26T02:23:01.081 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-26T02:23:01.081 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-26T02:23:01.081 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-26T02:23:01.081 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-26T02:23:01.081 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-26T02:23:01.081 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-26T02:23:01.081 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-26T02:23:01.081 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_open_files: -1 2024-03-26T02:23:01.081 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-26T02:23:01.081 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-26T02:23:01.081 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-26T02:23:01.081 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-26T02:23:01.081 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-26T02:23:01.082 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Compression algorithms supported: 2024-03-26T02:23:01.082 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-26T02:23:01.082 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: kZSTD supported: 0 2024-03-26T02:23:01.082 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: kXpressCompression supported: 0 2024-03-26T02:23:01.082 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-26T02:23:01.082 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: kZlibCompression supported: 1 2024-03-26T02:23:01.082 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-26T02:23:01.082 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-26T02:23:01.082 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-26T02:23:01.082 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-26T02:23:01.082 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-26T02:23:01.082 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-26T02:23:01.082 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-26T02:23:01.082 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-26T02:23:01.083 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.merge_operator: 2024-03-26T02:23:01.083 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compaction_filter: None 2024-03-26T02:23:01.083 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-26T02:23:01.083 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-26T02:23:01.083 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-26T02:23:01.083 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-26T02:23:01.083 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56459be31d00) 2024-03-26T02:23:01.083 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: cache_index_and_filter_blocks: 1 2024-03-26T02:23:01.083 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-26T02:23:01.083 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-26T02:23:01.083 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: pin_top_level_index_and_filter: 1 2024-03-26T02:23:01.083 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: index_type: 0 2024-03-26T02:23:01.083 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: data_block_index_type: 0 2024-03-26T02:23:01.083 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: index_shortening: 1 2024-03-26T02:23:01.083 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: data_block_hash_table_util_ratio: 0.750000 2024-03-26T02:23:01.083 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: checksum: 4 2024-03-26T02:23:01.084 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: no_block_cache: 0 2024-03-26T02:23:01.084 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: block_cache: 0x56459be33090 2024-03-26T02:23:01.084 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: block_cache_name: BinnedLRUCache 2024-03-26T02:23:01.084 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: block_cache_options: 2024-03-26T02:23:01.084 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: capacity : 536870912 2024-03-26T02:23:01.084 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: num_shard_bits : 4 2024-03-26T02:23:01.084 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: strict_capacity_limit : 0 2024-03-26T02:23:01.084 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: high_pri_pool_ratio: 0.000 2024-03-26T02:23:01.084 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: block_cache_compressed: (nil) 2024-03-26T02:23:01.084 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: persistent_cache: (nil) 2024-03-26T02:23:01.084 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: block_size: 4096 2024-03-26T02:23:01.084 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: block_size_deviation: 10 2024-03-26T02:23:01.084 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: block_restart_interval: 16 2024-03-26T02:23:01.084 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: index_block_restart_interval: 1 2024-03-26T02:23:01.084 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: metadata_block_size: 4096 2024-03-26T02:23:01.084 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: partition_filters: 0 2024-03-26T02:23:01.084 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: use_delta_encoding: 1 2024-03-26T02:23:01.085 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: filter_policy: bloomfilter 2024-03-26T02:23:01.085 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: whole_key_filtering: 1 2024-03-26T02:23:01.085 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: verify_compression: 0 2024-03-26T02:23:01.085 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: read_amp_bytes_per_bit: 0 2024-03-26T02:23:01.085 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: format_version: 5 2024-03-26T02:23:01.085 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: enable_index_compression: 1 2024-03-26T02:23:01.085 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: block_align: 0 2024-03-26T02:23:01.085 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: max_auto_readahead_size: 262144 2024-03-26T02:23:01.085 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: prepopulate_block_cache: 0 2024-03-26T02:23:01.085 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: initial_auto_readahead_size: 8192 2024-03-26T02:23:01.085 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: num_file_reads_for_auto_readahead: 2 2024-03-26T02:23:01.085 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-26T02:23:01.085 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-26T02:23:01.085 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compression: NoCompression 2024-03-26T02:23:01.085 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-26T02:23:01.085 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-26T02:23:01.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-26T02:23:01.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.num_levels: 7 2024-03-26T02:23:01.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-26T02:23:01.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-26T02:23:01.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-26T02:23:01.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-26T02:23:01.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-26T02:23:01.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-26T02:23:01.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-26T02:23:01.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-26T02:23:01.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-26T02:23:01.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-26T02:23:01.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-26T02:23:01.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-26T02:23:01.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-26T02:23:01.087 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-26T02:23:01.087 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-26T02:23:01.087 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-26T02:23:01.087 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-26T02:23:01.087 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-26T02:23:01.087 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-26T02:23:01.087 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-26T02:23:01.087 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-26T02:23:01.087 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-26T02:23:01.087 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-26T02:23:01.087 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-26T02:23:01.087 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-26T02:23:01.087 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-26T02:23:01.087 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-26T02:23:01.087 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-26T02:23:01.087 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-26T02:23:01.088 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-26T02:23:01.088 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-26T02:23:01.088 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-26T02:23:01.088 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-26T02:23:01.088 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-26T02:23:01.088 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-26T02:23:01.088 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-26T02:23:01.088 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-26T02:23:01.088 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-26T02:23:01.088 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-26T02:23:01.088 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-26T02:23:01.088 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-26T02:23:01.088 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-26T02:23:01.088 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-26T02:23:01.088 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-26T02:23:01.088 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-26T02:23:01.089 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-26T02:23:01.089 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-26T02:23:01.089 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-26T02:23:01.089 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-26T02:23:01.089 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-26T02:23:01.089 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-26T02:23:01.089 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-26T02:23:01.089 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-26T02:23:01.089 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-26T02:23:01.089 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-26T02:23:01.089 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-26T02:23:01.089 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-26T02:23:01.089 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-26T02:23:01.089 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-26T02:23:01.089 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.bloom_locality: 0 2024-03-26T02:23:01.089 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-26T02:23:01.089 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-26T02:23:01.090 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-26T02:23:01.090 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-26T02:23:01.090 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-26T02:23:01.090 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.ttl: 2592000 2024-03-26T02:23:01.090 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-26T02:23:01.090 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-26T02:23:01.090 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-26T02:23:01.090 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.enable_blob_files: false 2024-03-26T02:23:01.090 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.min_blob_size: 0 2024-03-26T02:23:01.090 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-26T02:23:01.090 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-26T02:23:01.090 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-26T02:23:01.090 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-26T02:23:01.090 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-26T02:23:01.090 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-26T02:23:01.091 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-26T02:23:01.091 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-26T02:23:01.091 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-03-26T02:23:01.091 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-26T02:23:01.091 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 14b564ba-7a37-4b73-a537-4a8ef5694a86 2024-03-26T02:23:01.091 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711419780873708, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-26T02:23:01.091 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-26T02:23:01.091 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711419780874737, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85734, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83881, "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": 78088, "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": 1711419780, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "14b564ba-7a37-4b73-a537-4a8ef5694a86", "db_session_id": "O79YQX23D2CNS7ICYJ21", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-26T02:23:01.091 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711419780874838, "job": 1, "event": "recovery_finished"} 2024-03-26T02:23:01.091 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-26T02:23:01.091 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-26T02:23:01.091 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56459bf26000 2024-03-26T02:23:01.091 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.870+0000 7f864571fc80 4 rocksdb: DB pointer 0x56459bf10000 2024-03-26T02:23:01.091 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.874+0000 7f8633e7a700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-26T02:23:01.091 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.874+0000 7f8633e7a700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-26T02:23:01.092 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: ** DB Stats ** 2024-03-26T02:23:01.092 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T02:23:01.092 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-26T02:23:01.092 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T02:23:01.092 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T02:23:01.092 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-26T02:23:01.092 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T02:23:01.092 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T02:23:01.092 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: ** Compaction Stats [default] ** 2024-03-26T02:23:01.092 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-26T02:23:01.092 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-26T02:23:01.092 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: L0 2/0 85.58 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T02:23:01.092 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: Sum 2/0 85.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T02:23:01.092 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T02:23:01.092 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: ** Compaction Stats [default] ** 2024-03-26T02:23:01.092 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-26T02:23:01.092 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-26T02:23:01.093 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 132.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T02:23:01.093 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-26T02:23:01.093 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T02:23:01.093 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-26T02:23:01.093 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-26T02:23:01.093 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: AddFile(Total Files): cumulative 0, interval 0 2024-03-26T02:23:01.093 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-26T02:23:01.093 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: AddFile(Keys): cumulative 0, interval 0 2024-03-26T02:23:01.093 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: Cumulative compaction: 0.00 GB write, 22.95 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T02:23:01.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: Interval compaction: 0.00 GB write, 22.95 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T02:23:01.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-26T02:23:01.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: Block cache BinnedLRUCache@0x56459be33090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-03-26T02:23:01.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: 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-03-26T02:23:01.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: ** File Read Latency Histogram By Level [default] ** 2024-03-26T02:23:01.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.874+0000 7f864571fc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] at bind addrs [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:23:01.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.874+0000 7f864571fc80 1 mon.a@-1(???) e1 preinit fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:23:01.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.874+0000 7f864571fc80 0 mon.a@-1(???).mds e1 new map 2024-03-26T02:23:01.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.874+0000 7f864571fc80 0 mon.a@-1(???).mds e1 print_map 2024-03-26T02:23:01.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: e1 2024-03-26T02:23:01.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-26T02:23:01.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: 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-03-26T02:23:01.095 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: legacy client fscid: -1 2024-03-26T02:23:01.095 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: 2024-03-26T02:23:01.095 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: No filesystems configured 2024-03-26T02:23:01.095 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.874+0000 7f864571fc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-26T02:23:01.095 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.874+0000 7f864571fc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T02:23:01.095 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.874+0000 7f864571fc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T02:23:01.095 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.874+0000 7f864571fc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T02:23:01.095 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: debug 2024-03-26T02:23:00.874+0000 7f864571fc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-26T02:23:01.095 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: cluster 2024-03-26T02:23:00.904697+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-26T02:23:01.095 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: cluster 2024-03-26T02:23:00.904802+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-03-26T02:23:01.095 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: cluster 2024-03-26T02:23:00.904819+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:23:01.095 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: cluster 2024-03-26T02:23:00.904833+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-03-26T02:22:50.952549+0000 2024-03-26T02:23:01.095 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: cluster 2024-03-26T02:23:00.904851+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-03-26T02:22:50.952549+0000 2024-03-26T02:23:01.095 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: cluster 2024-03-26T02:23:00.904869+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T02:23:01.095 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: cluster 2024-03-26T02:23:00.904881+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-03-26T02:23:01.095 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: cluster 2024-03-26T02:23:00.904900+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-03-26T02:23:01.096 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: cluster 2024-03-26T02:23:00.905375+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-03-26T02:23:01.096 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: cluster 2024-03-26T02:23:00.905414+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-26T02:23:01.096 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:00 smithi115 bash[21522]: cluster 2024-03-26T02:23:00.905858+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-03-26T02:23:01.719 INFO:teuthology.orchestra.run.smithi115.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-26T02:23:01.745 INFO:teuthology.orchestra.run.smithi115.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-26T02:23:01.745 INFO:teuthology.orchestra.run.smithi115.stdout:Creating mgr... 2024-03-26T02:23:01.746 INFO:teuthology.orchestra.run.smithi115.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-26T02:23:01.746 INFO:teuthology.orchestra.run.smithi115.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-26T02:23:02.064 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mgr.a 2024-03-26T02:23:02.064 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mgr.a.service: Unit ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mgr.a.service not loaded. 2024-03-26T02:23:02.133 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:01 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:23:02.261 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715.target.wants/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service. 2024-03-26T02:23:02.269 INFO:teuthology.orchestra.run.smithi115.stdout:firewalld does not appear to be present 2024-03-26T02:23:02.269 INFO:teuthology.orchestra.run.smithi115.stdout:Not possible to enable service . firewalld.service is not available 2024-03-26T02:23:02.270 INFO:teuthology.orchestra.run.smithi115.stdout:firewalld does not appear to be present 2024-03-26T02:23:02.270 INFO:teuthology.orchestra.run.smithi115.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-26T02:23:02.270 INFO:teuthology.orchestra.run.smithi115.stdout:Waiting for mgr to start... 2024-03-26T02:23:02.270 INFO:teuthology.orchestra.run.smithi115.stdout:Waiting for mgr... 2024-03-26T02:23:02.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:02 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:23:02.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:02 smithi115 bash[21522]: audit 2024-03-26T02:23:01.181143+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.115:0/2806622199' entity='client.admin' 2024-03-26T02:23:04.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:03 smithi115 bash[21522]: audit 2024-03-26T02:23:03.783074+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.115:0/3830523106' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T02:23:04.073 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:03 smithi115 bash[21780]: debug 2024-03-26T02:23:03.922+0000 7f17a7acc200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T02:23:04.686 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-03-26T02:23:04.686 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout { 2024-03-26T02:23:04.686 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "fsid": "8d3e4e2a-eb17-11ee-95d0-87774f69a715", 2024-03-26T02:23:04.686 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T02:23:04.686 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T02:23:04.686 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T02:23:04.686 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T02:23:04.686 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:04.686 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T02:23:04.687 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T02:23:04.687 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 0 2024-03-26T02:23:04.687 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-03-26T02:23:04.687 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T02:23:04.687 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T02:23:04.687 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-03-26T02:23:04.687 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-26T02:23:04.687 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T02:23:04.687 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T02:23:04.687 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T02:23:04.687 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T02:23:04.687 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:04.687 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T02:23:04.687 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T02:23:04.687 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T02:23:04.688 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T02:23:04.688 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T02:23:04.688 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T02:23:04.688 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T02:23:04.688 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T02:23:04.691 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:04.692 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T02:23:04.692 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T02:23:04.692 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T02:23:04.692 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T02:23:04.692 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T02:23:04.692 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T02:23:04.692 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T02:23:04.692 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T02:23:04.692 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T02:23:04.692 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:04.692 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T02:23:04.693 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T02:23:04.693 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T02:23:04.693 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T02:23:04.693 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:04.693 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T02:23:04.693 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-26T02:23:04.693 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T02:23:04.693 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T02:23:04.693 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T02:23:04.693 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T02:23:04.693 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T02:23:04.693 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-03-26T02:23:04.693 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T02:23:04.694 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:04.694 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T02:23:04.694 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T02:23:04.694 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T02:22:55.209517+0000", 2024-03-26T02:23:04.694 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T02:23:04.694 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:04.694 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T02:23:04.694 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout } 2024-03-26T02:23:04.694 INFO:teuthology.orchestra.run.smithi115.stdout:mgr not available, waiting (1/15)... 2024-03-26T02:23:05.823 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:05 smithi115 bash[21780]: debug 2024-03-26T02:23:05.489+0000 7f17a7acc200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T02:23:05.823 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:05 smithi115 bash[21780]: debug 2024-03-26T02:23:05.581+0000 7f17a7acc200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T02:23:06.323 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:05 smithi115 bash[21780]: debug 2024-03-26T02:23:05.833+0000 7f17a7acc200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T02:23:07.073 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:06 smithi115 bash[21780]: debug 2024-03-26T02:23:06.621+0000 7f17a7acc200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T02:23:07.073 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:06 smithi115 bash[21780]: debug 2024-03-26T02:23:06.733+0000 7f17a7acc200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T02:23:07.073 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:06 smithi115 bash[21780]: debug 2024-03-26T02:23:06.833+0000 7f17a7acc200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T02:23:07.479 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:07 smithi115 bash[21780]: debug 2024-03-26T02:23:07.185+0000 7f17a7acc200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T02:23:07.479 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:07 smithi115 bash[21780]: debug 2024-03-26T02:23:07.301+0000 7f17a7acc200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T02:23:07.480 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:07 smithi115 bash[21780]: debug 2024-03-26T02:23:07.405+0000 7f17a7acc200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T02:23:08.073 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:07 smithi115 bash[21780]: debug 2024-03-26T02:23:07.761+0000 7f17a7acc200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T02:23:08.073 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:08 smithi115 bash[21780]: debug 2024-03-26T02:23:08.005+0000 7f17a7acc200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T02:23:08.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:07 smithi115 bash[21522]: audit 2024-03-26T02:23:07.804786+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.115:0/1404640700' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T02:23:08.345 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-03-26T02:23:08.345 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout { 2024-03-26T02:23:08.345 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "fsid": "8d3e4e2a-eb17-11ee-95d0-87774f69a715", 2024-03-26T02:23:08.345 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T02:23:08.345 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T02:23:08.346 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T02:23:08.346 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T02:23:08.346 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:08.346 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T02:23:08.346 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T02:23:08.346 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 0 2024-03-26T02:23:08.346 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-03-26T02:23:08.346 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T02:23:08.346 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T02:23:08.346 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-03-26T02:23:08.346 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-03-26T02:23:08.346 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T02:23:08.346 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T02:23:08.346 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T02:23:08.347 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T02:23:08.347 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:08.347 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T02:23:08.347 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T02:23:08.347 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T02:23:08.347 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T02:23:08.347 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T02:23:08.347 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T02:23:08.347 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T02:23:08.347 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T02:23:08.350 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:08.350 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T02:23:08.350 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T02:23:08.350 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T02:23:08.350 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T02:23:08.351 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T02:23:08.351 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T02:23:08.351 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T02:23:08.351 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T02:23:08.351 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T02:23:08.351 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:08.351 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T02:23:08.351 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T02:23:08.351 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T02:23:08.351 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T02:23:08.351 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:08.351 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T02:23:08.351 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-26T02:23:08.351 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T02:23:08.351 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T02:23:08.351 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T02:23:08.351 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T02:23:08.351 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T02:23:08.352 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-03-26T02:23:08.352 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T02:23:08.352 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:08.352 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T02:23:08.352 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T02:23:08.352 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T02:22:55.209517+0000", 2024-03-26T02:23:08.352 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T02:23:08.352 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:08.352 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T02:23:08.352 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout } 2024-03-26T02:23:08.352 INFO:teuthology.orchestra.run.smithi115.stdout:mgr not available, waiting (2/15)... 2024-03-26T02:23:08.573 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:08 smithi115 bash[21780]: debug 2024-03-26T02:23:08.261+0000 7f17a7acc200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T02:23:08.573 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:08 smithi115 bash[21780]: debug 2024-03-26T02:23:08.373+0000 7f17a7acc200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T02:23:09.073 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:08 smithi115 bash[21780]: debug 2024-03-26T02:23:08.641+0000 7f17a7acc200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T02:23:09.428 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:09 smithi115 bash[21780]: debug 2024-03-26T02:23:09.073+0000 7f17a7acc200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T02:23:09.428 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:09 smithi115 bash[21780]: debug 2024-03-26T02:23:09.309+0000 7f17a7acc200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T02:23:09.823 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:09 smithi115 bash[21780]: debug 2024-03-26T02:23:09.425+0000 7f17a7acc200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T02:23:09.823 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:09 smithi115 bash[21780]: debug 2024-03-26T02:23:09.669+0000 7f17a7acc200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T02:23:10.986 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:10 smithi115 bash[21780]: debug 2024-03-26T02:23:10.665+0000 7f17a7acc200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T02:23:10.986 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:10 smithi115 bash[21780]: debug 2024-03-26T02:23:10.781+0000 7f17a7acc200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T02:23:11.321 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:11 smithi115 bash[21780]: debug 2024-03-26T02:23:11.081+0000 7f17a7acc200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T02:23:11.321 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:11 smithi115 bash[21780]: debug 2024-03-26T02:23:11.193+0000 7f17a7acc200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T02:23:11.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:11 smithi115 bash[21522]: audit 2024-03-26T02:23:11.309280+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.115:0/1906394108' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T02:23:11.832 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-03-26T02:23:11.832 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout { 2024-03-26T02:23:11.832 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "fsid": "8d3e4e2a-eb17-11ee-95d0-87774f69a715", 2024-03-26T02:23:11.832 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T02:23:11.832 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T02:23:11.833 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T02:23:11.833 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T02:23:11.833 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:11.833 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T02:23:11.833 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T02:23:11.833 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 0 2024-03-26T02:23:11.833 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-03-26T02:23:11.833 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T02:23:11.833 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T02:23:11.833 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-03-26T02:23:11.833 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-03-26T02:23:11.833 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T02:23:11.833 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T02:23:11.833 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T02:23:11.833 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T02:23:11.834 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:11.834 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T02:23:11.834 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T02:23:11.834 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T02:23:11.834 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T02:23:11.834 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T02:23:11.834 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T02:23:11.834 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T02:23:11.834 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T02:23:11.837 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:11.837 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T02:23:11.837 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T02:23:11.838 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T02:23:11.838 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T02:23:11.838 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T02:23:11.838 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T02:23:11.838 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T02:23:11.838 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T02:23:11.838 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T02:23:11.838 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:11.838 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T02:23:11.838 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T02:23:11.838 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T02:23:11.838 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T02:23:11.838 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:11.838 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T02:23:11.839 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-26T02:23:11.839 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T02:23:11.839 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T02:23:11.839 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T02:23:11.839 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T02:23:11.839 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T02:23:11.839 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-03-26T02:23:11.839 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T02:23:11.839 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:11.839 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T02:23:11.839 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T02:23:11.839 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T02:22:55.209517+0000", 2024-03-26T02:23:11.839 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T02:23:11.840 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:11.840 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T02:23:11.840 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout } 2024-03-26T02:23:11.840 INFO:teuthology.orchestra.run.smithi115.stdout:mgr not available, waiting (3/15)... 2024-03-26T02:23:12.073 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:11 smithi115 bash[21780]: debug 2024-03-26T02:23:11.649+0000 7f17a7acc200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T02:23:12.073 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:11 smithi115 bash[21780]: debug 2024-03-26T02:23:11.769+0000 7f17a7acc200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T02:23:12.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:12 smithi115 bash[21522]: cluster 2024-03-26T02:23:11.776237+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-03-26T02:23:12.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:12 smithi115 bash[21522]: cluster 2024-03-26T02:23:11.779966+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00400651s) 2024-03-26T02:23:12.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:12 smithi115 bash[21522]: audit 2024-03-26T02:23:11.782386+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14102 172.21.15.115:0/3719443330' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T02:23:12.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:12 smithi115 bash[21522]: audit 2024-03-26T02:23:11.782676+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14102 172.21.15.115:0/3719443330' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T02:23:12.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:12 smithi115 bash[21522]: audit 2024-03-26T02:23:11.783024+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14102 172.21.15.115:0/3719443330' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T02:23:12.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:12 smithi115 bash[21522]: audit 2024-03-26T02:23:11.783199+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14102 172.21.15.115:0/3719443330' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:23:12.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:12 smithi115 bash[21522]: audit 2024-03-26T02:23:11.783400+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14102 172.21.15.115:0/3719443330' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T02:23:12.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:12 smithi115 bash[21522]: cluster 2024-03-26T02:23:11.806358+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-03-26T02:23:12.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:12 smithi115 bash[21522]: audit 2024-03-26T02:23:11.818692+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14102 172.21.15.115:0/3719443330' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T02:23:12.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:12 smithi115 bash[21522]: audit 2024-03-26T02:23:11.821816+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14102 172.21.15.115:0/3719443330' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T02:23:12.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:12 smithi115 bash[21522]: audit 2024-03-26T02:23:11.827409+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14102 172.21.15.115:0/3719443330' entity='mgr.a' 2024-03-26T02:23:12.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:12 smithi115 bash[21522]: audit 2024-03-26T02:23:11.832988+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14102 172.21.15.115:0/3719443330' entity='mgr.a' 2024-03-26T02:23:12.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:12 smithi115 bash[21522]: audit 2024-03-26T02:23:11.838424+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14102 172.21.15.115:0/3719443330' entity='mgr.a' 2024-03-26T02:23:14.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:13 smithi115 bash[21522]: cluster 2024-03-26T02:23:12.790333+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01436s) 2024-03-26T02:23:15.742 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-03-26T02:23:15.742 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout { 2024-03-26T02:23:15.742 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "fsid": "8d3e4e2a-eb17-11ee-95d0-87774f69a715", 2024-03-26T02:23:15.742 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T02:23:15.742 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T02:23:15.742 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T02:23:15.742 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T02:23:15.742 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:15.742 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T02:23:15.743 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T02:23:15.743 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 0 2024-03-26T02:23:15.743 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-03-26T02:23:15.743 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T02:23:15.743 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T02:23:15.743 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-03-26T02:23:15.743 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-03-26T02:23:15.743 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T02:23:15.743 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T02:23:15.743 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T02:23:15.743 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T02:23:15.743 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:15.743 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T02:23:15.743 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T02:23:15.743 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T02:23:15.743 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T02:23:15.744 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T02:23:15.744 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T02:23:15.744 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T02:23:15.744 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T02:23:15.747 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:15.747 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T02:23:15.747 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T02:23:15.747 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T02:23:15.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T02:23:15.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T02:23:15.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T02:23:15.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T02:23:15.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T02:23:15.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T02:23:15.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:15.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T02:23:15.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T02:23:15.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T02:23:15.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T02:23:15.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:15.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T02:23:15.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-26T02:23:15.749 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T02:23:15.749 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T02:23:15.749 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T02:23:15.749 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T02:23:15.749 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T02:23:15.749 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-03-26T02:23:15.749 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T02:23:15.749 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:15.749 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T02:23:15.749 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T02:23:15.749 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T02:22:55.209517+0000", 2024-03-26T02:23:15.749 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T02:23:15.749 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-03-26T02:23:15.749 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T02:23:15.749 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout } 2024-03-26T02:23:15.749 INFO:teuthology.orchestra.run.smithi115.stdout:mgr is available 2024-03-26T02:23:16.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:15 smithi115 bash[21522]: cluster 2024-03-26T02:23:14.788678+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-03-26T02:23:16.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:15 smithi115 bash[21522]: audit 2024-03-26T02:23:15.251050+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.115:0/433396261' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T02:23:17.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:17 smithi115 bash[21522]: audit 2024-03-26T02:23:17.063293+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.115:0/3184897678' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-26T02:23:17.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:17 smithi115 bash[21522]: audit 2024-03-26T02:23:17.066502+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.115:0/3184897678' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-26T02:23:17.603 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-03-26T02:23:17.603 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout [global] 2024-03-26T02:23:17.604 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout fsid = 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:23:17.604 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-26T02:23:17.604 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-26T02:23:17.604 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-26T02:23:17.604 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-26T02:23:17.604 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-03-26T02:23:17.604 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-26T02:23:17.605 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-26T02:23:17.605 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-03-26T02:23:17.605 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout [osd] 2024-03-26T02:23:17.605 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-26T02:23:17.605 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-26T02:23:17.605 INFO:teuthology.orchestra.run.smithi115.stdout:Enabling cephadm module... 2024-03-26T02:23:19.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:18 smithi115 bash[21522]: audit 2024-03-26T02:23:18.882283+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.115:0/1421954550' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-26T02:23:19.323 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:18 smithi115 bash[21780]: ignoring --setuser ceph since I am not root 2024-03-26T02:23:19.323 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:18 smithi115 bash[21780]: ignoring --setgroup ceph since I am not root 2024-03-26T02:23:19.323 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:19 smithi115 bash[21780]: debug 2024-03-26T02:23:19.133+0000 7f6564fe3200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T02:23:20.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:19 smithi115 bash[21522]: audit 2024-03-26T02:23:18.933875+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.115:0/1421954550' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-26T02:23:20.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:19 smithi115 bash[21522]: cluster 2024-03-26T02:23:18.937990+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-03-26T02:23:21.063 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:20 smithi115 bash[21522]: audit 2024-03-26T02:23:20.738232+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.115:0/3276867206' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-26T02:23:21.063 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:20 smithi115 bash[21780]: debug 2024-03-26T02:23:20.709+0000 7f6564fe3200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T02:23:21.063 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:20 smithi115 bash[21780]: debug 2024-03-26T02:23:20.809+0000 7f6564fe3200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T02:23:21.339 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout { 2024-03-26T02:23:21.339 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-26T02:23:21.339 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-26T02:23:21.339 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-26T02:23:21.339 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-26T02:23:21.339 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout } 2024-03-26T02:23:21.339 INFO:teuthology.orchestra.run.smithi115.stdout:Waiting for the mgr to restart... 2024-03-26T02:23:21.339 INFO:teuthology.orchestra.run.smithi115.stdout:Waiting for mgr epoch 5... 2024-03-26T02:23:21.826 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:21 smithi115 bash[21780]: debug 2024-03-26T02:23:21.057+0000 7f6564fe3200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T02:23:22.323 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:21 smithi115 bash[21780]: debug 2024-03-26T02:23:21.857+0000 7f6564fe3200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T02:23:22.323 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:21 smithi115 bash[21780]: debug 2024-03-26T02:23:21.969+0000 7f6564fe3200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T02:23:22.323 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:22 smithi115 bash[21780]: debug 2024-03-26T02:23:22.077+0000 7f6564fe3200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T02:23:22.823 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:22 smithi115 bash[21780]: debug 2024-03-26T02:23:22.437+0000 7f6564fe3200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T02:23:22.823 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:22 smithi115 bash[21780]: debug 2024-03-26T02:23:22.549+0000 7f6564fe3200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T02:23:22.823 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:22 smithi115 bash[21780]: debug 2024-03-26T02:23:22.653+0000 7f6564fe3200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T02:23:23.323 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:23 smithi115 bash[21780]: debug 2024-03-26T02:23:23.005+0000 7f6564fe3200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T02:23:23.323 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:23 smithi115 bash[21780]: debug 2024-03-26T02:23:23.245+0000 7f6564fe3200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T02:23:23.823 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:23 smithi115 bash[21780]: debug 2024-03-26T02:23:23.505+0000 7f6564fe3200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T02:23:23.823 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:23 smithi115 bash[21780]: debug 2024-03-26T02:23:23.617+0000 7f6564fe3200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T02:23:24.303 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:23 smithi115 bash[21780]: debug 2024-03-26T02:23:23.889+0000 7f6564fe3200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T02:23:24.573 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:24 smithi115 bash[21780]: debug 2024-03-26T02:23:24.297+0000 7f6564fe3200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T02:23:24.573 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:24 smithi115 bash[21780]: debug 2024-03-26T02:23:24.537+0000 7f6564fe3200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T02:23:25.073 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:24 smithi115 bash[21780]: debug 2024-03-26T02:23:24.653+0000 7f6564fe3200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T02:23:25.073 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:24 smithi115 bash[21780]: debug 2024-03-26T02:23:24.897+0000 7f6564fe3200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T02:23:26.323 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:25 smithi115 bash[21780]: debug 2024-03-26T02:23:25.917+0000 7f6564fe3200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T02:23:26.323 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:26 smithi115 bash[21780]: debug 2024-03-26T02:23:26.033+0000 7f6564fe3200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T02:23:26.823 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:26 smithi115 bash[21780]: debug 2024-03-26T02:23:26.325+0000 7f6564fe3200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T02:23:26.823 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:26 smithi115 bash[21780]: debug 2024-03-26T02:23:26.441+0000 7f6564fe3200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T02:23:27.323 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:26 smithi115 bash[21780]: debug 2024-03-26T02:23:26.893+0000 7f6564fe3200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T02:23:27.323 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:27 smithi115 bash[21780]: debug 2024-03-26T02:23:27.013+0000 7f6564fe3200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T02:23:27.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:27 smithi115 bash[21522]: cluster 2024-03-26T02:23:27.037385+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-03-26T02:23:27.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:27 smithi115 bash[21522]: cluster 2024-03-26T02:23:27.038201+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-03-26T02:23:27.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:27 smithi115 bash[21522]: cluster 2024-03-26T02:23:27.043407+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-26T02:23:27.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:27 smithi115 bash[21522]: cluster 2024-03-26T02:23:27.043604+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00576575s) 2024-03-26T02:23:27.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:27 smithi115 bash[21522]: audit 2024-03-26T02:23:27.045611+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:23:27.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:27 smithi115 bash[21522]: audit 2024-03-26T02:23:27.047650+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T02:23:27.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:27 smithi115 bash[21522]: audit 2024-03-26T02:23:27.048402+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T02:23:27.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:27 smithi115 bash[21522]: audit 2024-03-26T02:23:27.048616+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T02:23:27.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:27 smithi115 bash[21522]: audit 2024-03-26T02:23:27.048826+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T02:23:27.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:27 smithi115 bash[21522]: cluster 2024-03-26T02:23:27.078731+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-03-26T02:23:28.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:28 smithi115 bash[21522]: cephadm 2024-03-26T02:23:27.105356+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-03-26T02:23:28.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:28 smithi115 bash[21522]: audit 2024-03-26T02:23:27.107629+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' 2024-03-26T02:23:28.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:28 smithi115 bash[21522]: audit 2024-03-26T02:23:27.110516+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' 2024-03-26T02:23:28.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:28 smithi115 bash[21522]: audit 2024-03-26T02:23:27.113412+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' 2024-03-26T02:23:28.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:28 smithi115 bash[21522]: audit 2024-03-26T02:23:27.117046+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:23:28.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:28 smithi115 bash[21522]: audit 2024-03-26T02:23:27.120637+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:23:28.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:28 smithi115 bash[21522]: audit 2024-03-26T02:23:27.130558+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T02:23:28.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:28 smithi115 bash[21522]: audit 2024-03-26T02:23:27.133971+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T02:23:28.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:28 smithi115 bash[21522]: cluster 2024-03-26T02:23:28.052292+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e7: a(active, since 1.01444s) 2024-03-26T02:23:28.644 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout { 2024-03-26T02:23:28.644 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-26T02:23:28.645 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-26T02:23:28.645 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout } 2024-03-26T02:23:28.645 INFO:teuthology.orchestra.run.smithi115.stdout:mgr epoch 5 is available 2024-03-26T02:23:28.645 INFO:teuthology.orchestra.run.smithi115.stdout:Setting orchestrator backend to cephadm... 2024-03-26T02:23:29.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:29 smithi115 bash[21522]: audit 2024-03-26T02:23:28.049524+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-26T02:23:29.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:29 smithi115 bash[21522]: audit 2024-03-26T02:23:28.061940+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-26T02:23:29.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:29 smithi115 bash[21522]: audit 2024-03-26T02:23:28.135240+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' 2024-03-26T02:23:29.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:29 smithi115 bash[21522]: audit 2024-03-26T02:23:28.138491+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' 2024-03-26T02:23:29.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:29 smithi115 bash[21522]: cephadm 2024-03-26T02:23:28.316873+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [26/Mar/2024:02:23:28] ENGINE Bus STARTING 2024-03-26T02:23:29.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:29 smithi115 bash[21522]: cephadm 2024-03-26T02:23:28.433995+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [26/Mar/2024:02:23:28] ENGINE Serving on https://172.21.15.115:7150 2024-03-26T02:23:29.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:29 smithi115 bash[21522]: cephadm 2024-03-26T02:23:28.535361+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [26/Mar/2024:02:23:28] ENGINE Serving on http://172.21.15.115:8765 2024-03-26T02:23:29.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:29 smithi115 bash[21522]: cephadm 2024-03-26T02:23:28.535487+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [26/Mar/2024:02:23:28] ENGINE Bus STARTED 2024-03-26T02:23:29.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:29 smithi115 bash[21522]: audit 2024-03-26T02:23:28.541594+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:23:30.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:30 smithi115 bash[21522]: cluster 2024-03-26T02:23:29.146853+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-03-26T02:23:30.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:30 smithi115 bash[21522]: audit 2024-03-26T02:23:29.881113+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:23:30.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:30 smithi115 bash[21522]: audit 2024-03-26T02:23:29.886385+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' 2024-03-26T02:23:30.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:30 smithi115 bash[21522]: audit 2024-03-26T02:23:29.912260+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:23:32.180 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-26T02:23:32.180 INFO:teuthology.orchestra.run.smithi115.stdout:Generating ssh key... 2024-03-26T02:23:32.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:32 smithi115 bash[21522]: audit 2024-03-26T02:23:31.622986+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:23:33.823 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:33 smithi115 bash[21780]: Generating public/private rsa key pair. 2024-03-26T02:23:33.824 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:33 smithi115 bash[21780]: Your identification has been saved in /tmp/tmpbgpghaf8/key. 2024-03-26T02:23:33.824 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:33 smithi115 bash[21780]: Your public key has been saved in /tmp/tmpbgpghaf8/key.pub. 2024-03-26T02:23:33.824 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:33 smithi115 bash[21780]: The key fingerprint is: 2024-03-26T02:23:33.824 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:33 smithi115 bash[21780]: SHA256:mj4OiYWNJrvH3XvAs+6Iqb88gN5MGj1KE8EU6dUkn8M ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:23:33.824 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:33 smithi115 bash[21780]: The key's randomart image is: 2024-03-26T02:23:33.824 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:33 smithi115 bash[21780]: +---[RSA 3072]----+ 2024-03-26T02:23:33.824 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:33 smithi115 bash[21780]: |ooo.o. | 2024-03-26T02:23:33.824 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:33 smithi115 bash[21780]: | + .+.. | 2024-03-26T02:23:33.824 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:33 smithi115 bash[21780]: |. o E | 2024-03-26T02:23:33.824 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:33 smithi115 bash[21780]: | o + . | 2024-03-26T02:23:33.824 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:33 smithi115 bash[21780]: |o * o. S | 2024-03-26T02:23:33.824 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:33 smithi115 bash[21780]: |oB * .+o | 2024-03-26T02:23:33.824 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:33 smithi115 bash[21780]: |+oX.+.o+ | 2024-03-26T02:23:33.824 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:33 smithi115 bash[21780]: | *+=.++ . | 2024-03-26T02:23:33.825 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:33 smithi115 bash[21780]: |o+*o.+*+ | 2024-03-26T02:23:33.825 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:33 smithi115 bash[21780]: +----[SHA256]-----+ 2024-03-26T02:23:34.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:34 smithi115 bash[21522]: audit 2024-03-26T02:23:33.360972+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:23:34.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:34 smithi115 bash[21522]: cephadm 2024-03-26T02:23:33.361218+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-03-26T02:23:34.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:34 smithi115 bash[21522]: audit 2024-03-26T02:23:33.508837+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' 2024-03-26T02:23:34.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:34 smithi115 bash[21522]: audit 2024-03-26T02:23:33.513665+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' 2024-03-26T02:23:35.759 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIUFZkfYWqo93AKz+gCPsUPkY9SQi/PxvkHquFRurQ0F4Qnxve9Py7Z0mkrvxSsqFTUIgCai6PIi/rNebr1ByrAxLQ78a2ehyEVhbeYnqPzSXcgdg35H6Jm5QzVtRdUGRD0GMvbkO0stwzP63zEo/3cppFXDoLr/TP9Pfk6qS9sZ5RObe75lAmnypDBoj9hNsZUbeMJCLbN9KDdd1f4p+IkQc636Jov9/PtLgdXUxd0VouL4cvgDPbT5EoxWZYiqVUJI5R6um4inbInJbtzE87dOjN8CqA6lJMg8EcFBjiZ7bwY/o+KkAadHAfgnn7nqKANiL+OJ1ImoRlXuGwstGaWyzHOvrPJ4F3Ze3qp+Qbe3scOMMtX2d+EH3F9IMq3qGgp5SVo1QIxQo9TzBiiqxWQNzDIxNzvGEUGlCmKXcxIiiSLA2kqL8R3lpafW+57aBXW5X8tY1ibTbeiZQhDIgpC7V7JoRy8PmG571ZDCW3CKoYYiT4wtm3iOSv6OPx6Ms= ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:23:35.759 INFO:teuthology.orchestra.run.smithi115.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-26T02:23:35.759 INFO:teuthology.orchestra.run.smithi115.stdout:Adding key to root@localhost authorized_keys... 2024-03-26T02:23:35.759 INFO:teuthology.orchestra.run.smithi115.stdout:Adding host smithi115... 2024-03-26T02:23:36.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:36 smithi115 bash[21522]: audit 2024-03-26T02:23:35.239495+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:23:37.307 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:37 smithi115 bash[21522]: audit 2024-03-26T02:23:36.986239+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi115", "addr": "172.21.15.115", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:23:38.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:38 smithi115 bash[21522]: cephadm 2024-03-26T02:23:37.620750+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi115 2024-03-26T02:23:43.164 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout Added host 'smithi115' with addr '172.21.15.115' 2024-03-26T02:23:43.165 INFO:teuthology.orchestra.run.smithi115.stdout:Deploying unmanaged mon service... 2024-03-26T02:23:43.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:43 smithi115 bash[21522]: audit 2024-03-26T02:23:42.389525+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' 2024-03-26T02:23:43.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:43 smithi115 bash[21522]: cephadm 2024-03-26T02:23:42.389965+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi115 2024-03-26T02:23:43.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:43 smithi115 bash[21522]: audit 2024-03-26T02:23:42.406323+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:23:45.538 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-26T02:23:45.538 INFO:teuthology.orchestra.run.smithi115.stdout:Deploying unmanaged mgr service... 2024-03-26T02:23:46.189 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:45 smithi115 bash[21522]: audit 2024-03-26T02:23:44.935823+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:23:46.189 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:45 smithi115 bash[21522]: cephadm 2024-03-26T02:23:44.937174+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-26T02:23:46.189 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:45 smithi115 bash[21522]: audit 2024-03-26T02:23:44.942069+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' 2024-03-26T02:23:46.189 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:45 smithi115 bash[21522]: audit 2024-03-26T02:23:45.129729+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' 2024-03-26T02:23:46.189 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:45 smithi115 bash[21522]: audit 2024-03-26T02:23:45.614172+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' 2024-03-26T02:23:47.313 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-26T02:23:48.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:47 smithi115 bash[21522]: audit 2024-03-26T02:23:46.755409+0000 mgr.a (mgr.14120) 18 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:23:48.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:47 smithi115 bash[21522]: cephadm 2024-03-26T02:23:46.756584+0000 mgr.a (mgr.14120) 19 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-26T02:23:48.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:47 smithi115 bash[21522]: audit 2024-03-26T02:23:46.761362+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.115:0/4047998599' entity='mgr.a' 2024-03-26T02:23:48.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:48 smithi115 bash[21522]: cluster 2024-03-26T02:23:47.050028+0000 mgr.a (mgr.14120) 20 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:23:48.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:48 smithi115 bash[21522]: audit 2024-03-26T02:23:48.500430+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.115:0/3063109867' entity='client.admin' 2024-03-26T02:23:50.875 INFO:teuthology.orchestra.run.smithi115.stdout:Enabling the dashboard module... 2024-03-26T02:23:51.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:50 smithi115 bash[21522]: cluster 2024-03-26T02:23:49.050434+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:23:51.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:50 smithi115 bash[21522]: audit 2024-03-26T02:23:50.312068+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.115:0/67862206' entity='client.admin' 2024-03-26T02:23:53.105 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:52 smithi115 bash[21522]: cluster 2024-03-26T02:23:51.050846+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:23:53.105 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:52 smithi115 bash[21522]: audit 2024-03-26T02:23:52.245254+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.115:0/3075545991' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-26T02:23:53.106 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:52 smithi115 bash[21780]: ignoring --setuser ceph since I am not root 2024-03-26T02:23:53.106 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:52 smithi115 bash[21780]: ignoring --setgroup ceph since I am not root 2024-03-26T02:23:53.106 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:52 smithi115 bash[21780]: debug 2024-03-26T02:23:52.961+0000 7f8a645c0200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T02:23:54.029 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:53 smithi115 bash[21522]: audit 2024-03-26T02:23:52.766859+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.115:0/3075545991' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-26T02:23:54.029 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:53 smithi115 bash[21522]: cluster 2024-03-26T02:23:52.772779+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 25s) 2024-03-26T02:23:54.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:23:54 smithi115 bash[21522]: audit 2024-03-26T02:23:54.684572+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.115:0/1424102734' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-26T02:23:54.823 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:54 smithi115 bash[21780]: debug 2024-03-26T02:23:54.556+0000 7f8a645c0200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T02:23:54.823 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:54 smithi115 bash[21780]: debug 2024-03-26T02:23:54.652+0000 7f8a645c0200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T02:23:55.284 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout { 2024-03-26T02:23:55.284 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-26T02:23:55.285 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-26T02:23:55.285 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-26T02:23:55.285 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-26T02:23:55.285 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout } 2024-03-26T02:23:55.285 INFO:teuthology.orchestra.run.smithi115.stdout:Waiting for the mgr to restart... 2024-03-26T02:23:55.285 INFO:teuthology.orchestra.run.smithi115.stdout:Waiting for mgr epoch 9... 2024-03-26T02:23:55.299 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:54 smithi115 bash[21780]: debug 2024-03-26T02:23:54.904+0000 7f8a645c0200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T02:23:56.073 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:55 smithi115 bash[21780]: debug 2024-03-26T02:23:55.704+0000 7f8a645c0200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T02:23:56.073 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:55 smithi115 bash[21780]: debug 2024-03-26T02:23:55.816+0000 7f8a645c0200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T02:23:56.073 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:55 smithi115 bash[21780]: debug 2024-03-26T02:23:55.920+0000 7f8a645c0200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T02:23:56.573 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:56 smithi115 bash[21780]: debug 2024-03-26T02:23:56.280+0000 7f8a645c0200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T02:23:56.573 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:56 smithi115 bash[21780]: debug 2024-03-26T02:23:56.396+0000 7f8a645c0200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T02:23:56.573 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:56 smithi115 bash[21780]: debug 2024-03-26T02:23:56.496+0000 7f8a645c0200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T02:23:57.323 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:56 smithi115 bash[21780]: debug 2024-03-26T02:23:56.852+0000 7f8a645c0200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T02:23:57.323 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:57 smithi115 bash[21780]: debug 2024-03-26T02:23:57.088+0000 7f8a645c0200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T02:23:57.734 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:57 smithi115 bash[21780]: debug 2024-03-26T02:23:57.348+0000 7f8a645c0200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T02:23:57.735 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:57 smithi115 bash[21780]: debug 2024-03-26T02:23:57.460+0000 7f8a645c0200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T02:23:58.501 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:57 smithi115 bash[21780]: debug 2024-03-26T02:23:57.728+0000 7f8a645c0200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T02:23:58.502 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:58 smithi115 bash[21780]: debug 2024-03-26T02:23:58.140+0000 7f8a645c0200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T02:23:58.502 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:58 smithi115 bash[21780]: debug 2024-03-26T02:23:58.380+0000 7f8a645c0200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T02:23:58.502 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:58 smithi115 bash[21780]: debug 2024-03-26T02:23:58.496+0000 7f8a645c0200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T02:23:58.823 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:58 smithi115 bash[21780]: debug 2024-03-26T02:23:58.744+0000 7f8a645c0200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T02:24:00.073 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:59 smithi115 bash[21780]: debug 2024-03-26T02:23:59.780+0000 7f8a645c0200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T02:24:00.073 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:23:59 smithi115 bash[21780]: debug 2024-03-26T02:23:59.896+0000 7f8a645c0200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T02:24:00.573 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:24:00 smithi115 bash[21780]: debug 2024-03-26T02:24:00.188+0000 7f8a645c0200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T02:24:00.573 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:24:00 smithi115 bash[21780]: debug 2024-03-26T02:24:00.304+0000 7f8a645c0200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T02:24:01.006 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:24:00 smithi115 bash[21780]: debug 2024-03-26T02:24:00.748+0000 7f8a645c0200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T02:24:01.006 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:24:00 smithi115 bash[21780]: debug 2024-03-26T02:24:00.868+0000 7f8a645c0200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T02:24:01.006 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:00 smithi115 bash[21522]: cluster 2024-03-26T02:24:00.894214+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-03-26T02:24:01.006 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:00 smithi115 bash[21522]: cluster 2024-03-26T02:24:00.894667+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-03-26T02:24:01.006 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:00 smithi115 bash[21522]: cluster 2024-03-26T02:24:00.900843+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-26T02:24:01.006 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:00 smithi115 bash[21522]: cluster 2024-03-26T02:24:00.901075+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00660307s) 2024-03-26T02:24:01.007 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:00 smithi115 bash[21522]: audit 2024-03-26T02:24:00.903666+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:24:01.007 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:00 smithi115 bash[21522]: audit 2024-03-26T02:24:00.905321+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T02:24:01.007 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:00 smithi115 bash[21522]: audit 2024-03-26T02:24:00.906555+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T02:24:01.007 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:00 smithi115 bash[21522]: audit 2024-03-26T02:24:00.906952+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T02:24:01.007 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:00 smithi115 bash[21522]: audit 2024-03-26T02:24:00.907269+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T02:24:01.007 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:00 smithi115 bash[21522]: cluster 2024-03-26T02:24:00.935194+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-03-26T02:24:02.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:01 smithi115 bash[21522]: audit 2024-03-26T02:24:00.957568+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:02.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:01 smithi115 bash[21522]: audit 2024-03-26T02:24:00.961197+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:24:02.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:01 smithi115 bash[21522]: audit 2024-03-26T02:24:00.979398+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T02:24:02.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:01 smithi115 bash[21522]: audit 2024-03-26T02:24:00.983017+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T02:24:02.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:01 smithi115 bash[21522]: cephadm 2024-03-26T02:24:01.107754+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [26/Mar/2024:02:24:01] ENGINE Bus STARTING 2024-03-26T02:24:02.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:01 smithi115 bash[21522]: cephadm 2024-03-26T02:24:01.211486+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [26/Mar/2024:02:24:01] ENGINE Serving on http://172.21.15.115:8765 2024-03-26T02:24:02.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:01 smithi115 bash[21522]: cephadm 2024-03-26T02:24:01.329876+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [26/Mar/2024:02:24:01] ENGINE Serving on https://172.21.15.115:7150 2024-03-26T02:24:02.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:01 smithi115 bash[21522]: cephadm 2024-03-26T02:24:01.330249+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [26/Mar/2024:02:24:01] ENGINE Bus STARTED 2024-03-26T02:24:02.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:01 smithi115 bash[21522]: cluster 2024-03-26T02:24:01.907450+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.01297s) 2024-03-26T02:24:02.581 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout { 2024-03-26T02:24:02.581 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-26T02:24:02.581 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-26T02:24:02.581 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout } 2024-03-26T02:24:02.581 INFO:teuthology.orchestra.run.smithi115.stdout:mgr epoch 9 is available 2024-03-26T02:24:02.581 INFO:teuthology.orchestra.run.smithi115.stdout:Generating a dashboard self-signed certificate... 2024-03-26T02:24:03.244 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:02 smithi115 bash[21522]: audit 2024-03-26T02:24:01.906192+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-26T02:24:03.244 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:02 smithi115 bash[21522]: audit 2024-03-26T02:24:01.919175+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-26T02:24:04.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:03 smithi115 bash[21522]: cluster 2024-03-26T02:24:02.965000+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-03-26T02:24:04.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:03 smithi115 bash[21522]: audit 2024-03-26T02:24:03.832258+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:24:04.552 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-26T02:24:04.552 INFO:teuthology.orchestra.run.smithi115.stdout:Creating initial admin user... 2024-03-26T02:24:05.229 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:04 smithi115 bash[21522]: audit 2024-03-26T02:24:03.976600+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:05.229 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:04 smithi115 bash[21522]: audit 2024-03-26T02:24:03.981501+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:06.262 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:05 smithi115 bash[21522]: audit 2024-03-26T02:24:05.808090+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:24:06.632 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$wg7QgmBXTC45l.eqCQFCvOF8sZDj4ZealQDRhrlsYLNbskRM8buIy", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711419846, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-26T02:24:06.633 INFO:teuthology.orchestra.run.smithi115.stdout:Fetching dashboard port number... 2024-03-26T02:24:07.329 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:07 smithi115 bash[21522]: audit 2024-03-26T02:24:06.077148+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:08.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:08 smithi115 bash[21522]: cluster 2024-03-26T02:24:07.086975+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-03-26T02:24:08.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:08 smithi115 bash[21522]: audit 2024-03-26T02:24:07.765019+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:08.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:08 smithi115 bash[21522]: audit 2024-03-26T02:24:07.765830+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:24:08.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:08 smithi115 bash[21522]: audit 2024-03-26T02:24:07.769646+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:08.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:08 smithi115 bash[21522]: audit 2024-03-26T02:24:07.770936+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]: dispatch 2024-03-26T02:24:08.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:08 smithi115 bash[21522]: audit 2024-03-26T02:24:07.772245+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]': finished 2024-03-26T02:24:08.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:08 smithi115 bash[21522]: audit 2024-03-26T02:24:07.865439+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.115:0/3293137458' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-26T02:24:08.462 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 8443 2024-03-26T02:24:08.463 INFO:teuthology.orchestra.run.smithi115.stdout:firewalld does not appear to be present 2024-03-26T02:24:08.463 INFO:teuthology.orchestra.run.smithi115.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-26T02:24:08.464 INFO:teuthology.orchestra.run.smithi115.stdout:Ceph Dashboard is now available at: 2024-03-26T02:24:08.464 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:24:08.464 INFO:teuthology.orchestra.run.smithi115.stdout: URL: https://smithi115.front.sepia.ceph.com:8443/ 2024-03-26T02:24:08.464 INFO:teuthology.orchestra.run.smithi115.stdout: User: admin 2024-03-26T02:24:08.465 INFO:teuthology.orchestra.run.smithi115.stdout: Password: qzijdeeok4 2024-03-26T02:24:08.465 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:24:08.465 INFO:teuthology.orchestra.run.smithi115.stdout:Saving cluster configuration to /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config directory 2024-03-26T02:24:08.465 INFO:teuthology.orchestra.run.smithi115.stdout:Enabling autotune for osd_memory_target 2024-03-26T02:24:09.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:09 smithi115 bash[21522]: cephadm 2024-03-26T02:24:08.035977+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi115 on smithi115 2024-03-26T02:24:12.257 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-26T02:24:12.258 INFO:teuthology.orchestra.run.smithi115.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-26T02:24:12.258 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:24:12.258 INFO:teuthology.orchestra.run.smithi115.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-26T02:24:12.258 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:24:12.258 INFO:teuthology.orchestra.run.smithi115.stdout:Or, if you are only running a single cluster on this host: 2024-03-26T02:24:12.258 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:24:12.258 INFO:teuthology.orchestra.run.smithi115.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-26T02:24:12.258 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:24:12.258 INFO:teuthology.orchestra.run.smithi115.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-26T02:24:12.258 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:24:12.258 INFO:teuthology.orchestra.run.smithi115.stdout: ceph telemetry on 2024-03-26T02:24:12.258 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:24:12.258 INFO:teuthology.orchestra.run.smithi115.stdout:For more information see: 2024-03-26T02:24:12.259 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:24:12.259 INFO:teuthology.orchestra.run.smithi115.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-26T02:24:12.259 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:24:12.259 INFO:teuthology.orchestra.run.smithi115.stdout:Bootstrap complete. 2024-03-26T02:24:12.316 INFO:tasks.cephadm:Fetching config... 2024-03-26T02:24:12.317 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-03-26T02:24:12.317 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-26T02:24:12.323 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-26T02:24:12.323 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-03-26T02:24:12.323 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-26T02:24:12.371 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-26T02:24:12.371 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-03-26T02:24:12.371 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-26T02:24:12.430 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-26T02:24:12.430 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-03-26T02:24:12.430 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-26T02:24:12.479 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-26T02:24:12.479 DEBUG:teuthology.orchestra.run.smithi115:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIUFZkfYWqo93AKz+gCPsUPkY9SQi/PxvkHquFRurQ0F4Qnxve9Py7Z0mkrvxSsqFTUIgCai6PIi/rNebr1ByrAxLQ78a2ehyEVhbeYnqPzSXcgdg35H6Jm5QzVtRdUGRD0GMvbkO0stwzP63zEo/3cppFXDoLr/TP9Pfk6qS9sZ5RObe75lAmnypDBoj9hNsZUbeMJCLbN9KDdd1f4p+IkQc636Jov9/PtLgdXUxd0VouL4cvgDPbT5EoxWZYiqVUJI5R6um4inbInJbtzE87dOjN8CqA6lJMg8EcFBjiZ7bwY/o+KkAadHAfgnn7nqKANiL+OJ1ImoRlXuGwstGaWyzHOvrPJ4F3Ze3qp+Qbe3scOMMtX2d+EH3F9IMq3qGgp5SVo1QIxQo9TzBiiqxWQNzDIxNzvGEUGlCmKXcxIiiSLA2kqL8R3lpafW+57aBXW5X8tY1ibTbeiZQhDIgpC7V7JoRy8PmG571ZDCW3CKoYYiT4wtm3iOSv6OPx6Ms= ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-26T02:24:12.543 INFO:teuthology.orchestra.run.smithi115.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIUFZkfYWqo93AKz+gCPsUPkY9SQi/PxvkHquFRurQ0F4Qnxve9Py7Z0mkrvxSsqFTUIgCai6PIi/rNebr1ByrAxLQ78a2ehyEVhbeYnqPzSXcgdg35H6Jm5QzVtRdUGRD0GMvbkO0stwzP63zEo/3cppFXDoLr/TP9Pfk6qS9sZ5RObe75lAmnypDBoj9hNsZUbeMJCLbN9KDdd1f4p+IkQc636Jov9/PtLgdXUxd0VouL4cvgDPbT5EoxWZYiqVUJI5R6um4inbInJbtzE87dOjN8CqA6lJMg8EcFBjiZ7bwY/o+KkAadHAfgnn7nqKANiL+OJ1ImoRlXuGwstGaWyzHOvrPJ4F3Ze3qp+Qbe3scOMMtX2d+EH3F9IMq3qGgp5SVo1QIxQo9TzBiiqxWQNzDIxNzvGEUGlCmKXcxIiiSLA2kqL8R3lpafW+57aBXW5X8tY1ibTbeiZQhDIgpC7V7JoRy8PmG571ZDCW3CKoYYiT4wtm3iOSv6OPx6Ms= ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:24:12.551 DEBUG:teuthology.orchestra.run.smithi179:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIUFZkfYWqo93AKz+gCPsUPkY9SQi/PxvkHquFRurQ0F4Qnxve9Py7Z0mkrvxSsqFTUIgCai6PIi/rNebr1ByrAxLQ78a2ehyEVhbeYnqPzSXcgdg35H6Jm5QzVtRdUGRD0GMvbkO0stwzP63zEo/3cppFXDoLr/TP9Pfk6qS9sZ5RObe75lAmnypDBoj9hNsZUbeMJCLbN9KDdd1f4p+IkQc636Jov9/PtLgdXUxd0VouL4cvgDPbT5EoxWZYiqVUJI5R6um4inbInJbtzE87dOjN8CqA6lJMg8EcFBjiZ7bwY/o+KkAadHAfgnn7nqKANiL+OJ1ImoRlXuGwstGaWyzHOvrPJ4F3Ze3qp+Qbe3scOMMtX2d+EH3F9IMq3qGgp5SVo1QIxQo9TzBiiqxWQNzDIxNzvGEUGlCmKXcxIiiSLA2kqL8R3lpafW+57aBXW5X8tY1ibTbeiZQhDIgpC7V7JoRy8PmG571ZDCW3CKoYYiT4wtm3iOSv6OPx6Ms= ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-26T02:24:12.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:12 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:24:12.573 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:24:12 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:24:12.576 INFO:teuthology.orchestra.run.smithi179.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIUFZkfYWqo93AKz+gCPsUPkY9SQi/PxvkHquFRurQ0F4Qnxve9Py7Z0mkrvxSsqFTUIgCai6PIi/rNebr1ByrAxLQ78a2ehyEVhbeYnqPzSXcgdg35H6Jm5QzVtRdUGRD0GMvbkO0stwzP63zEo/3cppFXDoLr/TP9Pfk6qS9sZ5RObe75lAmnypDBoj9hNsZUbeMJCLbN9KDdd1f4p+IkQc636Jov9/PtLgdXUxd0VouL4cvgDPbT5EoxWZYiqVUJI5R6um4inbInJbtzE87dOjN8CqA6lJMg8EcFBjiZ7bwY/o+KkAadHAfgnn7nqKANiL+OJ1ImoRlXuGwstGaWyzHOvrPJ4F3Ze3qp+Qbe3scOMMtX2d+EH3F9IMq3qGgp5SVo1QIxQo9TzBiiqxWQNzDIxNzvGEUGlCmKXcxIiiSLA2kqL8R3lpafW+57aBXW5X8tY1ibTbeiZQhDIgpC7V7JoRy8PmG571ZDCW3CKoYYiT4wtm3iOSv6OPx6Ms= ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:24:12.586 DEBUG:teuthology.orchestra.run.smithi181:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIUFZkfYWqo93AKz+gCPsUPkY9SQi/PxvkHquFRurQ0F4Qnxve9Py7Z0mkrvxSsqFTUIgCai6PIi/rNebr1ByrAxLQ78a2ehyEVhbeYnqPzSXcgdg35H6Jm5QzVtRdUGRD0GMvbkO0stwzP63zEo/3cppFXDoLr/TP9Pfk6qS9sZ5RObe75lAmnypDBoj9hNsZUbeMJCLbN9KDdd1f4p+IkQc636Jov9/PtLgdXUxd0VouL4cvgDPbT5EoxWZYiqVUJI5R6um4inbInJbtzE87dOjN8CqA6lJMg8EcFBjiZ7bwY/o+KkAadHAfgnn7nqKANiL+OJ1ImoRlXuGwstGaWyzHOvrPJ4F3Ze3qp+Qbe3scOMMtX2d+EH3F9IMq3qGgp5SVo1QIxQo9TzBiiqxWQNzDIxNzvGEUGlCmKXcxIiiSLA2kqL8R3lpafW+57aBXW5X8tY1ibTbeiZQhDIgpC7V7JoRy8PmG571ZDCW3CKoYYiT4wtm3iOSv6OPx6Ms= ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-26T02:24:12.610 INFO:teuthology.orchestra.run.smithi181.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIUFZkfYWqo93AKz+gCPsUPkY9SQi/PxvkHquFRurQ0F4Qnxve9Py7Z0mkrvxSsqFTUIgCai6PIi/rNebr1ByrAxLQ78a2ehyEVhbeYnqPzSXcgdg35H6Jm5QzVtRdUGRD0GMvbkO0stwzP63zEo/3cppFXDoLr/TP9Pfk6qS9sZ5RObe75lAmnypDBoj9hNsZUbeMJCLbN9KDdd1f4p+IkQc636Jov9/PtLgdXUxd0VouL4cvgDPbT5EoxWZYiqVUJI5R6um4inbInJbtzE87dOjN8CqA6lJMg8EcFBjiZ7bwY/o+KkAadHAfgnn7nqKANiL+OJ1ImoRlXuGwstGaWyzHOvrPJ4F3Ze3qp+Qbe3scOMMtX2d+EH3F9IMq3qGgp5SVo1QIxQo9TzBiiqxWQNzDIxNzvGEUGlCmKXcxIiiSLA2kqL8R3lpafW+57aBXW5X8tY1ibTbeiZQhDIgpC7V7JoRy8PmG571ZDCW3CKoYYiT4wtm3iOSv6OPx6Ms= ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:24:12.617 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-26T02:24:13.073 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:24:12 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:24:13.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:12 smithi115 bash[21522]: audit 2024-03-26T02:24:11.660988+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.115:0/4176714620' entity='client.admin' 2024-03-26T02:24:13.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:12 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:24:14.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:13 smithi115 bash[21522]: audit 2024-03-26T02:24:12.850927+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:14.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:13 smithi115 bash[21522]: audit 2024-03-26T02:24:12.866277+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:14.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:13 smithi115 bash[21522]: audit 2024-03-26T02:24:12.869153+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:14.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:13 smithi115 bash[21522]: audit 2024-03-26T02:24:12.885742+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:24:14.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:13 smithi115 bash[21522]: audit 2024-03-26T02:24:12.889764+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:14.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:13 smithi115 bash[21522]: audit 2024-03-26T02:24:12.891865+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:14.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:13 smithi115 bash[21522]: audit 2024-03-26T02:24:12.893742+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:14.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:13 smithi115 bash[21522]: audit 2024-03-26T02:24:12.895606+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:14.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:13 smithi115 bash[21522]: audit 2024-03-26T02:24:12.898809+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:14.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:13 smithi115 bash[21522]: audit 2024-03-26T02:24:12.916338+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:24:14.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:13 smithi115 bash[21522]: audit 2024-03-26T02:24:12.923218+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:14.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:13 smithi115 bash[21522]: audit 2024-03-26T02:24:13.280423+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:17.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:16 smithi115 bash[21522]: audit 2024-03-26T02:24:15.979750+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:17.326 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:24:19.024 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:18 smithi115 bash[21522]: audit 2024-03-26T02:24:17.693616+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:19.024 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:18 smithi115 bash[21522]: audit 2024-03-26T02:24:17.697101+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:20.664 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-26T02:24:20.664 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-26T02:24:21.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:21 smithi115 bash[21522]: audit 2024-03-26T02:24:20.088525+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.115:0/3424584104' entity='client.admin' 2024-03-26T02:24:21.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:21 smithi115 bash[21522]: audit 2024-03-26T02:24:20.140514+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:24:21.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:21 smithi115 bash[21522]: audit 2024-03-26T02:24:20.144463+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:22.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:22 smithi115 bash[21522]: cluster 2024-03-26T02:24:20.908139+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:24:24.442 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:24 smithi115 bash[21522]: cluster 2024-03-26T02:24:22.908607+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:24:25.372 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:24:26.252 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:25 smithi115 bash[21522]: cluster 2024-03-26T02:24:24.908931+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:24:26.252 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:25 smithi115 bash[21522]: audit 2024-03-26T02:24:24.994709+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:26.253 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:25 smithi115 bash[21522]: audit 2024-03-26T02:24:25.001811+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:28.458 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi179 2024-03-26T02:24:28.458 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-26T02:24:28.458 DEBUG:teuthology.orchestra.run.smithi179:> dd of=/etc/ceph/ceph.conf 2024-03-26T02:24:28.464 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-26T02:24:28.464 DEBUG:teuthology.orchestra.run.smithi179:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:24:28.512 INFO:tasks.cephadm:Adding host smithi179 to orchestrator... 2024-03-26T02:24:28.513 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph orch host add smithi179 2024-03-26T02:24:29.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:28 smithi115 bash[21522]: cluster 2024-03-26T02:24:26.909299+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:24:29.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:28 smithi115 bash[21522]: audit 2024-03-26T02:24:27.819611+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:24:29.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:28 smithi115 bash[21522]: audit 2024-03-26T02:24:27.824567+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:29.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:28 smithi115 bash[21522]: audit 2024-03-26T02:24:27.846615+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:24:29.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:28 smithi115 bash[21522]: audit 2024-03-26T02:24:27.848258+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:24:29.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:28 smithi115 bash[21522]: audit 2024-03-26T02:24:27.848876+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:24:29.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:28 smithi115 bash[21522]: audit 2024-03-26T02:24:28.363582+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:29.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:28 smithi115 bash[21522]: audit 2024-03-26T02:24:28.369108+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:29.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:28 smithi115 bash[21522]: audit 2024-03-26T02:24:28.373678+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:30.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:29 smithi115 bash[21522]: cephadm 2024-03-26T02:24:27.849768+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-03-26T02:24:30.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:29 smithi115 bash[21522]: cephadm 2024-03-26T02:24:27.963965+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi115:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:24:30.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:29 smithi115 bash[21522]: cephadm 2024-03-26T02:24:28.078239+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:24:30.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:29 smithi115 bash[21522]: cephadm 2024-03-26T02:24:28.193127+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi115:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T02:24:31.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:30 smithi115 bash[21522]: cluster 2024-03-26T02:24:28.909727+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:24:33.225 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:24:33.244 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:32 smithi115 bash[21522]: cluster 2024-03-26T02:24:30.910122+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:24:35.040 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:34 smithi115 bash[21522]: cluster 2024-03-26T02:24:32.910563+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:24:37.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:36 smithi115 bash[21522]: cluster 2024-03-26T02:24:34.910874+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:24:37.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:36 smithi115 bash[21522]: audit 2024-03-26T02:24:35.690073+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:37.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:36 smithi115 bash[21522]: audit 2024-03-26T02:24:35.693281+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:37.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:36 smithi115 bash[21522]: audit 2024-03-26T02:24:35.697452+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:38.027 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:37 smithi115 bash[21522]: audit 2024-03-26T02:24:36.748569+0000 mgr.a (mgr.14152) 23 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi179", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:24:39.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:38 smithi115 bash[21522]: cluster 2024-03-26T02:24:36.911254+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:24:39.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:38 smithi115 bash[21522]: cephadm 2024-03-26T02:24:37.408753+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi179 2024-03-26T02:24:41.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:40 smithi115 bash[21522]: cluster 2024-03-26T02:24:38.911531+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:24:42.501 INFO:teuthology.orchestra.run.smithi115.stdout:Added host 'smithi179' with addr '172.21.15.179' 2024-03-26T02:24:42.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:42 smithi115 bash[21522]: cluster 2024-03-26T02:24:40.911867+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:24:42.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:42 smithi115 bash[21522]: audit 2024-03-26T02:24:42.500298+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:42.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:42 smithi115 bash[21522]: audit 2024-03-26T02:24:42.519000+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:24:43.139 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph orch host ls --format=json 2024-03-26T02:24:44.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:43 smithi115 bash[21522]: cephadm 2024-03-26T02:24:42.501239+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Added host smithi179 2024-03-26T02:24:44.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:43 smithi115 bash[21522]: audit 2024-03-26T02:24:42.991880+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:45.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:44 smithi115 bash[21522]: cluster 2024-03-26T02:24:42.912288+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:24:45.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:44 smithi115 bash[21522]: audit 2024-03-26T02:24:44.468687+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:45.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:44 smithi115 bash[21522]: audit 2024-03-26T02:24:44.475305+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:45.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:44 smithi115 bash[21522]: audit 2024-03-26T02:24:44.476811+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:24:45.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:44 smithi115 bash[21522]: audit 2024-03-26T02:24:44.478953+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:24:45.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:44 smithi115 bash[21522]: audit 2024-03-26T02:24:44.480883+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:24:46.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:45 smithi115 bash[21522]: cephadm 2024-03-26T02:24:44.483559+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.conf 2024-03-26T02:24:46.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:45 smithi115 bash[21522]: cephadm 2024-03-26T02:24:44.700182+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi179:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:24:46.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:45 smithi115 bash[21522]: audit 2024-03-26T02:24:45.251728+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:46.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:45 smithi115 bash[21522]: audit 2024-03-26T02:24:45.258660+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:46.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:45 smithi115 bash[21522]: audit 2024-03-26T02:24:45.261903+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi179", "caps": []}]: dispatch 2024-03-26T02:24:46.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:45 smithi115 bash[21522]: audit 2024-03-26T02:24:45.263954+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi179", "caps": []}]': finished 2024-03-26T02:24:47.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:46 smithi115 bash[21522]: cluster 2024-03-26T02:24:44.912625+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:24:47.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:46 smithi115 bash[21522]: cephadm 2024-03-26T02:24:44.916803+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:24:47.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:46 smithi115 bash[21522]: cephadm 2024-03-26T02:24:45.081581+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi179:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T02:24:47.850 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:24:48.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:47 smithi115 bash[21522]: cephadm 2024-03-26T02:24:46.142439+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi179 on smithi179 2024-03-26T02:24:48.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:47 smithi115 bash[21522]: audit 2024-03-26T02:24:47.175956+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:48.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:47 smithi115 bash[21522]: audit 2024-03-26T02:24:47.217911+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:48.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:47 smithi115 bash[21522]: audit 2024-03-26T02:24:47.226395+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:48.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:47 smithi115 bash[21522]: audit 2024-03-26T02:24:47.294287+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:24:48.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:47 smithi115 bash[21522]: audit 2024-03-26T02:24:47.298271+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:24:48.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:47 smithi115 bash[21522]: audit 2024-03-26T02:24:47.299658+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:24:48.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:47 smithi115 bash[21522]: audit 2024-03-26T02:24:47.309820+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:48.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:47 smithi115 bash[21522]: audit 2024-03-26T02:24:47.378909+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:24:48.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:47 smithi115 bash[21522]: audit 2024-03-26T02:24:47.382735+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:24:48.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:47 smithi115 bash[21522]: audit 2024-03-26T02:24:47.384107+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:24:48.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:47 smithi115 bash[21522]: audit 2024-03-26T02:24:47.394175+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:48.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:47 smithi115 bash[21522]: audit 2024-03-26T02:24:47.648449+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:48.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:48 smithi115 bash[21522]: cluster 2024-03-26T02:24:46.912945+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:24:48.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:48 smithi115 bash[21522]: audit 2024-03-26T02:24:48.709487+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:48.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:48 smithi115 bash[21522]: audit 2024-03-26T02:24:48.714091+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:50.389 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:24:50.389 INFO:teuthology.orchestra.run.smithi115.stdout:[{"addr": "172.21.15.115", "hostname": "smithi115", "labels": [], "status": ""}, {"addr": "172.21.15.179", "hostname": "smithi179", "labels": [], "status": ""}] 2024-03-26T02:24:51.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:50 smithi115 bash[21522]: cluster 2024-03-26T02:24:48.913356+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:24:51.189 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi181 2024-03-26T02:24:51.190 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-03-26T02:24:51.190 DEBUG:teuthology.orchestra.run.smithi181:> dd of=/etc/ceph/ceph.conf 2024-03-26T02:24:51.196 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-03-26T02:24:51.196 DEBUG:teuthology.orchestra.run.smithi181:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:24:51.242 INFO:tasks.cephadm:Adding host smithi181 to orchestrator... 2024-03-26T02:24:51.242 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph orch host add smithi181 2024-03-26T02:24:52.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:51 smithi115 bash[21522]: audit 2024-03-26T02:24:50.388336+0000 mgr.a (mgr.14152) 38 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:24:52.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:51 smithi115 bash[21522]: audit 2024-03-26T02:24:50.991982+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:53.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:52 smithi115 bash[21522]: cluster 2024-03-26T02:24:50.913786+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:24:54.986 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:54 smithi115 bash[21522]: cluster 2024-03-26T02:24:52.914180+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:24:56.959 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:24:57.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:56 smithi115 bash[21522]: cluster 2024-03-26T02:24:54.914642+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:24:57.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:56 smithi115 bash[21522]: audit 2024-03-26T02:24:55.878696+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:57.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:56 smithi115 bash[21522]: audit 2024-03-26T02:24:55.885788+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:57.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:56 smithi115 bash[21522]: audit 2024-03-26T02:24:55.894174+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:24:58.991 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:24:58 smithi115 bash[21522]: cluster 2024-03-26T02:24:56.915056+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:01.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:00 smithi115 bash[21522]: cluster 2024-03-26T02:24:58.915428+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:01.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:00 smithi115 bash[21522]: audit 2024-03-26T02:24:59.400284+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi181", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:25:02.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:01 smithi115 bash[21522]: cephadm 2024-03-26T02:25:00.165415+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi181 2024-03-26T02:25:02.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:01 smithi115 bash[21522]: audit 2024-03-26T02:25:01.631691+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:02.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:01 smithi115 bash[21522]: audit 2024-03-26T02:25:01.640973+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:03.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:02 smithi115 bash[21522]: cluster 2024-03-26T02:25:00.915837+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:05.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:04 smithi115 bash[21522]: cluster 2024-03-26T02:25:02.916240+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:05.382 INFO:teuthology.orchestra.run.smithi115.stdout:Added host 'smithi181' with addr '172.21.15.181' 2024-03-26T02:25:06.114 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph orch host ls --format=json 2024-03-26T02:25:06.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:06 smithi115 bash[21522]: cluster 2024-03-26T02:25:04.916587+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:06.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:06 smithi115 bash[21522]: audit 2024-03-26T02:25:05.381287+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:06.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:06 smithi115 bash[21522]: cephadm 2024-03-26T02:25:05.382121+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi181 2024-03-26T02:25:06.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:06 smithi115 bash[21522]: audit 2024-03-26T02:25:05.417151+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:06.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:06 smithi115 bash[21522]: audit 2024-03-26T02:25:05.889596+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:08.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:08 smithi115 bash[21522]: cluster 2024-03-26T02:25:06.916941+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:08.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:08 smithi115 bash[21522]: audit 2024-03-26T02:25:07.365714+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:08.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:08 smithi115 bash[21522]: audit 2024-03-26T02:25:07.372724+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:08.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:08 smithi115 bash[21522]: audit 2024-03-26T02:25:07.374108+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi181", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:25:08.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:08 smithi115 bash[21522]: audit 2024-03-26T02:25:07.375982+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:08.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:08 smithi115 bash[21522]: audit 2024-03-26T02:25:07.377685+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:08.575 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:08 smithi115 bash[21522]: cephadm 2024-03-26T02:25:07.380501+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi181:/etc/ceph/ceph.conf 2024-03-26T02:25:08.575 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:08 smithi115 bash[21522]: cephadm 2024-03-26T02:25:07.595546+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi181:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:25:08.575 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:08 smithi115 bash[21522]: audit 2024-03-26T02:25:08.271344+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:08.575 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:08 smithi115 bash[21522]: audit 2024-03-26T02:25:08.276043+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:08.575 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:08 smithi115 bash[21522]: audit 2024-03-26T02:25:08.280666+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:08.575 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:08 smithi115 bash[21522]: audit 2024-03-26T02:25:08.358060+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:09.773 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:09 smithi115 bash[21522]: cephadm 2024-03-26T02:25:08.072637+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi181:/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:25:09.773 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:09 smithi115 bash[21522]: cephadm 2024-03-26T02:25:08.187079+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi181:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T02:25:09.773 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:09 smithi115 bash[21522]: audit 2024-03-26T02:25:08.364593+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:09.773 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:09 smithi115 bash[21522]: audit 2024-03-26T02:25:08.372443+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi181", "caps": []}]: dispatch 2024-03-26T02:25:09.773 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:09 smithi115 bash[21522]: audit 2024-03-26T02:25:08.374403+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi181", "caps": []}]': finished 2024-03-26T02:25:10.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:10 smithi115 bash[21522]: cluster 2024-03-26T02:25:08.917297+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:10.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:10 smithi115 bash[21522]: cephadm 2024-03-26T02:25:08.979864+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi181 on smithi181 2024-03-26T02:25:10.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:10 smithi115 bash[21522]: audit 2024-03-26T02:25:09.963131+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:10.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:10 smithi115 bash[21522]: audit 2024-03-26T02:25:10.000862+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:10.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:10 smithi115 bash[21522]: audit 2024-03-26T02:25:10.006920+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:10.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:10 smithi115 bash[21522]: audit 2024-03-26T02:25:10.107337+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:10.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:10 smithi115 bash[21522]: audit 2024-03-26T02:25:10.112761+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:10.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:10 smithi115 bash[21522]: audit 2024-03-26T02:25:10.114460+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:10.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:10 smithi115 bash[21522]: audit 2024-03-26T02:25:10.123756+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:10.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:10 smithi115 bash[21522]: audit 2024-03-26T02:25:10.227477+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:10.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:10 smithi115 bash[21522]: audit 2024-03-26T02:25:10.231534+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:10.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:10 smithi115 bash[21522]: audit 2024-03-26T02:25:10.232589+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:10.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:10 smithi115 bash[21522]: audit 2024-03-26T02:25:10.239686+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:10.825 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:25:11.698 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:11 smithi115 bash[21522]: audit 2024-03-26T02:25:10.433035+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:11.699 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:11 smithi115 bash[21522]: audit 2024-03-26T02:25:11.003035+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:12.791 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:12 smithi115 bash[21522]: cluster 2024-03-26T02:25:10.917609+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:12.791 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:12 smithi115 bash[21522]: audit 2024-03-26T02:25:11.496075+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:12.792 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:12 smithi115 bash[21522]: audit 2024-03-26T02:25:11.502402+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:13.853 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:25:13.853 INFO:teuthology.orchestra.run.smithi115.stdout:[{"addr": "172.21.15.115", "hostname": "smithi115", "labels": [], "status": ""}, {"addr": "172.21.15.179", "hostname": "smithi179", "labels": [], "status": ""}, {"addr": "172.21.15.181", "hostname": "smithi181", "labels": [], "status": ""}] 2024-03-26T02:25:14.450 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-26T02:25:14.450 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph osd crush tunables default 2024-03-26T02:25:14.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:14 smithi115 bash[21522]: cluster 2024-03-26T02:25:12.918001+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:15.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:15 smithi115 bash[21522]: audit 2024-03-26T02:25:13.852547+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:25:16.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:16 smithi115 bash[21522]: cluster 2024-03-26T02:25:14.918405+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:16.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:16 smithi115 bash[21522]: audit 2024-03-26T02:25:16.037268+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:16.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:16 smithi115 bash[21522]: audit 2024-03-26T02:25:16.040042+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:16.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:16 smithi115 bash[21522]: audit 2024-03-26T02:25:16.045203+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:18.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:18 smithi115 bash[21522]: cluster 2024-03-26T02:25:16.918757+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:18.922 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:25:20.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:20 smithi115 bash[21522]: cluster 2024-03-26T02:25:18.919141+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:21.523 INFO:teuthology.orchestra.run.smithi115.stderr:adjusted tunables profile to default 2024-03-26T02:25:21.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:21 smithi115 bash[21522]: audit 2024-03-26T02:25:21.446759+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.115:0/4287234466' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-26T02:25:22.164 INFO:tasks.cephadm:Adding mon.a on smithi115 2024-03-26T02:25:22.164 INFO:tasks.cephadm:Adding mon.b on smithi179 2024-03-26T02:25:22.164 INFO:tasks.cephadm:Adding mon.c on smithi181 2024-03-26T02:25:22.165 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph orch apply mon '3;smithi115:172.21.15.115=a;smithi179:172.21.15.179=b;smithi181:172.21.15.181=c' 2024-03-26T02:25:22.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:22 smithi115 bash[21522]: cluster 2024-03-26T02:25:20.919477+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:22.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:22 smithi115 bash[21522]: audit 2024-03-26T02:25:21.519384+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.115:0/4287234466' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-26T02:25:22.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:22 smithi115 bash[21522]: cluster 2024-03-26T02:25:21.523742+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T02:25:23.375 INFO:teuthology.orchestra.run.smithi181.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:25:24.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:24 smithi115 bash[21522]: cluster 2024-03-26T02:25:22.919863+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:26.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:25 smithi115 bash[21522]: audit 2024-03-26T02:25:24.807983+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:26.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:25 smithi115 bash[21522]: audit 2024-03-26T02:25:24.818297+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:26.522 INFO:teuthology.orchestra.run.smithi181.stdout:Scheduled mon update... 2024-03-26T02:25:27.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:26 smithi115 bash[21522]: cluster 2024-03-26T02:25:24.920287+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:27.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:26 smithi115 bash[21522]: audit 2024-03-26T02:25:26.521396+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:27.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:26 smithi115 bash[21522]: audit 2024-03-26T02:25:26.545325+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:27.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:26 smithi115 bash[21522]: audit 2024-03-26T02:25:26.550638+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:27.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:26 smithi115 bash[21522]: audit 2024-03-26T02:25:26.552356+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:27.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:26 smithi115 bash[21522]: audit 2024-03-26T02:25:26.560959+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:27.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:26 smithi115 bash[21522]: audit 2024-03-26T02:25:26.566080+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T02:25:27.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:26 smithi115 bash[21522]: audit 2024-03-26T02:25:26.567821+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:27.359 DEBUG:teuthology.orchestra.run.smithi179:mon.b> sudo journalctl -f -n 0 -u ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mon.b.service 2024-03-26T02:25:27.362 DEBUG:teuthology.orchestra.run.smithi181:mon.c> sudo journalctl -f -n 0 -u ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mon.c.service 2024-03-26T02:25:27.364 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-26T02:25:27.364 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph mon dump -f json 2024-03-26T02:25:28.211 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:27 smithi115 bash[21522]: audit 2024-03-26T02:25:26.510693+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi115:172.21.15.115=a;smithi179:172.21.15.179=b;smithi181:172.21.15.181=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:25:28.211 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:27 smithi115 bash[21522]: cephadm 2024-03-26T02:25:26.516197+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi115:172.21.15.115=a;smithi179:172.21.15.179=b;smithi181:172.21.15.181=c;count:3 2024-03-26T02:25:28.212 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:27 smithi115 bash[21522]: cephadm 2024-03-26T02:25:26.569916+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi181 2024-03-26T02:25:29.112 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:28 smithi115 bash[21522]: cluster 2024-03-26T02:25:26.920645+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:29.112 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:28 smithi115 bash[21522]: audit 2024-03-26T02:25:28.478058+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:29.112 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:28 smithi115 bash[21522]: audit 2024-03-26T02:25:28.484927+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:29.112 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:28 smithi115 bash[21522]: audit 2024-03-26T02:25:28.493548+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:29.172 INFO:teuthology.orchestra.run.smithi181.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:25:31.214 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:30 smithi115 bash[21522]: cluster 2024-03-26T02:25:28.920963+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:32.985 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-03-26T02:25:32.986 INFO:teuthology.orchestra.run.smithi181.stdout:{"epoch":1,"fsid":"8d3e4e2a-eb17-11ee-95d0-87774f69a715","modified":"2024-03-26T02:22:50.952549Z","created":"2024-03-26T02:22:50.952549Z","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.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-26T02:25:32.988 INFO:teuthology.orchestra.run.smithi181.stderr:dumped monmap epoch 1 2024-03-26T02:25:33.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:32 smithi115 bash[21522]: cluster 2024-03-26T02:25:30.921331+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:33.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:32 smithi115 bash[21522]: audit 2024-03-26T02:25:32.381018+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:33.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:32 smithi115 bash[21522]: audit 2024-03-26T02:25:32.387867+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:33.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:32 smithi115 bash[21522]: audit 2024-03-26T02:25:32.404790+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:33.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:32 smithi115 bash[21522]: audit 2024-03-26T02:25:32.406234+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T02:25:33.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:32 smithi115 bash[21522]: audit 2024-03-26T02:25:32.408010+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:34.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:33 smithi115 bash[21522]: cephadm 2024-03-26T02:25:32.410114+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi179 2024-03-26T02:25:34.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:33 smithi115 bash[21522]: audit 2024-03-26T02:25:32.985594+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.181:0/3249895918' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T02:25:34.747 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:45.251728+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.747 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:45.258660+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.747 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:45.261903+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi179", "caps": []}]: dispatch 2024-03-26T02:25:34.747 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:45.263954+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi179", "caps": []}]': finished 2024-03-26T02:25:34.747 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:24:44.912625+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.747 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cephadm 2024-03-26T02:24:44.916803+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:25:34.747 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cephadm 2024-03-26T02:24:45.081581+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi179:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T02:25:34.748 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cephadm 2024-03-26T02:24:46.142439+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi179 on smithi179 2024-03-26T02:25:34.966 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:47.175956+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.966 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:47.217911+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.967 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:47.226395+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.967 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:47.294287+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:34.967 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:47.298271+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:34.967 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:47.299658+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:34.967 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:47.309820+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.967 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:47.378909+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:34.967 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:47.382735+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:34.967 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:47.384107+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:34.967 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:47.394175+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.967 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:47.648449+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.967 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:24:46.912945+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.967 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:48.709487+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.967 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:48.714091+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.968 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:24:48.913356+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.968 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:50.388336+0000 mgr.a (mgr.14152) 38 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:25:34.968 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:50.991982+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.968 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:24:50.913786+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.968 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:24:52.914180+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.968 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:24:54.914642+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.968 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:55.878696+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.968 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:55.885788+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.968 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:55.894174+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.968 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:24:56.915056+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.968 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:24:58.915428+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.969 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:24:59.400284+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi181", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:25:34.969 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cephadm 2024-03-26T02:25:00.165415+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi181 2024-03-26T02:25:34.969 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:01.631691+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.969 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:01.640973+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.969 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:25:00.915837+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.969 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:25:02.916240+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.969 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:25:04.916587+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.969 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:05.381287+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.969 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cephadm 2024-03-26T02:25:05.382121+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi181 2024-03-26T02:25:34.969 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:05.417151+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:34.969 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:05.889596+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.969 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:25:06.916941+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.969 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:07.365714+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.969 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:07.372724+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.970 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:07.374108+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi181", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:25:34.970 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:07.375982+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:34.970 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:07.377685+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:34.970 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cephadm 2024-03-26T02:25:07.380501+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi181:/etc/ceph/ceph.conf 2024-03-26T02:25:34.970 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cephadm 2024-03-26T02:25:07.595546+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi181:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:25:34.970 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:08.271344+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.970 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:08.276043+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.970 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:08.280666+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.970 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:08.358060+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.970 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cephadm 2024-03-26T02:25:08.072637+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi181:/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:25:34.970 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cephadm 2024-03-26T02:25:08.187079+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi181:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T02:25:34.970 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:08.364593+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.970 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:08.372443+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi181", "caps": []}]: dispatch 2024-03-26T02:25:34.970 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:08.374403+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi181", "caps": []}]': finished 2024-03-26T02:25:34.970 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:25:08.917297+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.970 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cephadm 2024-03-26T02:25:08.979864+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi181 on smithi181 2024-03-26T02:25:34.971 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:09.963131+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.971 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:10.000862+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.971 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:10.006920+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.971 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:10.107337+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:34.971 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:10.112761+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:34.971 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:10.114460+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:34.971 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:10.123756+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.971 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:10.227477+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:34.971 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:10.231534+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:34.971 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:10.232589+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:34.971 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:10.239686+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.971 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:10.433035+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.971 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:11.003035+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.972 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:25:10.917609+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.972 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:11.496075+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.972 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:11.502402+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.972 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:25:12.918001+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.972 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:13.852547+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:25:34.972 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:25:14.918405+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.972 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:16.037268+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.972 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:16.040042+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.972 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:16.045203+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.972 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:25:16.918757+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.972 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:25:18.919141+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.972 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:21.446759+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.115:0/4287234466' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-26T02:25:34.972 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:25:20.919477+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.972 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:21.519384+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.115:0/4287234466' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-26T02:25:34.972 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:25:21.523742+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T02:25:34.973 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:25:22.919863+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.973 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:24.807983+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.973 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:24.818297+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.973 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:25:24.920287+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.973 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:26.521396+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.973 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:26.545325+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:34.973 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:26.550638+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:34.973 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:26.552356+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:34.973 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:26.560959+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.973 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:26.566080+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T02:25:34.973 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:26.567821+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:34.973 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:26.510693+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi115:172.21.15.115=a;smithi179:172.21.15.179=b;smithi181:172.21.15.181=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:25:34.973 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cephadm 2024-03-26T02:25:26.516197+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi115:172.21.15.115=a;smithi179:172.21.15.179=b;smithi181:172.21.15.181=c;count:3 2024-03-26T02:25:34.974 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cephadm 2024-03-26T02:25:26.569916+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi181 2024-03-26T02:25:34.974 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:25:26.920645+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.974 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:28.478058+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.974 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:28.484927+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.974 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:28.493548+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.974 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:25:28.920963+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.974 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cluster 2024-03-26T02:25:30.921331+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:34.974 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:32.381018+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.974 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:32.387867+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.974 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:32.404790+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:34.974 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:32.406234+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T02:25:34.974 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:32.408010+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:34.974 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: cephadm 2024-03-26T02:25:32.410114+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi179 2024-03-26T02:25:34.974 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: audit 2024-03-26T02:25:32.985594+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.181:0/3249895918' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T02:25:34.975 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:34 smithi181 bash[22158]: debug 2024-03-26T02:25:34.743+0000 7f3185b64700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-26T02:25:35.592 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-26T02:25:35.592 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph mon dump -f json 2024-03-26T02:25:36.997 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:36 smithi179 systemd[1]: Started Ceph mon.b for 8d3e4e2a-eb17-11ee-95d0-87774f69a715. 2024-03-26T02:25:37.894 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.851+0000 7f563436fc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-26T02:25:37.894 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.851+0000 7f563436fc80 0 ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev), process ceph-mon, pid 7 2024-03-26T02:25:37.894 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.851+0000 7f563436fc80 0 pidfile_write: ignore empty --pid-file 2024-03-26T02:25:37.894 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 0 load: jerasure load: lrc 2024-03-26T02:25:37.894 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-26T02:25:37.894 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Git sha 0 2024-03-26T02:25:37.894 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Compile date 2024-03-25 23:25:11 2024-03-26T02:25:37.895 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: DB SUMMARY 2024-03-26T02:25:37.895 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: DB Session ID: 62ZH8FGLX6WE2V7V5NN5 2024-03-26T02:25:37.895 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: CURRENT file: CURRENT 2024-03-26T02:25:37.895 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-26T02:25:37.895 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-26T02:25:37.895 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-03-26T02:25:37.895 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-03-26T02:25:37.895 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.error_if_exists: 0 2024-03-26T02:25:37.895 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.create_if_missing: 0 2024-03-26T02:25:37.895 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-26T02:25:37.895 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-26T02:25:37.895 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-26T02:25:37.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-26T02:25:37.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.env: 0x56284d6edc60 2024-03-26T02:25:37.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-26T02:25:37.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.info_log: 0x56284f503b20 2024-03-26T02:25:37.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-26T02:25:37.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.statistics: (nil) 2024-03-26T02:25:37.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.use_fsync: 0 2024-03-26T02:25:37.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-26T02:25:37.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-26T02:25:37.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-26T02:25:37.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-26T02:25:37.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-26T02:25:37.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-26T02:25:37.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-26T02:25:37.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-26T02:25:37.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-26T02:25:37.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-26T02:25:37.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-26T02:25:37.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.db_log_dir: 2024-03-26T02:25:37.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.wal_dir: 2024-03-26T02:25:37.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-26T02:25:37.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-26T02:25:37.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-26T02:25:37.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-26T02:25:37.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-26T02:25:37.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-26T02:25:37.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-26T02:25:37.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-26T02:25:37.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.write_buffer_manager: 0x56284f4d41e0 2024-03-26T02:25:37.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-26T02:25:37.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-26T02:25:37.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-26T02:25:37.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-26T02:25:37.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-26T02:25:37.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-26T02:25:37.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-26T02:25:37.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-26T02:25:37.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.unordered_write: 0 2024-03-26T02:25:37.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-26T02:25:37.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-26T02:25:37.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-26T02:25:37.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-26T02:25:37.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.row_cache: None 2024-03-26T02:25:37.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.wal_filter: None 2024-03-26T02:25:37.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-26T02:25:37.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-26T02:25:37.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.two_write_queues: 0 2024-03-26T02:25:37.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-26T02:25:37.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.wal_compression: 0 2024-03-26T02:25:37.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.atomic_flush: 0 2024-03-26T02:25:37.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-26T02:25:37.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-26T02:25:37.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-26T02:25:37.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-26T02:25:37.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-26T02:25:37.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-26T02:25:37.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-26T02:25:37.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-26T02:25:37.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-26T02:25:37.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-26T02:25:37.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-26T02:25:37.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-26T02:25:37.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-26T02:25:37.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-26T02:25:37.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-26T02:25:37.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-26T02:25:37.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-26T02:25:37.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-26T02:25:37.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-26T02:25:37.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-26T02:25:37.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-26T02:25:37.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-26T02:25:37.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_open_files: -1 2024-03-26T02:25:37.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-26T02:25:37.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-26T02:25:37.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-26T02:25:37.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-26T02:25:37.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-26T02:25:37.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Compression algorithms supported: 2024-03-26T02:25:37.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-26T02:25:37.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: kZSTD supported: 0 2024-03-26T02:25:37.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: kXpressCompression supported: 0 2024-03-26T02:25:37.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-26T02:25:37.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: kZlibCompression supported: 1 2024-03-26T02:25:37.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-26T02:25:37.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-26T02:25:37.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-26T02:25:37.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-26T02:25:37.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-26T02:25:37.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-03-26T02:25:37.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-26T02:25:37.904 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-26T02:25:37.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.merge_operator: 2024-03-26T02:25:37.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compaction_filter: None 2024-03-26T02:25:37.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-26T02:25:37.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-26T02:25:37.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-26T02:25:37.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-26T02:25:37.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56284f503d00) 2024-03-26T02:25:37.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cache_index_and_filter_blocks: 1 2024-03-26T02:25:37.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-26T02:25:37.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-26T02:25:37.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: pin_top_level_index_and_filter: 1 2024-03-26T02:25:37.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: index_type: 0 2024-03-26T02:25:37.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: data_block_index_type: 0 2024-03-26T02:25:37.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: index_shortening: 1 2024-03-26T02:25:37.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: data_block_hash_table_util_ratio: 0.750000 2024-03-26T02:25:37.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: checksum: 4 2024-03-26T02:25:37.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: no_block_cache: 0 2024-03-26T02:25:37.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: block_cache: 0x56284f505090 2024-03-26T02:25:37.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: block_cache_name: BinnedLRUCache 2024-03-26T02:25:37.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: block_cache_options: 2024-03-26T02:25:37.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: capacity : 536870912 2024-03-26T02:25:37.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: num_shard_bits : 4 2024-03-26T02:25:37.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: strict_capacity_limit : 0 2024-03-26T02:25:37.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: high_pri_pool_ratio: 0.000 2024-03-26T02:25:37.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: block_cache_compressed: (nil) 2024-03-26T02:25:37.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: persistent_cache: (nil) 2024-03-26T02:25:37.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: block_size: 4096 2024-03-26T02:25:37.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: block_size_deviation: 10 2024-03-26T02:25:37.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: block_restart_interval: 16 2024-03-26T02:25:37.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: index_block_restart_interval: 1 2024-03-26T02:25:37.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: metadata_block_size: 4096 2024-03-26T02:25:37.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: partition_filters: 0 2024-03-26T02:25:37.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: use_delta_encoding: 1 2024-03-26T02:25:37.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: filter_policy: bloomfilter 2024-03-26T02:25:37.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: whole_key_filtering: 1 2024-03-26T02:25:37.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: verify_compression: 0 2024-03-26T02:25:37.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: read_amp_bytes_per_bit: 0 2024-03-26T02:25:37.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: format_version: 5 2024-03-26T02:25:37.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: enable_index_compression: 1 2024-03-26T02:25:37.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: block_align: 0 2024-03-26T02:25:37.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: max_auto_readahead_size: 262144 2024-03-26T02:25:37.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: prepopulate_block_cache: 0 2024-03-26T02:25:37.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: initial_auto_readahead_size: 8192 2024-03-26T02:25:37.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: num_file_reads_for_auto_readahead: 2 2024-03-26T02:25:37.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-26T02:25:37.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-26T02:25:37.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compression: NoCompression 2024-03-26T02:25:37.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-26T02:25:37.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-26T02:25:37.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-26T02:25:37.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.num_levels: 7 2024-03-26T02:25:37.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-26T02:25:37.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-26T02:25:37.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-26T02:25:37.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-26T02:25:37.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-26T02:25:37.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-26T02:25:37.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-26T02:25:37.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-26T02:25:37.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-26T02:25:37.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-26T02:25:37.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-26T02:25:37.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-26T02:25:37.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-26T02:25:37.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-26T02:25:37.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-26T02:25:37.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-26T02:25:37.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-26T02:25:37.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-26T02:25:37.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-26T02:25:37.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-26T02:25:37.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-26T02:25:37.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-26T02:25:37.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-26T02:25:37.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-26T02:25:37.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-26T02:25:37.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-26T02:25:37.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-26T02:25:37.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-26T02:25:37.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-26T02:25:37.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-26T02:25:37.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-26T02:25:37.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-26T02:25:37.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-26T02:25:37.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-26T02:25:37.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-26T02:25:37.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-26T02:25:37.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-26T02:25:37.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-26T02:25:37.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-26T02:25:37.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-26T02:25:37.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-26T02:25:37.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-26T02:25:37.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-26T02:25:37.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-26T02:25:37.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-26T02:25:37.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-26T02:25:37.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-26T02:25:37.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-26T02:25:37.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-26T02:25:37.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-26T02:25:37.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-26T02:25:37.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-26T02:25:37.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-26T02:25:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-26T02:25:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-26T02:25:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-26T02:25:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-26T02:25:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-26T02:25:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-26T02:25:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.bloom_locality: 0 2024-03-26T02:25:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-26T02:25:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-26T02:25:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-26T02:25:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-26T02:25:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-26T02:25:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.ttl: 2592000 2024-03-26T02:25:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-26T02:25:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-26T02:25:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-26T02:25:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.enable_blob_files: false 2024-03-26T02:25:37.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.min_blob_size: 0 2024-03-26T02:25:37.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-26T02:25:37.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-26T02:25:37.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-26T02:25:37.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-26T02:25:37.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-26T02:25:37.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-26T02:25:37.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-26T02:25:37.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-26T02:25:37.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 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-03-26T02:25:37.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-26T02:25:37.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9c22fd26-0d99-41a4-8f35-2932dc2ed57d 2024-03-26T02:25:37.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711419937863437, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-26T02:25:37.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-26T02:25:37.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711419937863888, "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": 1711419937, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "9c22fd26-0d99-41a4-8f35-2932dc2ed57d", "db_session_id": "62ZH8FGLX6WE2V7V5NN5", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-26T02:25:37.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711419937863993, "job": 1, "event": "recovery_finished"} 2024-03-26T02:25:37.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.859+0000 7f563436fc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-26T02:25:37.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.863+0000 7f563436fc80 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-03-26T02:25:37.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.863+0000 7f563436fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56284f5f8000 2024-03-26T02:25:37.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.863+0000 7f563436fc80 4 rocksdb: DB pointer 0x56284f5e2000 2024-03-26T02:25:37.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.863+0000 7f5622aca700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-26T02:25:37.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.863+0000 7f5622aca700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-26T02:25:37.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: ** DB Stats ** 2024-03-26T02:25:37.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T02:25:37.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-26T02:25:37.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T02:25:37.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T02:25:37.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-26T02:25:37.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T02:25:37.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T02:25:37.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: ** Compaction Stats [default] ** 2024-03-26T02:25:37.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-26T02:25:37.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-26T02:25:37.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: 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-03-26T02:25:37.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: 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-03-26T02:25:37.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: 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-03-26T02:25:37.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: ** Compaction Stats [default] ** 2024-03-26T02:25:37.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-26T02:25:37.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-26T02:25:37.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: 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-03-26T02:25:37.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-26T02:25:37.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T02:25:37.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-26T02:25:37.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-26T02:25:37.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: AddFile(Total Files): cumulative 0, interval 0 2024-03-26T02:25:37.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-26T02:25:37.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: AddFile(Keys): cumulative 0, interval 0 2024-03-26T02:25:37.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: Cumulative compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T02:25:37.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: Interval compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T02:25:37.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-26T02:25:37.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: Block cache BinnedLRUCache@0x56284f505090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-03-26T02:25:37.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: 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-03-26T02:25:37.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: ** File Read Latency Histogram By Level [default] ** 2024-03-26T02:25:37.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.863+0000 7f563436fc80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-03-26T02:25:37.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.863+0000 7f563436fc80 0 using public_addr v2:172.21.15.179:0/0 -> [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] 2024-03-26T02:25:37.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.863+0000 7f563436fc80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] at bind addrs [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:25:37.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.863+0000 7f563436fc80 1 mon.b@-1(???) e0 preinit fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:25:37.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.883+0000 7f5625ad0700 0 mon.b@-1(synchronizing).mds e1 new map 2024-03-26T02:25:37.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.883+0000 7f5625ad0700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-03-26T02:25:37.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: e1 2024-03-26T02:25:37.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-26T02:25:37.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: 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-03-26T02:25:37.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: legacy client fscid: -1 2024-03-26T02:25:37.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: 2024-03-26T02:25:37.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: No filesystems configured 2024-03-26T02:25:37.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.883+0000 7f5625ad0700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-26T02:25:37.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.883+0000 7f5625ad0700 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-03-26T02:25:37.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.883+0000 7f5625ad0700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-26T02:25:37.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.883+0000 7f5625ad0700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-26T02:25:37.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.883+0000 7f5625ad0700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-26T02:25:37.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.883+0000 7f5625ad0700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-26T02:25:37.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.883+0000 7f5625ad0700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-26T02:25:37.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.883+0000 7f5625ad0700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T02:25:37.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.883+0000 7f5625ad0700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T02:25:37.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.883+0000 7f5625ad0700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T02:25:37.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:24:26.909299+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:27.819611+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:25:37.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:27.824567+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:27.846615+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:37.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:27.848258+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:37.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:27.848876+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:37.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:28.363582+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:28.369108+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:28.373678+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:24:27.849768+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-03-26T02:25:37.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:24:27.963965+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi115:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:25:37.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:24:28.078239+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:25:37.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:24:28.193127+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi115:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T02:25:37.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:24:28.909727+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:24:30.910122+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:24:32.910563+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:24:34.910874+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:35.690073+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:35.693281+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:35.697452+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:36.748569+0000 mgr.a (mgr.14152) 23 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi179", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:25:37.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:24:36.911254+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:24:37.408753+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi179 2024-03-26T02:25:37.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:24:38.911531+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:24:40.911867+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:42.500298+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:42.519000+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:37.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:24:42.501239+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Added host smithi179 2024-03-26T02:25:37.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:42.991880+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:24:42.912288+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:44.468687+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:44.475305+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:44.476811+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:25:37.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:44.478953+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:37.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:44.480883+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:37.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:24:44.483559+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.conf 2024-03-26T02:25:37.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:24:44.700182+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi179:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:25:37.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:45.251728+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:45.258660+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:45.261903+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi179", "caps": []}]: dispatch 2024-03-26T02:25:37.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:45.263954+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi179", "caps": []}]': finished 2024-03-26T02:25:37.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:24:44.912625+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:24:44.916803+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:25:37.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:24:45.081581+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi179:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T02:25:37.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:24:46.142439+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi179 on smithi179 2024-03-26T02:25:37.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:47.175956+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:47.217911+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:47.226395+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:47.294287+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:37.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:47.298271+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:37.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:47.299658+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:37.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:47.309820+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:47.378909+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:37.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:47.382735+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:37.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:47.384107+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:37.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:47.394175+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:47.648449+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:24:46.912945+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:48.709487+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:48.714091+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:24:48.913356+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:50.388336+0000 mgr.a (mgr.14152) 38 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:25:37.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:50.991982+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:24:50.913786+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:24:52.914180+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:24:54.914642+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:55.878696+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:55.885788+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:55.894174+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:24:56.915056+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:24:58.915428+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:24:59.400284+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi181", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:25:37.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:25:00.165415+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi181 2024-03-26T02:25:37.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:01.631691+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:01.640973+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:25:00.915837+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:25:02.916240+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:25:04.916587+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:05.381287+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:25:05.382121+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi181 2024-03-26T02:25:37.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:05.417151+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:37.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:05.889596+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:25:06.916941+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:07.365714+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:07.372724+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:07.374108+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi181", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:25:37.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:07.375982+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:37.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:07.377685+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:37.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:25:07.380501+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi181:/etc/ceph/ceph.conf 2024-03-26T02:25:37.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:25:07.595546+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi181:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:25:37.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:08.271344+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:08.276043+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:08.280666+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:08.358060+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:25:08.072637+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi181:/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:25:37.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:25:08.187079+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi181:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T02:25:37.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:08.364593+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:08.372443+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi181", "caps": []}]: dispatch 2024-03-26T02:25:37.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:08.374403+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi181", "caps": []}]': finished 2024-03-26T02:25:37.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:25:08.917297+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:25:08.979864+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi181 on smithi181 2024-03-26T02:25:37.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:09.963131+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:10.000862+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:10.006920+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:10.107337+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:37.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:10.112761+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:37.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:10.114460+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:37.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:10.123756+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:10.227477+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:37.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:10.231534+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:37.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:10.232589+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:37.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:10.239686+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:10.433035+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:11.003035+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:25:10.917609+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:11.496075+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:11.502402+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:25:12.918001+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:13.852547+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:25:37.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:25:14.918405+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.926 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:16.037268+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.926 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:16.040042+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.926 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:16.045203+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.926 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:25:16.918757+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.926 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:25:18.919141+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.926 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:21.446759+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.115:0/4287234466' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-26T02:25:37.926 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:25:20.919477+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.926 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:21.519384+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.115:0/4287234466' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-26T02:25:37.926 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:25:21.523742+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T02:25:37.926 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:25:22.919863+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.926 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:24.807983+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.926 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:24.818297+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.926 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:25:24.920287+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.926 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:26.521396+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.927 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:26.545325+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:37.927 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:26.550638+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:37.927 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:26.552356+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:37.927 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:26.560959+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.927 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:26.566080+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T02:25:37.927 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:26.567821+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:37.927 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:26.510693+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi115:172.21.15.115=a;smithi179:172.21.15.179=b;smithi181:172.21.15.181=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:25:37.927 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:25:26.516197+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi115:172.21.15.115=a;smithi179:172.21.15.179=b;smithi181:172.21.15.181=c;count:3 2024-03-26T02:25:37.927 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:25:26.569916+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi181 2024-03-26T02:25:37.927 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:25:26.920645+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.927 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:28.478058+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.927 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:28.484927+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.927 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:28.493548+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.927 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:25:28.920963+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.927 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cluster 2024-03-26T02:25:30.921331+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:37.927 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:32.381018+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.928 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:32.387867+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.928 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:32.404790+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:37.928 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:32.406234+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T02:25:37.928 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:32.408010+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:37.928 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: cephadm 2024-03-26T02:25:32.410114+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi179 2024-03-26T02:25:37.928 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: audit 2024-03-26T02:25:32.985594+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.181:0/3249895918' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T02:25:37.928 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:37 smithi179 bash[22174]: debug 2024-03-26T02:25:37.887+0000 7f5625ad0700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-26T02:25:39.294 INFO:teuthology.orchestra.run.smithi181.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T02:25:40.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: audit 2024-03-26T02:25:34.757703+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:25:40.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: cluster 2024-03-26T02:25:34.758182+0000 mon.a (mon.0) 221 : cluster [INF] mon.a calling monitor election 2024-03-26T02:25:40.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: audit 2024-03-26T02:25:34.781701+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:40.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: cluster 2024-03-26T02:25:34.921974+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:40.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: audit 2024-03-26T02:25:35.751904+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:40.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: audit 2024-03-26T02:25:36.752520+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:40.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: cluster 2024-03-26T02:25:36.754712+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-26T02:25:40.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: cluster 2024-03-26T02:25:36.922380+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:40.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: audit 2024-03-26T02:25:37.752574+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:40.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: audit 2024-03-26T02:25:37.893619+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:40.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: audit 2024-03-26T02:25:38.752709+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:40.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: audit 2024-03-26T02:25:38.893787+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:40.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: cluster 2024-03-26T02:25:38.922760+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:40.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: audit 2024-03-26T02:25:39.752835+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:40.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: cluster 2024-03-26T02:25:39.804008+0000 mon.a (mon.0) 230 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T02:25:40.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: cluster 2024-03-26T02:25:39.810840+0000 mon.a (mon.0) 231 : cluster [DBG] monmap epoch 2 2024-03-26T02:25:40.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: cluster 2024-03-26T02:25:39.810879+0000 mon.a (mon.0) 232 : cluster [DBG] fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:25:40.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: cluster 2024-03-26T02:25:39.810899+0000 mon.a (mon.0) 233 : cluster [DBG] last_changed 2024-03-26T02:25:34.752469+0000 2024-03-26T02:25:40.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: cluster 2024-03-26T02:25:39.810921+0000 mon.a (mon.0) 234 : cluster [DBG] created 2024-03-26T02:22:50.952549+0000 2024-03-26T02:25:40.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: cluster 2024-03-26T02:25:39.810959+0000 mon.a (mon.0) 235 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T02:25:40.295 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: cluster 2024-03-26T02:25:39.810983+0000 mon.a (mon.0) 236 : cluster [DBG] election_strategy: 1 2024-03-26T02:25:40.295 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: cluster 2024-03-26T02:25:39.811004+0000 mon.a (mon.0) 237 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-03-26T02:25:40.295 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: cluster 2024-03-26T02:25:39.811024+0000 mon.a (mon.0) 238 : cluster [DBG] 1: [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] mon.c 2024-03-26T02:25:40.295 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: cluster 2024-03-26T02:25:39.829155+0000 mon.a (mon.0) 239 : cluster [DBG] fsmap 2024-03-26T02:25:40.295 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: cluster 2024-03-26T02:25:39.829239+0000 mon.a (mon.0) 240 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T02:25:40.295 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: cluster 2024-03-26T02:25:39.829522+0000 mon.a (mon.0) 241 : cluster [DBG] mgrmap e13: a(active, since 98s) 2024-03-26T02:25:40.295 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: cluster 2024-03-26T02:25:39.829772+0000 mon.a (mon.0) 242 : cluster [INF] overall HEALTH_OK 2024-03-26T02:25:40.295 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: audit 2024-03-26T02:25:39.837160+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:40.295 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: audit 2024-03-26T02:25:39.843870+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:40.295 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: audit 2024-03-26T02:25:39.850650+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:40.295 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: audit 2024-03-26T02:25:39.857332+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:40.295 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: audit 2024-03-26T02:25:39.863370+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:40.295 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: audit 2024-03-26T02:25:39.870236+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:40.295 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:39 smithi181 bash[22158]: audit 2024-03-26T02:25:39.879371+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:40.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: audit 2024-03-26T02:25:34.757703+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:25:40.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: cluster 2024-03-26T02:25:34.758182+0000 mon.a (mon.0) 221 : cluster [INF] mon.a calling monitor election 2024-03-26T02:25:40.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: audit 2024-03-26T02:25:34.781701+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:40.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: cluster 2024-03-26T02:25:34.921974+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:40.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: audit 2024-03-26T02:25:35.751904+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:40.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: audit 2024-03-26T02:25:36.752520+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:40.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: cluster 2024-03-26T02:25:36.754712+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-26T02:25:40.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: cluster 2024-03-26T02:25:36.922380+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:40.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: audit 2024-03-26T02:25:37.752574+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:40.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: audit 2024-03-26T02:25:37.893619+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:40.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: audit 2024-03-26T02:25:38.752709+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:40.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: audit 2024-03-26T02:25:38.893787+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:40.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: cluster 2024-03-26T02:25:38.922760+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:40.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: audit 2024-03-26T02:25:39.752835+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:40.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: cluster 2024-03-26T02:25:39.804008+0000 mon.a (mon.0) 230 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T02:25:40.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: cluster 2024-03-26T02:25:39.810840+0000 mon.a (mon.0) 231 : cluster [DBG] monmap epoch 2 2024-03-26T02:25:40.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: cluster 2024-03-26T02:25:39.810879+0000 mon.a (mon.0) 232 : cluster [DBG] fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:25:40.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: cluster 2024-03-26T02:25:39.810899+0000 mon.a (mon.0) 233 : cluster [DBG] last_changed 2024-03-26T02:25:34.752469+0000 2024-03-26T02:25:40.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: cluster 2024-03-26T02:25:39.810921+0000 mon.a (mon.0) 234 : cluster [DBG] created 2024-03-26T02:22:50.952549+0000 2024-03-26T02:25:40.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: cluster 2024-03-26T02:25:39.810959+0000 mon.a (mon.0) 235 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T02:25:40.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: cluster 2024-03-26T02:25:39.810983+0000 mon.a (mon.0) 236 : cluster [DBG] election_strategy: 1 2024-03-26T02:25:40.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: cluster 2024-03-26T02:25:39.811004+0000 mon.a (mon.0) 237 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-03-26T02:25:40.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: cluster 2024-03-26T02:25:39.811024+0000 mon.a (mon.0) 238 : cluster [DBG] 1: [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] mon.c 2024-03-26T02:25:40.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: cluster 2024-03-26T02:25:39.829155+0000 mon.a (mon.0) 239 : cluster [DBG] fsmap 2024-03-26T02:25:40.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: cluster 2024-03-26T02:25:39.829239+0000 mon.a (mon.0) 240 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T02:25:40.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: cluster 2024-03-26T02:25:39.829522+0000 mon.a (mon.0) 241 : cluster [DBG] mgrmap e13: a(active, since 98s) 2024-03-26T02:25:40.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: cluster 2024-03-26T02:25:39.829772+0000 mon.a (mon.0) 242 : cluster [INF] overall HEALTH_OK 2024-03-26T02:25:40.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: audit 2024-03-26T02:25:39.837160+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:40.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: audit 2024-03-26T02:25:39.843870+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:40.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: audit 2024-03-26T02:25:39.850650+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:40.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: audit 2024-03-26T02:25:39.857332+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:40.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: audit 2024-03-26T02:25:39.863370+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:40.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: audit 2024-03-26T02:25:39.870236+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:40.327 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:39 smithi115 bash[21522]: audit 2024-03-26T02:25:39.879371+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:41.074 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:25:40 smithi115 bash[21780]: debug 2024-03-26T02:25:40.750+0000 7f8a22d20700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-03-26T02:25:45.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: audit 2024-03-26T02:25:39.908048+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:25:45.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:39.908296+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-26T02:25:45.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:39.908721+0000 mon.a (mon.0) 253 : cluster [INF] mon.a calling monitor election 2024-03-26T02:25:45.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: audit 2024-03-26T02:25:39.910837+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:45.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: audit 2024-03-26T02:25:39.911075+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:45.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: audit 2024-03-26T02:25:40.894260+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:45.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:40.923173+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:45.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: audit 2024-03-26T02:25:41.894554+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:45.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: audit 2024-03-26T02:25:42.894373+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:45.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:42.923519+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:45.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: audit 2024-03-26T02:25:43.894206+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:45.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: audit 2024-03-26T02:25:44.894676+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:45.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:44.910824+0000 mon.a (mon.0) 261 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T02:25:45.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:44.916562+0000 mon.a (mon.0) 262 : cluster [DBG] monmap epoch 3 2024-03-26T02:25:45.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:44.916600+0000 mon.a (mon.0) 263 : cluster [DBG] fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:25:45.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:44.916623+0000 mon.a (mon.0) 264 : cluster [DBG] last_changed 2024-03-26T02:25:39.901947+0000 2024-03-26T02:25:45.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:44.916643+0000 mon.a (mon.0) 265 : cluster [DBG] created 2024-03-26T02:22:50.952549+0000 2024-03-26T02:25:45.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:44.916663+0000 mon.a (mon.0) 266 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T02:25:45.297 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:44.916683+0000 mon.a (mon.0) 267 : cluster [DBG] election_strategy: 1 2024-03-26T02:25:45.297 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:44.916706+0000 mon.a (mon.0) 268 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-03-26T02:25:45.297 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:44.916729+0000 mon.a (mon.0) 269 : cluster [DBG] 1: [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] mon.c 2024-03-26T02:25:45.297 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:44.916752+0000 mon.a (mon.0) 270 : cluster [DBG] 2: [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon.b 2024-03-26T02:25:45.297 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:44.937174+0000 mon.a (mon.0) 271 : cluster [DBG] fsmap 2024-03-26T02:25:45.297 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:44.937261+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T02:25:45.297 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:44.937545+0000 mon.a (mon.0) 273 : cluster [DBG] mgrmap e13: a(active, since 104s) 2024-03-26T02:25:45.297 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:44.937860+0000 mon.a (mon.0) 274 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-26T02:25:45.297 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:44.944569+0000 mon.a (mon.0) 275 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-26T02:25:45.297 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:44.944610+0000 mon.a (mon.0) 276 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-26T02:25:45.297 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: cluster 2024-03-26T02:25:44.944673+0000 mon.a (mon.0) 277 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] is down (out of quorum) 2024-03-26T02:25:45.298 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: audit 2024-03-26T02:25:44.949271+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:45.298 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:44 smithi181 bash[22158]: audit 2024-03-26T02:25:44.956668+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:45.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: audit 2024-03-26T02:25:39.908048+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:25:45.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:39.908296+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-26T02:25:45.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:39.908721+0000 mon.a (mon.0) 253 : cluster [INF] mon.a calling monitor election 2024-03-26T02:25:45.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: audit 2024-03-26T02:25:39.910837+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:45.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: audit 2024-03-26T02:25:39.911075+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:45.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: audit 2024-03-26T02:25:40.894260+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:45.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:40.923173+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:45.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: audit 2024-03-26T02:25:41.894554+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:45.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: audit 2024-03-26T02:25:42.894373+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:45.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:42.923519+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:45.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: audit 2024-03-26T02:25:43.894206+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:45.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: audit 2024-03-26T02:25:44.894676+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:45.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:44.910824+0000 mon.a (mon.0) 261 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T02:25:45.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:44.916562+0000 mon.a (mon.0) 262 : cluster [DBG] monmap epoch 3 2024-03-26T02:25:45.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:44.916600+0000 mon.a (mon.0) 263 : cluster [DBG] fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:25:45.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:44.916623+0000 mon.a (mon.0) 264 : cluster [DBG] last_changed 2024-03-26T02:25:39.901947+0000 2024-03-26T02:25:45.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:44.916643+0000 mon.a (mon.0) 265 : cluster [DBG] created 2024-03-26T02:22:50.952549+0000 2024-03-26T02:25:45.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:44.916663+0000 mon.a (mon.0) 266 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T02:25:45.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:44.916683+0000 mon.a (mon.0) 267 : cluster [DBG] election_strategy: 1 2024-03-26T02:25:45.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:44.916706+0000 mon.a (mon.0) 268 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-03-26T02:25:45.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:44.916729+0000 mon.a (mon.0) 269 : cluster [DBG] 1: [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] mon.c 2024-03-26T02:25:45.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:44.916752+0000 mon.a (mon.0) 270 : cluster [DBG] 2: [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon.b 2024-03-26T02:25:45.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:44.937174+0000 mon.a (mon.0) 271 : cluster [DBG] fsmap 2024-03-26T02:25:45.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:44.937261+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T02:25:45.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:44.937545+0000 mon.a (mon.0) 273 : cluster [DBG] mgrmap e13: a(active, since 104s) 2024-03-26T02:25:45.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:44.937860+0000 mon.a (mon.0) 274 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-26T02:25:45.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:44.944569+0000 mon.a (mon.0) 275 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-26T02:25:45.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:44.944610+0000 mon.a (mon.0) 276 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-26T02:25:45.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: cluster 2024-03-26T02:25:44.944673+0000 mon.a (mon.0) 277 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] is down (out of quorum) 2024-03-26T02:25:45.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: audit 2024-03-26T02:25:44.949271+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:45.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:44 smithi115 bash[21522]: audit 2024-03-26T02:25:44.956668+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:45.587 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-03-26T02:25:45.587 INFO:teuthology.orchestra.run.smithi181.stdout:{"epoch":3,"fsid":"8d3e4e2a-eb17-11ee-95d0-87774f69a715","modified":"2024-03-26T02:25:39.901947Z","created":"2024-03-26T02:22:50.952549Z","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.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:3300","nonce":0},{"type":"v1","addr":"172.21.15.181:6789","nonce":0}]},"addr":"172.21.15.181:6789/0","public_addr":"172.21.15.181:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:3300","nonce":0},{"type":"v1","addr":"172.21.15.179:6789","nonce":0}]},"addr":"172.21.15.179:6789/0","public_addr":"172.21.15.179:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-26T02:25:45.590 INFO:teuthology.orchestra.run.smithi181.stderr:dumped monmap epoch 3 2024-03-26T02:25:46.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: cluster 2024-03-26T02:25:44.923888+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:46.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: audit 2024-03-26T02:25:45.055543+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:46.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: audit 2024-03-26T02:25:45.058817+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:46.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: audit 2024-03-26T02:25:45.059880+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:46.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: cephadm 2024-03-26T02:25:45.061414+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-03-26T02:25:46.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: cephadm 2024-03-26T02:25:45.061864+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.conf 2024-03-26T02:25:46.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: cephadm 2024-03-26T02:25:45.062768+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi181:/etc/ceph/ceph.conf 2024-03-26T02:25:46.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: cephadm 2024-03-26T02:25:45.276319+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi115:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:25:46.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: cephadm 2024-03-26T02:25:45.277283+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Updating smithi179:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:25:46.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: cephadm 2024-03-26T02:25:45.278401+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Updating smithi181:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:25:46.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: audit 2024-03-26T02:25:45.498208+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:46.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: audit 2024-03-26T02:25:45.503858+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:46.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: audit 2024-03-26T02:25:45.509586+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:46.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: audit 2024-03-26T02:25:45.514018+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:46.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: audit 2024-03-26T02:25:45.516756+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:46.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: audit 2024-03-26T02:25:45.519376+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:46.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: audit 2024-03-26T02:25:45.523069+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:46.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: cephadm 2024-03-26T02:25:45.523509+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:25:46.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: audit 2024-03-26T02:25:45.587424+0000 mon.a (mon.0) 290 : audit [DBG] from='client.? 172.21.15.181:0/3714040940' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T02:25:46.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: cephadm 2024-03-26T02:25:45.621120+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-26T02:25:46.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: audit 2024-03-26T02:25:45.621642+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T02:25:46.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: audit 2024-03-26T02:25:45.622898+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T02:25:46.295 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: audit 2024-03-26T02:25:45.624453+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:46.295 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: cephadm 2024-03-26T02:25:45.626258+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi115 2024-03-26T02:25:46.295 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:46 smithi181 bash[22158]: audit 2024-03-26T02:25:45.894575+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:46.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: cluster 2024-03-26T02:25:44.923888+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:46.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: audit 2024-03-26T02:25:45.055543+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:46.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: audit 2024-03-26T02:25:45.058817+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:46.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: audit 2024-03-26T02:25:45.059880+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:46.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: cephadm 2024-03-26T02:25:45.061414+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-03-26T02:25:46.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: cephadm 2024-03-26T02:25:45.061864+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.conf 2024-03-26T02:25:46.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: cephadm 2024-03-26T02:25:45.062768+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi181:/etc/ceph/ceph.conf 2024-03-26T02:25:46.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: cephadm 2024-03-26T02:25:45.276319+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi115:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:25:46.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: cephadm 2024-03-26T02:25:45.277283+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Updating smithi179:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:25:46.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: cephadm 2024-03-26T02:25:45.278401+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Updating smithi181:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:25:46.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: audit 2024-03-26T02:25:45.498208+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:46.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: audit 2024-03-26T02:25:45.503858+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:46.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: audit 2024-03-26T02:25:45.509586+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:46.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: audit 2024-03-26T02:25:45.514018+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:46.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: audit 2024-03-26T02:25:45.516756+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:46.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: audit 2024-03-26T02:25:45.519376+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:46.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: audit 2024-03-26T02:25:45.523069+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:46.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: cephadm 2024-03-26T02:25:45.523509+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:25:46.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: audit 2024-03-26T02:25:45.587424+0000 mon.a (mon.0) 290 : audit [DBG] from='client.? 172.21.15.181:0/3714040940' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T02:25:46.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: cephadm 2024-03-26T02:25:45.621120+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-26T02:25:46.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: audit 2024-03-26T02:25:45.621642+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T02:25:46.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: audit 2024-03-26T02:25:45.622898+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T02:25:46.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: audit 2024-03-26T02:25:45.624453+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:46.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: cephadm 2024-03-26T02:25:45.626258+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi115 2024-03-26T02:25:46.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:46 smithi115 bash[21522]: audit 2024-03-26T02:25:45.894575+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:46.932 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-26T02:25:46.932 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph config generate-minimal-conf 2024-03-26T02:25:47.191 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:47 smithi181 bash[22158]: cluster 2024-03-26T02:25:41.896068+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-26T02:25:47.191 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:47 smithi181 bash[22158]: cluster 2024-03-26T02:25:46.929827+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-26T02:25:47.191 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:47 smithi181 bash[22158]: cluster 2024-03-26T02:25:46.930478+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-26T02:25:47.191 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:47 smithi181 bash[22158]: cluster 2024-03-26T02:25:46.930591+0000 mon.a (mon.0) 297 : cluster [INF] mon.a calling monitor election 2024-03-26T02:25:47.191 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:47 smithi181 bash[22158]: cluster 2024-03-26T02:25:46.952906+0000 mon.a (mon.0) 298 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-26T02:25:47.191 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:47 smithi181 bash[22158]: cluster 2024-03-26T02:25:46.959363+0000 mon.a (mon.0) 299 : cluster [DBG] monmap epoch 3 2024-03-26T02:25:47.191 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:47 smithi181 bash[22158]: cluster 2024-03-26T02:25:46.959398+0000 mon.a (mon.0) 300 : cluster [DBG] fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:25:47.191 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:47 smithi181 bash[22158]: cluster 2024-03-26T02:25:46.959421+0000 mon.a (mon.0) 301 : cluster [DBG] last_changed 2024-03-26T02:25:39.901947+0000 2024-03-26T02:25:47.191 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:47 smithi181 bash[22158]: cluster 2024-03-26T02:25:46.959441+0000 mon.a (mon.0) 302 : cluster [DBG] created 2024-03-26T02:22:50.952549+0000 2024-03-26T02:25:47.191 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:47 smithi181 bash[22158]: cluster 2024-03-26T02:25:46.959464+0000 mon.a (mon.0) 303 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T02:25:47.191 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:47 smithi181 bash[22158]: cluster 2024-03-26T02:25:46.959484+0000 mon.a (mon.0) 304 : cluster [DBG] election_strategy: 1 2024-03-26T02:25:47.192 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:47 smithi181 bash[22158]: cluster 2024-03-26T02:25:46.959506+0000 mon.a (mon.0) 305 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-03-26T02:25:47.192 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:47 smithi181 bash[22158]: cluster 2024-03-26T02:25:46.959528+0000 mon.a (mon.0) 306 : cluster [DBG] 1: [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] mon.c 2024-03-26T02:25:47.192 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:47 smithi181 bash[22158]: cluster 2024-03-26T02:25:46.959547+0000 mon.a (mon.0) 307 : cluster [DBG] 2: [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon.b 2024-03-26T02:25:47.192 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:47 smithi181 bash[22158]: cluster 2024-03-26T02:25:46.977222+0000 mon.a (mon.0) 308 : cluster [DBG] fsmap 2024-03-26T02:25:47.192 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:47 smithi181 bash[22158]: cluster 2024-03-26T02:25:46.977276+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T02:25:47.192 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:47 smithi181 bash[22158]: cluster 2024-03-26T02:25:46.977557+0000 mon.a (mon.0) 310 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-03-26T02:25:47.192 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:47 smithi181 bash[22158]: cluster 2024-03-26T02:25:46.977848+0000 mon.a (mon.0) 311 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-26T02:25:47.192 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:47 smithi181 bash[22158]: cluster 2024-03-26T02:25:46.977894+0000 mon.a (mon.0) 312 : cluster [INF] Cluster is now healthy 2024-03-26T02:25:47.192 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:47 smithi181 bash[22158]: cluster 2024-03-26T02:25:46.981852+0000 mon.a (mon.0) 313 : cluster [INF] overall HEALTH_OK 2024-03-26T02:25:47.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:47 smithi115 bash[21522]: cluster 2024-03-26T02:25:41.896068+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-26T02:25:47.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:47 smithi115 bash[21522]: cluster 2024-03-26T02:25:46.929827+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-26T02:25:47.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:47 smithi115 bash[21522]: cluster 2024-03-26T02:25:46.930478+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-26T02:25:47.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:47 smithi115 bash[21522]: cluster 2024-03-26T02:25:46.930591+0000 mon.a (mon.0) 297 : cluster [INF] mon.a calling monitor election 2024-03-26T02:25:47.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:47 smithi115 bash[21522]: cluster 2024-03-26T02:25:46.952906+0000 mon.a (mon.0) 298 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-26T02:25:47.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:47 smithi115 bash[21522]: cluster 2024-03-26T02:25:46.959363+0000 mon.a (mon.0) 299 : cluster [DBG] monmap epoch 3 2024-03-26T02:25:47.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:47 smithi115 bash[21522]: cluster 2024-03-26T02:25:46.959398+0000 mon.a (mon.0) 300 : cluster [DBG] fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:25:47.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:47 smithi115 bash[21522]: cluster 2024-03-26T02:25:46.959421+0000 mon.a (mon.0) 301 : cluster [DBG] last_changed 2024-03-26T02:25:39.901947+0000 2024-03-26T02:25:47.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:47 smithi115 bash[21522]: cluster 2024-03-26T02:25:46.959441+0000 mon.a (mon.0) 302 : cluster [DBG] created 2024-03-26T02:22:50.952549+0000 2024-03-26T02:25:47.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:47 smithi115 bash[21522]: cluster 2024-03-26T02:25:46.959464+0000 mon.a (mon.0) 303 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T02:25:47.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:47 smithi115 bash[21522]: cluster 2024-03-26T02:25:46.959484+0000 mon.a (mon.0) 304 : cluster [DBG] election_strategy: 1 2024-03-26T02:25:47.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:47 smithi115 bash[21522]: cluster 2024-03-26T02:25:46.959506+0000 mon.a (mon.0) 305 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-03-26T02:25:47.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:47 smithi115 bash[21522]: cluster 2024-03-26T02:25:46.959528+0000 mon.a (mon.0) 306 : cluster [DBG] 1: [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] mon.c 2024-03-26T02:25:47.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:47 smithi115 bash[21522]: cluster 2024-03-26T02:25:46.959547+0000 mon.a (mon.0) 307 : cluster [DBG] 2: [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon.b 2024-03-26T02:25:47.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:47 smithi115 bash[21522]: cluster 2024-03-26T02:25:46.977222+0000 mon.a (mon.0) 308 : cluster [DBG] fsmap 2024-03-26T02:25:47.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:47 smithi115 bash[21522]: cluster 2024-03-26T02:25:46.977276+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T02:25:47.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:47 smithi115 bash[21522]: cluster 2024-03-26T02:25:46.977557+0000 mon.a (mon.0) 310 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-03-26T02:25:47.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:47 smithi115 bash[21522]: cluster 2024-03-26T02:25:46.977848+0000 mon.a (mon.0) 311 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-26T02:25:47.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:47 smithi115 bash[21522]: cluster 2024-03-26T02:25:46.977894+0000 mon.a (mon.0) 312 : cluster [INF] Cluster is now healthy 2024-03-26T02:25:47.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:47 smithi115 bash[21522]: cluster 2024-03-26T02:25:46.981852+0000 mon.a (mon.0) 313 : cluster [INF] overall HEALTH_OK 2024-03-26T02:25:47.381 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:34.757703+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:25:47.381 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:34.758182+0000 mon.a (mon.0) 221 : cluster [INF] mon.a calling monitor election 2024-03-26T02:25:47.381 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:34.781701+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:47.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:34.921974+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:47.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:35.751904+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:47.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:36.752520+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:47.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:36.754712+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-26T02:25:47.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:36.922380+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:47.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:37.752574+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:47.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:37.893619+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:47.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:38.752709+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:47.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:38.893787+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:47.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:38.922760+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:47.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:39.752835+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:47.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:39.804008+0000 mon.a (mon.0) 230 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T02:25:47.383 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:39.810840+0000 mon.a (mon.0) 231 : cluster [DBG] monmap epoch 2 2024-03-26T02:25:47.383 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:39.810879+0000 mon.a (mon.0) 232 : cluster [DBG] fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:25:47.383 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:39.810899+0000 mon.a (mon.0) 233 : cluster [DBG] last_changed 2024-03-26T02:25:34.752469+0000 2024-03-26T02:25:47.383 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:39.810921+0000 mon.a (mon.0) 234 : cluster [DBG] created 2024-03-26T02:22:50.952549+0000 2024-03-26T02:25:47.383 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:39.810959+0000 mon.a (mon.0) 235 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T02:25:47.383 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:39.810983+0000 mon.a (mon.0) 236 : cluster [DBG] election_strategy: 1 2024-03-26T02:25:47.383 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:39.811004+0000 mon.a (mon.0) 237 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-03-26T02:25:47.383 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:39.811024+0000 mon.a (mon.0) 238 : cluster [DBG] 1: [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] mon.c 2024-03-26T02:25:47.383 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:39.829155+0000 mon.a (mon.0) 239 : cluster [DBG] fsmap 2024-03-26T02:25:47.383 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:39.829239+0000 mon.a (mon.0) 240 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T02:25:47.383 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:39.829522+0000 mon.a (mon.0) 241 : cluster [DBG] mgrmap e13: a(active, since 98s) 2024-03-26T02:25:47.383 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:39.829772+0000 mon.a (mon.0) 242 : cluster [INF] overall HEALTH_OK 2024-03-26T02:25:47.383 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:39.837160+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:47.384 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:39.843870+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:47.384 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:39.850650+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:47.384 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:39.857332+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:47.384 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:39.863370+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:47.384 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:39.870236+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:47.384 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:39.879371+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:47.384 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:39.908048+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:25:47.384 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:39.908296+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-26T02:25:47.384 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:39.908721+0000 mon.a (mon.0) 253 : cluster [INF] mon.a calling monitor election 2024-03-26T02:25:47.384 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:39.910837+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:47.384 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:39.911075+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:25:47.384 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:40.894260+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:47.384 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:40.923173+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:47.384 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:41.894554+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:47.384 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:42.894373+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:47.385 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:42.923519+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:47.385 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:43.894206+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:47.385 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:44.894676+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:47.385 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:44.910824+0000 mon.a (mon.0) 261 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T02:25:47.385 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:44.916562+0000 mon.a (mon.0) 262 : cluster [DBG] monmap epoch 3 2024-03-26T02:25:47.385 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:44.916600+0000 mon.a (mon.0) 263 : cluster [DBG] fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:25:47.385 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:44.916623+0000 mon.a (mon.0) 264 : cluster [DBG] last_changed 2024-03-26T02:25:39.901947+0000 2024-03-26T02:25:47.385 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:44.916643+0000 mon.a (mon.0) 265 : cluster [DBG] created 2024-03-26T02:22:50.952549+0000 2024-03-26T02:25:47.385 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:44.916663+0000 mon.a (mon.0) 266 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T02:25:47.385 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:44.916683+0000 mon.a (mon.0) 267 : cluster [DBG] election_strategy: 1 2024-03-26T02:25:47.385 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:44.916706+0000 mon.a (mon.0) 268 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-03-26T02:25:47.385 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:44.916729+0000 mon.a (mon.0) 269 : cluster [DBG] 1: [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] mon.c 2024-03-26T02:25:47.385 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:44.916752+0000 mon.a (mon.0) 270 : cluster [DBG] 2: [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon.b 2024-03-26T02:25:47.385 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:44.937174+0000 mon.a (mon.0) 271 : cluster [DBG] fsmap 2024-03-26T02:25:47.385 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:44.937261+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T02:25:47.386 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:44.937545+0000 mon.a (mon.0) 273 : cluster [DBG] mgrmap e13: a(active, since 104s) 2024-03-26T02:25:47.386 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:44.937860+0000 mon.a (mon.0) 274 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-26T02:25:47.386 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:44.944569+0000 mon.a (mon.0) 275 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-26T02:25:47.386 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:44.944610+0000 mon.a (mon.0) 276 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-26T02:25:47.386 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:44.944673+0000 mon.a (mon.0) 277 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] is down (out of quorum) 2024-03-26T02:25:47.386 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:44.949271+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:47.386 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:44.956668+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:47.386 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cluster 2024-03-26T02:25:44.923888+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:47.386 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:45.055543+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:47.386 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:45.058817+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:47.386 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:45.059880+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:47.387 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cephadm 2024-03-26T02:25:45.061414+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-03-26T02:25:47.387 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cephadm 2024-03-26T02:25:45.061864+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.conf 2024-03-26T02:25:47.387 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cephadm 2024-03-26T02:25:45.062768+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi181:/etc/ceph/ceph.conf 2024-03-26T02:25:47.387 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cephadm 2024-03-26T02:25:45.276319+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi115:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:25:47.387 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cephadm 2024-03-26T02:25:45.277283+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Updating smithi179:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:25:47.387 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cephadm 2024-03-26T02:25:45.278401+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Updating smithi181:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:25:47.387 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:45.498208+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:47.387 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:45.503858+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:47.387 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:45.509586+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:47.387 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:45.514018+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:47.388 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:45.516756+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:47.388 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:45.519376+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:47.388 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:45.523069+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:47.388 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cephadm 2024-03-26T02:25:45.523509+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:25:47.388 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:45.587424+0000 mon.a (mon.0) 290 : audit [DBG] from='client.? 172.21.15.181:0/3714040940' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T02:25:47.388 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cephadm 2024-03-26T02:25:45.621120+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-26T02:25:47.388 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:45.621642+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T02:25:47.388 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:45.622898+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T02:25:47.388 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:45.624453+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:47.388 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: cephadm 2024-03-26T02:25:45.626258+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi115 2024-03-26T02:25:47.388 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:46 smithi179 bash[22174]: audit 2024-03-26T02:25:45.894575+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:47.388 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:47 smithi179 bash[22174]: cluster 2024-03-26T02:25:41.896068+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-26T02:25:47.388 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:47 smithi179 bash[22174]: cluster 2024-03-26T02:25:46.929827+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-26T02:25:47.388 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:47 smithi179 bash[22174]: cluster 2024-03-26T02:25:46.930478+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-26T02:25:47.388 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:47 smithi179 bash[22174]: cluster 2024-03-26T02:25:46.930591+0000 mon.a (mon.0) 297 : cluster [INF] mon.a calling monitor election 2024-03-26T02:25:47.389 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:47 smithi179 bash[22174]: cluster 2024-03-26T02:25:46.952906+0000 mon.a (mon.0) 298 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-26T02:25:47.389 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:47 smithi179 bash[22174]: cluster 2024-03-26T02:25:46.959363+0000 mon.a (mon.0) 299 : cluster [DBG] monmap epoch 3 2024-03-26T02:25:47.389 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:47 smithi179 bash[22174]: cluster 2024-03-26T02:25:46.959398+0000 mon.a (mon.0) 300 : cluster [DBG] fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:25:47.389 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:47 smithi179 bash[22174]: cluster 2024-03-26T02:25:46.959421+0000 mon.a (mon.0) 301 : cluster [DBG] last_changed 2024-03-26T02:25:39.901947+0000 2024-03-26T02:25:47.389 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:47 smithi179 bash[22174]: cluster 2024-03-26T02:25:46.959441+0000 mon.a (mon.0) 302 : cluster [DBG] created 2024-03-26T02:22:50.952549+0000 2024-03-26T02:25:47.389 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:47 smithi179 bash[22174]: cluster 2024-03-26T02:25:46.959464+0000 mon.a (mon.0) 303 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T02:25:47.389 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:47 smithi179 bash[22174]: cluster 2024-03-26T02:25:46.959484+0000 mon.a (mon.0) 304 : cluster [DBG] election_strategy: 1 2024-03-26T02:25:47.389 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:47 smithi179 bash[22174]: cluster 2024-03-26T02:25:46.959506+0000 mon.a (mon.0) 305 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-03-26T02:25:47.389 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:47 smithi179 bash[22174]: cluster 2024-03-26T02:25:46.959528+0000 mon.a (mon.0) 306 : cluster [DBG] 1: [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] mon.c 2024-03-26T02:25:47.389 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:47 smithi179 bash[22174]: cluster 2024-03-26T02:25:46.959547+0000 mon.a (mon.0) 307 : cluster [DBG] 2: [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon.b 2024-03-26T02:25:47.389 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:47 smithi179 bash[22174]: cluster 2024-03-26T02:25:46.977222+0000 mon.a (mon.0) 308 : cluster [DBG] fsmap 2024-03-26T02:25:47.389 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:47 smithi179 bash[22174]: cluster 2024-03-26T02:25:46.977276+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T02:25:47.389 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:47 smithi179 bash[22174]: cluster 2024-03-26T02:25:46.977557+0000 mon.a (mon.0) 310 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-03-26T02:25:47.389 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:47 smithi179 bash[22174]: cluster 2024-03-26T02:25:46.977848+0000 mon.a (mon.0) 311 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-26T02:25:47.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:47 smithi179 bash[22174]: cluster 2024-03-26T02:25:46.977894+0000 mon.a (mon.0) 312 : cluster [INF] Cluster is now healthy 2024-03-26T02:25:47.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:47 smithi179 bash[22174]: cluster 2024-03-26T02:25:46.981852+0000 mon.a (mon.0) 313 : cluster [INF] overall HEALTH_OK 2024-03-26T02:25:48.758 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:48 smithi115 bash[21522]: cluster 2024-03-26T02:25:46.924234+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:48.758 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:48 smithi115 bash[21522]: audit 2024-03-26T02:25:47.464066+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:48.758 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:48 smithi115 bash[21522]: audit 2024-03-26T02:25:47.471821+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:48.758 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:48 smithi115 bash[21522]: cephadm 2024-03-26T02:25:47.496008+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-26T02:25:48.758 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:48 smithi115 bash[21522]: audit 2024-03-26T02:25:47.496634+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T02:25:48.758 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:48 smithi115 bash[21522]: audit 2024-03-26T02:25:47.498381+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T02:25:48.759 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:48 smithi115 bash[21522]: audit 2024-03-26T02:25:47.500264+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:48.759 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:48 smithi115 bash[21522]: cephadm 2024-03-26T02:25:47.502320+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi179 2024-03-26T02:25:48.759 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:48 smithi115 bash[21522]: audit 2024-03-26T02:25:47.895318+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:48.792 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:48 smithi179 bash[22174]: cluster 2024-03-26T02:25:46.924234+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:48.792 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:48 smithi179 bash[22174]: audit 2024-03-26T02:25:47.464066+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:48.792 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:48 smithi179 bash[22174]: audit 2024-03-26T02:25:47.471821+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:48.792 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:48 smithi179 bash[22174]: cephadm 2024-03-26T02:25:47.496008+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-26T02:25:48.792 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:48 smithi179 bash[22174]: audit 2024-03-26T02:25:47.496634+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T02:25:48.792 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:48 smithi179 bash[22174]: audit 2024-03-26T02:25:47.498381+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T02:25:48.792 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:48 smithi179 bash[22174]: audit 2024-03-26T02:25:47.500264+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:48.792 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:48 smithi179 bash[22174]: cephadm 2024-03-26T02:25:47.502320+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi179 2024-03-26T02:25:48.792 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:48 smithi179 bash[22174]: audit 2024-03-26T02:25:47.895318+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:48.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:48 smithi181 bash[22158]: cluster 2024-03-26T02:25:46.924234+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:48.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:48 smithi181 bash[22158]: audit 2024-03-26T02:25:47.464066+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:48.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:48 smithi181 bash[22158]: audit 2024-03-26T02:25:47.471821+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:48.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:48 smithi181 bash[22158]: cephadm 2024-03-26T02:25:47.496008+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-26T02:25:48.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:48 smithi181 bash[22158]: audit 2024-03-26T02:25:47.496634+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T02:25:48.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:48 smithi181 bash[22158]: audit 2024-03-26T02:25:47.498381+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T02:25:48.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:48 smithi181 bash[22158]: audit 2024-03-26T02:25:47.500264+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:48.794 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:48 smithi181 bash[22158]: cephadm 2024-03-26T02:25:47.502320+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi179 2024-03-26T02:25:48.794 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:48 smithi181 bash[22158]: audit 2024-03-26T02:25:47.895318+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:25:49.609 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:49 smithi179 bash[22174]: audit 2024-03-26T02:25:48.550835+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:49.610 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:49 smithi179 bash[22174]: audit 2024-03-26T02:25:48.558255+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:49.610 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:49 smithi179 bash[22174]: audit 2024-03-26T02:25:48.567257+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:49.610 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:49 smithi179 bash[22174]: audit 2024-03-26T02:25:48.655674+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:49.610 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:49 smithi179 bash[22174]: audit 2024-03-26T02:25:48.791076+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:49.757 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:49 smithi115 bash[21522]: audit 2024-03-26T02:25:48.550835+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:49.757 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:49 smithi115 bash[21522]: audit 2024-03-26T02:25:48.558255+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:49.757 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:49 smithi115 bash[21522]: audit 2024-03-26T02:25:48.567257+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:49.757 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:49 smithi115 bash[21522]: audit 2024-03-26T02:25:48.655674+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:49.757 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:49 smithi115 bash[21522]: audit 2024-03-26T02:25:48.791076+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:49.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:49 smithi181 bash[22158]: audit 2024-03-26T02:25:48.550835+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:49.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:49 smithi181 bash[22158]: audit 2024-03-26T02:25:48.558255+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:49.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:49 smithi181 bash[22158]: audit 2024-03-26T02:25:48.567257+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:49.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:49 smithi181 bash[22158]: audit 2024-03-26T02:25:48.655674+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:49.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:49 smithi181 bash[22158]: audit 2024-03-26T02:25:48.791076+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:51.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:50 smithi115 bash[21522]: cluster 2024-03-26T02:25:48.924576+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:51.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:50 smithi115 bash[21522]: audit 2024-03-26T02:25:49.996509+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:51.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:50 smithi115 bash[21522]: audit 2024-03-26T02:25:50.001187+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:51.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:50 smithi115 bash[21522]: audit 2024-03-26T02:25:50.024525+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T02:25:51.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:50 smithi115 bash[21522]: audit 2024-03-26T02:25:50.026341+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T02:25:51.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:50 smithi115 bash[21522]: audit 2024-03-26T02:25:50.027904+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:51.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:50 smithi115 bash[21522]: audit 2024-03-26T02:25:50.181166+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:51.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:50 smithi115 bash[21522]: audit 2024-03-26T02:25:50.185991+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:51.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:50 smithi115 bash[21522]: audit 2024-03-26T02:25:50.194717+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:51.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:50 smithi179 bash[22174]: cluster 2024-03-26T02:25:48.924576+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:51.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:50 smithi179 bash[22174]: audit 2024-03-26T02:25:49.996509+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:51.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:50 smithi179 bash[22174]: audit 2024-03-26T02:25:50.001187+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:51.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:50 smithi179 bash[22174]: audit 2024-03-26T02:25:50.024525+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T02:25:51.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:50 smithi179 bash[22174]: audit 2024-03-26T02:25:50.026341+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T02:25:51.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:50 smithi179 bash[22174]: audit 2024-03-26T02:25:50.027904+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:51.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:50 smithi179 bash[22174]: audit 2024-03-26T02:25:50.181166+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:51.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:50 smithi179 bash[22174]: audit 2024-03-26T02:25:50.185991+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:51.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:50 smithi179 bash[22174]: audit 2024-03-26T02:25:50.194717+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:51.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:50 smithi181 bash[22158]: cluster 2024-03-26T02:25:48.924576+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:51.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:50 smithi181 bash[22158]: audit 2024-03-26T02:25:49.996509+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:51.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:50 smithi181 bash[22158]: audit 2024-03-26T02:25:50.001187+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:51.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:50 smithi181 bash[22158]: audit 2024-03-26T02:25:50.024525+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T02:25:51.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:50 smithi181 bash[22158]: audit 2024-03-26T02:25:50.026341+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T02:25:51.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:50 smithi181 bash[22158]: audit 2024-03-26T02:25:50.027904+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:51.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:50 smithi181 bash[22158]: audit 2024-03-26T02:25:50.181166+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:51.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:50 smithi181 bash[22158]: audit 2024-03-26T02:25:50.185991+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:51.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:50 smithi181 bash[22158]: audit 2024-03-26T02:25:50.194717+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:52.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:51 smithi181 bash[22158]: cephadm 2024-03-26T02:25:50.023862+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-26T02:25:52.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:51 smithi181 bash[22158]: cephadm 2024-03-26T02:25:50.029924+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi181 2024-03-26T02:25:52.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:51 smithi181 bash[22158]: audit 2024-03-26T02:25:51.433197+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:52.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:51 smithi181 bash[22158]: audit 2024-03-26T02:25:51.437617+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:52.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:51 smithi181 bash[22158]: audit 2024-03-26T02:25:51.443632+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:52.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:51 smithi115 bash[21522]: cephadm 2024-03-26T02:25:50.023862+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-26T02:25:52.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:51 smithi115 bash[21522]: cephadm 2024-03-26T02:25:50.029924+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi181 2024-03-26T02:25:52.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:51 smithi115 bash[21522]: audit 2024-03-26T02:25:51.433197+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:52.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:51 smithi115 bash[21522]: audit 2024-03-26T02:25:51.437617+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:52.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:51 smithi115 bash[21522]: audit 2024-03-26T02:25:51.443632+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:52.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:51 smithi179 bash[22174]: cephadm 2024-03-26T02:25:50.023862+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-26T02:25:52.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:51 smithi179 bash[22174]: cephadm 2024-03-26T02:25:50.029924+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi181 2024-03-26T02:25:52.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:51 smithi179 bash[22174]: audit 2024-03-26T02:25:51.433197+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:52.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:51 smithi179 bash[22174]: audit 2024-03-26T02:25:51.437617+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:52.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:51 smithi179 bash[22174]: audit 2024-03-26T02:25:51.443632+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:52.635 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:25:53.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:52 smithi115 bash[21522]: cluster 2024-03-26T02:25:50.924892+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:53.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:52 smithi115 bash[21522]: audit 2024-03-26T02:25:52.048121+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:53.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:52 smithi115 bash[21522]: audit 2024-03-26T02:25:52.055505+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:53.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:52 smithi115 bash[21522]: audit 2024-03-26T02:25:52.101397+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:53.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:52 smithi115 bash[21522]: audit 2024-03-26T02:25:52.106909+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:53.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:52 smithi115 bash[21522]: audit 2024-03-26T02:25:52.108855+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:53.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:52 smithi115 bash[21522]: audit 2024-03-26T02:25:52.117977+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:53.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:52 smithi179 bash[22174]: cluster 2024-03-26T02:25:50.924892+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:53.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:52 smithi179 bash[22174]: audit 2024-03-26T02:25:52.048121+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:53.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:52 smithi179 bash[22174]: audit 2024-03-26T02:25:52.055505+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:53.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:52 smithi179 bash[22174]: audit 2024-03-26T02:25:52.101397+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:53.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:52 smithi179 bash[22174]: audit 2024-03-26T02:25:52.106909+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:53.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:52 smithi179 bash[22174]: audit 2024-03-26T02:25:52.108855+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:53.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:52 smithi179 bash[22174]: audit 2024-03-26T02:25:52.117977+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:53.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:52 smithi181 bash[22158]: cluster 2024-03-26T02:25:50.924892+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:53.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:52 smithi181 bash[22158]: audit 2024-03-26T02:25:52.048121+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:53.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:52 smithi181 bash[22158]: audit 2024-03-26T02:25:52.055505+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:53.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:52 smithi181 bash[22158]: audit 2024-03-26T02:25:52.101397+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:25:53.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:52 smithi181 bash[22158]: audit 2024-03-26T02:25:52.106909+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:53.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:52 smithi181 bash[22158]: audit 2024-03-26T02:25:52.108855+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:25:53.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:52 smithi181 bash[22158]: audit 2024-03-26T02:25:52.117977+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:25:55.072 INFO:teuthology.orchestra.run.smithi115.stdout:# minimal ceph.conf for 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:25:55.072 INFO:teuthology.orchestra.run.smithi115.stdout:[global] 2024-03-26T02:25:55.072 INFO:teuthology.orchestra.run.smithi115.stdout: fsid = 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:25:55.072 INFO:teuthology.orchestra.run.smithi115.stdout: mon_host = [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] 2024-03-26T02:25:55.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:54 smithi115 bash[21522]: cluster 2024-03-26T02:25:52.925271+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:55.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:54 smithi179 bash[22174]: cluster 2024-03-26T02:25:52.925271+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:55.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:54 smithi181 bash[22158]: cluster 2024-03-26T02:25:52.925271+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:55.730 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-26T02:25:55.731 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-03-26T02:25:55.731 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/ceph/ceph.conf 2024-03-26T02:25:55.744 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-03-26T02:25:55.744 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:25:55.802 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-26T02:25:55.803 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/ceph/ceph.conf 2024-03-26T02:25:55.817 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-26T02:25:55.817 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:25:55.872 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-03-26T02:25:55.872 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/ceph/ceph.conf 2024-03-26T02:25:55.886 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-03-26T02:25:55.886 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:25:55.941 INFO:tasks.cephadm:Adding mgr.a on smithi115 2024-03-26T02:25:55.941 INFO:tasks.cephadm:Adding mgr.b on smithi179 2024-03-26T02:25:55.941 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph orch apply mgr '2;smithi115=a;smithi179=b' 2024-03-26T02:25:56.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:55 smithi115 bash[21522]: audit 2024-03-26T02:25:55.072824+0000 mon.a (mon.0) 342 : audit [DBG] from='client.? 172.21.15.115:0/537592022' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:56.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:55 smithi179 bash[22174]: audit 2024-03-26T02:25:55.072824+0000 mon.a (mon.0) 342 : audit [DBG] from='client.? 172.21.15.115:0/537592022' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:56.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:55 smithi181 bash[22158]: audit 2024-03-26T02:25:55.072824+0000 mon.a (mon.0) 342 : audit [DBG] from='client.? 172.21.15.115:0/537592022' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:25:57.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:56 smithi115 bash[21522]: cluster 2024-03-26T02:25:54.925627+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:57.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:56 smithi179 bash[22174]: cluster 2024-03-26T02:25:54.925627+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:57.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:56 smithi181 bash[22158]: cluster 2024-03-26T02:25:54.925627+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:59.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:25:58 smithi115 bash[21522]: cluster 2024-03-26T02:25:56.926015+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:59.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:25:58 smithi179 bash[22174]: cluster 2024-03-26T02:25:56.926015+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:59.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:25:58 smithi181 bash[22158]: cluster 2024-03-26T02:25:56.926015+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:25:59.685 INFO:teuthology.orchestra.run.smithi181.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T02:26:00.381 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:00 smithi179 bash[22174]: cluster 2024-03-26T02:25:58.926329+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:00.381 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:00 smithi179 bash[22174]: audit 2024-03-26T02:25:59.084676+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:00.381 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:00 smithi179 bash[22174]: audit 2024-03-26T02:25:59.090799+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:00.381 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:00 smithi179 bash[22174]: audit 2024-03-26T02:25:59.098262+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:00.504 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:00 smithi181 bash[22158]: cluster 2024-03-26T02:25:58.926329+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:00.504 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:00 smithi181 bash[22158]: audit 2024-03-26T02:25:59.084676+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:00.504 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:00 smithi181 bash[22158]: audit 2024-03-26T02:25:59.090799+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:00.504 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:00 smithi181 bash[22158]: audit 2024-03-26T02:25:59.098262+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:00.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:00 smithi115 bash[21522]: cluster 2024-03-26T02:25:58.926329+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:00.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:00 smithi115 bash[21522]: audit 2024-03-26T02:25:59.084676+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:00.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:00 smithi115 bash[21522]: audit 2024-03-26T02:25:59.090799+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:00.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:00 smithi115 bash[21522]: audit 2024-03-26T02:25:59.098262+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:02.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:02 smithi181 bash[22158]: cluster 2024-03-26T02:26:00.926782+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:02.349 INFO:teuthology.orchestra.run.smithi181.stdout:Scheduled mgr update... 2024-03-26T02:26:02.380 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:02 smithi179 bash[22174]: cluster 2024-03-26T02:26:00.926782+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:02.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:02 smithi115 bash[21522]: cluster 2024-03-26T02:26:00.926782+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:03.325 DEBUG:teuthology.orchestra.run.smithi179:mgr.b> sudo journalctl -f -n 0 -u ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mgr.b.service 2024-03-26T02:26:03.328 INFO:tasks.cephadm:Deploying OSDs... 2024-03-26T02:26:03.328 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-03-26T02:26:03.328 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/scratch_devs of=/dev/stdout 2024-03-26T02:26:03.335 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-26T02:26:03.335 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_1 2024-03-26T02:26:03.384 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-26T02:26:03.384 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T02:26:03.384 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 5h/5d Inode: 877 Links: 1 2024-03-26T02:26:03.384 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T02:26:03.384 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-03-26 02:16:01.342281680 +0000 2024-03-26T02:26:03.384 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-03-26 02:16:01.090283919 +0000 2024-03-26T02:26:03.385 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-03-26 02:16:01.090283919 +0000 2024-03-26T02:26:03.385 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-03-26T02:26:03.385 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-26T02:26:03.439 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-03-26T02:26:03.439 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-03-26T02:26:03.439 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.00034311 s, 1.5 MB/s 2024-03-26T02:26:03.440 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-26T02:26:03.489 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_2 2024-03-26T02:26:03.535 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-26T02:26:03.535 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T02:26:03.536 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 5h/5d Inode: 893 Links: 1 2024-03-26T02:26:03.536 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T02:26:03.536 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-03-26 02:16:01.838277274 +0000 2024-03-26T02:26:03.536 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-03-26 02:16:01.570279655 +0000 2024-03-26T02:26:03.536 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-03-26 02:16:01.570279655 +0000 2024-03-26T02:26:03.536 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-03-26T02:26:03.536 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-26T02:26:03.590 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-03-26T02:26:03.590 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-03-26T02:26:03.590 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000405799 s, 1.3 MB/s 2024-03-26T02:26:03.591 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-26T02:26:03.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:03 smithi179 bash[22174]: audit 2024-03-26T02:26:02.338089+0000 mgr.a (mgr.14152) 101 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi115=a;smithi179=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:26:03.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:03 smithi179 bash[22174]: cephadm 2024-03-26T02:26:02.342337+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Saving service mgr spec with placement smithi115=a;smithi179=b;count:2 2024-03-26T02:26:03.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:03 smithi179 bash[22174]: audit 2024-03-26T02:26:02.349033+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:03.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:03 smithi179 bash[22174]: audit 2024-03-26T02:26:02.363480+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:03.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:03 smithi179 bash[22174]: audit 2024-03-26T02:26:02.368907+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:03.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:03 smithi179 bash[22174]: audit 2024-03-26T02:26:02.370807+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:03.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:03 smithi179 bash[22174]: audit 2024-03-26T02:26:02.380501+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:03.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:03 smithi179 bash[22174]: audit 2024-03-26T02:26:02.385294+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T02:26:03.632 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:03 smithi179 bash[22174]: audit 2024-03-26T02:26:02.388212+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-26T02:26:03.632 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:03 smithi179 bash[22174]: audit 2024-03-26T02:26:02.392859+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T02:26:03.632 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:03 smithi179 bash[22174]: audit 2024-03-26T02:26:02.394806+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:03.632 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:03 smithi179 bash[22174]: cephadm 2024-03-26T02:26:02.396874+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Deploying daemon mgr.b on smithi179 2024-03-26T02:26:03.641 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_3 2024-03-26T02:26:03.688 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-26T02:26:03.688 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T02:26:03.688 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 5h/5d Inode: 905 Links: 1 2024-03-26T02:26:03.688 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T02:26:03.688 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-03-26 02:16:02.318273010 +0000 2024-03-26T02:26:03.688 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-03-26 02:16:02.062275284 +0000 2024-03-26T02:26:03.688 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-03-26 02:16:02.062275284 +0000 2024-03-26T02:26:03.688 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-03-26T02:26:03.689 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-26T02:26:03.708 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:03 smithi181 bash[22158]: audit 2024-03-26T02:26:02.338089+0000 mgr.a (mgr.14152) 101 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi115=a;smithi179=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:26:03.708 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:03 smithi181 bash[22158]: cephadm 2024-03-26T02:26:02.342337+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Saving service mgr spec with placement smithi115=a;smithi179=b;count:2 2024-03-26T02:26:03.708 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:03 smithi181 bash[22158]: audit 2024-03-26T02:26:02.349033+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:03.708 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:03 smithi181 bash[22158]: audit 2024-03-26T02:26:02.363480+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:03.708 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:03 smithi181 bash[22158]: audit 2024-03-26T02:26:02.368907+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:03.708 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:03 smithi181 bash[22158]: audit 2024-03-26T02:26:02.370807+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:03.708 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:03 smithi181 bash[22158]: audit 2024-03-26T02:26:02.380501+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:03.708 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:03 smithi181 bash[22158]: audit 2024-03-26T02:26:02.385294+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T02:26:03.709 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:03 smithi181 bash[22158]: audit 2024-03-26T02:26:02.388212+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-26T02:26:03.709 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:03 smithi181 bash[22158]: audit 2024-03-26T02:26:02.392859+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T02:26:03.709 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:03 smithi181 bash[22158]: audit 2024-03-26T02:26:02.394806+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:03.709 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:03 smithi181 bash[22158]: cephadm 2024-03-26T02:26:02.396874+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Deploying daemon mgr.b on smithi179 2024-03-26T02:26:03.740 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:03 smithi115 bash[21522]: audit 2024-03-26T02:26:02.338089+0000 mgr.a (mgr.14152) 101 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi115=a;smithi179=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:26:03.740 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:03 smithi115 bash[21522]: cephadm 2024-03-26T02:26:02.342337+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Saving service mgr spec with placement smithi115=a;smithi179=b;count:2 2024-03-26T02:26:03.740 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:03 smithi115 bash[21522]: audit 2024-03-26T02:26:02.349033+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:03.740 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:03 smithi115 bash[21522]: audit 2024-03-26T02:26:02.363480+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:03.740 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:03 smithi115 bash[21522]: audit 2024-03-26T02:26:02.368907+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:03.741 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:03 smithi115 bash[21522]: audit 2024-03-26T02:26:02.370807+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:03.741 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:03 smithi115 bash[21522]: audit 2024-03-26T02:26:02.380501+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:03.741 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:03 smithi115 bash[21522]: audit 2024-03-26T02:26:02.385294+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T02:26:03.741 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:03 smithi115 bash[21522]: audit 2024-03-26T02:26:02.388212+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-26T02:26:03.741 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:03 smithi115 bash[21522]: audit 2024-03-26T02:26:02.392859+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T02:26:03.741 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:03 smithi115 bash[21522]: audit 2024-03-26T02:26:02.394806+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:03.741 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:03 smithi115 bash[21522]: cephadm 2024-03-26T02:26:02.396874+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Deploying daemon mgr.b on smithi179 2024-03-26T02:26:03.742 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-03-26T02:26:03.742 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-03-26T02:26:03.742 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000383136 s, 1.3 MB/s 2024-03-26T02:26:03.743 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-26T02:26:03.793 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_4 2024-03-26T02:26:03.839 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-26T02:26:03.840 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T02:26:03.840 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-03-26T02:26:03.840 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T02:26:03.840 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-03-26 02:16:02.850268283 +0000 2024-03-26T02:26:03.840 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-03-26 02:16:02.610270416 +0000 2024-03-26T02:26:03.840 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-03-26 02:16:02.610270416 +0000 2024-03-26T02:26:03.840 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-03-26T02:26:03.840 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-26T02:26:03.894 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-03-26T02:26:03.894 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-03-26T02:26:03.894 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000329908 s, 1.6 MB/s 2024-03-26T02:26:03.895 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-26T02:26:03.945 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-26T02:26:03.945 DEBUG:teuthology.orchestra.run.smithi179:> dd if=/scratch_devs of=/dev/stdout 2024-03-26T02:26:03.949 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-26T02:26:03.950 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_1 2024-03-26T02:26:03.999 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-26T02:26:04.000 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T02:26:04.000 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 5h/5d Inode: 876 Links: 1 2024-03-26T02:26:04.000 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T02:26:04.000 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2024-03-26 02:16:01.392973738 +0000 2024-03-26T02:26:04.000 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2024-03-26 02:16:01.120976168 +0000 2024-03-26T02:26:04.000 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2024-03-26 02:16:01.120976168 +0000 2024-03-26T02:26:04.000 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: - 2024-03-26T02:26:04.000 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-26T02:26:04.053 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2024-03-26T02:26:04.053 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2024-03-26T02:26:04.053 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000272491 s, 1.9 MB/s 2024-03-26T02:26:04.054 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-26T02:26:04.101 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_2 2024-03-26T02:26:04.148 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-26T02:26:04.148 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T02:26:04.148 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-03-26T02:26:04.148 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T02:26:04.148 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2024-03-26 02:16:01.908969129 +0000 2024-03-26T02:26:04.148 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2024-03-26 02:16:01.660971344 +0000 2024-03-26T02:26:04.148 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2024-03-26 02:16:01.660971344 +0000 2024-03-26T02:26:04.148 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: - 2024-03-26T02:26:04.149 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-26T02:26:04.204 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2024-03-26T02:26:04.204 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2024-03-26T02:26:04.204 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000362792 s, 1.4 MB/s 2024-03-26T02:26:04.205 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-26T02:26:04.254 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_3 2024-03-26T02:26:04.300 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-26T02:26:04.300 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T02:26:04.300 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-03-26T02:26:04.300 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T02:26:04.300 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2024-03-26 02:16:02.412964628 +0000 2024-03-26T02:26:04.300 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2024-03-26 02:16:02.168966807 +0000 2024-03-26T02:26:04.301 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2024-03-26 02:16:02.168966807 +0000 2024-03-26T02:26:04.301 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: - 2024-03-26T02:26:04.301 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-26T02:26:04.355 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2024-03-26T02:26:04.355 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2024-03-26T02:26:04.355 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000445938 s, 1.1 MB/s 2024-03-26T02:26:04.356 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-26T02:26:04.405 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_4 2024-03-26T02:26:04.452 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-26T02:26:04.452 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T02:26:04.452 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-03-26T02:26:04.452 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T02:26:04.452 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2024-03-26 02:16:02.912960161 +0000 2024-03-26T02:26:04.452 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2024-03-26 02:16:02.656962448 +0000 2024-03-26T02:26:04.452 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2024-03-26 02:16:02.656962448 +0000 2024-03-26T02:26:04.452 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: - 2024-03-26T02:26:04.453 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-26T02:26:04.504 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:04 smithi179 bash[22174]: cluster 2024-03-26T02:26:02.927157+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:04.507 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2024-03-26T02:26:04.507 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2024-03-26T02:26:04.507 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000393535 s, 1.3 MB/s 2024-03-26T02:26:04.508 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-26T02:26:04.557 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-03-26T02:26:04.557 DEBUG:teuthology.orchestra.run.smithi181:> dd if=/scratch_devs of=/dev/stdout 2024-03-26T02:26:04.563 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-26T02:26:04.564 DEBUG:teuthology.orchestra.run.smithi181:> stat /dev/vg_nvme/lv_1 2024-03-26T02:26:04.610 INFO:teuthology.orchestra.run.smithi181.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-26T02:26:04.610 INFO:teuthology.orchestra.run.smithi181.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T02:26:04.610 INFO:teuthology.orchestra.run.smithi181.stdout:Device: 5h/5d Inode: 878 Links: 1 2024-03-26T02:26:04.610 INFO:teuthology.orchestra.run.smithi181.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T02:26:04.610 INFO:teuthology.orchestra.run.smithi181.stdout:Access: 2024-03-26 02:16:00.787464817 +0000 2024-03-26T02:26:04.610 INFO:teuthology.orchestra.run.smithi181.stdout:Modify: 2024-03-26 02:16:00.555466889 +0000 2024-03-26T02:26:04.610 INFO:teuthology.orchestra.run.smithi181.stdout:Change: 2024-03-26 02:16:00.555466889 +0000 2024-03-26T02:26:04.610 INFO:teuthology.orchestra.run.smithi181.stdout: Birth: - 2024-03-26T02:26:04.611 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-26T02:26:04.662 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:04 smithi181 bash[22158]: cluster 2024-03-26T02:26:02.927157+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:04.664 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records in 2024-03-26T02:26:04.665 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records out 2024-03-26T02:26:04.665 INFO:teuthology.orchestra.run.smithi181.stderr:512 bytes copied, 0.000378552 s, 1.4 MB/s 2024-03-26T02:26:04.666 DEBUG:teuthology.orchestra.run.smithi181:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-26T02:26:04.715 DEBUG:teuthology.orchestra.run.smithi181:> stat /dev/vg_nvme/lv_2 2024-03-26T02:26:04.762 INFO:teuthology.orchestra.run.smithi181.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-26T02:26:04.762 INFO:teuthology.orchestra.run.smithi181.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T02:26:04.762 INFO:teuthology.orchestra.run.smithi181.stdout:Device: 5h/5d Inode: 902 Links: 1 2024-03-26T02:26:04.762 INFO:teuthology.orchestra.run.smithi181.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T02:26:04.762 INFO:teuthology.orchestra.run.smithi181.stdout:Access: 2024-03-26 02:16:01.271460494 +0000 2024-03-26T02:26:04.762 INFO:teuthology.orchestra.run.smithi181.stdout:Modify: 2024-03-26 02:16:01.015462781 +0000 2024-03-26T02:26:04.762 INFO:teuthology.orchestra.run.smithi181.stdout:Change: 2024-03-26 02:16:01.015462781 +0000 2024-03-26T02:26:04.762 INFO:teuthology.orchestra.run.smithi181.stdout: Birth: - 2024-03-26T02:26:04.763 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-26T02:26:04.816 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records in 2024-03-26T02:26:04.816 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records out 2024-03-26T02:26:04.816 INFO:teuthology.orchestra.run.smithi181.stderr:512 bytes copied, 0.00038758 s, 1.3 MB/s 2024-03-26T02:26:04.817 DEBUG:teuthology.orchestra.run.smithi181:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-26T02:26:04.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:04 smithi115 bash[21522]: cluster 2024-03-26T02:26:02.927157+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:04.867 DEBUG:teuthology.orchestra.run.smithi181:> stat /dev/vg_nvme/lv_3 2024-03-26T02:26:04.914 INFO:teuthology.orchestra.run.smithi181.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-26T02:26:04.914 INFO:teuthology.orchestra.run.smithi181.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T02:26:04.914 INFO:teuthology.orchestra.run.smithi181.stdout:Device: 5h/5d Inode: 919 Links: 1 2024-03-26T02:26:04.914 INFO:teuthology.orchestra.run.smithi181.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T02:26:04.914 INFO:teuthology.orchestra.run.smithi181.stdout:Access: 2024-03-26 02:16:01.507458385 +0000 2024-03-26T02:26:04.914 INFO:teuthology.orchestra.run.smithi181.stdout:Modify: 2024-03-26 02:16:01.503458422 +0000 2024-03-26T02:26:04.914 INFO:teuthology.orchestra.run.smithi181.stdout:Change: 2024-03-26 02:16:01.503458422 +0000 2024-03-26T02:26:04.914 INFO:teuthology.orchestra.run.smithi181.stdout: Birth: - 2024-03-26T02:26:04.915 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-26T02:26:04.971 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records in 2024-03-26T02:26:04.971 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records out 2024-03-26T02:26:04.972 INFO:teuthology.orchestra.run.smithi181.stderr:512 bytes copied, 0.000333589 s, 1.5 MB/s 2024-03-26T02:26:04.973 DEBUG:teuthology.orchestra.run.smithi181:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-26T02:26:05.017 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:04 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:26:05.021 DEBUG:teuthology.orchestra.run.smithi181:> stat /dev/vg_nvme/lv_4 2024-03-26T02:26:05.073 INFO:teuthology.orchestra.run.smithi181.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-26T02:26:05.073 INFO:teuthology.orchestra.run.smithi181.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T02:26:05.073 INFO:teuthology.orchestra.run.smithi181.stdout:Device: 5h/5d Inode: 933 Links: 1 2024-03-26T02:26:05.073 INFO:teuthology.orchestra.run.smithi181.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T02:26:05.073 INFO:teuthology.orchestra.run.smithi181.stdout:Access: 2024-03-26 02:16:02.247451776 +0000 2024-03-26T02:26:05.073 INFO:teuthology.orchestra.run.smithi181.stdout:Modify: 2024-03-26 02:16:01.995454028 +0000 2024-03-26T02:26:05.073 INFO:teuthology.orchestra.run.smithi181.stdout:Change: 2024-03-26 02:16:01.995454028 +0000 2024-03-26T02:26:05.073 INFO:teuthology.orchestra.run.smithi181.stdout: Birth: - 2024-03-26T02:26:05.073 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-26T02:26:05.127 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records in 2024-03-26T02:26:05.127 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records out 2024-03-26T02:26:05.127 INFO:teuthology.orchestra.run.smithi181.stderr:512 bytes copied, 0.000240671 s, 2.1 MB/s 2024-03-26T02:26:05.128 DEBUG:teuthology.orchestra.run.smithi181:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-26T02:26:05.178 INFO:tasks.cephadm:Deploying osd.0 on smithi115 with /dev/vg_nvme/lv_4... 2024-03-26T02:26:05.178 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-26T02:26:05.307 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:05 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:26:05.307 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:05 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:26:05.307 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:05 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:26:05.307 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:05 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:26:05.307 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:05 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:26:05.307 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:05 smithi179 systemd[1]: Started Ceph mgr.b for 8d3e4e2a-eb17-11ee-95d0-87774f69a715. 2024-03-26T02:26:06.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:06 smithi115 bash[21522]: cluster 2024-03-26T02:26:04.927561+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:06.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:06 smithi115 bash[21522]: audit 2024-03-26T02:26:05.313952+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:06.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:06 smithi115 bash[21522]: audit 2024-03-26T02:26:05.321175+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:06.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:06 smithi115 bash[21522]: audit 2024-03-26T02:26:05.372440+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:06.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:06 smithi115 bash[21522]: audit 2024-03-26T02:26:05.376358+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:06.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:06 smithi115 bash[21522]: audit 2024-03-26T02:26:05.425143+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:06.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:06 smithi115 bash[21522]: audit 2024-03-26T02:26:05.428273+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:06.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:06 smithi115 bash[21522]: audit 2024-03-26T02:26:05.429046+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:06.575 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:06 smithi115 bash[21522]: audit 2024-03-26T02:26:05.435599+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:06.575 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:06 smithi115 bash[21522]: cephadm 2024-03-26T02:26:05.436134+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:26:06.575 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:06 smithi115 bash[21522]: cephadm 2024-03-26T02:26:05.500442+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-26T02:26:06.575 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:06 smithi115 bash[21522]: audit 2024-03-26T02:26:05.501073+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T02:26:06.575 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:06 smithi115 bash[21522]: audit 2024-03-26T02:26:05.502703+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T02:26:06.575 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:06 smithi115 bash[21522]: audit 2024-03-26T02:26:05.504054+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:06.575 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:06 smithi115 bash[21522]: cephadm 2024-03-26T02:26:05.505462+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring daemon mgr.a on smithi115 2024-03-26T02:26:06.575 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:06 smithi115 bash[21522]: audit 2024-03-26T02:26:06.020697+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:06.600 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:06 smithi179 bash[22174]: cluster 2024-03-26T02:26:04.927561+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:06.601 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:06 smithi179 bash[22174]: audit 2024-03-26T02:26:05.313952+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:06.601 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:06 smithi179 bash[22174]: audit 2024-03-26T02:26:05.321175+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:06.601 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:06 smithi179 bash[22174]: audit 2024-03-26T02:26:05.372440+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:06.601 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:06 smithi179 bash[22174]: audit 2024-03-26T02:26:05.376358+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:06.601 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:06 smithi179 bash[22174]: audit 2024-03-26T02:26:05.425143+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:06.601 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:06 smithi179 bash[22174]: audit 2024-03-26T02:26:05.428273+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:06.601 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:06 smithi179 bash[22174]: audit 2024-03-26T02:26:05.429046+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:06.601 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:06 smithi179 bash[22174]: audit 2024-03-26T02:26:05.435599+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:06.601 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:06 smithi179 bash[22174]: cephadm 2024-03-26T02:26:05.436134+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:26:06.601 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:06 smithi179 bash[22174]: cephadm 2024-03-26T02:26:05.500442+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-26T02:26:06.602 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:06 smithi179 bash[22174]: audit 2024-03-26T02:26:05.501073+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T02:26:06.602 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:06 smithi179 bash[22174]: audit 2024-03-26T02:26:05.502703+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T02:26:06.602 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:06 smithi179 bash[22174]: audit 2024-03-26T02:26:05.504054+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:06.602 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:06 smithi179 bash[22174]: cephadm 2024-03-26T02:26:05.505462+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring daemon mgr.a on smithi115 2024-03-26T02:26:06.602 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:06 smithi179 bash[22174]: audit 2024-03-26T02:26:06.020697+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:06.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:06 smithi181 bash[22158]: cluster 2024-03-26T02:26:04.927561+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:06.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:06 smithi181 bash[22158]: audit 2024-03-26T02:26:05.313952+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:06.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:06 smithi181 bash[22158]: audit 2024-03-26T02:26:05.321175+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:06.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:06 smithi181 bash[22158]: audit 2024-03-26T02:26:05.372440+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:06.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:06 smithi181 bash[22158]: audit 2024-03-26T02:26:05.376358+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:06.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:06 smithi181 bash[22158]: audit 2024-03-26T02:26:05.425143+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:06.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:06 smithi181 bash[22158]: audit 2024-03-26T02:26:05.428273+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:06.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:06 smithi181 bash[22158]: audit 2024-03-26T02:26:05.429046+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:06.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:06 smithi181 bash[22158]: audit 2024-03-26T02:26:05.435599+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:06.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:06 smithi181 bash[22158]: cephadm 2024-03-26T02:26:05.436134+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:26:06.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:06 smithi181 bash[22158]: cephadm 2024-03-26T02:26:05.500442+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-26T02:26:06.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:06 smithi181 bash[22158]: audit 2024-03-26T02:26:05.501073+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T02:26:06.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:06 smithi181 bash[22158]: audit 2024-03-26T02:26:05.502703+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T02:26:06.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:06 smithi181 bash[22158]: audit 2024-03-26T02:26:05.504054+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:06.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:06 smithi181 bash[22158]: cephadm 2024-03-26T02:26:05.505462+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring daemon mgr.a on smithi115 2024-03-26T02:26:06.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:06 smithi181 bash[22158]: audit 2024-03-26T02:26:06.020697+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:06.880 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:06 smithi179 bash[23134]: debug 2024-03-26T02:26:06.610+0000 7fd3e7154700 1 -- 172.21.15.179:0/438533653 <== mon.2 v2:172.21.15.179:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55736f20a5a0 con 0x55736ff8a800 2024-03-26T02:26:06.880 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:06 smithi179 bash[23134]: debug 2024-03-26T02:26:06.786+0000 7fd3f1363200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T02:26:08.631 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:08 smithi179 bash[23134]: debug 2024-03-26T02:26:08.378+0000 7fd3f1363200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T02:26:08.631 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:08 smithi179 bash[23134]: debug 2024-03-26T02:26:08.474+0000 7fd3f1363200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T02:26:08.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:08 smithi179 bash[22174]: cluster 2024-03-26T02:26:06.927842+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:08.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:08 smithi179 bash[22174]: audit 2024-03-26T02:26:07.484007+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:08.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:08 smithi179 bash[22174]: audit 2024-03-26T02:26:07.492725+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:08.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:08 smithi179 bash[22174]: audit 2024-03-26T02:26:07.527245+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:08.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:08 smithi179 bash[22174]: audit 2024-03-26T02:26:07.531829+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:08.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:08 smithi179 bash[22174]: audit 2024-03-26T02:26:07.533356+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:08.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:08 smithi179 bash[22174]: audit 2024-03-26T02:26:07.543588+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:08.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:08 smithi179 bash[22174]: cephadm 2024-03-26T02:26:07.544311+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:26:08.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:08 smithi181 bash[22158]: cluster 2024-03-26T02:26:06.927842+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:08.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:08 smithi181 bash[22158]: audit 2024-03-26T02:26:07.484007+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:08.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:08 smithi181 bash[22158]: audit 2024-03-26T02:26:07.492725+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:08.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:08 smithi181 bash[22158]: audit 2024-03-26T02:26:07.527245+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:08.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:08 smithi181 bash[22158]: audit 2024-03-26T02:26:07.531829+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:08.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:08 smithi181 bash[22158]: audit 2024-03-26T02:26:07.533356+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:08.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:08 smithi181 bash[22158]: audit 2024-03-26T02:26:07.543588+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:08.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:08 smithi181 bash[22158]: cephadm 2024-03-26T02:26:07.544311+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:26:08.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:08 smithi115 bash[21522]: cluster 2024-03-26T02:26:06.927842+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:08.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:08 smithi115 bash[21522]: audit 2024-03-26T02:26:07.484007+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:08.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:08 smithi115 bash[21522]: audit 2024-03-26T02:26:07.492725+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:08.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:08 smithi115 bash[21522]: audit 2024-03-26T02:26:07.527245+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:08.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:08 smithi115 bash[21522]: audit 2024-03-26T02:26:07.531829+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:08.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:08 smithi115 bash[21522]: audit 2024-03-26T02:26:07.533356+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:08.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:08 smithi115 bash[21522]: audit 2024-03-26T02:26:07.543588+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:08.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:08 smithi115 bash[21522]: cephadm 2024-03-26T02:26:07.544311+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:26:09.130 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:08 smithi179 bash[23134]: debug 2024-03-26T02:26:08.730+0000 7fd3f1363200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T02:26:09.630 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:09 smithi179 bash[23134]: debug 2024-03-26T02:26:09.530+0000 7fd3f1363200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T02:26:09.888 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:26:09.976 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:09 smithi179 bash[23134]: debug 2024-03-26T02:26:09.638+0000 7fd3f1363200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T02:26:09.976 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:09 smithi179 bash[23134]: debug 2024-03-26T02:26:09.742+0000 7fd3f1363200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T02:26:10.233 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:10 smithi179 bash[23134]: debug 2024-03-26T02:26:10.110+0000 7fd3f1363200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T02:26:10.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:10 smithi115 bash[21522]: cluster 2024-03-26T02:26:08.928251+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:10.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:10 smithi115 bash[21522]: audit 2024-03-26T02:26:09.397287+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:10.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:10 smithi115 bash[21522]: audit 2024-03-26T02:26:09.404313+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:10.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:10 smithi115 bash[21522]: audit 2024-03-26T02:26:09.411960+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:10.630 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:10 smithi179 bash[23134]: debug 2024-03-26T02:26:10.230+0000 7fd3f1363200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T02:26:10.630 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:10 smithi179 bash[23134]: debug 2024-03-26T02:26:10.334+0000 7fd3f1363200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T02:26:10.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:10 smithi179 bash[22174]: cluster 2024-03-26T02:26:08.928251+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:10.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:10 smithi179 bash[22174]: audit 2024-03-26T02:26:09.397287+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:10.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:10 smithi179 bash[22174]: audit 2024-03-26T02:26:09.404313+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:10.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:10 smithi179 bash[22174]: audit 2024-03-26T02:26:09.411960+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:10.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:10 smithi181 bash[22158]: cluster 2024-03-26T02:26:08.928251+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:10.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:10 smithi181 bash[22158]: audit 2024-03-26T02:26:09.397287+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:10.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:10 smithi181 bash[22158]: audit 2024-03-26T02:26:09.404313+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:10.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:10 smithi181 bash[22158]: audit 2024-03-26T02:26:09.411960+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:11.130 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:10 smithi179 bash[23134]: debug 2024-03-26T02:26:10.690+0000 7fd3f1363200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T02:26:11.131 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:10 smithi179 bash[23134]: debug 2024-03-26T02:26:10.938+0000 7fd3f1363200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T02:26:11.587 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:11 smithi179 bash[23134]: debug 2024-03-26T02:26:11.194+0000 7fd3f1363200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T02:26:11.588 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:11 smithi179 bash[23134]: debug 2024-03-26T02:26:11.306+0000 7fd3f1363200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T02:26:11.880 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:11 smithi179 bash[23134]: debug 2024-03-26T02:26:11.582+0000 7fd3f1363200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T02:26:12.375 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:12 smithi179 bash[23134]: debug 2024-03-26T02:26:12.014+0000 7fd3f1363200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T02:26:12.376 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:12 smithi179 bash[23134]: debug 2024-03-26T02:26:12.250+0000 7fd3f1363200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T02:26:12.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:12 smithi179 bash[22174]: cluster 2024-03-26T02:26:10.928607+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:12.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:12 smithi179 bash[22174]: audit 2024-03-26T02:26:11.610453+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:12.631 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:12 smithi179 bash[23134]: debug 2024-03-26T02:26:12.370+0000 7fd3f1363200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T02:26:12.631 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:12 smithi179 bash[23134]: debug 2024-03-26T02:26:12.618+0000 7fd3f1363200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T02:26:13.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:12 smithi181 bash[22158]: cluster 2024-03-26T02:26:10.928607+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:13.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:12 smithi181 bash[22158]: audit 2024-03-26T02:26:11.610453+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:13.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:12 smithi115 bash[21522]: cluster 2024-03-26T02:26:10.928607+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:13.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:12 smithi115 bash[21522]: audit 2024-03-26T02:26:11.610453+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:14.054 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:13 smithi179 bash[23134]: debug 2024-03-26T02:26:13.630+0000 7fd3f1363200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T02:26:14.055 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:13 smithi179 bash[23134]: debug 2024-03-26T02:26:13.746+0000 7fd3f1363200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T02:26:14.076 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-26T02:26:14.076 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-26T02:26:14.076 INFO:teuthology.orchestra.run.smithi115.stderr: stderr: 10+0 records in 2024-03-26T02:26:14.076 INFO:teuthology.orchestra.run.smithi115.stderr:10+0 records out 2024-03-26T02:26:14.076 INFO:teuthology.orchestra.run.smithi115.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0146541 s, 716 MB/s 2024-03-26T02:26:14.076 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping successful for: 2024-03-26T02:26:14.381 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:14 smithi179 bash[23134]: debug 2024-03-26T02:26:14.050+0000 7fd3f1363200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T02:26:14.381 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:14 smithi179 bash[23134]: debug 2024-03-26T02:26:14.166+0000 7fd3f1363200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T02:26:14.381 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:14 smithi179 bash[22174]: cluster 2024-03-26T02:26:12.928965+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:14.381 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:14 smithi179 bash[22174]: audit 2024-03-26T02:26:13.251632+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:14.381 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:14 smithi179 bash[22174]: audit 2024-03-26T02:26:14.179529+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:14.381 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:14 smithi179 bash[22174]: audit 2024-03-26T02:26:14.183343+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:14.381 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:14 smithi179 bash[22174]: audit 2024-03-26T02:26:14.188847+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:14.381 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:14 smithi179 bash[22174]: audit 2024-03-26T02:26:14.225839+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:14.381 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:14 smithi179 bash[22174]: audit 2024-03-26T02:26:14.228538+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:14.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:14 smithi179 bash[22174]: audit 2024-03-26T02:26:14.229406+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:14.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:14 smithi179 bash[22174]: audit 2024-03-26T02:26:14.234549+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:14.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:14 smithi181 bash[22158]: cluster 2024-03-26T02:26:12.928965+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:14.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:14 smithi181 bash[22158]: audit 2024-03-26T02:26:13.251632+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:14.543 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:14 smithi181 bash[22158]: audit 2024-03-26T02:26:14.179529+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:14.543 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:14 smithi181 bash[22158]: audit 2024-03-26T02:26:14.183343+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:14.543 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:14 smithi181 bash[22158]: audit 2024-03-26T02:26:14.188847+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:14.543 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:14 smithi181 bash[22158]: audit 2024-03-26T02:26:14.225839+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:14.543 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:14 smithi181 bash[22158]: audit 2024-03-26T02:26:14.228538+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:14.543 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:14 smithi181 bash[22158]: audit 2024-03-26T02:26:14.229406+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:14.543 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:14 smithi181 bash[22158]: audit 2024-03-26T02:26:14.234549+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:14.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:14 smithi115 bash[21522]: cluster 2024-03-26T02:26:12.928965+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:14.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:14 smithi115 bash[21522]: audit 2024-03-26T02:26:13.251632+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:14.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:14 smithi115 bash[21522]: audit 2024-03-26T02:26:14.179529+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:14.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:14 smithi115 bash[21522]: audit 2024-03-26T02:26:14.183343+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:14.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:14 smithi115 bash[21522]: audit 2024-03-26T02:26:14.188847+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:14.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:14 smithi115 bash[21522]: audit 2024-03-26T02:26:14.225839+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:14.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:14 smithi115 bash[21522]: audit 2024-03-26T02:26:14.228538+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:14.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:14 smithi115 bash[21522]: audit 2024-03-26T02:26:14.229406+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:14.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:14 smithi115 bash[21522]: audit 2024-03-26T02:26:14.234549+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:14.746 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi115:vg_nvme/lv_4 2024-03-26T02:26:14.880 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:14 smithi179 bash[23134]: debug 2024-03-26T02:26:14.614+0000 7fd3f1363200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T02:26:14.881 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:26:14 smithi179 bash[23134]: debug 2024-03-26T02:26:14.734+0000 7fd3f1363200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T02:26:15.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:15 smithi181 bash[22158]: cluster 2024-03-26T02:26:14.759878+0000 mon.a (mon.0) 385 : cluster [DBG] Standby manager daemon b started 2024-03-26T02:26:15.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:15 smithi181 bash[22158]: audit 2024-03-26T02:26:14.762736+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.179:0/4083684832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T02:26:15.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:15 smithi181 bash[22158]: audit 2024-03-26T02:26:14.763380+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.179:0/4083684832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T02:26:15.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:15 smithi181 bash[22158]: audit 2024-03-26T02:26:14.764576+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.179:0/4083684832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T02:26:15.543 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:15 smithi181 bash[22158]: audit 2024-03-26T02:26:14.765195+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.179:0/4083684832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T02:26:15.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:15 smithi115 bash[21522]: cluster 2024-03-26T02:26:14.759878+0000 mon.a (mon.0) 385 : cluster [DBG] Standby manager daemon b started 2024-03-26T02:26:15.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:15 smithi115 bash[21522]: audit 2024-03-26T02:26:14.762736+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.179:0/4083684832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T02:26:15.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:15 smithi115 bash[21522]: audit 2024-03-26T02:26:14.763380+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.179:0/4083684832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T02:26:15.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:15 smithi115 bash[21522]: audit 2024-03-26T02:26:14.764576+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.179:0/4083684832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T02:26:15.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:15 smithi115 bash[21522]: audit 2024-03-26T02:26:14.765195+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.179:0/4083684832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T02:26:15.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:15 smithi179 bash[22174]: cluster 2024-03-26T02:26:14.759878+0000 mon.a (mon.0) 385 : cluster [DBG] Standby manager daemon b started 2024-03-26T02:26:15.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:15 smithi179 bash[22174]: audit 2024-03-26T02:26:14.762736+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.179:0/4083684832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T02:26:15.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:15 smithi179 bash[22174]: audit 2024-03-26T02:26:14.763380+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.179:0/4083684832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T02:26:15.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:15 smithi179 bash[22174]: audit 2024-03-26T02:26:14.764576+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.179:0/4083684832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T02:26:15.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:15 smithi179 bash[22174]: audit 2024-03-26T02:26:14.765195+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.179:0/4083684832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T02:26:16.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:16 smithi181 bash[22158]: cluster 2024-03-26T02:26:14.929260+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:16.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:16 smithi181 bash[22158]: cluster 2024-03-26T02:26:15.263685+0000 mon.a (mon.0) 386 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-26T02:26:16.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:16 smithi181 bash[22158]: audit 2024-03-26T02:26:15.263944+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T02:26:16.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:16 smithi115 bash[21522]: cluster 2024-03-26T02:26:14.929260+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:16.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:16 smithi115 bash[21522]: cluster 2024-03-26T02:26:15.263685+0000 mon.a (mon.0) 386 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-26T02:26:16.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:16 smithi115 bash[21522]: audit 2024-03-26T02:26:15.263944+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T02:26:16.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:16 smithi179 bash[22174]: cluster 2024-03-26T02:26:14.929260+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:16.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:16 smithi179 bash[22174]: cluster 2024-03-26T02:26:15.263685+0000 mon.a (mon.0) 386 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-26T02:26:16.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:16 smithi179 bash[22174]: audit 2024-03-26T02:26:15.263944+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T02:26:18.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:18 smithi181 bash[22158]: cluster 2024-03-26T02:26:16.929674+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:18.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:18 smithi181 bash[22158]: audit 2024-03-26T02:26:18.251731+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:18.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:18 smithi181 bash[22158]: audit 2024-03-26T02:26:18.259981+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:18.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:18 smithi115 bash[21522]: cluster 2024-03-26T02:26:16.929674+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:18.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:18 smithi115 bash[21522]: audit 2024-03-26T02:26:18.251731+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:18.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:18 smithi115 bash[21522]: audit 2024-03-26T02:26:18.259981+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:18.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:18 smithi179 bash[22174]: cluster 2024-03-26T02:26:16.929674+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:18.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:18 smithi179 bash[22174]: audit 2024-03-26T02:26:18.251731+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:18.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:18 smithi179 bash[22174]: audit 2024-03-26T02:26:18.259981+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:19.457 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:26:19.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:19 smithi181 bash[22158]: audit 2024-03-26T02:26:18.280472+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:19.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:19 smithi115 bash[21522]: audit 2024-03-26T02:26:18.280472+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:19.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:19 smithi179 bash[22174]: audit 2024-03-26T02:26:18.280472+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:20.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:20 smithi181 bash[22158]: cluster 2024-03-26T02:26:18.930081+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:20.557 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:20 smithi115 bash[21522]: cluster 2024-03-26T02:26:18.930081+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:20.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:20 smithi179 bash[22174]: cluster 2024-03-26T02:26:18.930081+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:22.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:22 smithi115 bash[21522]: cluster 2024-03-26T02:26:20.930549+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:22.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:22 smithi115 bash[21522]: audit 2024-03-26T02:26:22.090969+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T02:26:22.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:22 smithi115 bash[21522]: audit 2024-03-26T02:26:22.094649+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T02:26:22.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:22 smithi115 bash[21522]: audit 2024-03-26T02:26:22.096043+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:22.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:22 smithi179 bash[22174]: cluster 2024-03-26T02:26:20.930549+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:22.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:22 smithi179 bash[22174]: audit 2024-03-26T02:26:22.090969+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T02:26:22.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:22 smithi179 bash[22174]: audit 2024-03-26T02:26:22.094649+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T02:26:22.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:22 smithi179 bash[22174]: audit 2024-03-26T02:26:22.096043+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:22.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:22 smithi181 bash[22158]: cluster 2024-03-26T02:26:20.930549+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:22.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:22 smithi181 bash[22158]: audit 2024-03-26T02:26:22.090969+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T02:26:22.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:22 smithi181 bash[22158]: audit 2024-03-26T02:26:22.094649+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T02:26:22.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:22 smithi181 bash[22158]: audit 2024-03-26T02:26:22.096043+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:23.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:23 smithi181 bash[22158]: audit 2024-03-26T02:26:22.083824+0000 mgr.a (mgr.14152) 118 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:26:23.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:23 smithi115 bash[21522]: audit 2024-03-26T02:26:22.083824+0000 mgr.a (mgr.14152) 118 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:26:23.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:23 smithi179 bash[22174]: audit 2024-03-26T02:26:22.083824+0000 mgr.a (mgr.14152) 118 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:26:24.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:24 smithi115 bash[21522]: cluster 2024-03-26T02:26:22.931012+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:24.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:24 smithi179 bash[22174]: cluster 2024-03-26T02:26:22.931012+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:24.693 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:24 smithi181 bash[22158]: cluster 2024-03-26T02:26:22.931012+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:26.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:26 smithi115 bash[21522]: cluster 2024-03-26T02:26:24.931437+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:26.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:26 smithi179 bash[22174]: cluster 2024-03-26T02:26:24.931437+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:26.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:26 smithi181 bash[22158]: cluster 2024-03-26T02:26:24.931437+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:28.502 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:28 smithi115 bash[21522]: cluster 2024-03-26T02:26:26.931885+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:28.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:28 smithi179 bash[22174]: cluster 2024-03-26T02:26:26.931885+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:28.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:28 smithi181 bash[22158]: cluster 2024-03-26T02:26:26.931885+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:30.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:30 smithi179 bash[22174]: cluster 2024-03-26T02:26:28.932321+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:30.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:30 smithi179 bash[22174]: audit 2024-03-26T02:26:29.603775+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:30.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:30 smithi179 bash[22174]: audit 2024-03-26T02:26:29.608504+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:30.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:30 smithi179 bash[22174]: audit 2024-03-26T02:26:29.613834+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:30.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:30 smithi179 bash[22174]: audit 2024-03-26T02:26:30.135458+0000 mon.a (mon.0) 397 : audit [INF] from='client.? 172.21.15.115:0/2880915690' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "153e3c60-811d-4d25-ac91-ce23e33424e1"}]: dispatch 2024-03-26T02:26:30.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:30 smithi179 bash[22174]: audit 2024-03-26T02:26:30.137911+0000 mon.a (mon.0) 398 : audit [INF] from='client.? 172.21.15.115:0/2880915690' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "153e3c60-811d-4d25-ac91-ce23e33424e1"}]': finished 2024-03-26T02:26:30.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:30 smithi179 bash[22174]: cluster 2024-03-26T02:26:30.142277+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-26T02:26:30.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:30 smithi179 bash[22174]: audit 2024-03-26T02:26:30.145665+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:26:31.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:30 smithi181 bash[22158]: cluster 2024-03-26T02:26:28.932321+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:31.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:30 smithi181 bash[22158]: audit 2024-03-26T02:26:29.603775+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:31.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:30 smithi181 bash[22158]: audit 2024-03-26T02:26:29.608504+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:31.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:30 smithi181 bash[22158]: audit 2024-03-26T02:26:29.613834+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:31.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:30 smithi181 bash[22158]: audit 2024-03-26T02:26:30.135458+0000 mon.a (mon.0) 397 : audit [INF] from='client.? 172.21.15.115:0/2880915690' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "153e3c60-811d-4d25-ac91-ce23e33424e1"}]: dispatch 2024-03-26T02:26:31.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:30 smithi181 bash[22158]: audit 2024-03-26T02:26:30.137911+0000 mon.a (mon.0) 398 : audit [INF] from='client.? 172.21.15.115:0/2880915690' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "153e3c60-811d-4d25-ac91-ce23e33424e1"}]': finished 2024-03-26T02:26:31.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:30 smithi181 bash[22158]: cluster 2024-03-26T02:26:30.142277+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-26T02:26:31.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:30 smithi181 bash[22158]: audit 2024-03-26T02:26:30.145665+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:26:31.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:30 smithi115 bash[21522]: cluster 2024-03-26T02:26:28.932321+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:31.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:30 smithi115 bash[21522]: audit 2024-03-26T02:26:29.603775+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:31.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:30 smithi115 bash[21522]: audit 2024-03-26T02:26:29.608504+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:31.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:30 smithi115 bash[21522]: audit 2024-03-26T02:26:29.613834+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:31.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:30 smithi115 bash[21522]: audit 2024-03-26T02:26:30.135458+0000 mon.a (mon.0) 397 : audit [INF] from='client.? 172.21.15.115:0/2880915690' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "153e3c60-811d-4d25-ac91-ce23e33424e1"}]: dispatch 2024-03-26T02:26:31.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:30 smithi115 bash[21522]: audit 2024-03-26T02:26:30.137911+0000 mon.a (mon.0) 398 : audit [INF] from='client.? 172.21.15.115:0/2880915690' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "153e3c60-811d-4d25-ac91-ce23e33424e1"}]': finished 2024-03-26T02:26:31.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:30 smithi115 bash[21522]: cluster 2024-03-26T02:26:30.142277+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-26T02:26:31.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:30 smithi115 bash[21522]: audit 2024-03-26T02:26:30.145665+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:26:31.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:31 smithi179 bash[22174]: audit 2024-03-26T02:26:30.818060+0000 mon.a (mon.0) 401 : audit [DBG] from='client.? 172.21.15.115:0/2256734211' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T02:26:31.981 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:31 smithi115 bash[21522]: audit 2024-03-26T02:26:30.818060+0000 mon.a (mon.0) 401 : audit [DBG] from='client.? 172.21.15.115:0/2256734211' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T02:26:32.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:31 smithi181 bash[22158]: audit 2024-03-26T02:26:30.818060+0000 mon.a (mon.0) 401 : audit [DBG] from='client.? 172.21.15.115:0/2256734211' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T02:26:32.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:32 smithi179 bash[22174]: cluster 2024-03-26T02:26:30.932673+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:33.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:32 smithi181 bash[22158]: cluster 2024-03-26T02:26:30.932673+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:33.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:32 smithi115 bash[21522]: cluster 2024-03-26T02:26:30.932673+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:34.041 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:33 smithi115 bash[21522]: audit 2024-03-26T02:26:32.746327+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:34.041 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:33 smithi115 bash[21522]: audit 2024-03-26T02:26:32.754752+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:34.042 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:33 smithi115 bash[21522]: audit 2024-03-26T02:26:32.766129+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:34.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:33 smithi181 bash[22158]: audit 2024-03-26T02:26:32.746327+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:34.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:33 smithi181 bash[22158]: audit 2024-03-26T02:26:32.754752+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:34.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:33 smithi181 bash[22158]: audit 2024-03-26T02:26:32.766129+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:34.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:33 smithi179 bash[22174]: audit 2024-03-26T02:26:32.746327+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:34.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:33 smithi179 bash[22174]: audit 2024-03-26T02:26:32.754752+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:34.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:33 smithi179 bash[22174]: audit 2024-03-26T02:26:32.766129+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:35.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:34 smithi181 bash[22158]: cluster 2024-03-26T02:26:32.933030+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:35.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:34 smithi115 bash[21522]: cluster 2024-03-26T02:26:32.933030+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:35.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:34 smithi179 bash[22174]: cluster 2024-03-26T02:26:32.933030+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:37.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:36 smithi181 bash[22158]: cluster 2024-03-26T02:26:34.933363+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:37.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:36 smithi115 bash[21522]: cluster 2024-03-26T02:26:34.933363+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:37.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:36 smithi179 bash[22174]: cluster 2024-03-26T02:26:34.933363+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:38.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:38 smithi181 bash[22158]: cluster 2024-03-26T02:26:36.933631+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:38.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:38 smithi181 bash[22158]: audit 2024-03-26T02:26:37.481232+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:38.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:38 smithi181 bash[22158]: audit 2024-03-26T02:26:37.491097+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:38.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:38 smithi181 bash[22158]: cephadm 2024-03-26T02:26:37.494025+0000 mgr.a (mgr.14152) 127 : cephadm [INF] Detected new or changed devices on smithi115 2024-03-26T02:26:38.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:38 smithi181 bash[22158]: audit 2024-03-26T02:26:37.501963+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:38.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:38 smithi115 bash[21522]: cluster 2024-03-26T02:26:36.933631+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:38.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:38 smithi115 bash[21522]: audit 2024-03-26T02:26:37.481232+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:38.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:38 smithi115 bash[21522]: audit 2024-03-26T02:26:37.491097+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:38.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:38 smithi115 bash[21522]: cephadm 2024-03-26T02:26:37.494025+0000 mgr.a (mgr.14152) 127 : cephadm [INF] Detected new or changed devices on smithi115 2024-03-26T02:26:38.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:38 smithi115 bash[21522]: audit 2024-03-26T02:26:37.501963+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:38.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:38 smithi179 bash[22174]: cluster 2024-03-26T02:26:36.933631+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:38.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:38 smithi179 bash[22174]: audit 2024-03-26T02:26:37.481232+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:38.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:38 smithi179 bash[22174]: audit 2024-03-26T02:26:37.491097+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:38.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:38 smithi179 bash[22174]: cephadm 2024-03-26T02:26:37.494025+0000 mgr.a (mgr.14152) 127 : cephadm [INF] Detected new or changed devices on smithi115 2024-03-26T02:26:38.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:38 smithi179 bash[22174]: audit 2024-03-26T02:26:37.501963+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:40.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:40 smithi181 bash[22158]: cluster 2024-03-26T02:26:38.933897+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:40.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:40 smithi115 bash[21522]: cluster 2024-03-26T02:26:38.933897+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:40.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:40 smithi179 bash[22174]: cluster 2024-03-26T02:26:38.933897+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:42.747 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:42 smithi181 bash[22158]: cluster 2024-03-26T02:26:40.934329+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:42.747 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:42 smithi181 bash[22158]: audit 2024-03-26T02:26:42.184623+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-26T02:26:42.747 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:42 smithi181 bash[22158]: audit 2024-03-26T02:26:42.186288+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:42.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:42 smithi115 bash[21522]: cluster 2024-03-26T02:26:40.934329+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:42.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:42 smithi115 bash[21522]: audit 2024-03-26T02:26:42.184623+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-26T02:26:42.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:42 smithi115 bash[21522]: audit 2024-03-26T02:26:42.186288+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:42.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:42 smithi179 bash[22174]: cluster 2024-03-26T02:26:40.934329+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:42.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:42 smithi179 bash[22174]: audit 2024-03-26T02:26:42.184623+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-26T02:26:42.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:42 smithi179 bash[22174]: audit 2024-03-26T02:26:42.186288+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:43.703 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:43 smithi115 bash[21522]: cephadm 2024-03-26T02:26:42.187611+0000 mgr.a (mgr.14152) 130 : cephadm [INF] Deploying daemon osd.0 on smithi115 2024-03-26T02:26:43.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:43 smithi181 bash[22158]: cephadm 2024-03-26T02:26:42.187611+0000 mgr.a (mgr.14152) 130 : cephadm [INF] Deploying daemon osd.0 on smithi115 2024-03-26T02:26:43.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:43 smithi179 bash[22174]: cephadm 2024-03-26T02:26:42.187611+0000 mgr.a (mgr.14152) 130 : cephadm [INF] Deploying daemon osd.0 on smithi115 2024-03-26T02:26:44.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:44 smithi181 bash[22158]: cluster 2024-03-26T02:26:42.934699+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:44.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:44 smithi115 bash[21522]: cluster 2024-03-26T02:26:42.934699+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:44.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:44 smithi179 bash[22174]: cluster 2024-03-26T02:26:42.934699+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:46.300 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:46 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:26:46.301 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:26:46 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:26:46.573 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:26:46 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:26:46.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:46 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:26:46.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:46 smithi115 bash[21522]: cluster 2024-03-26T02:26:44.935027+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:46.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:46 smithi115 bash[21522]: audit 2024-03-26T02:26:46.438940+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:46.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:46 smithi115 bash[21522]: audit 2024-03-26T02:26:46.444445+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:46.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:46 smithi115 bash[21522]: audit 2024-03-26T02:26:46.482474+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:46.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:46 smithi115 bash[21522]: audit 2024-03-26T02:26:46.484842+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:46.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:46 smithi115 bash[21522]: audit 2024-03-26T02:26:46.485466+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:46.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:46 smithi115 bash[21522]: audit 2024-03-26T02:26:46.491144+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:46.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:46 smithi181 bash[22158]: cluster 2024-03-26T02:26:44.935027+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:46.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:46 smithi181 bash[22158]: audit 2024-03-26T02:26:46.438940+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:46.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:46 smithi181 bash[22158]: audit 2024-03-26T02:26:46.444445+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:46.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:46 smithi181 bash[22158]: audit 2024-03-26T02:26:46.482474+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:46.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:46 smithi181 bash[22158]: audit 2024-03-26T02:26:46.484842+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:46.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:46 smithi181 bash[22158]: audit 2024-03-26T02:26:46.485466+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:46.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:46 smithi181 bash[22158]: audit 2024-03-26T02:26:46.491144+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:46.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:46 smithi179 bash[22174]: cluster 2024-03-26T02:26:44.935027+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:46.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:46 smithi179 bash[22174]: audit 2024-03-26T02:26:46.438940+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:46.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:46 smithi179 bash[22174]: audit 2024-03-26T02:26:46.444445+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:46.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:46 smithi179 bash[22174]: audit 2024-03-26T02:26:46.482474+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:46.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:46 smithi179 bash[22174]: audit 2024-03-26T02:26:46.484842+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:46.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:46 smithi179 bash[22174]: audit 2024-03-26T02:26:46.485466+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:46.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:46 smithi179 bash[22174]: audit 2024-03-26T02:26:46.491144+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:48.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:48 smithi181 bash[22158]: cluster 2024-03-26T02:26:46.935384+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:48.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:48 smithi115 bash[21522]: cluster 2024-03-26T02:26:46.935384+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:48.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:48 smithi179 bash[22174]: cluster 2024-03-26T02:26:46.935384+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:51.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:50 smithi115 bash[21522]: cluster 2024-03-26T02:26:48.935712+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:51.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:50 smithi115 bash[21522]: audit 2024-03-26T02:26:49.817190+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:51.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:50 smithi115 bash[21522]: audit 2024-03-26T02:26:49.825532+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:51.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:50 smithi115 bash[21522]: audit 2024-03-26T02:26:49.836783+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:51.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:50 smithi179 bash[22174]: cluster 2024-03-26T02:26:48.935712+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:51.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:50 smithi179 bash[22174]: audit 2024-03-26T02:26:49.817190+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:51.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:50 smithi179 bash[22174]: audit 2024-03-26T02:26:49.825532+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:51.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:50 smithi179 bash[22174]: audit 2024-03-26T02:26:49.836783+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:51.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:50 smithi181 bash[22158]: cluster 2024-03-26T02:26:48.935712+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:51.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:50 smithi181 bash[22158]: audit 2024-03-26T02:26:49.817190+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:51.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:50 smithi181 bash[22158]: audit 2024-03-26T02:26:49.825532+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:51.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:50 smithi181 bash[22158]: audit 2024-03-26T02:26:49.836783+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:52.883 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:52 smithi115 bash[21522]: cluster 2024-03-26T02:26:50.936116+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:52.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:52 smithi179 bash[22174]: cluster 2024-03-26T02:26:50.936116+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:53.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:52 smithi181 bash[22158]: cluster 2024-03-26T02:26:50.936116+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:54.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:53 smithi179 bash[22174]: audit 2024-03-26T02:26:52.887889+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/686834678,v1:172.21.15.115:6803/686834678]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T02:26:54.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:53 smithi179 bash[22174]: audit 2024-03-26T02:26:52.896276+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:54.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:53 smithi179 bash[22174]: audit 2024-03-26T02:26:52.901953+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:54.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:53 smithi179 bash[22174]: audit 2024-03-26T02:26:52.908206+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:54.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:53 smithi181 bash[22158]: audit 2024-03-26T02:26:52.887889+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/686834678,v1:172.21.15.115:6803/686834678]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T02:26:54.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:53 smithi181 bash[22158]: audit 2024-03-26T02:26:52.896276+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:54.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:53 smithi181 bash[22158]: audit 2024-03-26T02:26:52.901953+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:54.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:53 smithi181 bash[22158]: audit 2024-03-26T02:26:52.908206+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:54.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:53 smithi115 bash[21522]: audit 2024-03-26T02:26:52.887889+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/686834678,v1:172.21.15.115:6803/686834678]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T02:26:54.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:53 smithi115 bash[21522]: audit 2024-03-26T02:26:52.896276+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:54.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:53 smithi115 bash[21522]: audit 2024-03-26T02:26:52.901953+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:54.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:53 smithi115 bash[21522]: audit 2024-03-26T02:26:52.908206+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:55.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:54 smithi115 bash[21522]: cluster 2024-03-26T02:26:52.936660+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:55.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:54 smithi115 bash[21522]: audit 2024-03-26T02:26:53.821645+0000 mon.a (mon.0) 423 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/686834678,v1:172.21.15.115:6803/686834678]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-26T02:26:55.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:54 smithi115 bash[21522]: cluster 2024-03-26T02:26:53.826581+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-26T02:26:55.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:54 smithi115 bash[21522]: audit 2024-03-26T02:26:53.827674+0000 mon.a (mon.0) 425 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/686834678,v1:172.21.15.115:6803/686834678]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-03-26T02:26:55.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:54 smithi115 bash[21522]: audit 2024-03-26T02:26:53.828115+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:26:55.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:54 smithi115 bash[21522]: audit 2024-03-26T02:26:54.823282+0000 mon.a (mon.0) 427 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/686834678,v1:172.21.15.115:6803/686834678]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2024-03-26T02:26:55.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:54 smithi115 bash[21522]: cluster 2024-03-26T02:26:54.827600+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-26T02:26:55.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:54 smithi115 bash[21522]: audit 2024-03-26T02:26:54.828501+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:26:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:54 smithi179 bash[22174]: cluster 2024-03-26T02:26:52.936660+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:54 smithi179 bash[22174]: audit 2024-03-26T02:26:53.821645+0000 mon.a (mon.0) 423 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/686834678,v1:172.21.15.115:6803/686834678]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-26T02:26:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:54 smithi179 bash[22174]: cluster 2024-03-26T02:26:53.826581+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-26T02:26:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:54 smithi179 bash[22174]: audit 2024-03-26T02:26:53.827674+0000 mon.a (mon.0) 425 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/686834678,v1:172.21.15.115:6803/686834678]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-03-26T02:26:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:54 smithi179 bash[22174]: audit 2024-03-26T02:26:53.828115+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:26:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:54 smithi179 bash[22174]: audit 2024-03-26T02:26:54.823282+0000 mon.a (mon.0) 427 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/686834678,v1:172.21.15.115:6803/686834678]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2024-03-26T02:26:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:54 smithi179 bash[22174]: cluster 2024-03-26T02:26:54.827600+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-26T02:26:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:54 smithi179 bash[22174]: audit 2024-03-26T02:26:54.828501+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:26:55.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:54 smithi181 bash[22158]: cluster 2024-03-26T02:26:52.936660+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:55.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:54 smithi181 bash[22158]: audit 2024-03-26T02:26:53.821645+0000 mon.a (mon.0) 423 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/686834678,v1:172.21.15.115:6803/686834678]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-26T02:26:55.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:54 smithi181 bash[22158]: cluster 2024-03-26T02:26:53.826581+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-26T02:26:55.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:54 smithi181 bash[22158]: audit 2024-03-26T02:26:53.827674+0000 mon.a (mon.0) 425 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/686834678,v1:172.21.15.115:6803/686834678]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-03-26T02:26:55.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:54 smithi181 bash[22158]: audit 2024-03-26T02:26:53.828115+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:26:55.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:54 smithi181 bash[22158]: audit 2024-03-26T02:26:54.823282+0000 mon.a (mon.0) 427 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/686834678,v1:172.21.15.115:6803/686834678]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2024-03-26T02:26:55.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:54 smithi181 bash[22158]: cluster 2024-03-26T02:26:54.827600+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-26T02:26:55.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:54 smithi181 bash[22158]: audit 2024-03-26T02:26:54.828501+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:26:56.086 INFO:teuthology.orchestra.run.smithi115.stdout:Created osd(s) 0 on host 'smithi115' 2024-03-26T02:26:56.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:55 smithi179 bash[22174]: audit 2024-03-26T02:26:54.848336+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:26:56.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:55 smithi179 bash[22174]: cluster 2024-03-26T02:26:54.936939+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:56.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:55 smithi179 bash[22174]: audit 2024-03-26T02:26:55.276518+0000 mon.a (mon.0) 431 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/686834678,v1:172.21.15.115:6803/686834678]' entity='osd.0' 2024-03-26T02:26:56.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:55 smithi179 bash[22174]: audit 2024-03-26T02:26:55.832660+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:26:56.131 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:55 smithi115 bash[21522]: audit 2024-03-26T02:26:54.848336+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:26:56.132 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:55 smithi115 bash[21522]: cluster 2024-03-26T02:26:54.936939+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:56.132 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:55 smithi115 bash[21522]: audit 2024-03-26T02:26:55.276518+0000 mon.a (mon.0) 431 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/686834678,v1:172.21.15.115:6803/686834678]' entity='osd.0' 2024-03-26T02:26:56.132 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:55 smithi115 bash[21522]: audit 2024-03-26T02:26:55.832660+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:26:56.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:55 smithi181 bash[22158]: audit 2024-03-26T02:26:54.848336+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:26:56.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:55 smithi181 bash[22158]: cluster 2024-03-26T02:26:54.936939+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T02:26:56.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:55 smithi181 bash[22158]: audit 2024-03-26T02:26:55.276518+0000 mon.a (mon.0) 431 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/686834678,v1:172.21.15.115:6803/686834678]' entity='osd.0' 2024-03-26T02:26:56.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:55 smithi181 bash[22158]: audit 2024-03-26T02:26:55.832660+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:26:57.085 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:56 smithi115 bash[21522]: cluster 2024-03-26T02:26:53.854122+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T02:26:57.085 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:56 smithi115 bash[21522]: cluster 2024-03-26T02:26:53.854264+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T02:26:57.085 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:56 smithi115 bash[21522]: audit 2024-03-26T02:26:56.042777+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:57.085 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:56 smithi115 bash[21522]: audit 2024-03-26T02:26:56.047878+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:57.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:56 smithi115 bash[21522]: audit 2024-03-26T02:26:56.059390+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:57.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:56 smithi115 bash[21522]: audit 2024-03-26T02:26:56.062063+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:26:57.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:56 smithi115 bash[21522]: cephadm 2024-03-26T02:26:56.062664+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Adjusting osd_memory_target on smithi115 to 16241M 2024-03-26T02:26:57.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:56 smithi115 bash[21522]: audit 2024-03-26T02:26:56.066133+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:57.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:56 smithi115 bash[21522]: audit 2024-03-26T02:26:56.067943+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:57.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:56 smithi115 bash[21522]: audit 2024-03-26T02:26:56.068700+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:57.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:56 smithi115 bash[21522]: audit 2024-03-26T02:26:56.073232+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:57.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:56 smithi115 bash[21522]: cluster 2024-03-26T02:26:56.281351+0000 mon.a (mon.0) 441 : cluster [INF] osd.0 [v2:172.21.15.115:6802/686834678,v1:172.21.15.115:6803/686834678] boot 2024-03-26T02:26:57.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:56 smithi115 bash[21522]: cluster 2024-03-26T02:26:56.281443+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-26T02:26:57.086 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:56 smithi115 bash[21522]: audit 2024-03-26T02:26:56.281718+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:26:57.168 DEBUG:teuthology.orchestra.run.smithi115:osd.0> sudo journalctl -f -n 0 -u ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@osd.0.service 2024-03-26T02:26:57.170 INFO:tasks.cephadm:Deploying osd.1 on smithi179 with /dev/vg_nvme/lv_4... 2024-03-26T02:26:57.171 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-26T02:26:57.182 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:56 smithi179 bash[22174]: cluster 2024-03-26T02:26:53.854122+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T02:26:57.182 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:56 smithi179 bash[22174]: cluster 2024-03-26T02:26:53.854264+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T02:26:57.182 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:56 smithi179 bash[22174]: audit 2024-03-26T02:26:56.042777+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:57.182 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:56 smithi179 bash[22174]: audit 2024-03-26T02:26:56.047878+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:57.182 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:56 smithi179 bash[22174]: audit 2024-03-26T02:26:56.059390+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:57.182 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:56 smithi179 bash[22174]: audit 2024-03-26T02:26:56.062063+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:26:57.182 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:56 smithi179 bash[22174]: cephadm 2024-03-26T02:26:56.062664+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Adjusting osd_memory_target on smithi115 to 16241M 2024-03-26T02:26:57.182 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:56 smithi179 bash[22174]: audit 2024-03-26T02:26:56.066133+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:57.183 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:56 smithi179 bash[22174]: audit 2024-03-26T02:26:56.067943+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:57.183 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:56 smithi179 bash[22174]: audit 2024-03-26T02:26:56.068700+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:57.183 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:56 smithi179 bash[22174]: audit 2024-03-26T02:26:56.073232+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:57.183 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:56 smithi179 bash[22174]: cluster 2024-03-26T02:26:56.281351+0000 mon.a (mon.0) 441 : cluster [INF] osd.0 [v2:172.21.15.115:6802/686834678,v1:172.21.15.115:6803/686834678] boot 2024-03-26T02:26:57.183 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:56 smithi179 bash[22174]: cluster 2024-03-26T02:26:56.281443+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-26T02:26:57.183 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:56 smithi179 bash[22174]: audit 2024-03-26T02:26:56.281718+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:26:57.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:56 smithi181 bash[22158]: cluster 2024-03-26T02:26:53.854122+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T02:26:57.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:56 smithi181 bash[22158]: cluster 2024-03-26T02:26:53.854264+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T02:26:57.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:56 smithi181 bash[22158]: audit 2024-03-26T02:26:56.042777+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:57.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:56 smithi181 bash[22158]: audit 2024-03-26T02:26:56.047878+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:57.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:56 smithi181 bash[22158]: audit 2024-03-26T02:26:56.059390+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:57.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:56 smithi181 bash[22158]: audit 2024-03-26T02:26:56.062063+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:26:57.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:56 smithi181 bash[22158]: cephadm 2024-03-26T02:26:56.062664+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Adjusting osd_memory_target on smithi115 to 16241M 2024-03-26T02:26:57.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:56 smithi181 bash[22158]: audit 2024-03-26T02:26:56.066133+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:57.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:56 smithi181 bash[22158]: audit 2024-03-26T02:26:56.067943+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:57.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:56 smithi181 bash[22158]: audit 2024-03-26T02:26:56.068700+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:57.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:56 smithi181 bash[22158]: audit 2024-03-26T02:26:56.073232+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:57.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:56 smithi181 bash[22158]: cluster 2024-03-26T02:26:56.281351+0000 mon.a (mon.0) 441 : cluster [INF] osd.0 [v2:172.21.15.115:6802/686834678,v1:172.21.15.115:6803/686834678] boot 2024-03-26T02:26:57.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:56 smithi181 bash[22158]: cluster 2024-03-26T02:26:56.281443+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-26T02:26:57.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:56 smithi181 bash[22158]: audit 2024-03-26T02:26:56.281718+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:26:58.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:58 smithi179 bash[22174]: cluster 2024-03-26T02:26:56.937372+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:26:58.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:58 smithi179 bash[22174]: audit 2024-03-26T02:26:57.624053+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:58.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:58 smithi179 bash[22174]: audit 2024-03-26T02:26:57.629926+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:58.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:58 smithi179 bash[22174]: audit 2024-03-26T02:26:57.636319+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:58.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:58 smithi179 bash[22174]: audit 2024-03-26T02:26:57.674051+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:58.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:58 smithi179 bash[22174]: audit 2024-03-26T02:26:57.678483+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:58.882 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:58 smithi179 bash[22174]: audit 2024-03-26T02:26:57.679846+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:58.882 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:58 smithi179 bash[22174]: cluster 2024-03-26T02:26:57.682625+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:26:58.882 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:58 smithi179 bash[22174]: audit 2024-03-26T02:26:57.688608+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:58.882 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:58 smithi179 bash[22174]: cluster 2024-03-26T02:26:57.882196+0000 mon.a (mon.0) 451 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T02:26:58.882 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:26:58 smithi179 bash[22174]: cluster 2024-03-26T02:26:57.898561+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-26T02:26:59.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:58 smithi181 bash[22158]: cluster 2024-03-26T02:26:56.937372+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:26:59.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:58 smithi181 bash[22158]: audit 2024-03-26T02:26:57.624053+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:59.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:58 smithi181 bash[22158]: audit 2024-03-26T02:26:57.629926+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:59.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:58 smithi181 bash[22158]: audit 2024-03-26T02:26:57.636319+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:59.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:58 smithi181 bash[22158]: audit 2024-03-26T02:26:57.674051+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:59.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:58 smithi181 bash[22158]: audit 2024-03-26T02:26:57.678483+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:59.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:58 smithi181 bash[22158]: audit 2024-03-26T02:26:57.679846+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:59.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:58 smithi181 bash[22158]: cluster 2024-03-26T02:26:57.682625+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:26:59.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:58 smithi181 bash[22158]: audit 2024-03-26T02:26:57.688608+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:59.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:58 smithi181 bash[22158]: cluster 2024-03-26T02:26:57.882196+0000 mon.a (mon.0) 451 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T02:26:59.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:26:58 smithi181 bash[22158]: cluster 2024-03-26T02:26:57.898561+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-26T02:26:59.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:58 smithi115 bash[21522]: cluster 2024-03-26T02:26:56.937372+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:26:59.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:58 smithi115 bash[21522]: audit 2024-03-26T02:26:57.624053+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:59.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:58 smithi115 bash[21522]: audit 2024-03-26T02:26:57.629926+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:59.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:58 smithi115 bash[21522]: audit 2024-03-26T02:26:57.636319+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:59.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:58 smithi115 bash[21522]: audit 2024-03-26T02:26:57.674051+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:26:59.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:58 smithi115 bash[21522]: audit 2024-03-26T02:26:57.678483+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:26:59.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:58 smithi115 bash[21522]: audit 2024-03-26T02:26:57.679846+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:26:59.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:58 smithi115 bash[21522]: cluster 2024-03-26T02:26:57.682625+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:26:59.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:58 smithi115 bash[21522]: audit 2024-03-26T02:26:57.688608+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:26:59.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:58 smithi115 bash[21522]: cluster 2024-03-26T02:26:57.882196+0000 mon.a (mon.0) 451 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T02:26:59.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:26:58 smithi115 bash[21522]: cluster 2024-03-26T02:26:57.898561+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-26T02:27:01.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:00 smithi181 bash[22158]: cluster 2024-03-26T02:26:59.683144+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:01.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:00 smithi115 bash[21522]: cluster 2024-03-26T02:26:59.683144+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:01.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:00 smithi179 bash[22174]: cluster 2024-03-26T02:26:59.683144+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:01.884 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.b/config 2024-03-26T02:27:02.981 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:02 smithi179 bash[22174]: cluster 2024-03-26T02:27:01.683626+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:03.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:02 smithi181 bash[22158]: cluster 2024-03-26T02:27:01.683626+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:03.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:02 smithi115 bash[21522]: cluster 2024-03-26T02:27:01.683626+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:04.725 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-26T02:27:04.725 INFO:teuthology.orchestra.run.smithi179.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-26T02:27:04.725 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10+0 records in 2024-03-26T02:27:04.725 INFO:teuthology.orchestra.run.smithi179.stderr:10+0 records out 2024-03-26T02:27:04.726 INFO:teuthology.orchestra.run.smithi179.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0147357 s, 712 MB/s 2024-03-26T02:27:04.726 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping successful for: 2024-03-26T02:27:05.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:04 smithi181 bash[22158]: cluster 2024-03-26T02:27:03.684080+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:05.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:04 smithi181 bash[22158]: audit 2024-03-26T02:27:04.248056+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:05.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:04 smithi181 bash[22158]: audit 2024-03-26T02:27:04.253559+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:05.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:04 smithi181 bash[22158]: audit 2024-03-26T02:27:04.260034+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:05.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:04 smithi181 bash[22158]: audit 2024-03-26T02:27:04.271601+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:27:05.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:04 smithi181 bash[22158]: audit 2024-03-26T02:27:04.274435+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:05.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:04 smithi181 bash[22158]: audit 2024-03-26T02:27:04.275218+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:27:05.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:04 smithi181 bash[22158]: audit 2024-03-26T02:27:04.283070+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:05.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:04 smithi115 bash[21522]: cluster 2024-03-26T02:27:03.684080+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:05.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:04 smithi115 bash[21522]: audit 2024-03-26T02:27:04.248056+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:05.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:04 smithi115 bash[21522]: audit 2024-03-26T02:27:04.253559+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:05.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:04 smithi115 bash[21522]: audit 2024-03-26T02:27:04.260034+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:05.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:04 smithi115 bash[21522]: audit 2024-03-26T02:27:04.271601+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:27:05.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:04 smithi115 bash[21522]: audit 2024-03-26T02:27:04.274435+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:05.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:04 smithi115 bash[21522]: audit 2024-03-26T02:27:04.275218+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:27:05.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:04 smithi115 bash[21522]: audit 2024-03-26T02:27:04.283070+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:05.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:04 smithi179 bash[22174]: cluster 2024-03-26T02:27:03.684080+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:05.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:04 smithi179 bash[22174]: audit 2024-03-26T02:27:04.248056+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:05.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:04 smithi179 bash[22174]: audit 2024-03-26T02:27:04.253559+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:05.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:04 smithi179 bash[22174]: audit 2024-03-26T02:27:04.260034+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:05.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:04 smithi179 bash[22174]: audit 2024-03-26T02:27:04.271601+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:27:05.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:04 smithi179 bash[22174]: audit 2024-03-26T02:27:04.274435+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:05.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:04 smithi179 bash[22174]: audit 2024-03-26T02:27:04.275218+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:27:05.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:04 smithi179 bash[22174]: audit 2024-03-26T02:27:04.283070+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:05.396 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi179:vg_nvme/lv_4 2024-03-26T02:27:06.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:05 smithi181 bash[22158]: cluster 2024-03-26T02:27:04.277314+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:06.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:05 smithi181 bash[22158]: cluster 2024-03-26T02:27:05.258590+0000 mon.a (mon.0) 460 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T02:27:06.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:05 smithi181 bash[22158]: cluster 2024-03-26T02:27:05.258640+0000 mon.a (mon.0) 461 : cluster [INF] Cluster is now healthy 2024-03-26T02:27:06.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:05 smithi115 bash[21522]: cluster 2024-03-26T02:27:04.277314+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:06.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:05 smithi115 bash[21522]: cluster 2024-03-26T02:27:05.258590+0000 mon.a (mon.0) 460 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T02:27:06.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:05 smithi115 bash[21522]: cluster 2024-03-26T02:27:05.258640+0000 mon.a (mon.0) 461 : cluster [INF] Cluster is now healthy 2024-03-26T02:27:06.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:05 smithi179 bash[22174]: cluster 2024-03-26T02:27:04.277314+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:06.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:05 smithi179 bash[22174]: cluster 2024-03-26T02:27:05.258590+0000 mon.a (mon.0) 460 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T02:27:06.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:05 smithi179 bash[22174]: cluster 2024-03-26T02:27:05.258640+0000 mon.a (mon.0) 461 : cluster [INF] Cluster is now healthy 2024-03-26T02:27:08.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:07 smithi181 bash[22158]: cluster 2024-03-26T02:27:06.277770+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:08.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:07 smithi115 bash[21522]: cluster 2024-03-26T02:27:06.277770+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:08.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:07 smithi179 bash[22174]: cluster 2024-03-26T02:27:06.277770+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:10.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:09 smithi181 bash[22158]: cluster 2024-03-26T02:27:08.278157+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:10.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:09 smithi115 bash[21522]: cluster 2024-03-26T02:27:08.278157+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:10.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:09 smithi179 bash[22174]: cluster 2024-03-26T02:27:08.278157+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:10.151 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.b/config 2024-03-26T02:27:11.270 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:11 smithi179 bash[22174]: audit 2024-03-26T02:27:10.031156+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:11.270 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:11 smithi179 bash[22174]: audit 2024-03-26T02:27:10.038723+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:11.270 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:11 smithi179 bash[22174]: audit 2024-03-26T02:27:10.048460+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:11.271 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:11 smithi179 bash[22174]: cluster 2024-03-26T02:27:10.278591+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:11.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:11 smithi181 bash[22158]: audit 2024-03-26T02:27:10.031156+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:11.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:11 smithi181 bash[22158]: audit 2024-03-26T02:27:10.038723+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:11.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:11 smithi181 bash[22158]: audit 2024-03-26T02:27:10.048460+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:11.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:11 smithi181 bash[22158]: cluster 2024-03-26T02:27:10.278591+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:11.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:11 smithi115 bash[21522]: audit 2024-03-26T02:27:10.031156+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:11.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:11 smithi115 bash[21522]: audit 2024-03-26T02:27:10.038723+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:11.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:11 smithi115 bash[21522]: audit 2024-03-26T02:27:10.048460+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:11.324 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:11 smithi115 bash[21522]: cluster 2024-03-26T02:27:10.278591+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:13.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:13 smithi179 bash[22174]: cluster 2024-03-26T02:27:12.279058+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:13.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:13 smithi179 bash[22174]: audit 2024-03-26T02:27:13.078259+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:13.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:13 smithi179 bash[22174]: audit 2024-03-26T02:27:13.087035+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:13.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:13 smithi179 bash[22174]: audit 2024-03-26T02:27:13.097608+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:13.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:13 smithi181 bash[22158]: cluster 2024-03-26T02:27:12.279058+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:13.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:13 smithi181 bash[22158]: audit 2024-03-26T02:27:13.078259+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:13.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:13 smithi181 bash[22158]: audit 2024-03-26T02:27:13.087035+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:13.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:13 smithi181 bash[22158]: audit 2024-03-26T02:27:13.097608+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:13.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:13 smithi115 bash[21522]: cluster 2024-03-26T02:27:12.279058+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:13.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:13 smithi115 bash[21522]: audit 2024-03-26T02:27:13.078259+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:13.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:13 smithi115 bash[21522]: audit 2024-03-26T02:27:13.087035+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:13.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:13 smithi115 bash[21522]: audit 2024-03-26T02:27:13.097608+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:14.596 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:14 smithi115 bash[21522]: audit 2024-03-26T02:27:13.901582+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T02:27:14.596 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:14 smithi115 bash[21522]: audit 2024-03-26T02:27:13.905445+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T02:27:14.596 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:14 smithi115 bash[21522]: audit 2024-03-26T02:27:13.906738+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:14.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:14 smithi179 bash[22174]: audit 2024-03-26T02:27:13.901582+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T02:27:14.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:14 smithi179 bash[22174]: audit 2024-03-26T02:27:13.905445+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T02:27:14.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:14 smithi179 bash[22174]: audit 2024-03-26T02:27:13.906738+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:14.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:14 smithi181 bash[22158]: audit 2024-03-26T02:27:13.901582+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T02:27:14.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:14 smithi181 bash[22158]: audit 2024-03-26T02:27:13.905445+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T02:27:14.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:14 smithi181 bash[22158]: audit 2024-03-26T02:27:13.906738+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:15.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:15 smithi179 bash[22174]: audit 2024-03-26T02:27:13.898027+0000 mgr.a (mgr.14152) 149 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:27:15.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:15 smithi179 bash[22174]: cluster 2024-03-26T02:27:14.279493+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:15.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:15 smithi181 bash[22158]: audit 2024-03-26T02:27:13.898027+0000 mgr.a (mgr.14152) 149 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:27:15.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:15 smithi181 bash[22158]: cluster 2024-03-26T02:27:14.279493+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:15.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:15 smithi115 bash[21522]: audit 2024-03-26T02:27:13.898027+0000 mgr.a (mgr.14152) 149 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:27:15.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:15 smithi115 bash[21522]: cluster 2024-03-26T02:27:14.279493+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:17.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:17 smithi179 bash[22174]: cluster 2024-03-26T02:27:16.279849+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:17.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:17 smithi181 bash[22158]: cluster 2024-03-26T02:27:16.279849+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:17.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:17 smithi115 bash[21522]: cluster 2024-03-26T02:27:16.279849+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:19.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:19 smithi179 bash[22174]: cluster 2024-03-26T02:27:18.280325+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:19.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:19 smithi181 bash[22158]: cluster 2024-03-26T02:27:18.280325+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:19.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:19 smithi115 bash[21522]: cluster 2024-03-26T02:27:18.280325+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:21.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:21 smithi179 bash[22174]: cluster 2024-03-26T02:27:20.280772+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:21.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:21 smithi181 bash[22158]: cluster 2024-03-26T02:27:20.280772+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:21.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:21 smithi115 bash[21522]: cluster 2024-03-26T02:27:20.280772+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:23.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:23 smithi181 bash[22158]: cluster 2024-03-26T02:27:22.281241+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:23.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:23 smithi181 bash[22158]: audit 2024-03-26T02:27:22.408092+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.179:0/660840369' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b455040-f2d4-468c-b24b-b2e1634c98a1"}]: dispatch 2024-03-26T02:27:23.543 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:23 smithi181 bash[22158]: audit 2024-03-26T02:27:22.408773+0000 mon.a (mon.0) 471 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b455040-f2d4-468c-b24b-b2e1634c98a1"}]: dispatch 2024-03-26T02:27:23.543 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:23 smithi181 bash[22158]: audit 2024-03-26T02:27:22.413188+0000 mon.a (mon.0) 472 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5b455040-f2d4-468c-b24b-b2e1634c98a1"}]': finished 2024-03-26T02:27:23.543 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:23 smithi181 bash[22158]: cluster 2024-03-26T02:27:22.418458+0000 mon.a (mon.0) 473 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-26T02:27:23.543 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:23 smithi181 bash[22158]: audit 2024-03-26T02:27:22.419006+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T02:27:23.543 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:23 smithi181 bash[22158]: audit 2024-03-26T02:27:22.872717+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:23.543 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:23 smithi181 bash[22158]: audit 2024-03-26T02:27:22.877506+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:23.543 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:23 smithi181 bash[22158]: audit 2024-03-26T02:27:22.883193+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:23.543 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:23 smithi181 bash[22158]: audit 2024-03-26T02:27:23.131585+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.179:0/1544733277' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T02:27:23.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:23 smithi179 bash[22174]: cluster 2024-03-26T02:27:22.281241+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:23.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:23 smithi179 bash[22174]: audit 2024-03-26T02:27:22.408092+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.179:0/660840369' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b455040-f2d4-468c-b24b-b2e1634c98a1"}]: dispatch 2024-03-26T02:27:23.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:23 smithi179 bash[22174]: audit 2024-03-26T02:27:22.408773+0000 mon.a (mon.0) 471 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b455040-f2d4-468c-b24b-b2e1634c98a1"}]: dispatch 2024-03-26T02:27:23.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:23 smithi179 bash[22174]: audit 2024-03-26T02:27:22.413188+0000 mon.a (mon.0) 472 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5b455040-f2d4-468c-b24b-b2e1634c98a1"}]': finished 2024-03-26T02:27:23.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:23 smithi179 bash[22174]: cluster 2024-03-26T02:27:22.418458+0000 mon.a (mon.0) 473 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-26T02:27:23.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:23 smithi179 bash[22174]: audit 2024-03-26T02:27:22.419006+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T02:27:23.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:23 smithi179 bash[22174]: audit 2024-03-26T02:27:22.872717+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:23.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:23 smithi179 bash[22174]: audit 2024-03-26T02:27:22.877506+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:23.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:23 smithi179 bash[22174]: audit 2024-03-26T02:27:22.883193+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:23.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:23 smithi179 bash[22174]: audit 2024-03-26T02:27:23.131585+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.179:0/1544733277' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T02:27:23.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:23 smithi115 bash[21522]: cluster 2024-03-26T02:27:22.281241+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:23.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:23 smithi115 bash[21522]: audit 2024-03-26T02:27:22.408092+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.179:0/660840369' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b455040-f2d4-468c-b24b-b2e1634c98a1"}]: dispatch 2024-03-26T02:27:23.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:23 smithi115 bash[21522]: audit 2024-03-26T02:27:22.408773+0000 mon.a (mon.0) 471 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b455040-f2d4-468c-b24b-b2e1634c98a1"}]: dispatch 2024-03-26T02:27:23.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:23 smithi115 bash[21522]: audit 2024-03-26T02:27:22.413188+0000 mon.a (mon.0) 472 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5b455040-f2d4-468c-b24b-b2e1634c98a1"}]': finished 2024-03-26T02:27:23.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:23 smithi115 bash[21522]: cluster 2024-03-26T02:27:22.418458+0000 mon.a (mon.0) 473 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-26T02:27:23.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:23 smithi115 bash[21522]: audit 2024-03-26T02:27:22.419006+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T02:27:23.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:23 smithi115 bash[21522]: audit 2024-03-26T02:27:22.872717+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:23.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:23 smithi115 bash[21522]: audit 2024-03-26T02:27:22.877506+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:23.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:23 smithi115 bash[21522]: audit 2024-03-26T02:27:22.883193+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:23.825 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:23 smithi115 bash[21522]: audit 2024-03-26T02:27:23.131585+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.179:0/1544733277' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T02:27:25.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:25 smithi179 bash[22174]: cluster 2024-03-26T02:27:24.281677+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:25.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:25 smithi181 bash[22158]: cluster 2024-03-26T02:27:24.281677+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:25.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:25 smithi115 bash[21522]: cluster 2024-03-26T02:27:24.281677+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:27.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:27 smithi179 bash[22174]: cluster 2024-03-26T02:27:26.282110+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:27.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:27 smithi181 bash[22158]: cluster 2024-03-26T02:27:26.282110+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:27.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:27 smithi115 bash[21522]: cluster 2024-03-26T02:27:26.282110+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:29.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:29 smithi179 bash[22174]: cluster 2024-03-26T02:27:28.282564+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:29.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:29 smithi181 bash[22158]: cluster 2024-03-26T02:27:28.282564+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:29.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:29 smithi115 bash[21522]: cluster 2024-03-26T02:27:28.282564+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:31.509 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:31 smithi179 bash[22174]: audit 2024-03-26T02:27:30.247304+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:31.509 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:31 smithi179 bash[22174]: audit 2024-03-26T02:27:30.255205+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:31.509 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:31 smithi179 bash[22174]: audit 2024-03-26T02:27:30.265533+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:31.510 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:31 smithi179 bash[22174]: cluster 2024-03-26T02:27:30.283062+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:31.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:31 smithi181 bash[22158]: audit 2024-03-26T02:27:30.247304+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:31.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:31 smithi181 bash[22158]: audit 2024-03-26T02:27:30.255205+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:31.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:31 smithi181 bash[22158]: audit 2024-03-26T02:27:30.265533+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:31.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:31 smithi181 bash[22158]: cluster 2024-03-26T02:27:30.283062+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:31.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:31 smithi115 bash[21522]: audit 2024-03-26T02:27:30.247304+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:31.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:31 smithi115 bash[21522]: audit 2024-03-26T02:27:30.255205+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:31.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:31 smithi115 bash[21522]: audit 2024-03-26T02:27:30.265533+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:31.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:31 smithi115 bash[21522]: cluster 2024-03-26T02:27:30.283062+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:33.513 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:33 smithi179 bash[22174]: cluster 2024-03-26T02:27:32.283622+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:33.513 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:33 smithi179 bash[22174]: audit 2024-03-26T02:27:33.235434+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:33.513 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:33 smithi179 bash[22174]: audit 2024-03-26T02:27:33.241681+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:33.513 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:33 smithi179 bash[22174]: audit 2024-03-26T02:27:33.248353+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:33.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:33 smithi181 bash[22158]: cluster 2024-03-26T02:27:32.283622+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:33.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:33 smithi181 bash[22158]: audit 2024-03-26T02:27:33.235434+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:33.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:33 smithi181 bash[22158]: audit 2024-03-26T02:27:33.241681+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:33.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:33 smithi181 bash[22158]: audit 2024-03-26T02:27:33.248353+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:33.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:33 smithi115 bash[21522]: cluster 2024-03-26T02:27:32.283622+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:33.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:33 smithi115 bash[21522]: audit 2024-03-26T02:27:33.235434+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:33.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:33 smithi115 bash[21522]: audit 2024-03-26T02:27:33.241681+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:33.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:33 smithi115 bash[21522]: audit 2024-03-26T02:27:33.248353+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:35.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:35 smithi115 bash[21522]: cluster 2024-03-26T02:27:34.284078+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:35.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:35 smithi115 bash[21522]: audit 2024-03-26T02:27:34.455742+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-26T02:27:35.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:35 smithi115 bash[21522]: audit 2024-03-26T02:27:34.456754+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:35.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:35 smithi115 bash[21522]: cephadm 2024-03-26T02:27:34.457687+0000 mgr.a (mgr.14152) 161 : cephadm [INF] Deploying daemon osd.1 on smithi179 2024-03-26T02:27:35.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:35 smithi179 bash[22174]: cluster 2024-03-26T02:27:34.284078+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:35.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:35 smithi179 bash[22174]: audit 2024-03-26T02:27:34.455742+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-26T02:27:35.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:35 smithi179 bash[22174]: audit 2024-03-26T02:27:34.456754+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:35.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:35 smithi179 bash[22174]: cephadm 2024-03-26T02:27:34.457687+0000 mgr.a (mgr.14152) 161 : cephadm [INF] Deploying daemon osd.1 on smithi179 2024-03-26T02:27:35.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:35 smithi181 bash[22158]: cluster 2024-03-26T02:27:34.284078+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:35.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:35 smithi181 bash[22158]: audit 2024-03-26T02:27:34.455742+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-26T02:27:35.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:35 smithi181 bash[22158]: audit 2024-03-26T02:27:34.456754+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:35.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:35 smithi181 bash[22158]: cephadm 2024-03-26T02:27:34.457687+0000 mgr.a (mgr.14152) 161 : cephadm [INF] Deploying daemon osd.1 on smithi179 2024-03-26T02:27:37.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:37 smithi179 bash[22174]: cluster 2024-03-26T02:27:36.284530+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:37.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:37 smithi181 bash[22158]: cluster 2024-03-26T02:27:36.284530+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:37.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:37 smithi115 bash[21522]: cluster 2024-03-26T02:27:36.284530+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:39.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:39 smithi179 bash[22174]: cluster 2024-03-26T02:27:38.284981+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:39.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:39 smithi181 bash[22158]: cluster 2024-03-26T02:27:38.284981+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:39.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:39 smithi115 bash[21522]: cluster 2024-03-26T02:27:38.284981+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:40.780 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:27:40 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:27:40.780 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:40 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:27:41.031 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:27:40 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:27:41.032 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:40 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:27:41.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:41 smithi179 bash[22174]: cluster 2024-03-26T02:27:40.285422+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:41.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:41 smithi179 bash[22174]: audit 2024-03-26T02:27:41.083786+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:41.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:41 smithi179 bash[22174]: audit 2024-03-26T02:27:41.092472+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:41.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:41 smithi179 bash[22174]: audit 2024-03-26T02:27:41.097030+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:27:41.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:41 smithi179 bash[22174]: audit 2024-03-26T02:27:41.105533+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:41.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:41 smithi179 bash[22174]: audit 2024-03-26T02:27:41.107633+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:27:41.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:41 smithi179 bash[22174]: audit 2024-03-26T02:27:41.123779+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:41.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:41 smithi181 bash[22158]: cluster 2024-03-26T02:27:40.285422+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:41.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:41 smithi181 bash[22158]: audit 2024-03-26T02:27:41.083786+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:41.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:41 smithi181 bash[22158]: audit 2024-03-26T02:27:41.092472+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:41.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:41 smithi181 bash[22158]: audit 2024-03-26T02:27:41.097030+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:27:41.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:41 smithi181 bash[22158]: audit 2024-03-26T02:27:41.105533+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:41.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:41 smithi181 bash[22158]: audit 2024-03-26T02:27:41.107633+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:27:41.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:41 smithi181 bash[22158]: audit 2024-03-26T02:27:41.123779+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:41.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:41 smithi115 bash[21522]: cluster 2024-03-26T02:27:40.285422+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:41.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:41 smithi115 bash[21522]: audit 2024-03-26T02:27:41.083786+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:41.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:41 smithi115 bash[21522]: audit 2024-03-26T02:27:41.092472+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:41.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:41 smithi115 bash[21522]: audit 2024-03-26T02:27:41.097030+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:27:41.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:41 smithi115 bash[21522]: audit 2024-03-26T02:27:41.105533+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:41.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:41 smithi115 bash[21522]: audit 2024-03-26T02:27:41.107633+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:27:41.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:41 smithi115 bash[21522]: audit 2024-03-26T02:27:41.123779+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:43.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:43 smithi179 bash[22174]: cluster 2024-03-26T02:27:42.285879+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:43.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:43 smithi179 bash[22174]: audit 2024-03-26T02:27:43.069172+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:43.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:43 smithi179 bash[22174]: audit 2024-03-26T02:27:43.078002+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:43.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:43 smithi179 bash[22174]: audit 2024-03-26T02:27:43.088337+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:43.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:43 smithi181 bash[22158]: cluster 2024-03-26T02:27:42.285879+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:43.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:43 smithi181 bash[22158]: audit 2024-03-26T02:27:43.069172+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:43.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:43 smithi181 bash[22158]: audit 2024-03-26T02:27:43.078002+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:43.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:43 smithi181 bash[22158]: audit 2024-03-26T02:27:43.088337+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:43.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:43 smithi115 bash[21522]: cluster 2024-03-26T02:27:42.285879+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:43.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:43 smithi115 bash[21522]: audit 2024-03-26T02:27:43.069172+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:43.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:43 smithi115 bash[21522]: audit 2024-03-26T02:27:43.078002+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:43.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:43 smithi115 bash[21522]: audit 2024-03-26T02:27:43.088337+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:45.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:45 smithi181 bash[22158]: cluster 2024-03-26T02:27:44.286343+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:45.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:45 smithi179 bash[22174]: cluster 2024-03-26T02:27:44.286343+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:45.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:45 smithi115 bash[21522]: cluster 2024-03-26T02:27:44.286343+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:47.560 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:47 smithi179 bash[22174]: cluster 2024-03-26T02:27:46.286782+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:47.560 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:47 smithi179 bash[22174]: audit 2024-03-26T02:27:47.245304+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.179:6800/1876074914,v1:172.21.15.179:6801/1876074914]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T02:27:47.560 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:47 smithi179 bash[22174]: audit 2024-03-26T02:27:47.245836+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T02:27:47.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:47 smithi181 bash[22158]: cluster 2024-03-26T02:27:46.286782+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:47.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:47 smithi181 bash[22158]: audit 2024-03-26T02:27:47.245304+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.179:6800/1876074914,v1:172.21.15.179:6801/1876074914]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T02:27:47.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:47 smithi181 bash[22158]: audit 2024-03-26T02:27:47.245836+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T02:27:47.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:47 smithi115 bash[21522]: cluster 2024-03-26T02:27:46.286782+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:47.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:47 smithi115 bash[21522]: audit 2024-03-26T02:27:47.245304+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.179:6800/1876074914,v1:172.21.15.179:6801/1876074914]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T02:27:47.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:47 smithi115 bash[21522]: audit 2024-03-26T02:27:47.245836+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T02:27:48.734 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:48 smithi179 bash[22174]: audit 2024-03-26T02:27:47.378507+0000 mon.a (mon.0) 496 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-26T02:27:48.734 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:48 smithi179 bash[22174]: cluster 2024-03-26T02:27:47.383307+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-26T02:27:48.735 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:48 smithi179 bash[22174]: audit 2024-03-26T02:27:47.383732+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.179:6800/1876074914,v1:172.21.15.179:6801/1876074914]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-03-26T02:27:48.735 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:48 smithi179 bash[22174]: audit 2024-03-26T02:27:47.383924+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T02:27:48.735 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:48 smithi179 bash[22174]: audit 2024-03-26T02:27:47.384828+0000 mon.a (mon.0) 499 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-03-26T02:27:48.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:48 smithi181 bash[22158]: audit 2024-03-26T02:27:47.378507+0000 mon.a (mon.0) 496 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-26T02:27:48.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:48 smithi181 bash[22158]: cluster 2024-03-26T02:27:47.383307+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-26T02:27:48.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:48 smithi181 bash[22158]: audit 2024-03-26T02:27:47.383732+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.179:6800/1876074914,v1:172.21.15.179:6801/1876074914]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-03-26T02:27:48.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:48 smithi181 bash[22158]: audit 2024-03-26T02:27:47.383924+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T02:27:48.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:48 smithi181 bash[22158]: audit 2024-03-26T02:27:47.384828+0000 mon.a (mon.0) 499 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-03-26T02:27:48.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:48 smithi115 bash[21522]: audit 2024-03-26T02:27:47.378507+0000 mon.a (mon.0) 496 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-26T02:27:48.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:48 smithi115 bash[21522]: cluster 2024-03-26T02:27:47.383307+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-26T02:27:48.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:48 smithi115 bash[21522]: audit 2024-03-26T02:27:47.383732+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.179:6800/1876074914,v1:172.21.15.179:6801/1876074914]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-03-26T02:27:48.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:48 smithi115 bash[21522]: audit 2024-03-26T02:27:47.383924+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T02:27:48.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:48 smithi115 bash[21522]: audit 2024-03-26T02:27:47.384828+0000 mon.a (mon.0) 499 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-03-26T02:27:49.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:49 smithi179 bash[22174]: cluster 2024-03-26T02:27:48.287214+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:49.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:49 smithi179 bash[22174]: audit 2024-03-26T02:27:48.387049+0000 mon.a (mon.0) 500 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-03-26T02:27:49.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:49 smithi179 bash[22174]: cluster 2024-03-26T02:27:48.393078+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-26T02:27:49.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:49 smithi179 bash[22174]: audit 2024-03-26T02:27:48.393731+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T02:27:49.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:49 smithi179 bash[22174]: audit 2024-03-26T02:27:48.395812+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T02:27:49.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:49 smithi181 bash[22158]: cluster 2024-03-26T02:27:48.287214+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:49.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:49 smithi181 bash[22158]: audit 2024-03-26T02:27:48.387049+0000 mon.a (mon.0) 500 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-03-26T02:27:49.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:49 smithi181 bash[22158]: cluster 2024-03-26T02:27:48.393078+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-26T02:27:49.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:49 smithi181 bash[22158]: audit 2024-03-26T02:27:48.393731+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T02:27:49.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:49 smithi181 bash[22158]: audit 2024-03-26T02:27:48.395812+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T02:27:49.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:49 smithi115 bash[21522]: cluster 2024-03-26T02:27:48.287214+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:49.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:49 smithi115 bash[21522]: audit 2024-03-26T02:27:48.387049+0000 mon.a (mon.0) 500 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-03-26T02:27:49.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:49 smithi115 bash[21522]: cluster 2024-03-26T02:27:48.393078+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-26T02:27:49.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:49 smithi115 bash[21522]: audit 2024-03-26T02:27:48.393731+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T02:27:49.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:49 smithi115 bash[21522]: audit 2024-03-26T02:27:48.395812+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T02:27:50.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:50 smithi181 bash[22158]: cluster 2024-03-26T02:27:48.211660+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T02:27:50.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:50 smithi181 bash[22158]: cluster 2024-03-26T02:27:48.211758+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T02:27:50.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:50 smithi181 bash[22158]: cluster 2024-03-26T02:27:49.395966+0000 mon.a (mon.0) 504 : cluster [INF] osd.1 [v2:172.21.15.179:6800/1876074914,v1:172.21.15.179:6801/1876074914] boot 2024-03-26T02:27:50.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:50 smithi181 bash[22158]: cluster 2024-03-26T02:27:49.396047+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-26T02:27:50.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:50 smithi181 bash[22158]: audit 2024-03-26T02:27:49.396679+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T02:27:50.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:50 smithi115 bash[21522]: cluster 2024-03-26T02:27:48.211660+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T02:27:50.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:50 smithi115 bash[21522]: cluster 2024-03-26T02:27:48.211758+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T02:27:50.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:50 smithi115 bash[21522]: cluster 2024-03-26T02:27:49.395966+0000 mon.a (mon.0) 504 : cluster [INF] osd.1 [v2:172.21.15.179:6800/1876074914,v1:172.21.15.179:6801/1876074914] boot 2024-03-26T02:27:50.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:50 smithi115 bash[21522]: cluster 2024-03-26T02:27:49.396047+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-26T02:27:50.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:50 smithi115 bash[21522]: audit 2024-03-26T02:27:49.396679+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T02:27:50.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:50 smithi179 bash[22174]: cluster 2024-03-26T02:27:48.211660+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T02:27:50.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:50 smithi179 bash[22174]: cluster 2024-03-26T02:27:48.211758+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T02:27:50.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:50 smithi179 bash[22174]: cluster 2024-03-26T02:27:49.395966+0000 mon.a (mon.0) 504 : cluster [INF] osd.1 [v2:172.21.15.179:6800/1876074914,v1:172.21.15.179:6801/1876074914] boot 2024-03-26T02:27:50.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:50 smithi179 bash[22174]: cluster 2024-03-26T02:27:49.396047+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-26T02:27:50.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:50 smithi179 bash[22174]: audit 2024-03-26T02:27:49.396679+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T02:27:51.215 INFO:teuthology.orchestra.run.smithi179.stdout:Created osd(s) 1 on host 'smithi179' 2024-03-26T02:27:51.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:51 smithi179 bash[22174]: cluster 2024-03-26T02:27:50.287645+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:51.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:51 smithi179 bash[22174]: cluster 2024-03-26T02:27:50.412264+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-26T02:27:51.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:51 smithi179 bash[22174]: audit 2024-03-26T02:27:50.459284+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:51 smithi179 bash[22174]: audit 2024-03-26T02:27:50.467208+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:51 smithi179 bash[22174]: audit 2024-03-26T02:27:50.476943+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.632 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:51 smithi179 bash[22174]: audit 2024-03-26T02:27:51.180792+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.632 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:51 smithi179 bash[22174]: audit 2024-03-26T02:27:51.189458+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.632 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:51 smithi179 bash[22174]: audit 2024-03-26T02:27:51.204921+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:27:51.632 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:51 smithi179 bash[22174]: audit 2024-03-26T02:27:51.210699+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:27:51.632 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:51 smithi179 bash[22174]: audit 2024-03-26T02:27:51.218193+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.632 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:51 smithi179 bash[22174]: audit 2024-03-26T02:27:51.221998+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:51.632 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:51 smithi179 bash[22174]: audit 2024-03-26T02:27:51.223739+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:27:51.632 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:51 smithi179 bash[22174]: audit 2024-03-26T02:27:51.233443+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:51 smithi181 bash[22158]: cluster 2024-03-26T02:27:50.287645+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:51.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:51 smithi181 bash[22158]: cluster 2024-03-26T02:27:50.412264+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-26T02:27:51.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:51 smithi181 bash[22158]: audit 2024-03-26T02:27:50.459284+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:51 smithi181 bash[22158]: audit 2024-03-26T02:27:50.467208+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:51 smithi181 bash[22158]: audit 2024-03-26T02:27:50.476943+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:51 smithi181 bash[22158]: audit 2024-03-26T02:27:51.180792+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:51 smithi181 bash[22158]: audit 2024-03-26T02:27:51.189458+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:51 smithi181 bash[22158]: audit 2024-03-26T02:27:51.204921+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:27:51.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:51 smithi181 bash[22158]: audit 2024-03-26T02:27:51.210699+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:27:51.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:51 smithi181 bash[22158]: audit 2024-03-26T02:27:51.218193+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:51 smithi181 bash[22158]: audit 2024-03-26T02:27:51.221998+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:51.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:51 smithi181 bash[22158]: audit 2024-03-26T02:27:51.223739+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:27:51.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:51 smithi181 bash[22158]: audit 2024-03-26T02:27:51.233443+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:51 smithi115 bash[21522]: cluster 2024-03-26T02:27:50.287645+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T02:27:51.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:51 smithi115 bash[21522]: cluster 2024-03-26T02:27:50.412264+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-26T02:27:51.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:51 smithi115 bash[21522]: audit 2024-03-26T02:27:50.459284+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:51 smithi115 bash[21522]: audit 2024-03-26T02:27:50.467208+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:51 smithi115 bash[21522]: audit 2024-03-26T02:27:50.476943+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:51 smithi115 bash[21522]: audit 2024-03-26T02:27:51.180792+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:51 smithi115 bash[21522]: audit 2024-03-26T02:27:51.189458+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:51 smithi115 bash[21522]: audit 2024-03-26T02:27:51.204921+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:27:51.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:51 smithi115 bash[21522]: audit 2024-03-26T02:27:51.210699+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:27:51.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:51 smithi115 bash[21522]: audit 2024-03-26T02:27:51.218193+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:51 smithi115 bash[21522]: audit 2024-03-26T02:27:51.221998+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:51.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:51 smithi115 bash[21522]: audit 2024-03-26T02:27:51.223739+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:27:51.825 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:51 smithi115 bash[21522]: audit 2024-03-26T02:27:51.233443+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:51.901 DEBUG:teuthology.orchestra.run.smithi179:osd.1> sudo journalctl -f -n 0 -u ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@osd.1.service 2024-03-26T02:27:51.904 INFO:tasks.cephadm:Deploying osd.2 on smithi181 with /dev/vg_nvme/lv_4... 2024-03-26T02:27:51.904 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-26T02:27:52.680 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:52 smithi115 bash[21522]: cephadm 2024-03-26T02:27:51.212126+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Adjusting osd_memory_target on smithi179 to 16241M 2024-03-26T02:27:52.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:52 smithi181 bash[22158]: cephadm 2024-03-26T02:27:51.212126+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Adjusting osd_memory_target on smithi179 to 16241M 2024-03-26T02:27:52.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:52 smithi179 bash[22174]: cephadm 2024-03-26T02:27:51.212126+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Adjusting osd_memory_target on smithi179 to 16241M 2024-03-26T02:27:53.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:53 smithi181 bash[22158]: cluster 2024-03-26T02:27:52.288112+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:27:53.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:53 smithi115 bash[21522]: cluster 2024-03-26T02:27:52.288112+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:27:53.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:53 smithi179 bash[22174]: cluster 2024-03-26T02:27:52.288112+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:27:54.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:54 smithi115 bash[21522]: audit 2024-03-26T02:27:53.422172+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:54 smithi115 bash[21522]: audit 2024-03-26T02:27:53.434776+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:54 smithi115 bash[21522]: cephadm 2024-03-26T02:27:53.437709+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi179 2024-03-26T02:27:54.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:54 smithi115 bash[21522]: audit 2024-03-26T02:27:53.444267+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:54 smithi115 bash[21522]: audit 2024-03-26T02:27:53.461208+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:27:54.577 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:54 smithi115 bash[21522]: audit 2024-03-26T02:27:53.464839+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:54.577 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:54 smithi115 bash[21522]: audit 2024-03-26T02:27:53.465812+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:27:54.577 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:54 smithi115 bash[21522]: cluster 2024-03-26T02:27:53.467752+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:27:54.577 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:54 smithi115 bash[21522]: audit 2024-03-26T02:27:53.472641+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.578 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:54 smithi115 bash[21522]: audit 2024-03-26T02:27:54.153855+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.578 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:54 smithi115 bash[21522]: audit 2024-03-26T02:27:54.162065+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.578 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:54 smithi115 bash[21522]: audit 2024-03-26T02:27:54.171699+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.578 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:54 smithi115 bash[21522]: audit 2024-03-26T02:27:54.196783+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:27:54.578 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:54 smithi115 bash[21522]: audit 2024-03-26T02:27:54.202410+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:54.578 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:54 smithi115 bash[21522]: audit 2024-03-26T02:27:54.204205+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:27:54.578 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:54 smithi115 bash[21522]: audit 2024-03-26T02:27:54.215764+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.759 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:54 smithi179 bash[22174]: audit 2024-03-26T02:27:53.422172+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.760 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:54 smithi179 bash[22174]: audit 2024-03-26T02:27:53.434776+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.760 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:54 smithi179 bash[22174]: cephadm 2024-03-26T02:27:53.437709+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi179 2024-03-26T02:27:54.760 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:54 smithi179 bash[22174]: audit 2024-03-26T02:27:53.444267+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.760 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:54 smithi179 bash[22174]: audit 2024-03-26T02:27:53.461208+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:27:54.760 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:54 smithi179 bash[22174]: audit 2024-03-26T02:27:53.464839+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:54.760 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:54 smithi179 bash[22174]: audit 2024-03-26T02:27:53.465812+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:27:54.760 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:54 smithi179 bash[22174]: cluster 2024-03-26T02:27:53.467752+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:27:54.760 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:54 smithi179 bash[22174]: audit 2024-03-26T02:27:53.472641+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.760 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:54 smithi179 bash[22174]: audit 2024-03-26T02:27:54.153855+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.760 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:54 smithi179 bash[22174]: audit 2024-03-26T02:27:54.162065+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.760 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:54 smithi179 bash[22174]: audit 2024-03-26T02:27:54.171699+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.760 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:54 smithi179 bash[22174]: audit 2024-03-26T02:27:54.196783+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:27:54.760 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:54 smithi179 bash[22174]: audit 2024-03-26T02:27:54.202410+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:54.760 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:54 smithi179 bash[22174]: audit 2024-03-26T02:27:54.204205+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:27:54.761 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:54 smithi179 bash[22174]: audit 2024-03-26T02:27:54.215764+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:54 smithi181 bash[22158]: audit 2024-03-26T02:27:53.422172+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:54 smithi181 bash[22158]: audit 2024-03-26T02:27:53.434776+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:54 smithi181 bash[22158]: cephadm 2024-03-26T02:27:53.437709+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi179 2024-03-26T02:27:54.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:54 smithi181 bash[22158]: audit 2024-03-26T02:27:53.444267+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:54 smithi181 bash[22158]: audit 2024-03-26T02:27:53.461208+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:27:54.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:54 smithi181 bash[22158]: audit 2024-03-26T02:27:53.464839+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:54.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:54 smithi181 bash[22158]: audit 2024-03-26T02:27:53.465812+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:27:54.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:54 smithi181 bash[22158]: cluster 2024-03-26T02:27:53.467752+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:27:54.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:54 smithi181 bash[22158]: audit 2024-03-26T02:27:53.472641+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:54 smithi181 bash[22158]: audit 2024-03-26T02:27:54.153855+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:54 smithi181 bash[22158]: audit 2024-03-26T02:27:54.162065+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:54 smithi181 bash[22158]: audit 2024-03-26T02:27:54.171699+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:54.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:54 smithi181 bash[22158]: audit 2024-03-26T02:27:54.196783+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:27:54.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:54 smithi181 bash[22158]: audit 2024-03-26T02:27:54.202410+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:27:54.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:54 smithi181 bash[22158]: audit 2024-03-26T02:27:54.204205+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:27:54.793 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:54 smithi181 bash[22158]: audit 2024-03-26T02:27:54.215764+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:27:55.607 INFO:teuthology.orchestra.run.smithi181.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T02:27:55.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:55 smithi181 bash[22158]: cluster 2024-03-26T02:27:54.207499+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:27:55.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:55 smithi115 bash[21522]: cluster 2024-03-26T02:27:54.207499+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:27:55.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:55 smithi179 bash[22174]: cluster 2024-03-26T02:27:54.207499+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:27:57.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:57 smithi181 bash[22158]: cluster 2024-03-26T02:27:56.208004+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:27:57.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:57 smithi115 bash[21522]: cluster 2024-03-26T02:27:56.208004+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:27:57.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:57 smithi179 bash[22174]: cluster 2024-03-26T02:27:56.208004+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:27:58.641 INFO:teuthology.orchestra.run.smithi181.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-26T02:27:58.641 INFO:teuthology.orchestra.run.smithi181.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-26T02:27:58.641 INFO:teuthology.orchestra.run.smithi181.stderr: stderr: 10+0 records in 2024-03-26T02:27:58.641 INFO:teuthology.orchestra.run.smithi181.stderr:10+0 records out 2024-03-26T02:27:58.641 INFO:teuthology.orchestra.run.smithi181.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0118102 s, 888 MB/s 2024-03-26T02:27:58.641 INFO:teuthology.orchestra.run.smithi181.stderr:--> Zapping successful for: 2024-03-26T02:27:59.327 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi181:vg_nvme/lv_4 2024-03-26T02:27:59.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:27:59 smithi181 bash[22158]: cluster 2024-03-26T02:27:58.208543+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:27:59.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:27:59 smithi115 bash[21522]: cluster 2024-03-26T02:27:58.208543+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:27:59.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:27:59 smithi179 bash[22174]: cluster 2024-03-26T02:27:58.208543+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:01.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:01 smithi181 bash[22158]: cluster 2024-03-26T02:28:00.209021+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:01.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:01 smithi115 bash[21522]: cluster 2024-03-26T02:28:00.209021+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:01.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:01 smithi179 bash[22174]: cluster 2024-03-26T02:28:00.209021+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:03.022 INFO:teuthology.orchestra.run.smithi181.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T02:28:03.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:03 smithi115 bash[21522]: cluster 2024-03-26T02:28:02.209564+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:03.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:03 smithi115 bash[21522]: audit 2024-03-26T02:28:03.248786+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:03.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:03 smithi115 bash[21522]: audit 2024-03-26T02:28:03.254344+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:03.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:03 smithi115 bash[21522]: audit 2024-03-26T02:28:03.262728+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:03.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:03 smithi181 bash[22158]: cluster 2024-03-26T02:28:02.209564+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:03.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:03 smithi181 bash[22158]: audit 2024-03-26T02:28:03.248786+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:03.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:03 smithi181 bash[22158]: audit 2024-03-26T02:28:03.254344+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:03.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:03 smithi181 bash[22158]: audit 2024-03-26T02:28:03.262728+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:03.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:03 smithi179 bash[22174]: cluster 2024-03-26T02:28:02.209564+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:03.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:03 smithi179 bash[22174]: audit 2024-03-26T02:28:03.248786+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:03.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:03 smithi179 bash[22174]: audit 2024-03-26T02:28:03.254344+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:03.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:03 smithi179 bash[22174]: audit 2024-03-26T02:28:03.262728+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:05.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:05 smithi181 bash[22158]: cluster 2024-03-26T02:28:04.210124+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:05.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:05 smithi115 bash[21522]: cluster 2024-03-26T02:28:04.210124+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:05.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:05 smithi179 bash[22174]: cluster 2024-03-26T02:28:04.210124+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:06.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:06 smithi181 bash[22158]: audit 2024-03-26T02:28:06.245570+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T02:28:06.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:06 smithi181 bash[22158]: audit 2024-03-26T02:28:06.252032+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T02:28:06.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:06 smithi181 bash[22158]: audit 2024-03-26T02:28:06.253911+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:28:06.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:06 smithi115 bash[21522]: audit 2024-03-26T02:28:06.245570+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T02:28:06.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:06 smithi115 bash[21522]: audit 2024-03-26T02:28:06.252032+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T02:28:06.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:06 smithi115 bash[21522]: audit 2024-03-26T02:28:06.253911+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:28:06.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:06 smithi179 bash[22174]: audit 2024-03-26T02:28:06.245570+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T02:28:06.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:06 smithi179 bash[22174]: audit 2024-03-26T02:28:06.252032+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T02:28:06.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:06 smithi179 bash[22174]: audit 2024-03-26T02:28:06.253911+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:28:07.745 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:07 smithi181 bash[22158]: cluster 2024-03-26T02:28:06.210704+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:07.745 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:07 smithi181 bash[22158]: audit 2024-03-26T02:28:06.237973+0000 mgr.a (mgr.14152) 181 : audit [DBG] from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi181:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:28:07.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:07 smithi115 bash[21522]: cluster 2024-03-26T02:28:06.210704+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:07.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:07 smithi115 bash[21522]: audit 2024-03-26T02:28:06.237973+0000 mgr.a (mgr.14152) 181 : audit [DBG] from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi181:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:28:07.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:07 smithi179 bash[22174]: cluster 2024-03-26T02:28:06.210704+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:07.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:07 smithi179 bash[22174]: audit 2024-03-26T02:28:06.237973+0000 mgr.a (mgr.14152) 181 : audit [DBG] from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi181:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:28:09.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:09 smithi181 bash[22158]: cluster 2024-03-26T02:28:08.211201+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:09.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:09 smithi115 bash[21522]: cluster 2024-03-26T02:28:08.211201+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:09.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:09 smithi179 bash[22174]: cluster 2024-03-26T02:28:08.211201+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:11.925 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:11 smithi181 bash[22158]: cluster 2024-03-26T02:28:10.211654+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:11.925 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:11 smithi181 bash[22158]: audit 2024-03-26T02:28:10.656578+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:11.925 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:11 smithi181 bash[22158]: audit 2024-03-26T02:28:10.664591+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:11.925 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:11 smithi181 bash[22158]: audit 2024-03-26T02:28:10.674511+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:12.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:11 smithi115 bash[21522]: cluster 2024-03-26T02:28:10.211654+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:12.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:11 smithi115 bash[21522]: audit 2024-03-26T02:28:10.656578+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:12.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:11 smithi115 bash[21522]: audit 2024-03-26T02:28:10.664591+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:12.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:11 smithi115 bash[21522]: audit 2024-03-26T02:28:10.674511+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:12.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:11 smithi179 bash[22174]: cluster 2024-03-26T02:28:10.211654+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:12.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:11 smithi179 bash[22174]: audit 2024-03-26T02:28:10.656578+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:12.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:11 smithi179 bash[22174]: audit 2024-03-26T02:28:10.664591+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:12.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:11 smithi179 bash[22174]: audit 2024-03-26T02:28:10.674511+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:13.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:13 smithi181 bash[22158]: cluster 2024-03-26T02:28:12.212120+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:13.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:13 smithi179 bash[22174]: cluster 2024-03-26T02:28:12.212120+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:13.995 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:13 smithi115 bash[21522]: cluster 2024-03-26T02:28:12.212120+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:15.045 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:14 smithi181 bash[22158]: audit 2024-03-26T02:28:13.745968+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:15.045 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:14 smithi181 bash[22158]: audit 2024-03-26T02:28:13.754830+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:15.046 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:14 smithi181 bash[22158]: audit 2024-03-26T02:28:13.764833+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:15.046 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:14 smithi181 bash[22158]: audit 2024-03-26T02:28:14.346031+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.181:0/1733978244' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f6dc794-c5e7-4974-ab1d-e33745e0901e"}]: dispatch 2024-03-26T02:28:15.046 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:14 smithi181 bash[22158]: audit 2024-03-26T02:28:14.346726+0000 mon.a (mon.0) 545 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f6dc794-c5e7-4974-ab1d-e33745e0901e"}]: dispatch 2024-03-26T02:28:15.046 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:14 smithi181 bash[22158]: audit 2024-03-26T02:28:14.349898+0000 mon.a (mon.0) 546 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9f6dc794-c5e7-4974-ab1d-e33745e0901e"}]': finished 2024-03-26T02:28:15.046 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:14 smithi181 bash[22158]: cluster 2024-03-26T02:28:14.355214+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-26T02:28:15.046 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:14 smithi181 bash[22158]: audit 2024-03-26T02:28:14.355795+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T02:28:15.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:14 smithi115 bash[21522]: audit 2024-03-26T02:28:13.745968+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:15.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:14 smithi115 bash[21522]: audit 2024-03-26T02:28:13.754830+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:15.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:14 smithi115 bash[21522]: audit 2024-03-26T02:28:13.764833+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:15.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:14 smithi115 bash[21522]: audit 2024-03-26T02:28:14.346031+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.181:0/1733978244' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f6dc794-c5e7-4974-ab1d-e33745e0901e"}]: dispatch 2024-03-26T02:28:15.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:14 smithi115 bash[21522]: audit 2024-03-26T02:28:14.346726+0000 mon.a (mon.0) 545 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f6dc794-c5e7-4974-ab1d-e33745e0901e"}]: dispatch 2024-03-26T02:28:15.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:14 smithi115 bash[21522]: audit 2024-03-26T02:28:14.349898+0000 mon.a (mon.0) 546 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9f6dc794-c5e7-4974-ab1d-e33745e0901e"}]': finished 2024-03-26T02:28:15.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:14 smithi115 bash[21522]: cluster 2024-03-26T02:28:14.355214+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-26T02:28:15.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:14 smithi115 bash[21522]: audit 2024-03-26T02:28:14.355795+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T02:28:15.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:14 smithi179 bash[22174]: audit 2024-03-26T02:28:13.745968+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:15.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:14 smithi179 bash[22174]: audit 2024-03-26T02:28:13.754830+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:15.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:14 smithi179 bash[22174]: audit 2024-03-26T02:28:13.764833+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:15.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:14 smithi179 bash[22174]: audit 2024-03-26T02:28:14.346031+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.181:0/1733978244' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f6dc794-c5e7-4974-ab1d-e33745e0901e"}]: dispatch 2024-03-26T02:28:15.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:14 smithi179 bash[22174]: audit 2024-03-26T02:28:14.346726+0000 mon.a (mon.0) 545 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f6dc794-c5e7-4974-ab1d-e33745e0901e"}]: dispatch 2024-03-26T02:28:15.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:14 smithi179 bash[22174]: audit 2024-03-26T02:28:14.349898+0000 mon.a (mon.0) 546 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9f6dc794-c5e7-4974-ab1d-e33745e0901e"}]': finished 2024-03-26T02:28:15.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:14 smithi179 bash[22174]: cluster 2024-03-26T02:28:14.355214+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-26T02:28:15.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:14 smithi179 bash[22174]: audit 2024-03-26T02:28:14.355795+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T02:28:15.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:15 smithi115 bash[21522]: cluster 2024-03-26T02:28:14.212658+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:15.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:15 smithi115 bash[21522]: audit 2024-03-26T02:28:15.082153+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.181:0/3982275922' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T02:28:16.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:15 smithi181 bash[22158]: cluster 2024-03-26T02:28:14.212658+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:16.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:15 smithi181 bash[22158]: audit 2024-03-26T02:28:15.082153+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.181:0/3982275922' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T02:28:16.088 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:15 smithi179 bash[22174]: cluster 2024-03-26T02:28:14.212658+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:16.088 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:15 smithi179 bash[22174]: audit 2024-03-26T02:28:15.082153+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.181:0/3982275922' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T02:28:18.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:17 smithi181 bash[22158]: cluster 2024-03-26T02:28:16.213264+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:18.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:17 smithi115 bash[21522]: cluster 2024-03-26T02:28:16.213264+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:18.134 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:17 smithi179 bash[22174]: cluster 2024-03-26T02:28:16.213264+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:20.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:19 smithi181 bash[22158]: cluster 2024-03-26T02:28:18.213804+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:20.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:19 smithi115 bash[21522]: cluster 2024-03-26T02:28:18.213804+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:20.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:19 smithi179 bash[22174]: cluster 2024-03-26T02:28:18.213804+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:22.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:21 smithi181 bash[22158]: cluster 2024-03-26T02:28:20.214293+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:22.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:21 smithi115 bash[21522]: cluster 2024-03-26T02:28:20.214293+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:22.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:21 smithi179 bash[22174]: cluster 2024-03-26T02:28:20.214293+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:24.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:23 smithi181 bash[22158]: cluster 2024-03-26T02:28:22.214754+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:24.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:23 smithi181 bash[22158]: audit 2024-03-26T02:28:23.459254+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:24.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:23 smithi181 bash[22158]: audit 2024-03-26T02:28:23.467577+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:24.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:23 smithi181 bash[22158]: audit 2024-03-26T02:28:23.477728+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:24.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:23 smithi115 bash[21522]: cluster 2024-03-26T02:28:22.214754+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:24.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:23 smithi115 bash[21522]: audit 2024-03-26T02:28:23.459254+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:24.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:23 smithi115 bash[21522]: audit 2024-03-26T02:28:23.467577+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:24.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:23 smithi115 bash[21522]: audit 2024-03-26T02:28:23.477728+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:24.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:23 smithi179 bash[22174]: cluster 2024-03-26T02:28:22.214754+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:24.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:23 smithi179 bash[22174]: audit 2024-03-26T02:28:23.459254+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:24.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:23 smithi179 bash[22174]: audit 2024-03-26T02:28:23.467577+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:24.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:23 smithi179 bash[22174]: audit 2024-03-26T02:28:23.477728+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:26.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:25 smithi181 bash[22158]: cluster 2024-03-26T02:28:24.215276+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:26.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:25 smithi115 bash[21522]: cluster 2024-03-26T02:28:24.215276+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:26.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:25 smithi179 bash[22174]: cluster 2024-03-26T02:28:24.215276+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:28.069 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:27 smithi181 bash[22158]: cluster 2024-03-26T02:28:26.215895+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:28.070 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:27 smithi181 bash[22158]: audit 2024-03-26T02:28:27.251164+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-26T02:28:28.070 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:27 smithi181 bash[22158]: audit 2024-03-26T02:28:27.252994+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:28:28.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:27 smithi115 bash[21522]: cluster 2024-03-26T02:28:26.215895+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:28.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:27 smithi115 bash[21522]: audit 2024-03-26T02:28:27.251164+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-26T02:28:28.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:27 smithi115 bash[21522]: audit 2024-03-26T02:28:27.252994+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:28:28.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:27 smithi179 bash[22174]: cluster 2024-03-26T02:28:26.215895+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:28.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:27 smithi179 bash[22174]: audit 2024-03-26T02:28:27.251164+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-26T02:28:28.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:27 smithi179 bash[22174]: audit 2024-03-26T02:28:27.252994+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:28:29.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:28 smithi181 bash[22158]: cephadm 2024-03-26T02:28:27.254552+0000 mgr.a (mgr.14152) 192 : cephadm [INF] Deploying daemon osd.2 on smithi181 2024-03-26T02:28:29.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:28 smithi115 bash[21522]: cephadm 2024-03-26T02:28:27.254552+0000 mgr.a (mgr.14152) 192 : cephadm [INF] Deploying daemon osd.2 on smithi181 2024-03-26T02:28:29.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:28 smithi179 bash[22174]: cephadm 2024-03-26T02:28:27.254552+0000 mgr.a (mgr.14152) 192 : cephadm [INF] Deploying daemon osd.2 on smithi181 2024-03-26T02:28:30.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:29 smithi115 bash[21522]: cluster 2024-03-26T02:28:28.216507+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:30.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:29 smithi179 bash[22174]: cluster 2024-03-26T02:28:28.216507+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:30.196 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:29 smithi181 bash[22158]: cluster 2024-03-26T02:28:28.216507+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:32.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:31 smithi181 bash[22158]: cluster 2024-03-26T02:28:30.216951+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:32.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:31 smithi181 bash[22158]: audit 2024-03-26T02:28:30.869788+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:32.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:31 smithi181 bash[22158]: audit 2024-03-26T02:28:30.877974+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:32.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:31 smithi181 bash[22158]: cephadm 2024-03-26T02:28:30.880990+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Detected new or changed devices on smithi181 2024-03-26T02:28:32.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:31 smithi181 bash[22158]: audit 2024-03-26T02:28:30.888110+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:32.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:31 smithi179 bash[22174]: cluster 2024-03-26T02:28:30.216951+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:32.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:31 smithi179 bash[22174]: audit 2024-03-26T02:28:30.869788+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:32.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:31 smithi179 bash[22174]: audit 2024-03-26T02:28:30.877974+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:32.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:31 smithi179 bash[22174]: cephadm 2024-03-26T02:28:30.880990+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Detected new or changed devices on smithi181 2024-03-26T02:28:32.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:31 smithi179 bash[22174]: audit 2024-03-26T02:28:30.888110+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:32.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:31 smithi115 bash[21522]: cluster 2024-03-26T02:28:30.216951+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:32.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:31 smithi115 bash[21522]: audit 2024-03-26T02:28:30.869788+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:32.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:31 smithi115 bash[21522]: audit 2024-03-26T02:28:30.877974+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:32.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:31 smithi115 bash[21522]: cephadm 2024-03-26T02:28:30.880990+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Detected new or changed devices on smithi181 2024-03-26T02:28:32.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:31 smithi115 bash[21522]: audit 2024-03-26T02:28:30.888110+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:33.234 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:33 smithi181 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:28:33.519 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:33 smithi181 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:28:34.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:33 smithi115 bash[21522]: cluster 2024-03-26T02:28:32.217432+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:34.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:33 smithi115 bash[21522]: audit 2024-03-26T02:28:33.524127+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:34.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:33 smithi115 bash[21522]: audit 2024-03-26T02:28:33.532271+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:34.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:33 smithi115 bash[21522]: audit 2024-03-26T02:28:33.545491+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:28:34.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:33 smithi115 bash[21522]: audit 2024-03-26T02:28:33.553289+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:28:34.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:33 smithi115 bash[21522]: audit 2024-03-26T02:28:33.555065+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:28:34.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:33 smithi115 bash[21522]: audit 2024-03-26T02:28:33.563550+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:34.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:33 smithi179 bash[22174]: cluster 2024-03-26T02:28:32.217432+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:34.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:33 smithi179 bash[22174]: audit 2024-03-26T02:28:33.524127+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:34.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:33 smithi179 bash[22174]: audit 2024-03-26T02:28:33.532271+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:34.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:33 smithi179 bash[22174]: audit 2024-03-26T02:28:33.545491+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:28:34.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:33 smithi179 bash[22174]: audit 2024-03-26T02:28:33.553289+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:28:34.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:33 smithi179 bash[22174]: audit 2024-03-26T02:28:33.555065+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:28:34.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:33 smithi179 bash[22174]: audit 2024-03-26T02:28:33.563550+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:34.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:33 smithi181 bash[22158]: cluster 2024-03-26T02:28:32.217432+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:34.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:33 smithi181 bash[22158]: audit 2024-03-26T02:28:33.524127+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:34.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:33 smithi181 bash[22158]: audit 2024-03-26T02:28:33.532271+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:34.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:33 smithi181 bash[22158]: audit 2024-03-26T02:28:33.545491+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:28:34.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:33 smithi181 bash[22158]: audit 2024-03-26T02:28:33.553289+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:28:34.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:33 smithi181 bash[22158]: audit 2024-03-26T02:28:33.555065+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:28:34.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:33 smithi181 bash[22158]: audit 2024-03-26T02:28:33.563550+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:35.213 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:34 smithi181 bash[22158]: audit 2024-03-26T02:28:33.930814+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:35.213 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:34 smithi181 bash[22158]: audit 2024-03-26T02:28:33.937099+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:35.213 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:34 smithi181 bash[22158]: audit 2024-03-26T02:28:33.943963+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:35.213 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:34 smithi181 bash[22158]: cluster 2024-03-26T02:28:34.217890+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:35.234 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:34 smithi115 bash[21522]: audit 2024-03-26T02:28:33.930814+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:35.234 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:34 smithi115 bash[21522]: audit 2024-03-26T02:28:33.937099+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:35.234 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:34 smithi115 bash[21522]: audit 2024-03-26T02:28:33.943963+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:35.234 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:34 smithi115 bash[21522]: cluster 2024-03-26T02:28:34.217890+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:35.380 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:34 smithi179 bash[22174]: audit 2024-03-26T02:28:33.930814+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:35.380 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:34 smithi179 bash[22174]: audit 2024-03-26T02:28:33.937099+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:35.380 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:34 smithi179 bash[22174]: audit 2024-03-26T02:28:33.943963+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:35.380 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:34 smithi179 bash[22174]: cluster 2024-03-26T02:28:34.217890+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:38.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:37 smithi181 bash[22158]: cluster 2024-03-26T02:28:36.218414+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:38.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:37 smithi181 bash[22158]: audit 2024-03-26T02:28:36.718951+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:38.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:37 smithi181 bash[22158]: audit 2024-03-26T02:28:36.729014+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:38.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:37 smithi181 bash[22158]: audit 2024-03-26T02:28:36.740505+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:38.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:37 smithi115 bash[21522]: cluster 2024-03-26T02:28:36.218414+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:38.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:37 smithi115 bash[21522]: audit 2024-03-26T02:28:36.718951+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:38.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:37 smithi115 bash[21522]: audit 2024-03-26T02:28:36.729014+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:38.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:37 smithi115 bash[21522]: audit 2024-03-26T02:28:36.740505+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:38.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:37 smithi179 bash[22174]: cluster 2024-03-26T02:28:36.218414+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:38.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:37 smithi179 bash[22174]: audit 2024-03-26T02:28:36.718951+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:38.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:37 smithi179 bash[22174]: audit 2024-03-26T02:28:36.729014+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:38.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:37 smithi179 bash[22174]: audit 2024-03-26T02:28:36.740505+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:40.030 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:39 smithi181 bash[22158]: cluster 2024-03-26T02:28:38.218925+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:40.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:39 smithi115 bash[21522]: cluster 2024-03-26T02:28:38.218925+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:40.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:39 smithi179 bash[22174]: cluster 2024-03-26T02:28:38.218925+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:41.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:40 smithi181 bash[22158]: audit 2024-03-26T02:28:40.035417+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.181:6800/3587176181,v1:172.21.15.181:6801/3587176181]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T02:28:41.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:40 smithi181 bash[22158]: audit 2024-03-26T02:28:40.036087+0000 mon.a (mon.0) 569 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T02:28:41.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:40 smithi115 bash[21522]: audit 2024-03-26T02:28:40.035417+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.181:6800/3587176181,v1:172.21.15.181:6801/3587176181]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T02:28:41.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:40 smithi115 bash[21522]: audit 2024-03-26T02:28:40.036087+0000 mon.a (mon.0) 569 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T02:28:41.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:40 smithi179 bash[22174]: audit 2024-03-26T02:28:40.035417+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.181:6800/3587176181,v1:172.21.15.181:6801/3587176181]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T02:28:41.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:40 smithi179 bash[22174]: audit 2024-03-26T02:28:40.036087+0000 mon.a (mon.0) 569 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T02:28:42.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:41 smithi181 bash[22158]: cluster 2024-03-26T02:28:40.219336+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:42.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:41 smithi181 bash[22158]: audit 2024-03-26T02:28:40.730112+0000 mon.a (mon.0) 570 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-26T02:28:42.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:41 smithi181 bash[22158]: audit 2024-03-26T02:28:40.736409+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.181:6800/3587176181,v1:172.21.15.181:6801/3587176181]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-03-26T02:28:42.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:41 smithi181 bash[22158]: cluster 2024-03-26T02:28:40.739510+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-26T02:28:42.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:41 smithi181 bash[22158]: audit 2024-03-26T02:28:40.740193+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T02:28:42.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:41 smithi181 bash[22158]: audit 2024-03-26T02:28:40.740900+0000 mon.a (mon.0) 573 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-03-26T02:28:42.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:41 smithi115 bash[21522]: cluster 2024-03-26T02:28:40.219336+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:42.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:41 smithi115 bash[21522]: audit 2024-03-26T02:28:40.730112+0000 mon.a (mon.0) 570 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-26T02:28:42.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:41 smithi115 bash[21522]: audit 2024-03-26T02:28:40.736409+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.181:6800/3587176181,v1:172.21.15.181:6801/3587176181]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-03-26T02:28:42.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:41 smithi115 bash[21522]: cluster 2024-03-26T02:28:40.739510+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-26T02:28:42.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:41 smithi115 bash[21522]: audit 2024-03-26T02:28:40.740193+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T02:28:42.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:41 smithi115 bash[21522]: audit 2024-03-26T02:28:40.740900+0000 mon.a (mon.0) 573 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-03-26T02:28:42.126 INFO:teuthology.orchestra.run.smithi181.stdout:Created osd(s) 2 on host 'smithi181' 2024-03-26T02:28:42.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:41 smithi179 bash[22174]: cluster 2024-03-26T02:28:40.219336+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:42.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:41 smithi179 bash[22174]: audit 2024-03-26T02:28:40.730112+0000 mon.a (mon.0) 570 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-26T02:28:42.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:41 smithi179 bash[22174]: audit 2024-03-26T02:28:40.736409+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.181:6800/3587176181,v1:172.21.15.181:6801/3587176181]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-03-26T02:28:42.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:41 smithi179 bash[22174]: cluster 2024-03-26T02:28:40.739510+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-26T02:28:42.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:41 smithi179 bash[22174]: audit 2024-03-26T02:28:40.740193+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T02:28:42.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:41 smithi179 bash[22174]: audit 2024-03-26T02:28:40.740900+0000 mon.a (mon.0) 573 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-03-26T02:28:42.756 DEBUG:teuthology.orchestra.run.smithi181:osd.2> sudo journalctl -f -n 0 -u ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@osd.2.service 2024-03-26T02:28:42.758 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-03-26T02:28:42.759 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph osd stat -f json 2024-03-26T02:28:43.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:42 smithi181 bash[22158]: audit 2024-03-26T02:28:41.732653+0000 mon.a (mon.0) 574 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]': finished 2024-03-26T02:28:43.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:42 smithi181 bash[22158]: cluster 2024-03-26T02:28:41.737963+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-26T02:28:43.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:42 smithi181 bash[22158]: audit 2024-03-26T02:28:41.738965+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T02:28:43.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:42 smithi181 bash[22158]: audit 2024-03-26T02:28:41.746519+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T02:28:43.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:42 smithi181 bash[22158]: audit 2024-03-26T02:28:42.078647+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:43.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:42 smithi181 bash[22158]: audit 2024-03-26T02:28:42.087576+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:43.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:42 smithi181 bash[22158]: audit 2024-03-26T02:28:42.104759+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:28:43.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:42 smithi181 bash[22158]: audit 2024-03-26T02:28:42.110365+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:28:43.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:42 smithi181 bash[22158]: audit 2024-03-26T02:28:42.118341+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:43.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:42 smithi181 bash[22158]: audit 2024-03-26T02:28:42.122813+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:28:43.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:42 smithi181 bash[22158]: audit 2024-03-26T02:28:42.124550+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:28:43.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:42 smithi181 bash[22158]: audit 2024-03-26T02:28:42.134518+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:43.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:42 smithi115 bash[21522]: audit 2024-03-26T02:28:41.732653+0000 mon.a (mon.0) 574 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]': finished 2024-03-26T02:28:43.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:42 smithi115 bash[21522]: cluster 2024-03-26T02:28:41.737963+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-26T02:28:43.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:42 smithi115 bash[21522]: audit 2024-03-26T02:28:41.738965+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T02:28:43.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:42 smithi115 bash[21522]: audit 2024-03-26T02:28:41.746519+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T02:28:43.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:42 smithi115 bash[21522]: audit 2024-03-26T02:28:42.078647+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:43.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:42 smithi115 bash[21522]: audit 2024-03-26T02:28:42.087576+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:43.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:42 smithi115 bash[21522]: audit 2024-03-26T02:28:42.104759+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:28:43.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:42 smithi115 bash[21522]: audit 2024-03-26T02:28:42.110365+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:28:43.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:42 smithi115 bash[21522]: audit 2024-03-26T02:28:42.118341+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:43.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:42 smithi115 bash[21522]: audit 2024-03-26T02:28:42.122813+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:28:43.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:42 smithi115 bash[21522]: audit 2024-03-26T02:28:42.124550+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:28:43.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:42 smithi115 bash[21522]: audit 2024-03-26T02:28:42.134518+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:43.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:42 smithi179 bash[22174]: audit 2024-03-26T02:28:41.732653+0000 mon.a (mon.0) 574 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]': finished 2024-03-26T02:28:43.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:42 smithi179 bash[22174]: cluster 2024-03-26T02:28:41.737963+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-26T02:28:43.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:42 smithi179 bash[22174]: audit 2024-03-26T02:28:41.738965+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T02:28:43.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:42 smithi179 bash[22174]: audit 2024-03-26T02:28:41.746519+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T02:28:43.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:42 smithi179 bash[22174]: audit 2024-03-26T02:28:42.078647+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:43.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:42 smithi179 bash[22174]: audit 2024-03-26T02:28:42.087576+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:43.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:42 smithi179 bash[22174]: audit 2024-03-26T02:28:42.104759+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:28:43.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:42 smithi179 bash[22174]: audit 2024-03-26T02:28:42.110365+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:28:43.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:42 smithi179 bash[22174]: audit 2024-03-26T02:28:42.118341+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:43.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:42 smithi179 bash[22174]: audit 2024-03-26T02:28:42.122813+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:28:43.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:42 smithi179 bash[22174]: audit 2024-03-26T02:28:42.124550+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:28:43.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:42 smithi179 bash[22174]: audit 2024-03-26T02:28:42.134518+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:44.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:43 smithi181 bash[22158]: cluster 2024-03-26T02:28:41.075063+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T02:28:44.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:43 smithi181 bash[22158]: cluster 2024-03-26T02:28:41.075187+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T02:28:44.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:43 smithi181 bash[22158]: cephadm 2024-03-26T02:28:42.111673+0000 mgr.a (mgr.14152) 201 : cephadm [INF] Adjusting osd_memory_target on smithi181 to 20337M 2024-03-26T02:28:44.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:43 smithi181 bash[22158]: cluster 2024-03-26T02:28:42.219815+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:44.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:43 smithi181 bash[22158]: cluster 2024-03-26T02:28:42.748246+0000 mon.a (mon.0) 586 : cluster [INF] osd.2 [v2:172.21.15.181:6800/3587176181,v1:172.21.15.181:6801/3587176181] boot 2024-03-26T02:28:44.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:43 smithi181 bash[22158]: cluster 2024-03-26T02:28:42.748345+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-26T02:28:44.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:43 smithi181 bash[22158]: audit 2024-03-26T02:28:42.749039+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T02:28:44.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:43 smithi181 bash[22158]: audit 2024-03-26T02:28:43.128827+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-26T02:28:44.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:43 smithi181 bash[22158]: audit 2024-03-26T02:28:43.677279+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:44.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:43 smithi181 bash[22158]: audit 2024-03-26T02:28:43.685943+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:44.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:43 smithi181 bash[22158]: audit 2024-03-26T02:28:43.696434+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:44.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:43 smithi115 bash[21522]: cluster 2024-03-26T02:28:41.075063+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T02:28:44.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:43 smithi115 bash[21522]: cluster 2024-03-26T02:28:41.075187+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T02:28:44.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:43 smithi115 bash[21522]: cephadm 2024-03-26T02:28:42.111673+0000 mgr.a (mgr.14152) 201 : cephadm [INF] Adjusting osd_memory_target on smithi181 to 20337M 2024-03-26T02:28:44.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:43 smithi115 bash[21522]: cluster 2024-03-26T02:28:42.219815+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:44.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:43 smithi115 bash[21522]: cluster 2024-03-26T02:28:42.748246+0000 mon.a (mon.0) 586 : cluster [INF] osd.2 [v2:172.21.15.181:6800/3587176181,v1:172.21.15.181:6801/3587176181] boot 2024-03-26T02:28:44.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:43 smithi115 bash[21522]: cluster 2024-03-26T02:28:42.748345+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-26T02:28:44.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:43 smithi115 bash[21522]: audit 2024-03-26T02:28:42.749039+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T02:28:44.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:43 smithi115 bash[21522]: audit 2024-03-26T02:28:43.128827+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-26T02:28:44.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:43 smithi115 bash[21522]: audit 2024-03-26T02:28:43.677279+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:44.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:43 smithi115 bash[21522]: audit 2024-03-26T02:28:43.685943+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:44.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:43 smithi115 bash[21522]: audit 2024-03-26T02:28:43.696434+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:44.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:43 smithi179 bash[22174]: cluster 2024-03-26T02:28:41.075063+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T02:28:44.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:43 smithi179 bash[22174]: cluster 2024-03-26T02:28:41.075187+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T02:28:44.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:43 smithi179 bash[22174]: cephadm 2024-03-26T02:28:42.111673+0000 mgr.a (mgr.14152) 201 : cephadm [INF] Adjusting osd_memory_target on smithi181 to 20337M 2024-03-26T02:28:44.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:43 smithi179 bash[22174]: cluster 2024-03-26T02:28:42.219815+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T02:28:44.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:43 smithi179 bash[22174]: cluster 2024-03-26T02:28:42.748246+0000 mon.a (mon.0) 586 : cluster [INF] osd.2 [v2:172.21.15.181:6800/3587176181,v1:172.21.15.181:6801/3587176181] boot 2024-03-26T02:28:44.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:43 smithi179 bash[22174]: cluster 2024-03-26T02:28:42.748345+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-26T02:28:44.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:43 smithi179 bash[22174]: audit 2024-03-26T02:28:42.749039+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T02:28:44.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:43 smithi179 bash[22174]: audit 2024-03-26T02:28:43.128827+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-26T02:28:44.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:43 smithi179 bash[22174]: audit 2024-03-26T02:28:43.677279+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:44.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:43 smithi179 bash[22174]: audit 2024-03-26T02:28:43.685943+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:44.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:43 smithi179 bash[22174]: audit 2024-03-26T02:28:43.696434+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:45.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:44 smithi181 bash[22158]: audit 2024-03-26T02:28:43.760388+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-26T02:28:45.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:44 smithi181 bash[22158]: cluster 2024-03-26T02:28:43.765608+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-26T02:28:45.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:44 smithi181 bash[22158]: audit 2024-03-26T02:28:43.767254+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-26T02:28:45.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:44 smithi115 bash[21522]: audit 2024-03-26T02:28:43.760388+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-26T02:28:45.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:44 smithi115 bash[21522]: cluster 2024-03-26T02:28:43.765608+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-26T02:28:45.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:44 smithi115 bash[21522]: audit 2024-03-26T02:28:43.767254+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-26T02:28:45.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:44 smithi179 bash[22174]: audit 2024-03-26T02:28:43.760388+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-26T02:28:45.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:44 smithi179 bash[22174]: cluster 2024-03-26T02:28:43.765608+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-26T02:28:45.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:44 smithi179 bash[22174]: audit 2024-03-26T02:28:43.767254+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-26T02:28:46.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: cluster 2024-03-26T02:28:44.220398+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v153: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:28:46.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: cluster 2024-03-26T02:28:44.760242+0000 mon.a (mon.0) 596 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-26T02:28:46.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: audit 2024-03-26T02:28:44.771080+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-26T02:28:46.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: cluster 2024-03-26T02:28:44.779624+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-26T02:28:46.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: audit 2024-03-26T02:28:45.078159+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:46.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: audit 2024-03-26T02:28:45.169887+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:46.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: audit 2024-03-26T02:28:45.270970+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:46.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: audit 2024-03-26T02:28:45.274017+0000 mon.a (mon.0) 602 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T02:28:46.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: audit 2024-03-26T02:28:45.328094+0000 mon.a (mon.0) 603 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T02:28:46.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: audit 2024-03-26T02:28:45.328708+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:28:46.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: audit 2024-03-26T02:28:45.328990+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:28:46.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: audit 2024-03-26T02:28:45.329191+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:28:46.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: audit 2024-03-26T02:28:45.332137+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T02:28:46.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: audit 2024-03-26T02:28:45.332139+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:28:46.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: audit 2024-03-26T02:28:45.332424+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:28:46.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: audit 2024-03-26T02:28:45.332644+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:28:46.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: audit 2024-03-26T02:28:45.385279+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T02:28:46.043 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: audit 2024-03-26T02:28:45.388631+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:28:46.044 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: audit 2024-03-26T02:28:45.388643+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T02:28:46.044 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: audit 2024-03-26T02:28:45.388850+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:28:46.044 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: audit 2024-03-26T02:28:45.389116+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:28:46.044 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:45 smithi181 bash[22158]: audit 2024-03-26T02:28:45.442525+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T02:28:46.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: cluster 2024-03-26T02:28:44.220398+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v153: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:28:46.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: cluster 2024-03-26T02:28:44.760242+0000 mon.a (mon.0) 596 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-26T02:28:46.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: audit 2024-03-26T02:28:44.771080+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-26T02:28:46.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: cluster 2024-03-26T02:28:44.779624+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-26T02:28:46.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: audit 2024-03-26T02:28:45.078159+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:46.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: audit 2024-03-26T02:28:45.169887+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:46.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: audit 2024-03-26T02:28:45.270970+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:46.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: audit 2024-03-26T02:28:45.274017+0000 mon.a (mon.0) 602 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T02:28:46.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: audit 2024-03-26T02:28:45.328094+0000 mon.a (mon.0) 603 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T02:28:46.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: audit 2024-03-26T02:28:45.328708+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:28:46.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: audit 2024-03-26T02:28:45.328990+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:28:46.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: audit 2024-03-26T02:28:45.329191+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:28:46.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: audit 2024-03-26T02:28:45.332137+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T02:28:46.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: audit 2024-03-26T02:28:45.332139+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:28:46.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: audit 2024-03-26T02:28:45.332424+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:28:46.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: audit 2024-03-26T02:28:45.332644+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:28:46.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: audit 2024-03-26T02:28:45.385279+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T02:28:46.075 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: audit 2024-03-26T02:28:45.388631+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:28:46.076 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: audit 2024-03-26T02:28:45.388643+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T02:28:46.076 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: audit 2024-03-26T02:28:45.388850+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:28:46.076 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: audit 2024-03-26T02:28:45.389116+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:28:46.076 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:45 smithi115 bash[21522]: audit 2024-03-26T02:28:45.442525+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T02:28:46.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: cluster 2024-03-26T02:28:44.220398+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v153: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:28:46.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: cluster 2024-03-26T02:28:44.760242+0000 mon.a (mon.0) 596 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-26T02:28:46.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: audit 2024-03-26T02:28:44.771080+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-26T02:28:46.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: cluster 2024-03-26T02:28:44.779624+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-26T02:28:46.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: audit 2024-03-26T02:28:45.078159+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:46.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: audit 2024-03-26T02:28:45.169887+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:46.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: audit 2024-03-26T02:28:45.270970+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:46.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: audit 2024-03-26T02:28:45.274017+0000 mon.a (mon.0) 602 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T02:28:46.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: audit 2024-03-26T02:28:45.328094+0000 mon.a (mon.0) 603 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T02:28:46.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: audit 2024-03-26T02:28:45.328708+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:28:46.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: audit 2024-03-26T02:28:45.328990+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:28:46.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: audit 2024-03-26T02:28:45.329191+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:28:46.132 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: audit 2024-03-26T02:28:45.332137+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T02:28:46.132 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: audit 2024-03-26T02:28:45.332139+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:28:46.132 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: audit 2024-03-26T02:28:45.332424+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:28:46.132 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: audit 2024-03-26T02:28:45.332644+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:28:46.132 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: audit 2024-03-26T02:28:45.385279+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T02:28:46.132 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: audit 2024-03-26T02:28:45.388631+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:28:46.132 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: audit 2024-03-26T02:28:45.388643+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T02:28:46.132 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: audit 2024-03-26T02:28:45.388850+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:28:46.132 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: audit 2024-03-26T02:28:45.389116+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:28:46.132 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:45 smithi179 bash[22174]: audit 2024-03-26T02:28:45.442525+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T02:28:47.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:46 smithi115 bash[21522]: cluster 2024-03-26T02:28:45.782793+0000 mon.a (mon.0) 613 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-26T02:28:47.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:46 smithi115 bash[21522]: cluster 2024-03-26T02:28:46.284320+0000 mon.a (mon.0) 614 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-26T02:28:47.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:46 smithi179 bash[22174]: cluster 2024-03-26T02:28:45.782793+0000 mon.a (mon.0) 613 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-26T02:28:47.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:46 smithi179 bash[22174]: cluster 2024-03-26T02:28:46.284320+0000 mon.a (mon.0) 614 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-26T02:28:47.269 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:46 smithi181 bash[22158]: cluster 2024-03-26T02:28:45.782793+0000 mon.a (mon.0) 613 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-26T02:28:47.269 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:46 smithi181 bash[22158]: cluster 2024-03-26T02:28:46.284320+0000 mon.a (mon.0) 614 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-26T02:28:47.478 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:28:48.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:47 smithi181 bash[22158]: cluster 2024-03-26T02:28:46.220925+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:28:48.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:47 smithi181 bash[22158]: cluster 2024-03-26T02:28:46.786480+0000 mon.a (mon.0) 615 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-26T02:28:48.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:47 smithi181 bash[22158]: cluster 2024-03-26T02:28:46.786555+0000 mon.a (mon.0) 616 : cluster [INF] Cluster is now healthy 2024-03-26T02:28:48.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:47 smithi115 bash[21522]: cluster 2024-03-26T02:28:46.220925+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:28:48.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:47 smithi115 bash[21522]: cluster 2024-03-26T02:28:46.786480+0000 mon.a (mon.0) 615 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-26T02:28:48.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:47 smithi115 bash[21522]: cluster 2024-03-26T02:28:46.786555+0000 mon.a (mon.0) 616 : cluster [INF] Cluster is now healthy 2024-03-26T02:28:48.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:47 smithi179 bash[22174]: cluster 2024-03-26T02:28:46.220925+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:28:48.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:47 smithi179 bash[22174]: cluster 2024-03-26T02:28:46.786480+0000 mon.a (mon.0) 615 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-26T02:28:48.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:47 smithi179 bash[22174]: cluster 2024-03-26T02:28:46.786555+0000 mon.a (mon.0) 616 : cluster [INF] Cluster is now healthy 2024-03-26T02:28:49.946 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:28:49.959 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:49 smithi115 bash[21522]: cluster 2024-03-26T02:28:48.221493+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:28:50.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:49 smithi181 bash[22158]: cluster 2024-03-26T02:28:48.221493+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:28:50.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:49 smithi179 bash[22174]: cluster 2024-03-26T02:28:48.221493+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:28:50.613 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1711420122,"num_in_osds":3,"osd_in_since":1711420094,"num_remapped_pgs":0} 2024-03-26T02:28:50.614 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph osd dump --format=json 2024-03-26T02:28:51.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:50 smithi115 bash[21522]: audit 2024-03-26T02:28:49.946980+0000 mon.a (mon.0) 617 : audit [DBG] from='client.? 172.21.15.115:0/1975985843' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T02:28:51.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:50 smithi179 bash[22174]: audit 2024-03-26T02:28:49.946980+0000 mon.a (mon.0) 617 : audit [DBG] from='client.? 172.21.15.115:0/1975985843' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T02:28:51.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:50 smithi181 bash[22158]: audit 2024-03-26T02:28:49.946980+0000 mon.a (mon.0) 617 : audit [DBG] from='client.? 172.21.15.115:0/1975985843' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T02:28:52.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:51 smithi115 bash[21522]: cluster 2024-03-26T02:28:50.222028+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:28:52.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:51 smithi179 bash[22174]: cluster 2024-03-26T02:28:50.222028+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:28:52.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:51 smithi181 bash[22158]: cluster 2024-03-26T02:28:50.222028+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:28:54.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:53 smithi115 bash[21522]: cluster 2024-03-26T02:28:52.222672+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 41 KiB/s wr, 3 op/s 2024-03-26T02:28:54.123 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:53 smithi179 bash[22174]: cluster 2024-03-26T02:28:52.222672+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 41 KiB/s wr, 3 op/s 2024-03-26T02:28:54.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:53 smithi181 bash[22158]: cluster 2024-03-26T02:28:52.222672+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 41 KiB/s wr, 3 op/s 2024-03-26T02:28:55.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:55 smithi181 bash[22158]: audit 2024-03-26T02:28:54.149991+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:55.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:55 smithi181 bash[22158]: audit 2024-03-26T02:28:54.159102+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:55.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:55 smithi181 bash[22158]: audit 2024-03-26T02:28:54.169429+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:55.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:55 smithi181 bash[22158]: cluster 2024-03-26T02:28:54.223227+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 31 KiB/s wr, 2 op/s 2024-03-26T02:28:55.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:55 smithi115 bash[21522]: audit 2024-03-26T02:28:54.149991+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:55.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:55 smithi115 bash[21522]: audit 2024-03-26T02:28:54.159102+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:55.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:55 smithi115 bash[21522]: audit 2024-03-26T02:28:54.169429+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:55.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:55 smithi115 bash[21522]: cluster 2024-03-26T02:28:54.223227+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 31 KiB/s wr, 2 op/s 2024-03-26T02:28:55.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:55 smithi179 bash[22174]: audit 2024-03-26T02:28:54.149991+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:55.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:55 smithi179 bash[22174]: audit 2024-03-26T02:28:54.159102+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:55.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:55 smithi179 bash[22174]: audit 2024-03-26T02:28:54.169429+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:55.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:55 smithi179 bash[22174]: cluster 2024-03-26T02:28:54.223227+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 31 KiB/s wr, 2 op/s 2024-03-26T02:28:55.684 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:28:57.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:57 smithi115 bash[21522]: cluster 2024-03-26T02:28:56.223805+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 882 B/s rd, 25 KiB/s wr, 2 op/s 2024-03-26T02:28:57.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:57 smithi115 bash[21522]: audit 2024-03-26T02:28:56.294960+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:57.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:57 smithi115 bash[21522]: audit 2024-03-26T02:28:56.305013+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:57.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:57 smithi115 bash[21522]: audit 2024-03-26T02:28:56.317993+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:57.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:57 smithi179 bash[22174]: cluster 2024-03-26T02:28:56.223805+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 882 B/s rd, 25 KiB/s wr, 2 op/s 2024-03-26T02:28:57.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:57 smithi179 bash[22174]: audit 2024-03-26T02:28:56.294960+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:57.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:57 smithi179 bash[22174]: audit 2024-03-26T02:28:56.305013+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:57.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:57 smithi179 bash[22174]: audit 2024-03-26T02:28:56.317993+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:57.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:57 smithi181 bash[22158]: cluster 2024-03-26T02:28:56.223805+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 882 B/s rd, 25 KiB/s wr, 2 op/s 2024-03-26T02:28:57.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:57 smithi181 bash[22158]: audit 2024-03-26T02:28:56.294960+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:57.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:57 smithi181 bash[22158]: audit 2024-03-26T02:28:56.305013+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:57.792 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:57 smithi181 bash[22158]: audit 2024-03-26T02:28:56.317993+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:28:58.881 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:28:58.881 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":21,"fsid":"8d3e4e2a-eb17-11ee-95d0-87774f69a715","created":"2024-03-26T02:22:55.208977+0000","modified":"2024-03-26T02:28:45.770888+0000","last_up_change":"2024-03-26T02:28:42.739946+0000","last_in_change":"2024-03-26T02:28:14.347687+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-26T02:28:43.135915+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":"153e3c60-811d-4d25-ac91-ce23e33424e1","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.115:6802","nonce":686834678},{"type":"v1","addr":"172.21.15.115:6803","nonce":686834678}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":686834678},{"type":"v1","addr":"172.21.15.115:6805","nonce":686834678}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6808","nonce":686834678},{"type":"v1","addr":"172.21.15.115:6809","nonce":686834678}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":686834678},{"type":"v1","addr":"172.21.15.115:6807","nonce":686834678}]},"public_addr":"172.21.15.115:6803/686834678","cluster_addr":"172.21.15.115:6805/686834678","heartbeat_back_addr":"172.21.15.115:6809/686834678","heartbeat_front_addr":"172.21.15.115:6807/686834678","state":["exists","up"]},{"osd":1,"uuid":"5b455040-f2d4-468c-b24b-b2e1634c98a1","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.179:6800","nonce":1876074914},{"type":"v1","addr":"172.21.15.179:6801","nonce":1876074914}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":1876074914},{"type":"v1","addr":"172.21.15.179:6803","nonce":1876074914}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":1876074914},{"type":"v1","addr":"172.21.15.179:6807","nonce":1876074914}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":1876074914},{"type":"v1","addr":"172.21.15.179:6805","nonce":1876074914}]},"public_addr":"172.21.15.179:6801/1876074914","cluster_addr":"172.21.15.179:6803/1876074914","heartbeat_back_addr":"172.21.15.179:6807/1876074914","heartbeat_front_addr":"172.21.15.179:6805/1876074914","state":["exists","up"]},{"osd":2,"uuid":"9f6dc794-c5e7-4974-ab1d-e33745e0901e","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.181:6800","nonce":3587176181},{"type":"v1","addr":"172.21.15.181:6801","nonce":3587176181}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6802","nonce":3587176181},{"type":"v1","addr":"172.21.15.181:6803","nonce":3587176181}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6806","nonce":3587176181},{"type":"v1","addr":"172.21.15.181:6807","nonce":3587176181}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6804","nonce":3587176181},{"type":"v1","addr":"172.21.15.181:6805","nonce":3587176181}]},"public_addr":"172.21.15.181:6801/3587176181","cluster_addr":"172.21.15.181:6803/3587176181","heartbeat_back_addr":"172.21.15.181:6807/3587176181","heartbeat_front_addr":"172.21.15.181:6805/3587176181","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T02:26:53.854270+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T02:27:48.211764+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T02:28:41.075194+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.115:0/1529084155":"2024-03-27T02:24:00.894245+0000","172.21.15.115:0/1581537363":"2024-03-27T02:24:00.894245+0000","172.21.15.115:6800/1572483920":"2024-03-27T02:24:00.894245+0000","172.21.15.115:6801/3872442642":"2024-03-27T02:23:27.037445+0000","172.21.15.115:6800/3872442642":"2024-03-27T02:23:27.037445+0000","172.21.15.115:0/1524998317":"2024-03-27T02:23:27.037445+0000","172.21.15.115:0/3080846496":"2024-03-27T02:23:27.037445+0000","172.21.15.115:6801/1572483920":"2024-03-27T02:24:00.894245+0000","172.21.15.115:0/2915508417":"2024-03-27T02:23:27.037445+0000","172.21.15.115:0/2878802709":"2024-03-27T02:24:00.894245+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-26T02:28:59.505 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-26T02:28:43.135915+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-03-26T02:28:59.506 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-26T02:28:59.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:59 smithi115 bash[21522]: cluster 2024-03-26T02:28:58.224393+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-26T02:28:59.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:28:59 smithi115 bash[21522]: audit 2024-03-26T02:28:58.881387+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.115:0/3623133968' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T02:28:59.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:59 smithi179 bash[22174]: cluster 2024-03-26T02:28:58.224393+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-26T02:28:59.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:28:59 smithi179 bash[22174]: audit 2024-03-26T02:28:58.881387+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.115:0/3623133968' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T02:28:59.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:59 smithi181 bash[22158]: cluster 2024-03-26T02:28:58.224393+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-26T02:28:59.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:28:59 smithi181 bash[22158]: audit 2024-03-26T02:28:58.881387+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.115:0/3623133968' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T02:29:01.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:01 smithi115 bash[21522]: cluster 2024-03-26T02:29:00.224920+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-26T02:29:01.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:01 smithi179 bash[22174]: cluster 2024-03-26T02:29:00.224920+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-26T02:29:01.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:01 smithi181 bash[22158]: cluster 2024-03-26T02:29:00.224920+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-26T02:29:03.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:03 smithi115 bash[21522]: cluster 2024-03-26T02:29:02.225496+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-26T02:29:03.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:03 smithi179 bash[22174]: cluster 2024-03-26T02:29:02.225496+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-26T02:29:03.673 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:29:03.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:03 smithi181 bash[22158]: cluster 2024-03-26T02:29:02.225496+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-26T02:29:05.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:04 smithi115 bash[21522]: audit 2024-03-26T02:29:03.834666+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:05.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:04 smithi115 bash[21522]: audit 2024-03-26T02:29:03.841000+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:05.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:04 smithi115 bash[21522]: audit 2024-03-26T02:29:03.847780+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:05.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:04 smithi179 bash[22174]: audit 2024-03-26T02:29:03.834666+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:05.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:04 smithi179 bash[22174]: audit 2024-03-26T02:29:03.841000+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:05.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:04 smithi179 bash[22174]: audit 2024-03-26T02:29:03.847780+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:05.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:04 smithi181 bash[22158]: audit 2024-03-26T02:29:03.834666+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:05.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:04 smithi181 bash[22158]: audit 2024-03-26T02:29:03.841000+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:05.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:04 smithi181 bash[22158]: audit 2024-03-26T02:29:03.847780+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:06.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:05 smithi179 bash[22174]: cluster 2024-03-26T02:29:04.225879+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:06.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:05 smithi181 bash[22158]: cluster 2024-03-26T02:29:04.225879+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:06.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:05 smithi115 bash[21522]: cluster 2024-03-26T02:29:04.225879+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:06.390 INFO:teuthology.orchestra.run.smithi115.stdout:pg_num: 1 2024-03-26T02:29:07.016 INFO:tasks.cephadm:Setting up client nodes... 2024-03-26T02:29:07.016 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-26T02:29:07.016 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-26T02:29:07.017 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph mgr dump --format=json 2024-03-26T02:29:07.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:06 smithi179 bash[22174]: audit 2024-03-26T02:29:06.391220+0000 mon.a (mon.0) 628 : audit [DBG] from='client.? 172.21.15.115:0/246699319' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-26T02:29:07.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:06 smithi181 bash[22158]: audit 2024-03-26T02:29:06.391220+0000 mon.a (mon.0) 628 : audit [DBG] from='client.? 172.21.15.115:0/246699319' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-26T02:29:07.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:06 smithi115 bash[21522]: audit 2024-03-26T02:29:06.391220+0000 mon.a (mon.0) 628 : audit [DBG] from='client.? 172.21.15.115:0/246699319' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-26T02:29:08.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:07 smithi179 bash[22174]: cluster 2024-03-26T02:29:06.226382+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:08.178 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:07 smithi181 bash[22158]: cluster 2024-03-26T02:29:06.226382+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:08.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:07 smithi115 bash[21522]: cluster 2024-03-26T02:29:06.226382+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:10.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:09 smithi179 bash[22174]: cluster 2024-03-26T02:29:08.226903+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:10.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:09 smithi181 bash[22158]: cluster 2024-03-26T02:29:08.226903+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:10.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:09 smithi115 bash[21522]: cluster 2024-03-26T02:29:08.226903+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:11.737 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:29:12.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:11 smithi115 bash[21522]: cluster 2024-03-26T02:29:10.227457+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:12.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:11 smithi179 bash[22174]: cluster 2024-03-26T02:29:10.227457+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:12.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:11 smithi181 bash[22158]: cluster 2024-03-26T02:29:10.227457+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:14.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:13 smithi179 bash[22174]: cluster 2024-03-26T02:29:12.228035+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:14.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:13 smithi181 bash[22158]: cluster 2024-03-26T02:29:12.228035+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:14.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:13 smithi115 bash[21522]: cluster 2024-03-26T02:29:12.228035+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:14.366 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:29:15.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:14 smithi181 bash[22158]: audit 2024-03-26T02:29:14.360558+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.115:0/838646895' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-26T02:29:15.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:14 smithi181 bash[22158]: audit 2024-03-26T02:29:14.370605+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:15.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:14 smithi181 bash[22158]: audit 2024-03-26T02:29:14.377952+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:15.042 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:14 smithi181 bash[22158]: audit 2024-03-26T02:29:14.384309+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:15.056 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6800","nonce":646015877},{"type":"v1","addr":"172.21.15.115:6801","nonce":646015877}]},"active_addr":"172.21.15.115:6801/646015877","active_change":"2024-03-26T02:24:00.894455+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":[]},"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":[]},"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.115: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.115:0","nonce":39544606}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.115:0","nonce":4213772235}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.115:0","nonce":1340788660}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.115:0","nonce":1808049637}]}]} 2024-03-26T02:29:15.064 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-26T02:29:15.064 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-26T02:29:15.064 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph osd dump --format=json 2024-03-26T02:29:15.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:14 smithi115 bash[21522]: audit 2024-03-26T02:29:14.360558+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.115:0/838646895' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-26T02:29:15.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:14 smithi115 bash[21522]: audit 2024-03-26T02:29:14.370605+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:15.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:14 smithi115 bash[21522]: audit 2024-03-26T02:29:14.377952+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:15.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:14 smithi115 bash[21522]: audit 2024-03-26T02:29:14.384309+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:15.379 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:14 smithi179 bash[22174]: audit 2024-03-26T02:29:14.360558+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.115:0/838646895' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-26T02:29:15.380 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:14 smithi179 bash[22174]: audit 2024-03-26T02:29:14.370605+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:15.380 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:14 smithi179 bash[22174]: audit 2024-03-26T02:29:14.377952+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:15.380 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:14 smithi179 bash[22174]: audit 2024-03-26T02:29:14.384309+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:16.151 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:15 smithi115 bash[21522]: cluster 2024-03-26T02:29:14.228585+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:16.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:15 smithi181 bash[22158]: cluster 2024-03-26T02:29:14.228585+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:16.379 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:15 smithi179 bash[22174]: cluster 2024-03-26T02:29:14.228585+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:17.782 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:17 smithi179 bash[22174]: cluster 2024-03-26T02:29:16.229005+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:17.782 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:17 smithi179 bash[22174]: audit 2024-03-26T02:29:16.517403+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:17.782 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:17 smithi179 bash[22174]: audit 2024-03-26T02:29:16.525171+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:17.782 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:17 smithi179 bash[22174]: audit 2024-03-26T02:29:16.534348+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:17.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:17 smithi181 bash[22158]: cluster 2024-03-26T02:29:16.229005+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:17.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:17 smithi181 bash[22158]: audit 2024-03-26T02:29:16.517403+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:17.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:17 smithi181 bash[22158]: audit 2024-03-26T02:29:16.525171+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:17.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:17 smithi181 bash[22158]: audit 2024-03-26T02:29:16.534348+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:17.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:17 smithi115 bash[21522]: cluster 2024-03-26T02:29:16.229005+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:17.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:17 smithi115 bash[21522]: audit 2024-03-26T02:29:16.517403+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:17.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:17 smithi115 bash[21522]: audit 2024-03-26T02:29:16.525171+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:17.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:17 smithi115 bash[21522]: audit 2024-03-26T02:29:16.534348+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:19.786 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:29:19.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:19 smithi181 bash[22158]: cluster 2024-03-26T02:29:18.229396+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:19.805 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:19 smithi115 bash[21522]: cluster 2024-03-26T02:29:18.229396+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:19.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:19 smithi179 bash[22174]: cluster 2024-03-26T02:29:18.229396+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:21.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:21 smithi181 bash[22158]: cluster 2024-03-26T02:29:20.229900+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:21.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:21 smithi115 bash[21522]: cluster 2024-03-26T02:29:20.229900+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:21.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:21 smithi179 bash[22174]: cluster 2024-03-26T02:29:20.229900+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:22.316 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:29:22.317 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":21,"fsid":"8d3e4e2a-eb17-11ee-95d0-87774f69a715","created":"2024-03-26T02:22:55.208977+0000","modified":"2024-03-26T02:28:45.770888+0000","last_up_change":"2024-03-26T02:28:42.739946+0000","last_in_change":"2024-03-26T02:28:14.347687+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-26T02:28:43.135915+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":"153e3c60-811d-4d25-ac91-ce23e33424e1","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.115:6802","nonce":686834678},{"type":"v1","addr":"172.21.15.115:6803","nonce":686834678}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":686834678},{"type":"v1","addr":"172.21.15.115:6805","nonce":686834678}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6808","nonce":686834678},{"type":"v1","addr":"172.21.15.115:6809","nonce":686834678}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":686834678},{"type":"v1","addr":"172.21.15.115:6807","nonce":686834678}]},"public_addr":"172.21.15.115:6803/686834678","cluster_addr":"172.21.15.115:6805/686834678","heartbeat_back_addr":"172.21.15.115:6809/686834678","heartbeat_front_addr":"172.21.15.115:6807/686834678","state":["exists","up"]},{"osd":1,"uuid":"5b455040-f2d4-468c-b24b-b2e1634c98a1","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.179:6800","nonce":1876074914},{"type":"v1","addr":"172.21.15.179:6801","nonce":1876074914}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":1876074914},{"type":"v1","addr":"172.21.15.179:6803","nonce":1876074914}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":1876074914},{"type":"v1","addr":"172.21.15.179:6807","nonce":1876074914}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":1876074914},{"type":"v1","addr":"172.21.15.179:6805","nonce":1876074914}]},"public_addr":"172.21.15.179:6801/1876074914","cluster_addr":"172.21.15.179:6803/1876074914","heartbeat_back_addr":"172.21.15.179:6807/1876074914","heartbeat_front_addr":"172.21.15.179:6805/1876074914","state":["exists","up"]},{"osd":2,"uuid":"9f6dc794-c5e7-4974-ab1d-e33745e0901e","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.181:6800","nonce":3587176181},{"type":"v1","addr":"172.21.15.181:6801","nonce":3587176181}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6802","nonce":3587176181},{"type":"v1","addr":"172.21.15.181:6803","nonce":3587176181}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6806","nonce":3587176181},{"type":"v1","addr":"172.21.15.181:6807","nonce":3587176181}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6804","nonce":3587176181},{"type":"v1","addr":"172.21.15.181:6805","nonce":3587176181}]},"public_addr":"172.21.15.181:6801/3587176181","cluster_addr":"172.21.15.181:6803/3587176181","heartbeat_back_addr":"172.21.15.181:6807/3587176181","heartbeat_front_addr":"172.21.15.181:6805/3587176181","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T02:26:53.854270+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T02:27:48.211764+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T02:28:41.075194+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.115:0/1529084155":"2024-03-27T02:24:00.894245+0000","172.21.15.115:0/1581537363":"2024-03-27T02:24:00.894245+0000","172.21.15.115:6800/1572483920":"2024-03-27T02:24:00.894245+0000","172.21.15.115:6801/3872442642":"2024-03-27T02:23:27.037445+0000","172.21.15.115:6800/3872442642":"2024-03-27T02:23:27.037445+0000","172.21.15.115:0/1524998317":"2024-03-27T02:23:27.037445+0000","172.21.15.115:0/3080846496":"2024-03-27T02:23:27.037445+0000","172.21.15.115:6801/1572483920":"2024-03-27T02:24:00.894245+0000","172.21.15.115:0/2915508417":"2024-03-27T02:23:27.037445+0000","172.21.15.115:0/2878802709":"2024-03-27T02:24:00.894245+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-26T02:29:22.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:22 smithi181 bash[22158]: audit 2024-03-26T02:29:22.317346+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.115:0/1528521731' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T02:29:22.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:22 smithi115 bash[21522]: audit 2024-03-26T02:29:22.317346+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.115:0/1528521731' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T02:29:22.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:22 smithi179 bash[22174]: audit 2024-03-26T02:29:22.317346+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.115:0/1528521731' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T02:29:22.988 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-26T02:29:22.989 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph osd dump --format=json 2024-03-26T02:29:23.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:23 smithi181 bash[22158]: cluster 2024-03-26T02:29:22.230448+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:23.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:23 smithi115 bash[21522]: cluster 2024-03-26T02:29:22.230448+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:23.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:23 smithi179 bash[22174]: cluster 2024-03-26T02:29:22.230448+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:25.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:25 smithi181 bash[22158]: audit 2024-03-26T02:29:24.027432+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:25.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:25 smithi181 bash[22158]: audit 2024-03-26T02:29:24.034936+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:25.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:25 smithi181 bash[22158]: audit 2024-03-26T02:29:24.043670+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:25.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:25 smithi181 bash[22158]: cluster 2024-03-26T02:29:24.230993+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:25.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:25 smithi115 bash[21522]: audit 2024-03-26T02:29:24.027432+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:25.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:25 smithi115 bash[21522]: audit 2024-03-26T02:29:24.034936+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:25.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:25 smithi115 bash[21522]: audit 2024-03-26T02:29:24.043670+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:25.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:25 smithi115 bash[21522]: cluster 2024-03-26T02:29:24.230993+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:25.379 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:25 smithi179 bash[22174]: audit 2024-03-26T02:29:24.027432+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:25.380 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:25 smithi179 bash[22174]: audit 2024-03-26T02:29:24.034936+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:25.380 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:25 smithi179 bash[22174]: audit 2024-03-26T02:29:24.043670+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:25.380 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:25 smithi179 bash[22174]: cluster 2024-03-26T02:29:24.230993+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:27.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:27 smithi181 bash[22158]: cluster 2024-03-26T02:29:26.231526+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:27.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:27 smithi115 bash[21522]: cluster 2024-03-26T02:29:26.231526+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:27.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:27 smithi179 bash[22174]: cluster 2024-03-26T02:29:26.231526+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:27.709 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:29:29.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:29 smithi181 bash[22158]: cluster 2024-03-26T02:29:28.232069+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:29.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:29 smithi115 bash[21522]: cluster 2024-03-26T02:29:28.232069+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:29.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:29 smithi179 bash[22174]: cluster 2024-03-26T02:29:28.232069+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:30.181 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:29:30.181 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":21,"fsid":"8d3e4e2a-eb17-11ee-95d0-87774f69a715","created":"2024-03-26T02:22:55.208977+0000","modified":"2024-03-26T02:28:45.770888+0000","last_up_change":"2024-03-26T02:28:42.739946+0000","last_in_change":"2024-03-26T02:28:14.347687+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-26T02:28:43.135915+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":"153e3c60-811d-4d25-ac91-ce23e33424e1","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.115:6802","nonce":686834678},{"type":"v1","addr":"172.21.15.115:6803","nonce":686834678}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":686834678},{"type":"v1","addr":"172.21.15.115:6805","nonce":686834678}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6808","nonce":686834678},{"type":"v1","addr":"172.21.15.115:6809","nonce":686834678}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":686834678},{"type":"v1","addr":"172.21.15.115:6807","nonce":686834678}]},"public_addr":"172.21.15.115:6803/686834678","cluster_addr":"172.21.15.115:6805/686834678","heartbeat_back_addr":"172.21.15.115:6809/686834678","heartbeat_front_addr":"172.21.15.115:6807/686834678","state":["exists","up"]},{"osd":1,"uuid":"5b455040-f2d4-468c-b24b-b2e1634c98a1","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.179:6800","nonce":1876074914},{"type":"v1","addr":"172.21.15.179:6801","nonce":1876074914}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":1876074914},{"type":"v1","addr":"172.21.15.179:6803","nonce":1876074914}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":1876074914},{"type":"v1","addr":"172.21.15.179:6807","nonce":1876074914}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":1876074914},{"type":"v1","addr":"172.21.15.179:6805","nonce":1876074914}]},"public_addr":"172.21.15.179:6801/1876074914","cluster_addr":"172.21.15.179:6803/1876074914","heartbeat_back_addr":"172.21.15.179:6807/1876074914","heartbeat_front_addr":"172.21.15.179:6805/1876074914","state":["exists","up"]},{"osd":2,"uuid":"9f6dc794-c5e7-4974-ab1d-e33745e0901e","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.181:6800","nonce":3587176181},{"type":"v1","addr":"172.21.15.181:6801","nonce":3587176181}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6802","nonce":3587176181},{"type":"v1","addr":"172.21.15.181:6803","nonce":3587176181}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6806","nonce":3587176181},{"type":"v1","addr":"172.21.15.181:6807","nonce":3587176181}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6804","nonce":3587176181},{"type":"v1","addr":"172.21.15.181:6805","nonce":3587176181}]},"public_addr":"172.21.15.181:6801/3587176181","cluster_addr":"172.21.15.181:6803/3587176181","heartbeat_back_addr":"172.21.15.181:6807/3587176181","heartbeat_front_addr":"172.21.15.181:6805/3587176181","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T02:26:53.854270+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T02:27:48.211764+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T02:28:41.075194+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.115:0/1529084155":"2024-03-27T02:24:00.894245+0000","172.21.15.115:0/1581537363":"2024-03-27T02:24:00.894245+0000","172.21.15.115:6800/1572483920":"2024-03-27T02:24:00.894245+0000","172.21.15.115:6801/3872442642":"2024-03-27T02:23:27.037445+0000","172.21.15.115:6800/3872442642":"2024-03-27T02:23:27.037445+0000","172.21.15.115:0/1524998317":"2024-03-27T02:23:27.037445+0000","172.21.15.115:0/3080846496":"2024-03-27T02:23:27.037445+0000","172.21.15.115:6801/1572483920":"2024-03-27T02:24:00.894245+0000","172.21.15.115:0/2915508417":"2024-03-27T02:23:27.037445+0000","172.21.15.115:0/2878802709":"2024-03-27T02:24:00.894245+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-26T02:29:30.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:30 smithi115 bash[21522]: audit 2024-03-26T02:29:30.181857+0000 mon.a (mon.0) 640 : audit [DBG] from='client.? 172.21.15.115:0/635959998' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T02:29:30.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:30 smithi179 bash[22174]: audit 2024-03-26T02:29:30.181857+0000 mon.a (mon.0) 640 : audit [DBG] from='client.? 172.21.15.115:0/635959998' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T02:29:30.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:30 smithi181 bash[22158]: audit 2024-03-26T02:29:30.181857+0000 mon.a (mon.0) 640 : audit [DBG] from='client.? 172.21.15.115:0/635959998' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T02:29:30.848 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-26T02:29:30.849 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-26T02:29:30.849 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-26T02:29:31.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:31 smithi181 bash[22158]: cluster 2024-03-26T02:29:30.232415+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:31.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:31 smithi115 bash[21522]: cluster 2024-03-26T02:29:30.232415+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:31.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:31 smithi179 bash[22174]: cluster 2024-03-26T02:29:30.232415+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:33.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:33 smithi181 bash[22158]: cluster 2024-03-26T02:29:32.232864+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:33.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:33 smithi115 bash[21522]: cluster 2024-03-26T02:29:32.232864+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:33.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:33 smithi179 bash[22174]: cluster 2024-03-26T02:29:32.232864+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:35.573 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:29:35.573 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:29:35.573 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:29:35.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:35 smithi179 bash[22174]: cluster 2024-03-26T02:29:34.233378+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:35.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:35 smithi179 bash[22174]: audit 2024-03-26T02:29:34.583966+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:35.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:35 smithi179 bash[22174]: audit 2024-03-26T02:29:34.594310+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:35.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:35 smithi179 bash[22174]: audit 2024-03-26T02:29:34.604619+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:36.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:35 smithi181 bash[22158]: cluster 2024-03-26T02:29:34.233378+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:36.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:35 smithi181 bash[22158]: audit 2024-03-26T02:29:34.583966+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:36.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:35 smithi181 bash[22158]: audit 2024-03-26T02:29:34.594310+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:36.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:35 smithi181 bash[22158]: audit 2024-03-26T02:29:34.604619+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:36.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:35 smithi115 bash[21522]: cluster 2024-03-26T02:29:34.233378+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:36.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:35 smithi115 bash[21522]: audit 2024-03-26T02:29:34.583966+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:36.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:35 smithi115 bash[21522]: audit 2024-03-26T02:29:34.594310+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:36.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:35 smithi115 bash[21522]: audit 2024-03-26T02:29:34.604619+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:38.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:37 smithi181 bash[22158]: cluster 2024-03-26T02:29:36.233880+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:38.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:37 smithi181 bash[22158]: audit 2024-03-26T02:29:36.739149+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:38.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:37 smithi181 bash[22158]: audit 2024-03-26T02:29:36.747950+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:38.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:37 smithi181 bash[22158]: audit 2024-03-26T02:29:36.758160+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:38.056 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:37 smithi115 bash[21522]: cluster 2024-03-26T02:29:36.233880+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:38.056 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:37 smithi115 bash[21522]: audit 2024-03-26T02:29:36.739149+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:38.056 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:37 smithi115 bash[21522]: audit 2024-03-26T02:29:36.747950+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:38.056 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:37 smithi115 bash[21522]: audit 2024-03-26T02:29:36.758160+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:38.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:37 smithi179 bash[22174]: cluster 2024-03-26T02:29:36.233880+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:38.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:37 smithi179 bash[22174]: audit 2024-03-26T02:29:36.739149+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:38.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:37 smithi179 bash[22174]: audit 2024-03-26T02:29:36.747950+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:38.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:37 smithi179 bash[22174]: audit 2024-03-26T02:29:36.758160+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:40.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:39 smithi181 bash[22158]: cluster 2024-03-26T02:29:38.234473+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:40.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:39 smithi115 bash[21522]: cluster 2024-03-26T02:29:38.234473+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:40.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:39 smithi179 bash[22174]: cluster 2024-03-26T02:29:38.234473+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:41.970 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:41 smithi115 bash[21522]: cluster 2024-03-26T02:29:40.235011+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:42.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:41 smithi181 bash[22158]: cluster 2024-03-26T02:29:40.235011+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:42.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:41 smithi179 bash[22174]: cluster 2024-03-26T02:29:40.235011+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:42.426 INFO:teuthology.orchestra.run.smithi115.stdout:77309411343 2024-03-26T02:29:42.427 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-26T02:29:42.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:42 smithi115 bash[21522]: audit 2024-03-26T02:29:42.243313+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:29:42.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:42 smithi115 bash[21522]: audit 2024-03-26T02:29:42.246924+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:29:42.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:42 smithi115 bash[21522]: audit 2024-03-26T02:29:42.248015+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:29:42.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:42 smithi115 bash[21522]: audit 2024-03-26T02:29:42.256481+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:43.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:42 smithi181 bash[22158]: audit 2024-03-26T02:29:42.243313+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:29:43.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:42 smithi181 bash[22158]: audit 2024-03-26T02:29:42.246924+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:29:43.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:42 smithi181 bash[22158]: audit 2024-03-26T02:29:42.248015+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:29:43.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:42 smithi181 bash[22158]: audit 2024-03-26T02:29:42.256481+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:43.044 INFO:teuthology.orchestra.run.smithi115.stdout:55834574874 2024-03-26T02:29:43.044 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-26T02:29:43.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:42 smithi179 bash[22174]: audit 2024-03-26T02:29:42.243313+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:29:43.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:42 smithi179 bash[22174]: audit 2024-03-26T02:29:42.246924+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:29:43.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:42 smithi179 bash[22174]: audit 2024-03-26T02:29:42.248015+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:29:43.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:42 smithi179 bash[22174]: audit 2024-03-26T02:29:42.256481+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:43.211 INFO:teuthology.orchestra.run.smithi115.stdout:34359738404 2024-03-26T02:29:43.211 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-26T02:29:44.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:43 smithi181 bash[22158]: cluster 2024-03-26T02:29:42.235593+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:44.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:43 smithi115 bash[21522]: cluster 2024-03-26T02:29:42.235593+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:44.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:43 smithi179 bash[22174]: cluster 2024-03-26T02:29:42.235593+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:45.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:45 smithi181 bash[22158]: audit 2024-03-26T02:29:44.174732+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:45.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:45 smithi181 bash[22158]: audit 2024-03-26T02:29:44.180851+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:45.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:45 smithi181 bash[22158]: audit 2024-03-26T02:29:44.185646+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:45.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:45 smithi181 bash[22158]: cluster 2024-03-26T02:29:44.236083+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:45.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:45 smithi115 bash[21522]: audit 2024-03-26T02:29:44.174732+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:45.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:45 smithi115 bash[21522]: audit 2024-03-26T02:29:44.180851+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:45.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:45 smithi115 bash[21522]: audit 2024-03-26T02:29:44.185646+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:45.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:45 smithi115 bash[21522]: cluster 2024-03-26T02:29:44.236083+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:45.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:45 smithi179 bash[22174]: audit 2024-03-26T02:29:44.174732+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:45.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:45 smithi179 bash[22174]: audit 2024-03-26T02:29:44.180851+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:45.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:45 smithi179 bash[22174]: audit 2024-03-26T02:29:44.185646+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:45.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:45 smithi179 bash[22174]: cluster 2024-03-26T02:29:44.236083+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:47.522 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:29:47.523 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:29:47.523 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:29:47.542 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:47 smithi115 bash[21522]: cluster 2024-03-26T02:29:46.236624+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:47.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:47 smithi179 bash[22174]: cluster 2024-03-26T02:29:46.236624+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:47.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:47 smithi181 bash[22158]: cluster 2024-03-26T02:29:46.236624+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:49.548 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:49 smithi181 bash[22158]: cluster 2024-03-26T02:29:48.237154+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:49.576 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:49 smithi115 bash[21522]: cluster 2024-03-26T02:29:48.237154+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:49.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:49 smithi179 bash[22174]: cluster 2024-03-26T02:29:48.237154+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:51.561 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:51 smithi115 bash[21522]: cluster 2024-03-26T02:29:50.237627+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:51.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:51 smithi179 bash[22174]: cluster 2024-03-26T02:29:50.237627+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:51.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:51 smithi181 bash[22158]: cluster 2024-03-26T02:29:50.237627+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:51.978 INFO:teuthology.orchestra.run.smithi115.stdout:77309411345 2024-03-26T02:29:52.264 INFO:teuthology.orchestra.run.smithi115.stdout:55834574875 2024-03-26T02:29:52.301 INFO:teuthology.orchestra.run.smithi115.stdout:34359738406 2024-03-26T02:29:52.559 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:52 smithi115 bash[21522]: audit 2024-03-26T02:29:51.979533+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.115:0/3760144862' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-26T02:29:52.559 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:52 smithi115 bash[21522]: audit 2024-03-26T02:29:52.265987+0000 mon.a (mon.0) 655 : audit [DBG] from='client.? 172.21.15.115:0/3227888438' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-26T02:29:52.559 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:52 smithi115 bash[21522]: audit 2024-03-26T02:29:52.303837+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.115:0/346458919' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-26T02:29:52.579 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:52 smithi179 bash[22174]: audit 2024-03-26T02:29:51.979533+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.115:0/3760144862' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-26T02:29:52.579 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:52 smithi179 bash[22174]: audit 2024-03-26T02:29:52.265987+0000 mon.a (mon.0) 655 : audit [DBG] from='client.? 172.21.15.115:0/3227888438' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-26T02:29:52.579 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:52 smithi179 bash[22174]: audit 2024-03-26T02:29:52.303837+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.115:0/346458919' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-26T02:29:52.734 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411343 got 77309411345 for osd.2 2024-03-26T02:29:52.735 DEBUG:teuthology.parallel:result is None 2024-03-26T02:29:52.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:52 smithi181 bash[22158]: audit 2024-03-26T02:29:51.979533+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.115:0/3760144862' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-26T02:29:52.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:52 smithi181 bash[22158]: audit 2024-03-26T02:29:52.265987+0000 mon.a (mon.0) 655 : audit [DBG] from='client.? 172.21.15.115:0/3227888438' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-26T02:29:52.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:52 smithi181 bash[22158]: audit 2024-03-26T02:29:52.303837+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.115:0/346458919' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-26T02:29:53.533 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574874 got 55834574875 for osd.1 2024-03-26T02:29:53.534 DEBUG:teuthology.parallel:result is None 2024-03-26T02:29:53.550 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738404 got 34359738406 for osd.0 2024-03-26T02:29:53.550 DEBUG:teuthology.parallel:result is None 2024-03-26T02:29:53.550 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-26T02:29:53.551 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph pg dump --format=json 2024-03-26T02:29:53.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:53 smithi115 bash[21522]: cluster 2024-03-26T02:29:52.237998+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:53.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:53 smithi179 bash[22174]: cluster 2024-03-26T02:29:52.237998+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:53.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:53 smithi181 bash[22158]: cluster 2024-03-26T02:29:52.237998+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:56.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:55 smithi115 bash[21522]: cluster 2024-03-26T02:29:54.238510+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:56.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:55 smithi115 bash[21522]: audit 2024-03-26T02:29:54.799314+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:56.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:55 smithi115 bash[21522]: audit 2024-03-26T02:29:54.806141+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:56.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:55 smithi115 bash[21522]: audit 2024-03-26T02:29:54.816259+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:56.106 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:55 smithi179 bash[22174]: cluster 2024-03-26T02:29:54.238510+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:56.106 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:55 smithi179 bash[22174]: audit 2024-03-26T02:29:54.799314+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:56.106 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:55 smithi179 bash[22174]: audit 2024-03-26T02:29:54.806141+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:56.106 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:55 smithi179 bash[22174]: audit 2024-03-26T02:29:54.816259+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:56.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:55 smithi181 bash[22158]: cluster 2024-03-26T02:29:54.238510+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:56.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:55 smithi181 bash[22158]: audit 2024-03-26T02:29:54.799314+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:56.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:55 smithi181 bash[22158]: audit 2024-03-26T02:29:54.806141+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:56.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:55 smithi181 bash[22158]: audit 2024-03-26T02:29:54.816259+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:57.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:57 smithi179 bash[22174]: cluster 2024-03-26T02:29:56.239053+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:57.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:57 smithi179 bash[22174]: audit 2024-03-26T02:29:56.961117+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:57.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:57 smithi179 bash[22174]: audit 2024-03-26T02:29:56.971713+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:57.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:57 smithi179 bash[22174]: audit 2024-03-26T02:29:56.983071+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:58.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:57 smithi115 bash[21522]: cluster 2024-03-26T02:29:56.239053+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:58.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:57 smithi115 bash[21522]: audit 2024-03-26T02:29:56.961117+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:58.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:57 smithi115 bash[21522]: audit 2024-03-26T02:29:56.971713+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:58.073 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:57 smithi115 bash[21522]: audit 2024-03-26T02:29:56.983071+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:58.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:57 smithi181 bash[22158]: cluster 2024-03-26T02:29:56.239053+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:29:58.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:57 smithi181 bash[22158]: audit 2024-03-26T02:29:56.961117+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:58.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:57 smithi181 bash[22158]: audit 2024-03-26T02:29:56.971713+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:58.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:57 smithi181 bash[22158]: audit 2024-03-26T02:29:56.983071+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:29:58.291 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:30:00.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:29:59 smithi115 bash[21522]: cluster 2024-03-26T02:29:58.239515+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:00.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:29:59 smithi179 bash[22174]: cluster 2024-03-26T02:29:58.239515+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:00.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:29:59 smithi181 bash[22158]: cluster 2024-03-26T02:29:58.239515+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:01.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:00 smithi115 bash[21522]: cluster 2024-03-26T02:30:00.000123+0000 mon.a (mon.0) 663 : cluster [INF] overall HEALTH_OK 2024-03-26T02:30:01.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:00 smithi179 bash[22174]: cluster 2024-03-26T02:30:00.000123+0000 mon.a (mon.0) 663 : cluster [INF] overall HEALTH_OK 2024-03-26T02:30:01.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:00 smithi181 bash[22158]: cluster 2024-03-26T02:30:00.000123+0000 mon.a (mon.0) 663 : cluster [INF] overall HEALTH_OK 2024-03-26T02:30:02.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:01 smithi115 bash[21522]: cluster 2024-03-26T02:30:00.240047+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:02.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:01 smithi179 bash[22174]: cluster 2024-03-26T02:30:00.240047+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:02.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:01 smithi181 bash[22158]: cluster 2024-03-26T02:30:00.240047+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:02.652 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:30:02.654 INFO:teuthology.orchestra.run.smithi115.stderr:dumped all 2024-03-26T02:30:03.427 INFO:teuthology.orchestra.run.smithi115.stdout:{"pg_ready":true,"pg_map":{"version":194,"stamp":"2024-03-26T02:30:02.240291+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":89360,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146096,"statfs":{"total":287985106944,"available":287893602304,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002845"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-26T02:28:45.777191+0000","last_change":"2024-03-26T02:28:44.780939+0000","last_active":"2024-03-26T02:28:45.777191+0000","last_peered":"2024-03-26T02:28:45.777191+0000","last_clean":"2024-03-26T02:28:45.777191+0000","last_became_active":"2024-03-26T02:28:44.780273+0000","last_became_peered":"2024-03-26T02:28:44.780273+0000","last_unstale":"2024-03-26T02:28:45.777191+0000","last_undegraded":"2024-03-26T02:28:45.777191+0000","last_fullsized":"2024-03-26T02:28:45.777191+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-03-26T02:28:43.750946+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-26T02:28:43.750946+0000","last_clean_scrub_stamp":"2024-03-26T02:28:43.750946+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-27T04:06:35.979689+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411347,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":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":34359738409,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32560,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712592,"statfs":{"total":95995035648,"available":95961694208,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574878,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-26T02:30:03.428 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph pg dump --format=json 2024-03-26T02:30:04.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:03 smithi115 bash[21522]: cluster 2024-03-26T02:30:02.240526+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:04.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:03 smithi115 bash[21522]: audit 2024-03-26T02:30:02.653574+0000 mgr.a (mgr.14152) 243 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:30:04.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:03 smithi179 bash[22174]: cluster 2024-03-26T02:30:02.240526+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:04.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:03 smithi179 bash[22174]: audit 2024-03-26T02:30:02.653574+0000 mgr.a (mgr.14152) 243 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:30:04.295 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:03 smithi181 bash[22158]: cluster 2024-03-26T02:30:02.240526+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:04.295 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:03 smithi181 bash[22158]: audit 2024-03-26T02:30:02.653574+0000 mgr.a (mgr.14152) 243 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:30:05.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:05 smithi115 bash[21522]: cluster 2024-03-26T02:30:04.241115+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:05.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:05 smithi115 bash[21522]: audit 2024-03-26T02:30:04.380349+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:05.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:05 smithi115 bash[21522]: audit 2024-03-26T02:30:04.389367+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:05.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:05 smithi115 bash[21522]: audit 2024-03-26T02:30:04.397821+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:05.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:05 smithi179 bash[22174]: cluster 2024-03-26T02:30:04.241115+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:05.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:05 smithi179 bash[22174]: audit 2024-03-26T02:30:04.380349+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:05.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:05 smithi179 bash[22174]: audit 2024-03-26T02:30:04.389367+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:05.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:05 smithi179 bash[22174]: audit 2024-03-26T02:30:04.397821+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:05.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:05 smithi181 bash[22158]: cluster 2024-03-26T02:30:04.241115+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:05.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:05 smithi181 bash[22158]: audit 2024-03-26T02:30:04.380349+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:05.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:05 smithi181 bash[22158]: audit 2024-03-26T02:30:04.389367+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:05.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:05 smithi181 bash[22158]: audit 2024-03-26T02:30:04.397821+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:07.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:07 smithi181 bash[22158]: cluster 2024-03-26T02:30:06.241725+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:07.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:07 smithi115 bash[21522]: cluster 2024-03-26T02:30:06.241725+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:07.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:07 smithi179 bash[22174]: cluster 2024-03-26T02:30:06.241725+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:08.294 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:30:09.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:09 smithi181 bash[22158]: cluster 2024-03-26T02:30:08.242205+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:09.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:09 smithi115 bash[21522]: cluster 2024-03-26T02:30:08.242205+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:09.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:09 smithi179 bash[22174]: cluster 2024-03-26T02:30:08.242205+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:10.910 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:30:10.913 INFO:teuthology.orchestra.run.smithi115.stderr:dumped all 2024-03-26T02:30:11.564 INFO:teuthology.orchestra.run.smithi115.stdout:{"pg_ready":true,"pg_map":{"version":198,"stamp":"2024-03-26T02:30:10.242423+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":89360,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146096,"statfs":{"total":287985106944,"available":287893602304,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003135"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-26T02:28:45.777191+0000","last_change":"2024-03-26T02:28:44.780939+0000","last_active":"2024-03-26T02:28:45.777191+0000","last_peered":"2024-03-26T02:28:45.777191+0000","last_clean":"2024-03-26T02:28:45.777191+0000","last_became_active":"2024-03-26T02:28:44.780273+0000","last_became_peered":"2024-03-26T02:28:44.780273+0000","last_unstale":"2024-03-26T02:28:45.777191+0000","last_undegraded":"2024-03-26T02:28:45.777191+0000","last_fullsized":"2024-03-26T02:28:45.777191+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-03-26T02:28:43.750946+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-26T02:28:43.750946+0000","last_clean_scrub_stamp":"2024-03-26T02:28:43.750946+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-27T04:06:35.979689+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411349,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":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":32560,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712592,"statfs":{"total":95995035648,"available":95961694208,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":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-03-26T02:30:11.564 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-26T02:30:11.564 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-26T02:30:11.564 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-26T02:30:11.565 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- ceph health --format=json 2024-03-26T02:30:11.665 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:11 smithi181 bash[22158]: cluster 2024-03-26T02:30:10.242772+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:11.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:11 smithi115 bash[21522]: cluster 2024-03-26T02:30:10.242772+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:11.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:11 smithi179 bash[22174]: cluster 2024-03-26T02:30:10.242772+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:12.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:12 smithi181 bash[22158]: audit 2024-03-26T02:30:10.910855+0000 mgr.a (mgr.14152) 248 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:30:12.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:12 smithi115 bash[21522]: audit 2024-03-26T02:30:10.910855+0000 mgr.a (mgr.14152) 248 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:30:12.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:12 smithi179 bash[22174]: audit 2024-03-26T02:30:10.910855+0000 mgr.a (mgr.14152) 248 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:30:13.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:13 smithi179 bash[22174]: cluster 2024-03-26T02:30:12.243272+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:13.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:13 smithi181 bash[22158]: cluster 2024-03-26T02:30:12.243272+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:13.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:13 smithi115 bash[21522]: cluster 2024-03-26T02:30:12.243272+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:15.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:15 smithi181 bash[22158]: cluster 2024-03-26T02:30:14.243800+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:15.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:15 smithi181 bash[22158]: audit 2024-03-26T02:30:15.016740+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:15.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:15 smithi181 bash[22158]: audit 2024-03-26T02:30:15.026246+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:15.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:15 smithi181 bash[22158]: audit 2024-03-26T02:30:15.036692+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:15.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:15 smithi115 bash[21522]: cluster 2024-03-26T02:30:14.243800+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:15.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:15 smithi115 bash[21522]: audit 2024-03-26T02:30:15.016740+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:15.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:15 smithi115 bash[21522]: audit 2024-03-26T02:30:15.026246+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:15.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:15 smithi115 bash[21522]: audit 2024-03-26T02:30:15.036692+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:15.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:15 smithi179 bash[22174]: cluster 2024-03-26T02:30:14.243800+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:15.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:15 smithi179 bash[22174]: audit 2024-03-26T02:30:15.016740+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:15.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:15 smithi179 bash[22174]: audit 2024-03-26T02:30:15.026246+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:15.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:15 smithi179 bash[22174]: audit 2024-03-26T02:30:15.036692+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:16.283 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:30:17.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:17 smithi181 bash[22158]: cluster 2024-03-26T02:30:16.244371+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:17.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:17 smithi181 bash[22158]: audit 2024-03-26T02:30:17.174570+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:17.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:17 smithi181 bash[22158]: audit 2024-03-26T02:30:17.180579+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:17.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:17 smithi181 bash[22158]: audit 2024-03-26T02:30:17.187033+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:17.719 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:17 smithi179 bash[22174]: cluster 2024-03-26T02:30:16.244371+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:17.720 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:17 smithi179 bash[22174]: audit 2024-03-26T02:30:17.174570+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:17.720 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:17 smithi179 bash[22174]: audit 2024-03-26T02:30:17.180579+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:17.720 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:17 smithi179 bash[22174]: audit 2024-03-26T02:30:17.187033+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:17.791 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:17 smithi115 bash[21522]: cluster 2024-03-26T02:30:16.244371+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:17.791 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:17 smithi115 bash[21522]: audit 2024-03-26T02:30:17.174570+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:17.791 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:17 smithi115 bash[21522]: audit 2024-03-26T02:30:17.180579+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:17.791 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:17 smithi115 bash[21522]: audit 2024-03-26T02:30:17.187033+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:18.938 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:30:18.939 INFO:teuthology.orchestra.run.smithi115.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-26T02:30:19.739 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:19 smithi179 bash[22174]: cluster 2024-03-26T02:30:18.244829+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:19.739 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:19 smithi179 bash[22174]: audit 2024-03-26T02:30:18.940780+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.115:0/1004959942' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-26T02:30:19.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:19 smithi181 bash[22158]: cluster 2024-03-26T02:30:18.244829+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:19.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:19 smithi181 bash[22158]: audit 2024-03-26T02:30:18.940780+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.115:0/1004959942' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-26T02:30:19.828 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:19 smithi115 bash[21522]: cluster 2024-03-26T02:30:18.244829+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:19.828 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:19 smithi115 bash[21522]: audit 2024-03-26T02:30:18.940780+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.115:0/1004959942' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-26T02:30:20.013 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-26T02:30:20.014 INFO:tasks.cephadm:Setup complete, yielding 2024-03-26T02:30:20.014 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-26T02:30:20.025 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi115.front.sepia.ceph.com 2024-03-26T02:30:20.025 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 -- bash -c 'set -e 2024-03-26T02:30:20.025 DEBUG:teuthology.orchestra.run.smithi115:> set -x 2024-03-26T02:30:20.025 DEBUG:teuthology.orchestra.run.smithi115:> ceph orch apply node-exporter 2024-03-26T02:30:20.025 DEBUG:teuthology.orchestra.run.smithi115:> ceph orch apply grafana 2024-03-26T02:30:20.025 DEBUG:teuthology.orchestra.run.smithi115:> ceph orch apply alertmanager 2024-03-26T02:30:20.025 DEBUG:teuthology.orchestra.run.smithi115:> ceph orch apply prometheus 2024-03-26T02:30:20.025 DEBUG:teuthology.orchestra.run.smithi115:> sleep 240 2024-03-26T02:30:20.025 DEBUG:teuthology.orchestra.run.smithi115:> ceph orch ls 2024-03-26T02:30:20.026 DEBUG:teuthology.orchestra.run.smithi115:> ceph orch ps 2024-03-26T02:30:20.026 DEBUG:teuthology.orchestra.run.smithi115:> ceph orch host ls 2024-03-26T02:30:20.026 DEBUG:teuthology.orchestra.run.smithi115:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-03-26T02:30:20.026 DEBUG:teuthology.orchestra.run.smithi115:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-26T02:30:20.026 DEBUG:teuthology.orchestra.run.smithi115:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-26T02:30:20.026 DEBUG:teuthology.orchestra.run.smithi115:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-26T02:30:20.026 DEBUG:teuthology.orchestra.run.smithi115:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-03-26T02:30:20.026 DEBUG:teuthology.orchestra.run.smithi115:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-03-26T02:30:20.026 DEBUG:teuthology.orchestra.run.smithi115:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-03-26T02:30:20.026 DEBUG:teuthology.orchestra.run.smithi115:> # check each host node-exporter metrics endpoint is responsive 2024-03-26T02:30:20.026 DEBUG:teuthology.orchestra.run.smithi115:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-03-26T02:30:20.026 DEBUG:teuthology.orchestra.run.smithi115:> for ip in $ALL_HOST_IPS; do 2024-03-26T02:30:20.026 DEBUG:teuthology.orchestra.run.smithi115:> curl -s http://${ip}:9100/metric 2024-03-26T02:30:20.026 DEBUG:teuthology.orchestra.run.smithi115:> done 2024-03-26T02:30:20.027 DEBUG:teuthology.orchestra.run.smithi115:> # check grafana endpoints are responsive and database health is okay 2024-03-26T02:30:20.027 DEBUG:teuthology.orchestra.run.smithi115:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-03-26T02:30:20.027 DEBUG:teuthology.orchestra.run.smithi115:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-03-26T02:30:20.027 DEBUG:teuthology.orchestra.run.smithi115:> # stop mon daemon in order to trigger an alert 2024-03-26T02:30:20.027 DEBUG:teuthology.orchestra.run.smithi115:> ceph orch daemon stop $MON_DAEMON 2024-03-26T02:30:20.027 DEBUG:teuthology.orchestra.run.smithi115:> sleep 120 2024-03-26T02:30:20.027 DEBUG:teuthology.orchestra.run.smithi115:> # check prometheus endpoints are responsive and mon down alert is firing 2024-03-26T02:30:20.027 DEBUG:teuthology.orchestra.run.smithi115:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-03-26T02:30:20.027 DEBUG:teuthology.orchestra.run.smithi115:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-03-26T02:30:20.027 DEBUG:teuthology.orchestra.run.smithi115:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-03-26T02:30:20.027 DEBUG:teuthology.orchestra.run.smithi115:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-03-26T02:30:20.027 DEBUG:teuthology.orchestra.run.smithi115:> # check alertmanager endpoints are responsive and mon down alert is active 2024-03-26T02:30:20.027 DEBUG:teuthology.orchestra.run.smithi115:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-03-26T02:30:20.027 DEBUG:teuthology.orchestra.run.smithi115:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-03-26T02:30:20.027 DEBUG:teuthology.orchestra.run.smithi115:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-03-26T02:30:20.028 DEBUG:teuthology.orchestra.run.smithi115:> ' 2024-03-26T02:30:21.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:21 smithi181 bash[22158]: cluster 2024-03-26T02:30:20.245161+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:21.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:21 smithi115 bash[21522]: cluster 2024-03-26T02:30:20.245161+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:21.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:21 smithi179 bash[22174]: cluster 2024-03-26T02:30:20.245161+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:23.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:23 smithi181 bash[22158]: cluster 2024-03-26T02:30:22.245540+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:23.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:23 smithi115 bash[21522]: cluster 2024-03-26T02:30:22.245540+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:23.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:23 smithi179 bash[22174]: cluster 2024-03-26T02:30:22.245540+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:25.762 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T02:30:25.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:25 smithi179 bash[22174]: cluster 2024-03-26T02:30:24.246087+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:25.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:25 smithi179 bash[22174]: audit 2024-03-26T02:30:24.600079+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:25.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:25 smithi179 bash[22174]: audit 2024-03-26T02:30:24.608064+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:25.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:25 smithi179 bash[22174]: audit 2024-03-26T02:30:24.618050+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:26.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:25 smithi181 bash[22158]: cluster 2024-03-26T02:30:24.246087+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:26.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:25 smithi181 bash[22158]: audit 2024-03-26T02:30:24.600079+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:26.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:25 smithi181 bash[22158]: audit 2024-03-26T02:30:24.608064+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:26.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:25 smithi181 bash[22158]: audit 2024-03-26T02:30:24.618050+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:26.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:25 smithi115 bash[21522]: cluster 2024-03-26T02:30:24.246087+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:26.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:25 smithi115 bash[21522]: audit 2024-03-26T02:30:24.600079+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:26.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:25 smithi115 bash[21522]: audit 2024-03-26T02:30:24.608064+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:26.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:25 smithi115 bash[21522]: audit 2024-03-26T02:30:24.618050+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:27.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:27 smithi115 bash[21522]: cluster 2024-03-26T02:30:26.246601+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:27.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:27 smithi179 bash[22174]: cluster 2024-03-26T02:30:26.246601+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:27.929 INFO:teuthology.orchestra.run.smithi115.stderr:+ ceph orch apply node-exporter 2024-03-26T02:30:28.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:27 smithi181 bash[22158]: cluster 2024-03-26T02:30:26.246601+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:28.282 INFO:teuthology.orchestra.run.smithi115.stdout:Scheduled node-exporter update... 2024-03-26T02:30:28.295 INFO:teuthology.orchestra.run.smithi115.stderr:+ ceph orch apply grafana 2024-03-26T02:30:28.657 INFO:teuthology.orchestra.run.smithi115.stdout:Scheduled grafana update... 2024-03-26T02:30:28.670 INFO:teuthology.orchestra.run.smithi115.stderr:+ ceph orch apply alertmanager 2024-03-26T02:30:29.028 INFO:teuthology.orchestra.run.smithi115.stdout:Scheduled alertmanager update... 2024-03-26T02:30:29.041 INFO:teuthology.orchestra.run.smithi115.stderr:+ ceph orch apply prometheus 2024-03-26T02:30:29.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:29 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:29.072 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:30:29 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:29.072 INFO:journalctl@ceph.osd.0.smithi115.stdout:Mar 26 02:30:29 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:29.361 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:30:29 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:29.362 INFO:journalctl@ceph.osd.0.smithi115.stdout:Mar 26 02:30:29 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:29.362 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:29 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:29.362 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:29 smithi115 bash[21522]: cluster 2024-03-26T02:30:28.247109+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:29.362 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:29 smithi115 bash[21522]: audit 2024-03-26T02:30:28.276914+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:30:29.362 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:29 smithi115 bash[21522]: cephadm 2024-03-26T02:30:28.279505+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-26T02:30:29.362 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:29 smithi115 bash[21522]: audit 2024-03-26T02:30:28.284209+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:29.362 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:29 smithi115 bash[21522]: audit 2024-03-26T02:30:28.334327+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:30:29.363 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:29 smithi115 bash[21522]: audit 2024-03-26T02:30:28.337768+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:30:29.363 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:29 smithi115 bash[21522]: audit 2024-03-26T02:30:28.338962+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:30:29.363 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:29 smithi115 bash[21522]: audit 2024-03-26T02:30:28.347046+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:29.363 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:29 smithi115 bash[21522]: cephadm 2024-03-26T02:30:28.353203+0000 mgr.a (mgr.14152) 260 : cephadm [INF] Deploying daemon node-exporter.smithi115 on smithi115 2024-03-26T02:30:29.363 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:29 smithi115 bash[21522]: audit 2024-03-26T02:30:28.650751+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:30:29.363 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:29 smithi115 bash[21522]: cephadm 2024-03-26T02:30:28.652442+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-26T02:30:29.363 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:29 smithi115 bash[21522]: audit 2024-03-26T02:30:28.658761+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:29.363 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:29 smithi115 bash[21522]: audit 2024-03-26T02:30:29.030097+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:29.390 INFO:teuthology.orchestra.run.smithi115.stdout:Scheduled prometheus update... 2024-03-26T02:30:29.402 INFO:teuthology.orchestra.run.smithi115.stderr:+ sleep 240 2024-03-26T02:30:29.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:29 smithi181 bash[22158]: cluster 2024-03-26T02:30:28.247109+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:29.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:29 smithi181 bash[22158]: audit 2024-03-26T02:30:28.276914+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:30:29.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:29 smithi181 bash[22158]: cephadm 2024-03-26T02:30:28.279505+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-26T02:30:29.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:29 smithi181 bash[22158]: audit 2024-03-26T02:30:28.284209+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:29.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:29 smithi181 bash[22158]: audit 2024-03-26T02:30:28.334327+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:30:29.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:29 smithi181 bash[22158]: audit 2024-03-26T02:30:28.337768+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:30:29.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:29 smithi181 bash[22158]: audit 2024-03-26T02:30:28.338962+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:30:29.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:29 smithi181 bash[22158]: audit 2024-03-26T02:30:28.347046+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:29.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:29 smithi181 bash[22158]: cephadm 2024-03-26T02:30:28.353203+0000 mgr.a (mgr.14152) 260 : cephadm [INF] Deploying daemon node-exporter.smithi115 on smithi115 2024-03-26T02:30:29.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:29 smithi181 bash[22158]: audit 2024-03-26T02:30:28.650751+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:30:29.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:29 smithi181 bash[22158]: cephadm 2024-03-26T02:30:28.652442+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-26T02:30:29.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:29 smithi181 bash[22158]: audit 2024-03-26T02:30:28.658761+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:29.542 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:29 smithi181 bash[22158]: audit 2024-03-26T02:30:29.030097+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:29.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:29 smithi179 bash[22174]: cluster 2024-03-26T02:30:28.247109+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:29.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:29 smithi179 bash[22174]: audit 2024-03-26T02:30:28.276914+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:30:29.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:29 smithi179 bash[22174]: cephadm 2024-03-26T02:30:28.279505+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-26T02:30:29.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:29 smithi179 bash[22174]: audit 2024-03-26T02:30:28.284209+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:29.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:29 smithi179 bash[22174]: audit 2024-03-26T02:30:28.334327+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:30:29.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:29 smithi179 bash[22174]: audit 2024-03-26T02:30:28.337768+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:30:29.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:29 smithi179 bash[22174]: audit 2024-03-26T02:30:28.338962+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:30:29.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:29 smithi179 bash[22174]: audit 2024-03-26T02:30:28.347046+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:29.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:29 smithi179 bash[22174]: cephadm 2024-03-26T02:30:28.353203+0000 mgr.a (mgr.14152) 260 : cephadm [INF] Deploying daemon node-exporter.smithi115 on smithi115 2024-03-26T02:30:29.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:29 smithi179 bash[22174]: audit 2024-03-26T02:30:28.650751+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:30:29.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:29 smithi179 bash[22174]: cephadm 2024-03-26T02:30:28.652442+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-26T02:30:29.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:29 smithi179 bash[22174]: audit 2024-03-26T02:30:28.658761+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:29.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:29 smithi179 bash[22174]: audit 2024-03-26T02:30:29.030097+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:30.293 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:30 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:30.293 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:30:30 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:30.294 INFO:journalctl@ceph.osd.1.smithi179.stdout:Mar 26 02:30:30 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:30.294 INFO:journalctl@ceph.osd.1.smithi179.stdout:Mar 26 02:30:30 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:30.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:30 smithi115 bash[21522]: audit 2024-03-26T02:30:29.023760+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:30:30.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:30 smithi115 bash[21522]: cephadm 2024-03-26T02:30:29.026198+0000 mgr.a (mgr.14152) 264 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-26T02:30:30.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:30 smithi115 bash[21522]: audit 2024-03-26T02:30:29.360425+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:30.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:30 smithi115 bash[21522]: audit 2024-03-26T02:30:29.365525+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:30.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:30 smithi115 bash[21522]: audit 2024-03-26T02:30:29.373765+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:30.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:30 smithi115 bash[21522]: cephadm 2024-03-26T02:30:29.374438+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Deploying daemon node-exporter.smithi179 on smithi179 2024-03-26T02:30:30.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:30 smithi115 bash[21522]: audit 2024-03-26T02:30:29.387398+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:30:30.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:30 smithi115 bash[21522]: cephadm 2024-03-26T02:30:29.388423+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-26T02:30:30.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:30 smithi115 bash[21522]: audit 2024-03-26T02:30:29.391883+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:30.629 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:30:30 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:30.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:30 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:30.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:30 smithi179 bash[22174]: audit 2024-03-26T02:30:29.023760+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:30:30.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:30 smithi179 bash[22174]: cephadm 2024-03-26T02:30:29.026198+0000 mgr.a (mgr.14152) 264 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-26T02:30:30.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:30 smithi179 bash[22174]: audit 2024-03-26T02:30:29.360425+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:30.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:30 smithi179 bash[22174]: audit 2024-03-26T02:30:29.365525+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:30.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:30 smithi179 bash[22174]: audit 2024-03-26T02:30:29.373765+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:30.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:30 smithi179 bash[22174]: cephadm 2024-03-26T02:30:29.374438+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Deploying daemon node-exporter.smithi179 on smithi179 2024-03-26T02:30:30.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:30 smithi179 bash[22174]: audit 2024-03-26T02:30:29.387398+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:30:30.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:30 smithi179 bash[22174]: cephadm 2024-03-26T02:30:29.388423+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-26T02:30:30.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:30 smithi179 bash[22174]: audit 2024-03-26T02:30:29.391883+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:30.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:30 smithi181 bash[22158]: audit 2024-03-26T02:30:29.023760+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:30:30.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:30 smithi181 bash[22158]: cephadm 2024-03-26T02:30:29.026198+0000 mgr.a (mgr.14152) 264 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-26T02:30:30.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:30 smithi181 bash[22158]: audit 2024-03-26T02:30:29.360425+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:30.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:30 smithi181 bash[22158]: audit 2024-03-26T02:30:29.365525+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:30.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:30 smithi181 bash[22158]: audit 2024-03-26T02:30:29.373765+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:30.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:30 smithi181 bash[22158]: cephadm 2024-03-26T02:30:29.374438+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Deploying daemon node-exporter.smithi179 on smithi179 2024-03-26T02:30:30.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:30 smithi181 bash[22158]: audit 2024-03-26T02:30:29.387398+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:30:30.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:30 smithi181 bash[22158]: cephadm 2024-03-26T02:30:29.388423+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-26T02:30:30.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:30 smithi181 bash[22158]: audit 2024-03-26T02:30:29.391883+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:31.440 INFO:journalctl@ceph.osd.2.smithi181.stdout:Mar 26 02:30:31 smithi181 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:31.440 INFO:journalctl@ceph.osd.2.smithi181.stdout:Mar 26 02:30:31 smithi181 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:31.441 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:31 smithi181 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:31.441 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:31 smithi181 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:31.627 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:31 smithi115 bash[21522]: cluster 2024-03-26T02:30:30.247629+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:31.627 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:31 smithi115 bash[21522]: audit 2024-03-26T02:30:30.459624+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:31.627 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:31 smithi115 bash[21522]: audit 2024-03-26T02:30:30.471459+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:31.627 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:31 smithi115 bash[21522]: audit 2024-03-26T02:30:30.495822+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:31.627 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:31 smithi115 bash[21522]: cephadm 2024-03-26T02:30:30.497016+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Deploying daemon node-exporter.smithi181 on smithi181 2024-03-26T02:30:31.710 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:31 smithi179 bash[22174]: cluster 2024-03-26T02:30:30.247629+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:31.710 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:31 smithi179 bash[22174]: audit 2024-03-26T02:30:30.459624+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:31.710 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:31 smithi179 bash[22174]: audit 2024-03-26T02:30:30.471459+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:31.710 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:31 smithi179 bash[22174]: audit 2024-03-26T02:30:30.495822+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:31.710 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:31 smithi179 bash[22174]: cephadm 2024-03-26T02:30:30.497016+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Deploying daemon node-exporter.smithi181 on smithi181 2024-03-26T02:30:31.730 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:31 smithi181 bash[22158]: cluster 2024-03-26T02:30:30.247629+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:31.730 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:31 smithi181 bash[22158]: audit 2024-03-26T02:30:30.459624+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:31.731 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:31 smithi181 bash[22158]: audit 2024-03-26T02:30:30.471459+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:31.731 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:31 smithi181 bash[22158]: audit 2024-03-26T02:30:30.495822+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:31.731 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:31 smithi181 bash[22158]: cephadm 2024-03-26T02:30:30.497016+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Deploying daemon node-exporter.smithi181 on smithi181 2024-03-26T02:30:32.713 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:32 smithi181 bash[22158]: audit 2024-03-26T02:30:31.491000+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:32.714 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:32 smithi181 bash[22158]: audit 2024-03-26T02:30:31.499440+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:32.714 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:32 smithi181 bash[22158]: audit 2024-03-26T02:30:31.517268+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:32.714 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:32 smithi181 bash[22158]: audit 2024-03-26T02:30:31.524894+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:32.714 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:32 smithi181 bash[22158]: audit 2024-03-26T02:30:31.626266+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:30:32.714 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:32 smithi181 bash[22158]: audit 2024-03-26T02:30:31.630679+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:30:32.714 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:32 smithi181 bash[22158]: audit 2024-03-26T02:30:31.631536+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:30:32.714 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:32 smithi181 bash[22158]: audit 2024-03-26T02:30:31.639800+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:32.714 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:32 smithi181 bash[22158]: cephadm 2024-03-26T02:30:31.640429+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:30:32.714 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:32 smithi181 bash[22158]: audit 2024-03-26T02:30:31.722873+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:30:32.714 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:32 smithi181 bash[22158]: audit 2024-03-26T02:30:31.726565+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:30:32.714 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:32 smithi181 bash[22158]: audit 2024-03-26T02:30:31.727616+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:30:32.714 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:32 smithi181 bash[22158]: audit 2024-03-26T02:30:31.738184+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:32.714 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:32 smithi181 bash[22158]: cephadm 2024-03-26T02:30:31.739013+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:30:32.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:32 smithi115 bash[21522]: audit 2024-03-26T02:30:31.491000+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:32.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:32 smithi115 bash[21522]: audit 2024-03-26T02:30:31.499440+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:32.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:32 smithi115 bash[21522]: audit 2024-03-26T02:30:31.517268+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:32.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:32 smithi115 bash[21522]: audit 2024-03-26T02:30:31.524894+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:32.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:32 smithi115 bash[21522]: audit 2024-03-26T02:30:31.626266+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:30:32.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:32 smithi115 bash[21522]: audit 2024-03-26T02:30:31.630679+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:30:32.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:32 smithi115 bash[21522]: audit 2024-03-26T02:30:31.631536+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:30:32.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:32 smithi115 bash[21522]: audit 2024-03-26T02:30:31.639800+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:32.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:32 smithi115 bash[21522]: cephadm 2024-03-26T02:30:31.640429+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:30:32.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:32 smithi115 bash[21522]: audit 2024-03-26T02:30:31.722873+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:30:32.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:32 smithi115 bash[21522]: audit 2024-03-26T02:30:31.726565+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:30:32.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:32 smithi115 bash[21522]: audit 2024-03-26T02:30:31.727616+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:30:32.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:32 smithi115 bash[21522]: audit 2024-03-26T02:30:31.738184+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:32.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:32 smithi115 bash[21522]: cephadm 2024-03-26T02:30:31.739013+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:30:32.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:32 smithi179 bash[22174]: audit 2024-03-26T02:30:31.491000+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:32.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:32 smithi179 bash[22174]: audit 2024-03-26T02:30:31.499440+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:32.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:32 smithi179 bash[22174]: audit 2024-03-26T02:30:31.517268+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:32.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:32 smithi179 bash[22174]: audit 2024-03-26T02:30:31.524894+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:32.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:32 smithi179 bash[22174]: audit 2024-03-26T02:30:31.626266+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:30:32.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:32 smithi179 bash[22174]: audit 2024-03-26T02:30:31.630679+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:30:32.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:32 smithi179 bash[22174]: audit 2024-03-26T02:30:31.631536+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:30:32.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:32 smithi179 bash[22174]: audit 2024-03-26T02:30:31.639800+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:32.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:32 smithi179 bash[22174]: cephadm 2024-03-26T02:30:31.640429+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:30:32.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:32 smithi179 bash[22174]: audit 2024-03-26T02:30:31.722873+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:30:32.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:32 smithi179 bash[22174]: audit 2024-03-26T02:30:31.726565+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:30:32.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:32 smithi179 bash[22174]: audit 2024-03-26T02:30:31.727616+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:30:32.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:32 smithi179 bash[22174]: audit 2024-03-26T02:30:31.738184+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:32.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:32 smithi179 bash[22174]: cephadm 2024-03-26T02:30:31.739013+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:30:34.039 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:33 smithi115 bash[21522]: cluster 2024-03-26T02:30:32.248210+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:34.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:33 smithi181 bash[22158]: cluster 2024-03-26T02:30:32.248210+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:34.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:33 smithi179 bash[22174]: cluster 2024-03-26T02:30:32.248210+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:36.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:35 smithi181 bash[22158]: cluster 2024-03-26T02:30:34.248844+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:36.041 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:35 smithi181 bash[22158]: audit 2024-03-26T02:30:35.213759+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:36.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:35 smithi115 bash[21522]: cluster 2024-03-26T02:30:34.248844+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:36.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:35 smithi115 bash[21522]: audit 2024-03-26T02:30:35.213759+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:36.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:35 smithi179 bash[22174]: cluster 2024-03-26T02:30:34.248844+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:36.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:35 smithi179 bash[22174]: audit 2024-03-26T02:30:35.213759+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:37.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:37 smithi181 bash[22158]: audit 2024-03-26T02:30:36.037747+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:37.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:37 smithi181 bash[22158]: cluster 2024-03-26T02:30:36.249287+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:37.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:37 smithi181 bash[22158]: audit 2024-03-26T02:30:36.377437+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:37.303 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:37 smithi179 bash[22174]: audit 2024-03-26T02:30:36.037747+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:37.303 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:37 smithi179 bash[22174]: cluster 2024-03-26T02:30:36.249287+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:37.303 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:37 smithi179 bash[22174]: audit 2024-03-26T02:30:36.377437+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:37.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:37 smithi115 bash[21522]: audit 2024-03-26T02:30:36.037747+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:37.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:37 smithi115 bash[21522]: cluster 2024-03-26T02:30:36.249287+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:37.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:37 smithi115 bash[21522]: audit 2024-03-26T02:30:36.377437+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:38.370 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:38 smithi179 bash[22174]: audit 2024-03-26T02:30:37.333244+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:38.370 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:38 smithi179 bash[22174]: audit 2024-03-26T02:30:38.112430+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:38.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:38 smithi181 bash[22158]: audit 2024-03-26T02:30:37.333244+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:38.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:38 smithi181 bash[22158]: audit 2024-03-26T02:30:38.112430+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:38.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:38 smithi115 bash[21522]: audit 2024-03-26T02:30:37.333244+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:38.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:38 smithi115 bash[21522]: audit 2024-03-26T02:30:38.112430+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:40.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:39 smithi181 bash[22158]: cluster 2024-03-26T02:30:38.249708+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:40.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:39 smithi181 bash[22158]: audit 2024-03-26T02:30:38.893944+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:40.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:39 smithi181 bash[22158]: audit 2024-03-26T02:30:39.650538+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:40.263 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:39 smithi115 bash[21522]: cluster 2024-03-26T02:30:38.249708+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:40.263 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:39 smithi115 bash[21522]: audit 2024-03-26T02:30:38.893944+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:40.263 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:39 smithi115 bash[21522]: audit 2024-03-26T02:30:39.650538+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:40.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:39 smithi179 bash[22174]: cluster 2024-03-26T02:30:38.249708+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:40.379 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:39 smithi179 bash[22174]: audit 2024-03-26T02:30:38.893944+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:40.379 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:39 smithi179 bash[22174]: audit 2024-03-26T02:30:39.650538+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:41.532 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:41 smithi179 bash[22174]: audit 2024-03-26T02:30:40.238216+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:41.532 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:41 smithi179 bash[22174]: audit 2024-03-26T02:30:40.244326+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:41.532 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:41 smithi179 bash[22174]: cluster 2024-03-26T02:30:40.249994+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:41.532 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:41 smithi179 bash[22174]: audit 2024-03-26T02:30:40.264399+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:41.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:41 smithi181 bash[22158]: audit 2024-03-26T02:30:40.238216+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:41.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:41 smithi181 bash[22158]: audit 2024-03-26T02:30:40.244326+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:41.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:41 smithi181 bash[22158]: cluster 2024-03-26T02:30:40.249994+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:41.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:41 smithi181 bash[22158]: audit 2024-03-26T02:30:40.264399+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:41.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:41 smithi115 bash[21522]: audit 2024-03-26T02:30:40.238216+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:41.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:41 smithi115 bash[21522]: audit 2024-03-26T02:30:40.244326+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:41.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:41 smithi115 bash[21522]: cluster 2024-03-26T02:30:40.249994+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:41.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:41 smithi115 bash[21522]: audit 2024-03-26T02:30:40.264399+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:42.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:42 smithi181 bash[22158]: audit 2024-03-26T02:30:41.509830+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:42.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:42 smithi181 bash[22158]: audit 2024-03-26T02:30:41.520376+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:42.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:42 smithi181 bash[22158]: audit 2024-03-26T02:30:41.532144+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:42.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:42 smithi181 bash[22158]: audit 2024-03-26T02:30:42.472402+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:42.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:42 smithi181 bash[22158]: audit 2024-03-26T02:30:42.482813+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:42.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:42 smithi181 bash[22158]: audit 2024-03-26T02:30:42.493535+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:42.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:42 smithi115 bash[21522]: audit 2024-03-26T02:30:41.509830+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:42.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:42 smithi115 bash[21522]: audit 2024-03-26T02:30:41.520376+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:42.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:42 smithi115 bash[21522]: audit 2024-03-26T02:30:41.532144+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:42.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:42 smithi115 bash[21522]: audit 2024-03-26T02:30:42.472402+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:42.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:42 smithi115 bash[21522]: audit 2024-03-26T02:30:42.482813+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:42.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:42 smithi115 bash[21522]: audit 2024-03-26T02:30:42.493535+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:42.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:42 smithi179 bash[22174]: audit 2024-03-26T02:30:41.509830+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:42.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:42 smithi179 bash[22174]: audit 2024-03-26T02:30:41.520376+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:42.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:42 smithi179 bash[22174]: audit 2024-03-26T02:30:41.532144+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:42.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:42 smithi179 bash[22174]: audit 2024-03-26T02:30:42.472402+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:42.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:42 smithi179 bash[22174]: audit 2024-03-26T02:30:42.482813+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:42.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:42 smithi179 bash[22174]: audit 2024-03-26T02:30:42.493535+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:43.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:43 smithi181 bash[22158]: cluster 2024-03-26T02:30:42.250472+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:43.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:43 smithi181 bash[22158]: audit 2024-03-26T02:30:42.528090+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:30:43.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:43 smithi181 bash[22158]: audit 2024-03-26T02:30:42.534710+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:30:43.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:43 smithi181 bash[22158]: audit 2024-03-26T02:30:42.536359+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:30:43.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:43 smithi181 bash[22158]: audit 2024-03-26T02:30:42.546014+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:43.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:43 smithi181 bash[22158]: cephadm 2024-03-26T02:30:42.594985+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-26T02:30:43.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:43 smithi181 bash[22158]: audit 2024-03-26T02:30:42.676136+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:43.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:43 smithi181 bash[22158]: audit 2024-03-26T02:30:42.682534+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:43.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:43 smithi181 bash[22158]: audit 2024-03-26T02:30:42.686989+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-26T02:30:43.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:43 smithi181 bash[22158]: audit 2024-03-26T02:30:42.687953+0000 mgr.a (mgr.14152) 279 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-26T02:30:43.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:43 smithi181 bash[22158]: audit 2024-03-26T02:30:42.694208+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:43.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:43 smithi181 bash[22158]: cephadm 2024-03-26T02:30:42.721664+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Deploying daemon grafana.smithi115 on smithi115 2024-03-26T02:30:43.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:43 smithi115 bash[21522]: cluster 2024-03-26T02:30:42.250472+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:43.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:43 smithi115 bash[21522]: audit 2024-03-26T02:30:42.528090+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:30:43.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:43 smithi115 bash[21522]: audit 2024-03-26T02:30:42.534710+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:30:43.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:43 smithi115 bash[21522]: audit 2024-03-26T02:30:42.536359+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:30:43.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:43 smithi115 bash[21522]: audit 2024-03-26T02:30:42.546014+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:43.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:43 smithi115 bash[21522]: cephadm 2024-03-26T02:30:42.594985+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-26T02:30:43.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:43 smithi115 bash[21522]: audit 2024-03-26T02:30:42.676136+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:43.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:43 smithi115 bash[21522]: audit 2024-03-26T02:30:42.682534+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:43.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:43 smithi115 bash[21522]: audit 2024-03-26T02:30:42.686989+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-26T02:30:43.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:43 smithi115 bash[21522]: audit 2024-03-26T02:30:42.687953+0000 mgr.a (mgr.14152) 279 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-26T02:30:43.823 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:43 smithi115 bash[21522]: audit 2024-03-26T02:30:42.694208+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:43.824 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:43 smithi115 bash[21522]: cephadm 2024-03-26T02:30:42.721664+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Deploying daemon grafana.smithi115 on smithi115 2024-03-26T02:30:43.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:43 smithi179 bash[22174]: cluster 2024-03-26T02:30:42.250472+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:43.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:43 smithi179 bash[22174]: audit 2024-03-26T02:30:42.528090+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:30:43.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:43 smithi179 bash[22174]: audit 2024-03-26T02:30:42.534710+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:30:43.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:43 smithi179 bash[22174]: audit 2024-03-26T02:30:42.536359+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:30:43.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:43 smithi179 bash[22174]: audit 2024-03-26T02:30:42.546014+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:43.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:43 smithi179 bash[22174]: cephadm 2024-03-26T02:30:42.594985+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-26T02:30:43.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:43 smithi179 bash[22174]: audit 2024-03-26T02:30:42.676136+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:43.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:43 smithi179 bash[22174]: audit 2024-03-26T02:30:42.682534+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:43.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:43 smithi179 bash[22174]: audit 2024-03-26T02:30:42.686989+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-26T02:30:43.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:43 smithi179 bash[22174]: audit 2024-03-26T02:30:42.687953+0000 mgr.a (mgr.14152) 279 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-26T02:30:43.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:43 smithi179 bash[22174]: audit 2024-03-26T02:30:42.694208+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:43.880 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:43 smithi179 bash[22174]: cephadm 2024-03-26T02:30:42.721664+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Deploying daemon grafana.smithi115 on smithi115 2024-03-26T02:30:45.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:45 smithi181 bash[22158]: cluster 2024-03-26T02:30:44.250885+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:45.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:45 smithi115 bash[21522]: cluster 2024-03-26T02:30:44.250885+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:45.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:45 smithi179 bash[22174]: cluster 2024-03-26T02:30:44.250885+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:47.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:47 smithi181 bash[22158]: cluster 2024-03-26T02:30:46.251271+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:47.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:47 smithi115 bash[21522]: cluster 2024-03-26T02:30:46.251271+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:47.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:47 smithi179 bash[22174]: cluster 2024-03-26T02:30:46.251271+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:49.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:49 smithi181 bash[22158]: cluster 2024-03-26T02:30:48.251618+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:49.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:49 smithi115 bash[21522]: cluster 2024-03-26T02:30:48.251618+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:49.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:49 smithi179 bash[22174]: cluster 2024-03-26T02:30:48.251618+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:51.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:51 smithi181 bash[22158]: cluster 2024-03-26T02:30:50.252072+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:51.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:51 smithi115 bash[21522]: cluster 2024-03-26T02:30:50.252072+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:51.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:51 smithi179 bash[22174]: cluster 2024-03-26T02:30:50.252072+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:53.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:53 smithi181 bash[22158]: cluster 2024-03-26T02:30:52.252645+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:53.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:53 smithi115 bash[21522]: cluster 2024-03-26T02:30:52.252645+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:53.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:53 smithi179 bash[22174]: cluster 2024-03-26T02:30:52.252645+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:55.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:55 smithi181 bash[22158]: cluster 2024-03-26T02:30:54.253080+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:55.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:55 smithi115 bash[21522]: cluster 2024-03-26T02:30:54.253080+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:55.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:55 smithi179 bash[22174]: cluster 2024-03-26T02:30:54.253080+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:57.240 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:56 smithi115 bash[21522]: cluster 2024-03-26T02:30:56.253654+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:57.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:56 smithi181 bash[22158]: cluster 2024-03-26T02:30:56.253654+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:57.357 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:56 smithi179 bash[22174]: cluster 2024-03-26T02:30:56.253654+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:58.170 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:58 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:58.171 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:30:58 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:58.171 INFO:journalctl@ceph.osd.0.smithi115.stdout:Mar 26 02:30:58 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:58.445 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:30:58 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:58.446 INFO:journalctl@ceph.osd.0.smithi115.stdout:Mar 26 02:30:58 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:58.446 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:58 smithi115 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:30:59.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:59 smithi181 bash[22158]: cluster 2024-03-26T02:30:58.254037+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:59.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:59 smithi181 bash[22158]: audit 2024-03-26T02:30:58.447739+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:59.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:59 smithi181 bash[22158]: audit 2024-03-26T02:30:58.453859+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:59.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:59 smithi181 bash[22158]: audit 2024-03-26T02:30:58.480809+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:59.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:59 smithi181 bash[22158]: audit 2024-03-26T02:30:58.487003+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:59.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:30:59 smithi181 bash[22158]: cephadm 2024-03-26T02:30:58.497417+0000 mgr.a (mgr.14152) 289 : cephadm [INF] Deploying daemon alertmanager.smithi181 on smithi181 2024-03-26T02:30:59.791 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:59 smithi115 bash[21522]: cluster 2024-03-26T02:30:58.254037+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:59.792 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:59 smithi115 bash[21522]: audit 2024-03-26T02:30:58.447739+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:59.792 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:59 smithi115 bash[21522]: audit 2024-03-26T02:30:58.453859+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:59.792 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:59 smithi115 bash[21522]: audit 2024-03-26T02:30:58.480809+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:59.792 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:59 smithi115 bash[21522]: audit 2024-03-26T02:30:58.487003+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:59.792 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:30:59 smithi115 bash[21522]: cephadm 2024-03-26T02:30:58.497417+0000 mgr.a (mgr.14152) 289 : cephadm [INF] Deploying daemon alertmanager.smithi181 on smithi181 2024-03-26T02:30:59.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:59 smithi179 bash[22174]: cluster 2024-03-26T02:30:58.254037+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:30:59.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:59 smithi179 bash[22174]: audit 2024-03-26T02:30:58.447739+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:59.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:59 smithi179 bash[22174]: audit 2024-03-26T02:30:58.453859+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:59.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:59 smithi179 bash[22174]: audit 2024-03-26T02:30:58.480809+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:59.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:59 smithi179 bash[22174]: audit 2024-03-26T02:30:58.487003+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:30:59.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:30:59 smithi179 bash[22174]: cephadm 2024-03-26T02:30:58.497417+0000 mgr.a (mgr.14152) 289 : cephadm [INF] Deploying daemon alertmanager.smithi181 on smithi181 2024-03-26T02:31:01.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:01 smithi115 bash[21522]: audit 2024-03-26T02:31:00.063284+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:01.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:01 smithi115 bash[21522]: audit 2024-03-26T02:31:00.068077+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:01.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:01 smithi115 bash[21522]: audit 2024-03-26T02:31:00.073011+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:01.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:01 smithi115 bash[21522]: cluster 2024-03-26T02:31:00.254352+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:01.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:01 smithi115 bash[21522]: audit 2024-03-26T02:31:00.363577+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:01.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:01 smithi115 bash[21522]: audit 2024-03-26T02:31:01.047459+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:01.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:01 smithi179 bash[22174]: audit 2024-03-26T02:31:00.063284+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:01.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:01 smithi179 bash[22174]: audit 2024-03-26T02:31:00.068077+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:01.379 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:01 smithi179 bash[22174]: audit 2024-03-26T02:31:00.073011+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:01.379 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:01 smithi179 bash[22174]: cluster 2024-03-26T02:31:00.254352+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:01.379 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:01 smithi179 bash[22174]: audit 2024-03-26T02:31:00.363577+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:01.379 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:01 smithi179 bash[22174]: audit 2024-03-26T02:31:01.047459+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:01.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:01 smithi181 bash[22158]: audit 2024-03-26T02:31:00.063284+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:01.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:01 smithi181 bash[22158]: audit 2024-03-26T02:31:00.068077+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:01.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:01 smithi181 bash[22158]: audit 2024-03-26T02:31:00.073011+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:01.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:01 smithi181 bash[22158]: cluster 2024-03-26T02:31:00.254352+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:01.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:01 smithi181 bash[22158]: audit 2024-03-26T02:31:00.363577+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:01.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:01 smithi181 bash[22158]: audit 2024-03-26T02:31:01.047459+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:02.962 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:02 smithi115 bash[21522]: audit 2024-03-26T02:31:01.732446+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:02.963 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:02 smithi115 bash[21522]: audit 2024-03-26T02:31:01.742984+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:02.963 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:02 smithi115 bash[21522]: audit 2024-03-26T02:31:01.754851+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:03.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:02 smithi181 bash[22158]: audit 2024-03-26T02:31:01.732446+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:03.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:02 smithi181 bash[22158]: audit 2024-03-26T02:31:01.742984+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:03.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:02 smithi181 bash[22158]: audit 2024-03-26T02:31:01.754851+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:03.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:02 smithi179 bash[22174]: audit 2024-03-26T02:31:01.732446+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:03.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:02 smithi179 bash[22174]: audit 2024-03-26T02:31:01.742984+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:03.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:02 smithi179 bash[22174]: audit 2024-03-26T02:31:01.754851+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:04.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:03 smithi181 bash[22158]: cluster 2024-03-26T02:31:02.254960+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:04.052 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:03 smithi115 bash[21522]: cluster 2024-03-26T02:31:02.254960+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:04.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:03 smithi179 bash[22174]: cluster 2024-03-26T02:31:02.254960+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:05.983 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:05 smithi115 bash[21522]: cluster 2024-03-26T02:31:04.255555+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:05.983 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:05 smithi115 bash[21522]: audit 2024-03-26T02:31:05.049772+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:06.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:05 smithi181 bash[22158]: cluster 2024-03-26T02:31:04.255555+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:06.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:05 smithi181 bash[22158]: audit 2024-03-26T02:31:05.049772+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:06.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:05 smithi179 bash[22174]: cluster 2024-03-26T02:31:04.255555+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:06.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:05 smithi179 bash[22174]: audit 2024-03-26T02:31:05.049772+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:07.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:07 smithi181 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:31:07.290 INFO:journalctl@ceph.osd.2.smithi181.stdout:Mar 26 02:31:07 smithi181 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:31:07.760 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:07 smithi181 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:31:07.760 INFO:journalctl@ceph.osd.2.smithi181.stdout:Mar 26 02:31:07 smithi181 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:31:07.948 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:07 smithi115 bash[21522]: cluster 2024-03-26T02:31:06.256034+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:07.948 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:07 smithi115 bash[21522]: audit 2024-03-26T02:31:07.289449+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:07.948 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:07 smithi115 bash[21522]: audit 2024-03-26T02:31:07.463823+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:07.948 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:07 smithi115 bash[21522]: audit 2024-03-26T02:31:07.474445+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:07.948 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:07 smithi115 bash[21522]: audit 2024-03-26T02:31:07.495358+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:07.948 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:07 smithi115 bash[21522]: audit 2024-03-26T02:31:07.502885+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:08.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:07 smithi181 bash[22158]: cluster 2024-03-26T02:31:06.256034+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:08.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:07 smithi181 bash[22158]: audit 2024-03-26T02:31:07.289449+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:08.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:07 smithi181 bash[22158]: audit 2024-03-26T02:31:07.463823+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:08.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:07 smithi181 bash[22158]: audit 2024-03-26T02:31:07.474445+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:08.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:07 smithi181 bash[22158]: audit 2024-03-26T02:31:07.495358+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:08.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:07 smithi181 bash[22158]: audit 2024-03-26T02:31:07.502885+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:08.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:07 smithi179 bash[22174]: cluster 2024-03-26T02:31:06.256034+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:08.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:07 smithi179 bash[22174]: audit 2024-03-26T02:31:07.289449+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:08.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:07 smithi179 bash[22174]: audit 2024-03-26T02:31:07.463823+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:08.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:07 smithi179 bash[22174]: audit 2024-03-26T02:31:07.474445+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:08.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:07 smithi179 bash[22174]: audit 2024-03-26T02:31:07.495358+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:08.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:07 smithi179 bash[22174]: audit 2024-03-26T02:31:07.502885+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:08.990 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:08 smithi115 bash[21522]: cephadm 2024-03-26T02:31:07.798135+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Deploying daemon prometheus.smithi179 on smithi179 2024-03-26T02:31:08.990 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:08 smithi115 bash[21522]: audit 2024-03-26T02:31:07.816229+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:08.990 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:08 smithi115 bash[21522]: audit 2024-03-26T02:31:07.821807+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:08.990 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:08 smithi115 bash[21522]: audit 2024-03-26T02:31:07.828058+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:09.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:08 smithi181 bash[22158]: cephadm 2024-03-26T02:31:07.798135+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Deploying daemon prometheus.smithi179 on smithi179 2024-03-26T02:31:09.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:08 smithi181 bash[22158]: audit 2024-03-26T02:31:07.816229+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:09.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:08 smithi181 bash[22158]: audit 2024-03-26T02:31:07.821807+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:09.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:08 smithi181 bash[22158]: audit 2024-03-26T02:31:07.828058+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:09.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:08 smithi179 bash[22174]: cephadm 2024-03-26T02:31:07.798135+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Deploying daemon prometheus.smithi179 on smithi179 2024-03-26T02:31:09.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:08 smithi179 bash[22174]: audit 2024-03-26T02:31:07.816229+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:09.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:08 smithi179 bash[22174]: audit 2024-03-26T02:31:07.821807+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:09.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:08 smithi179 bash[22174]: audit 2024-03-26T02:31:07.828058+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:10.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:09 smithi181 bash[22158]: cluster 2024-03-26T02:31:08.256426+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:10.059 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:09 smithi115 bash[21522]: cluster 2024-03-26T02:31:08.256426+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:10.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:09 smithi179 bash[22174]: cluster 2024-03-26T02:31:08.256426+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:11.887 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:11 smithi115 bash[21522]: cluster 2024-03-26T02:31:10.256903+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:11.887 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:11 smithi115 bash[21522]: audit 2024-03-26T02:31:11.058017+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:12.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:11 smithi179 bash[22174]: cluster 2024-03-26T02:31:10.256903+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:12.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:11 smithi179 bash[22174]: audit 2024-03-26T02:31:11.058017+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:12.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:11 smithi181 bash[22158]: cluster 2024-03-26T02:31:10.256903+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:12.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:11 smithi181 bash[22158]: audit 2024-03-26T02:31:11.058017+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:12.956 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:12 smithi115 bash[21522]: audit 2024-03-26T02:31:11.902815+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:13.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:12 smithi181 bash[22158]: audit 2024-03-26T02:31:11.902815+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:13.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:12 smithi179 bash[22174]: audit 2024-03-26T02:31:11.902815+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:13.999 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:13 smithi115 bash[21522]: cluster 2024-03-26T02:31:12.257565+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:14.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:13 smithi179 bash[22174]: cluster 2024-03-26T02:31:12.257565+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:14.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:13 smithi181 bash[22158]: cluster 2024-03-26T02:31:12.257565+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:15.033 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:14 smithi115 bash[21522]: cluster 2024-03-26T02:31:14.258144+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:15.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:14 smithi181 bash[22158]: cluster 2024-03-26T02:31:14.258144+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:15.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:14 smithi179 bash[22174]: cluster 2024-03-26T02:31:14.258144+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:16.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:16 smithi115 bash[21522]: audit 2024-03-26T02:31:15.115938+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:16.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:16 smithi115 bash[21522]: audit 2024-03-26T02:31:15.125689+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:16.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:16 smithi115 bash[21522]: audit 2024-03-26T02:31:15.136665+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:16.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:16 smithi179 bash[22174]: audit 2024-03-26T02:31:15.115938+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:16.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:16 smithi179 bash[22174]: audit 2024-03-26T02:31:15.125689+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:16.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:16 smithi179 bash[22174]: audit 2024-03-26T02:31:15.136665+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:16.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:16 smithi181 bash[22158]: audit 2024-03-26T02:31:15.115938+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:16.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:16 smithi181 bash[22158]: audit 2024-03-26T02:31:15.125689+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:16.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:16 smithi181 bash[22158]: audit 2024-03-26T02:31:15.136665+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:17.143 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:17 smithi115 bash[21522]: cluster 2024-03-26T02:31:16.258800+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:17.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:17 smithi179 bash[22174]: cluster 2024-03-26T02:31:16.258800+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:17.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:17 smithi181 bash[22158]: cluster 2024-03-26T02:31:16.258800+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:19.571 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:19 smithi115 bash[21522]: cluster 2024-03-26T02:31:18.259396+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:19.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:19 smithi179 bash[22174]: cluster 2024-03-26T02:31:18.259396+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:19.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:19 smithi181 bash[22158]: cluster 2024-03-26T02:31:18.259396+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:21.571 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:21 smithi115 bash[21522]: cluster 2024-03-26T02:31:20.259920+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:21.582 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:21 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:31:21.583 INFO:journalctl@ceph.osd.1.smithi179.stdout:Mar 26 02:31:21 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:31:21.583 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:21 smithi179 bash[22174]: cluster 2024-03-26T02:31:20.259920+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:21.583 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:21 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:31:21.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:21 smithi181 bash[22158]: cluster 2024-03-26T02:31:20.259920+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:21.833 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:21 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:31:21.833 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:21 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:31:21.833 INFO:journalctl@ceph.osd.1.smithi179.stdout:Mar 26 02:31:21 smithi179 systemd[1]: /etc/systemd/system/ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T02:31:23.165 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:23 smithi179 bash[23134]: ignoring --setuser ceph since I am not root 2024-03-26T02:31:23.166 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:23 smithi179 bash[23134]: ignoring --setgroup ceph since I am not root 2024-03-26T02:31:23.166 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:23 smithi179 bash[23134]: debug 2024-03-26T02:31:23.038+0000 7fbae1e09700 1 -- 172.21.15.179:0/1510109279 <== mon.2 v2:172.21.15.179:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x56196f8ae5a0 con 0x56197062c400 2024-03-26T02:31:23.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:22 smithi179 bash[22174]: audit 2024-03-26T02:31:21.908313+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:23.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:22 smithi179 bash[22174]: audit 2024-03-26T02:31:21.915848+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:23.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:22 smithi179 bash[22174]: audit 2024-03-26T02:31:21.924521+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:23.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:22 smithi179 bash[22174]: audit 2024-03-26T02:31:21.931863+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:23.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:22 smithi179 bash[22174]: audit 2024-03-26T02:31:21.942685+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:23.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:22 smithi179 bash[22174]: audit 2024-03-26T02:31:21.957603+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:23.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:22 smithi179 bash[22174]: audit 2024-03-26T02:31:21.965322+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-26T02:31:23.176 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:23 smithi115 bash[21780]: ignoring --setuser ceph since I am not root 2024-03-26T02:31:23.176 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:23 smithi115 bash[21780]: ignoring --setgroup ceph since I am not root 2024-03-26T02:31:23.176 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:22 smithi115 bash[21522]: audit 2024-03-26T02:31:21.908313+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:23.176 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:22 smithi115 bash[21522]: audit 2024-03-26T02:31:21.915848+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:23.176 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:22 smithi115 bash[21522]: audit 2024-03-26T02:31:21.924521+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:23.176 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:22 smithi115 bash[21522]: audit 2024-03-26T02:31:21.931863+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:23.176 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:22 smithi115 bash[21522]: audit 2024-03-26T02:31:21.942685+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:23.176 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:22 smithi115 bash[21522]: audit 2024-03-26T02:31:21.957603+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:23.176 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:22 smithi115 bash[21522]: audit 2024-03-26T02:31:21.965322+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-26T02:31:23.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:22 smithi181 bash[22158]: audit 2024-03-26T02:31:21.908313+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:23.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:22 smithi181 bash[22158]: audit 2024-03-26T02:31:21.915848+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:23.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:22 smithi181 bash[22158]: audit 2024-03-26T02:31:21.924521+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:23.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:22 smithi181 bash[22158]: audit 2024-03-26T02:31:21.931863+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:23.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:22 smithi181 bash[22158]: audit 2024-03-26T02:31:21.942685+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:23.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:22 smithi181 bash[22158]: audit 2024-03-26T02:31:21.957603+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' 2024-03-26T02:31:23.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:22 smithi181 bash[22158]: audit 2024-03-26T02:31:21.965322+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-26T02:31:23.628 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:23 smithi179 bash[23134]: debug 2024-03-26T02:31:23.186+0000 7fbaebbfa200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T02:31:24.071 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:23 smithi115 bash[21780]: debug 2024-03-26T02:31:23.173+0000 7f2a0369f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T02:31:24.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:23 smithi115 bash[21522]: cluster 2024-03-26T02:31:22.260467+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:24.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:23 smithi115 bash[21522]: audit 2024-03-26T02:31:22.963834+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-26T02:31:24.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:23 smithi115 bash[21522]: cluster 2024-03-26T02:31:22.972546+0000 mon.a (mon.0) 761 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-26T02:31:24.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:23 smithi181 bash[22158]: cluster 2024-03-26T02:31:22.260467+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:24.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:23 smithi181 bash[22158]: audit 2024-03-26T02:31:22.963834+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-26T02:31:24.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:23 smithi181 bash[22158]: cluster 2024-03-26T02:31:22.972546+0000 mon.a (mon.0) 761 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-26T02:31:24.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:23 smithi179 bash[22174]: cluster 2024-03-26T02:31:22.260467+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:24.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:23 smithi179 bash[22174]: audit 2024-03-26T02:31:22.963834+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.115:0/3973016234' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-26T02:31:24.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:23 smithi179 bash[22174]: cluster 2024-03-26T02:31:22.972546+0000 mon.a (mon.0) 761 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-26T02:31:25.071 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:24 smithi115 bash[21780]: debug 2024-03-26T02:31:24.761+0000 7f2a0369f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T02:31:25.071 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:24 smithi115 bash[21780]: debug 2024-03-26T02:31:24.861+0000 7f2a0369f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T02:31:25.128 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:24 smithi179 bash[23134]: debug 2024-03-26T02:31:24.786+0000 7fbaebbfa200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T02:31:25.128 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:24 smithi179 bash[23134]: debug 2024-03-26T02:31:24.882+0000 7fbaebbfa200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T02:31:25.571 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:25 smithi115 bash[21780]: debug 2024-03-26T02:31:25.121+0000 7f2a0369f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T02:31:25.628 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:25 smithi179 bash[23134]: debug 2024-03-26T02:31:25.130+0000 7fbaebbfa200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T02:31:26.321 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:25 smithi115 bash[21780]: debug 2024-03-26T02:31:25.937+0000 7f2a0369f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T02:31:26.321 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:26 smithi115 bash[21780]: debug 2024-03-26T02:31:26.057+0000 7f2a0369f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T02:31:26.321 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:26 smithi115 bash[21780]: debug 2024-03-26T02:31:26.161+0000 7f2a0369f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T02:31:26.378 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:25 smithi179 bash[23134]: debug 2024-03-26T02:31:25.922+0000 7fbaebbfa200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T02:31:26.378 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:26 smithi179 bash[23134]: debug 2024-03-26T02:31:26.030+0000 7fbaebbfa200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T02:31:26.378 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:26 smithi179 bash[23134]: debug 2024-03-26T02:31:26.134+0000 7fbaebbfa200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T02:31:26.821 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:26 smithi115 bash[21780]: debug 2024-03-26T02:31:26.521+0000 7f2a0369f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T02:31:26.821 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:26 smithi115 bash[21780]: debug 2024-03-26T02:31:26.633+0000 7f2a0369f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T02:31:26.821 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:26 smithi115 bash[21780]: debug 2024-03-26T02:31:26.737+0000 7f2a0369f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T02:31:26.878 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:26 smithi179 bash[23134]: debug 2024-03-26T02:31:26.490+0000 7fbaebbfa200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T02:31:26.878 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:26 smithi179 bash[23134]: debug 2024-03-26T02:31:26.602+0000 7fbaebbfa200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T02:31:26.878 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:26 smithi179 bash[23134]: debug 2024-03-26T02:31:26.702+0000 7fbaebbfa200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T02:31:27.378 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:27 smithi179 bash[23134]: debug 2024-03-26T02:31:27.058+0000 7fbaebbfa200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T02:31:27.378 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:27 smithi179 bash[23134]: debug 2024-03-26T02:31:27.298+0000 7fbaebbfa200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T02:31:27.571 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:27 smithi115 bash[21780]: debug 2024-03-26T02:31:27.097+0000 7f2a0369f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T02:31:27.571 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:27 smithi115 bash[21780]: debug 2024-03-26T02:31:27.333+0000 7f2a0369f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T02:31:27.878 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:27 smithi179 bash[23134]: debug 2024-03-26T02:31:27.558+0000 7fbaebbfa200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T02:31:27.878 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:27 smithi179 bash[23134]: debug 2024-03-26T02:31:27.670+0000 7fbaebbfa200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T02:31:27.948 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:27 smithi115 bash[21780]: debug 2024-03-26T02:31:27.597+0000 7f2a0369f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T02:31:27.948 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:27 smithi115 bash[21780]: debug 2024-03-26T02:31:27.713+0000 7f2a0369f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T02:31:28.321 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:27 smithi115 bash[21780]: debug 2024-03-26T02:31:27.989+0000 7f2a0369f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T02:31:28.354 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:27 smithi179 bash[23134]: debug 2024-03-26T02:31:27.942+0000 7fbaebbfa200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T02:31:28.628 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:28 smithi179 bash[23134]: debug 2024-03-26T02:31:28.354+0000 7fbaebbfa200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T02:31:28.628 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:28 smithi179 bash[23134]: debug 2024-03-26T02:31:28.590+0000 7fbaebbfa200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T02:31:28.763 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:28 smithi115 bash[21780]: debug 2024-03-26T02:31:28.405+0000 7f2a0369f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T02:31:28.763 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:28 smithi115 bash[21780]: debug 2024-03-26T02:31:28.641+0000 7f2a0369f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T02:31:29.014 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:28 smithi115 bash[21780]: debug 2024-03-26T02:31:28.761+0000 7f2a0369f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T02:31:29.128 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:28 smithi179 bash[23134]: debug 2024-03-26T02:31:28.706+0000 7fbaebbfa200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T02:31:29.128 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:28 smithi179 bash[23134]: debug 2024-03-26T02:31:28.950+0000 7fbaebbfa200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T02:31:30.321 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:29 smithi115 bash[21780]: debug 2024-03-26T02:31:29.013+0000 7f2a0369f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T02:31:30.321 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:30 smithi115 bash[21780]: debug 2024-03-26T02:31:30.017+0000 7f2a0369f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T02:31:30.321 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:30 smithi115 bash[21780]: debug 2024-03-26T02:31:30.133+0000 7f2a0369f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T02:31:30.365 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:29 smithi179 bash[23134]: debug 2024-03-26T02:31:29.954+0000 7fbaebbfa200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T02:31:30.365 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:30 smithi179 bash[23134]: debug 2024-03-26T02:31:30.070+0000 7fbaebbfa200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T02:31:30.628 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:30 smithi179 bash[23134]: debug 2024-03-26T02:31:30.362+0000 7fbaebbfa200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T02:31:30.628 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:30 smithi179 bash[23134]: debug 2024-03-26T02:31:30.474+0000 7fbaebbfa200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T02:31:30.821 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:30 smithi115 bash[21780]: debug 2024-03-26T02:31:30.433+0000 7f2a0369f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T02:31:30.821 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:30 smithi115 bash[21780]: debug 2024-03-26T02:31:30.545+0000 7f2a0369f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T02:31:31.267 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:31 smithi115 bash[21780]: debug 2024-03-26T02:31:30.997+0000 7f2a0369f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T02:31:31.268 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:31 smithi115 bash[21780]: debug 2024-03-26T02:31:31.121+0000 7f2a0369f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T02:31:31.268 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:31 smithi115 bash[21522]: cluster 2024-03-26T02:31:31.067661+0000 mon.a (mon.0) 762 : cluster [DBG] Standby manager daemon b restarted 2024-03-26T02:31:31.268 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:31 smithi115 bash[21522]: cluster 2024-03-26T02:31:31.067894+0000 mon.a (mon.0) 763 : cluster [DBG] Standby manager daemon b started 2024-03-26T02:31:31.268 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:31 smithi115 bash[21522]: audit 2024-03-26T02:31:31.069359+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.179:0/41375725' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T02:31:31.268 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:31 smithi115 bash[21522]: audit 2024-03-26T02:31:31.070293+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.179:0/41375725' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T02:31:31.268 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:31 smithi115 bash[21522]: audit 2024-03-26T02:31:31.072608+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.179:0/41375725' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T02:31:31.268 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:31 smithi115 bash[21522]: audit 2024-03-26T02:31:31.074477+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.179:0/41375725' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T02:31:31.333 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:31 smithi179 bash[22174]: cluster 2024-03-26T02:31:31.067661+0000 mon.a (mon.0) 762 : cluster [DBG] Standby manager daemon b restarted 2024-03-26T02:31:31.333 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:31 smithi179 bash[22174]: cluster 2024-03-26T02:31:31.067894+0000 mon.a (mon.0) 763 : cluster [DBG] Standby manager daemon b started 2024-03-26T02:31:31.333 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:31 smithi179 bash[22174]: audit 2024-03-26T02:31:31.069359+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.179:0/41375725' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T02:31:31.333 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:31 smithi179 bash[22174]: audit 2024-03-26T02:31:31.070293+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.179:0/41375725' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T02:31:31.333 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:31 smithi179 bash[22174]: audit 2024-03-26T02:31:31.072608+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.179:0/41375725' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T02:31:31.333 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:31 smithi179 bash[22174]: audit 2024-03-26T02:31:31.074477+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.179:0/41375725' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T02:31:31.333 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:30 smithi179 bash[23134]: debug 2024-03-26T02:31:30.922+0000 7fbaebbfa200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T02:31:31.333 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:31 smithi179 bash[23134]: debug 2024-03-26T02:31:31.042+0000 7fbaebbfa200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T02:31:31.334 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:31 smithi179 bash[23134]: [26/Mar/2024:02:31:31] ENGINE Bus STARTING 2024-03-26T02:31:31.334 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:31 smithi179 bash[23134]: CherryPy Checker: 2024-03-26T02:31:31.334 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:31 smithi179 bash[23134]: The Application mounted at '' has an empty config. 2024-03-26T02:31:31.334 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:31 smithi179 bash[23134]: [26/Mar/2024:02:31:31] ENGINE Serving on http://:::9283 2024-03-26T02:31:31.334 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:31:31 smithi179 bash[23134]: [26/Mar/2024:02:31:31] ENGINE Bus STARTED 2024-03-26T02:31:31.372 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:31 smithi181 bash[22158]: cluster 2024-03-26T02:31:31.067661+0000 mon.a (mon.0) 762 : cluster [DBG] Standby manager daemon b restarted 2024-03-26T02:31:31.372 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:31 smithi181 bash[22158]: cluster 2024-03-26T02:31:31.067894+0000 mon.a (mon.0) 763 : cluster [DBG] Standby manager daemon b started 2024-03-26T02:31:31.372 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:31 smithi181 bash[22158]: audit 2024-03-26T02:31:31.069359+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.179:0/41375725' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T02:31:31.372 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:31 smithi181 bash[22158]: audit 2024-03-26T02:31:31.070293+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.179:0/41375725' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T02:31:31.372 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:31 smithi181 bash[22158]: audit 2024-03-26T02:31:31.072608+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.179:0/41375725' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T02:31:31.373 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:31 smithi181 bash[22158]: audit 2024-03-26T02:31:31.074477+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.179:0/41375725' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T02:31:31.571 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:31 smithi115 bash[21780]: [26/Mar/2024:02:31:31] ENGINE Bus STARTING 2024-03-26T02:31:31.571 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:31 smithi115 bash[21780]: CherryPy Checker: 2024-03-26T02:31:31.571 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:31 smithi115 bash[21780]: The Application mounted at '' has an empty config. 2024-03-26T02:31:31.571 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:31 smithi115 bash[21780]: [26/Mar/2024:02:31:31] ENGINE Serving on http://:::9283 2024-03-26T02:31:31.571 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:31 smithi115 bash[21780]: [26/Mar/2024:02:31:31] ENGINE Bus STARTED 2024-03-26T02:31:32.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: cluster 2024-03-26T02:31:31.128637+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-26T02:31:32.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: cluster 2024-03-26T02:31:31.145722+0000 mon.a (mon.0) 765 : cluster [INF] Active manager daemon a restarted 2024-03-26T02:31:32.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: cluster 2024-03-26T02:31:31.146688+0000 mon.a (mon.0) 766 : cluster [INF] Activating manager daemon a 2024-03-26T02:31:32.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: cluster 2024-03-26T02:31:31.154728+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-26T02:31:32.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: cluster 2024-03-26T02:31:31.155012+0000 mon.a (mon.0) 768 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00870833s), standbys: b 2024-03-26T02:31:32.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.160948+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:31:32.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.161278+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:31:32.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.161593+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:31:32.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.163065+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T02:31:32.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.163521+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T02:31:32.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.163917+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:31:32.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.164385+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T02:31:32.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.164768+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T02:31:32.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.165236+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T02:31:32.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.165474+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T02:31:32.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.165841+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T02:31:32.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: cluster 2024-03-26T02:31:31.190027+0000 mon.a (mon.0) 780 : cluster [INF] Manager daemon a is now available 2024-03-26T02:31:32.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.224947+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:32.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.233086+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:31:32.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.238697+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:31:32.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.242945+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]': finished 2024-03-26T02:31:32.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.244428+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi181", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:31:32.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.244855+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:31:32.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.248104+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi181", "name": "osd_memory_target"}]': finished 2024-03-26T02:31:32.292 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.256640+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]': finished 2024-03-26T02:31:32.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.259193+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:31:32.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.261517+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:32.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.261764+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:31:32.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: cephadm 2024-03-26T02:31:31.264374+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-03-26T02:31:32.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: cephadm 2024-03-26T02:31:31.264868+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.conf 2024-03-26T02:31:32.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: cephadm 2024-03-26T02:31:31.267134+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi181:/etc/ceph/ceph.conf 2024-03-26T02:31:32.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.267163+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:31:32.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.272651+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T02:31:32.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: audit 2024-03-26T02:31:31.291066+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T02:31:32.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: cephadm 2024-03-26T02:31:31.725363+0000 mgr.a (mgr.14397) 4 : cephadm [INF] [26/Mar/2024:02:31:31] ENGINE Bus STARTING 2024-03-26T02:31:32.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: cephadm 2024-03-26T02:31:31.846879+0000 mgr.a (mgr.14397) 5 : cephadm [INF] [26/Mar/2024:02:31:31] ENGINE Serving on https://172.21.15.115:7151 2024-03-26T02:31:32.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: cephadm 2024-03-26T02:31:31.901911+0000 mgr.a (mgr.14397) 6 : cephadm [INF] Updating smithi181:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:31:32.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: cephadm 2024-03-26T02:31:31.911745+0000 mgr.a (mgr.14397) 7 : cephadm [INF] Updating smithi179:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:31:32.293 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: cephadm 2024-03-26T02:31:31.911926+0000 mgr.a (mgr.14397) 8 : cephadm [INF] Updating smithi115:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:31:32.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: cephadm 2024-03-26T02:31:31.950120+0000 mgr.a (mgr.14397) 9 : cephadm [INF] [26/Mar/2024:02:31:31] ENGINE Serving on http://172.21.15.115:8765 2024-03-26T02:31:32.294 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:32 smithi181 bash[22158]: cephadm 2024-03-26T02:31:31.950439+0000 mgr.a (mgr.14397) 10 : cephadm [INF] [26/Mar/2024:02:31:31] ENGINE Bus STARTED 2024-03-26T02:31:32.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: cluster 2024-03-26T02:31:31.128637+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-26T02:31:32.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: cluster 2024-03-26T02:31:31.145722+0000 mon.a (mon.0) 765 : cluster [INF] Active manager daemon a restarted 2024-03-26T02:31:32.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: cluster 2024-03-26T02:31:31.146688+0000 mon.a (mon.0) 766 : cluster [INF] Activating manager daemon a 2024-03-26T02:31:32.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: cluster 2024-03-26T02:31:31.154728+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-26T02:31:32.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: cluster 2024-03-26T02:31:31.155012+0000 mon.a (mon.0) 768 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00870833s), standbys: b 2024-03-26T02:31:32.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.160948+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:31:32.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.161278+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:31:32.572 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.161593+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:31:32.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.163065+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T02:31:32.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.163521+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T02:31:32.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.163917+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:31:32.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.164385+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T02:31:32.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.164768+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T02:31:32.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.165236+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T02:31:32.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.165474+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T02:31:32.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.165841+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T02:31:32.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: cluster 2024-03-26T02:31:31.190027+0000 mon.a (mon.0) 780 : cluster [INF] Manager daemon a is now available 2024-03-26T02:31:32.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.224947+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:32.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.233086+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:31:32.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.238697+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:31:32.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.242945+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]': finished 2024-03-26T02:31:32.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.244428+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi181", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:31:32.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.244855+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:31:32.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.248104+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi181", "name": "osd_memory_target"}]': finished 2024-03-26T02:31:32.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.256640+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]': finished 2024-03-26T02:31:32.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.259193+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:31:32.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.261517+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:32.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.261764+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:31:32.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: cephadm 2024-03-26T02:31:31.264374+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-03-26T02:31:32.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: cephadm 2024-03-26T02:31:31.264868+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.conf 2024-03-26T02:31:32.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: cephadm 2024-03-26T02:31:31.267134+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi181:/etc/ceph/ceph.conf 2024-03-26T02:31:32.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.267163+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:31:32.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.272651+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T02:31:32.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: audit 2024-03-26T02:31:31.291066+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T02:31:32.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: cephadm 2024-03-26T02:31:31.725363+0000 mgr.a (mgr.14397) 4 : cephadm [INF] [26/Mar/2024:02:31:31] ENGINE Bus STARTING 2024-03-26T02:31:32.575 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: cephadm 2024-03-26T02:31:31.846879+0000 mgr.a (mgr.14397) 5 : cephadm [INF] [26/Mar/2024:02:31:31] ENGINE Serving on https://172.21.15.115:7151 2024-03-26T02:31:32.575 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: cephadm 2024-03-26T02:31:31.901911+0000 mgr.a (mgr.14397) 6 : cephadm [INF] Updating smithi181:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:31:32.575 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: cephadm 2024-03-26T02:31:31.911745+0000 mgr.a (mgr.14397) 7 : cephadm [INF] Updating smithi179:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:31:32.575 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: cephadm 2024-03-26T02:31:31.911926+0000 mgr.a (mgr.14397) 8 : cephadm [INF] Updating smithi115:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:31:32.575 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: cephadm 2024-03-26T02:31:31.950120+0000 mgr.a (mgr.14397) 9 : cephadm [INF] [26/Mar/2024:02:31:31] ENGINE Serving on http://172.21.15.115:8765 2024-03-26T02:31:32.575 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:32 smithi115 bash[21522]: cephadm 2024-03-26T02:31:31.950439+0000 mgr.a (mgr.14397) 10 : cephadm [INF] [26/Mar/2024:02:31:31] ENGINE Bus STARTED 2024-03-26T02:31:32.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: cluster 2024-03-26T02:31:31.128637+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-26T02:31:32.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: cluster 2024-03-26T02:31:31.145722+0000 mon.a (mon.0) 765 : cluster [INF] Active manager daemon a restarted 2024-03-26T02:31:32.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: cluster 2024-03-26T02:31:31.146688+0000 mon.a (mon.0) 766 : cluster [INF] Activating manager daemon a 2024-03-26T02:31:32.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: cluster 2024-03-26T02:31:31.154728+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-26T02:31:32.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: cluster 2024-03-26T02:31:31.155012+0000 mon.a (mon.0) 768 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00870833s), standbys: b 2024-03-26T02:31:32.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.160948+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T02:31:32.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.161278+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T02:31:32.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.161593+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T02:31:32.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.163065+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T02:31:32.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.163521+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T02:31:32.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.163917+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T02:31:32.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.164385+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T02:31:32.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.164768+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T02:31:32.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.165236+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T02:31:32.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.165474+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T02:31:32.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.165841+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T02:31:32.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: cluster 2024-03-26T02:31:31.190027+0000 mon.a (mon.0) 780 : cluster [INF] Manager daemon a is now available 2024-03-26T02:31:32.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.224947+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:32.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.233086+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:31:32.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.238697+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:31:32.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.242945+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]': finished 2024-03-26T02:31:32.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.244428+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi181", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:31:32.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.244855+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]: dispatch 2024-03-26T02:31:32.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.248104+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi181", "name": "osd_memory_target"}]': finished 2024-03-26T02:31:32.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.256640+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]': finished 2024-03-26T02:31:32.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.259193+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:31:32.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.261517+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:32.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.261764+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:31:32.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: cephadm 2024-03-26T02:31:31.264374+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-03-26T02:31:32.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: cephadm 2024-03-26T02:31:31.264868+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.conf 2024-03-26T02:31:32.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: cephadm 2024-03-26T02:31:31.267134+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi181:/etc/ceph/ceph.conf 2024-03-26T02:31:32.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.267163+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:31:32.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.272651+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T02:31:32.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: audit 2024-03-26T02:31:31.291066+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T02:31:32.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: cephadm 2024-03-26T02:31:31.725363+0000 mgr.a (mgr.14397) 4 : cephadm [INF] [26/Mar/2024:02:31:31] ENGINE Bus STARTING 2024-03-26T02:31:32.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: cephadm 2024-03-26T02:31:31.846879+0000 mgr.a (mgr.14397) 5 : cephadm [INF] [26/Mar/2024:02:31:31] ENGINE Serving on https://172.21.15.115:7151 2024-03-26T02:31:32.631 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: cephadm 2024-03-26T02:31:31.901911+0000 mgr.a (mgr.14397) 6 : cephadm [INF] Updating smithi181:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:31:32.632 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: cephadm 2024-03-26T02:31:31.911745+0000 mgr.a (mgr.14397) 7 : cephadm [INF] Updating smithi179:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:31:32.632 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: cephadm 2024-03-26T02:31:31.911926+0000 mgr.a (mgr.14397) 8 : cephadm [INF] Updating smithi115:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T02:31:32.632 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: cephadm 2024-03-26T02:31:31.950120+0000 mgr.a (mgr.14397) 9 : cephadm [INF] [26/Mar/2024:02:31:31] ENGINE Serving on http://172.21.15.115:8765 2024-03-26T02:31:32.632 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:32 smithi179 bash[22174]: cephadm 2024-03-26T02:31:31.950439+0000 mgr.a (mgr.14397) 10 : cephadm [INF] [26/Mar/2024:02:31:31] ENGINE Bus STARTED 2024-03-26T02:31:33.471 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:33 smithi115 bash[21522]: cephadm 2024-03-26T02:31:32.116725+0000 mgr.a (mgr.14397) 11 : cephadm [INF] Updating smithi181:/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:31:33.472 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:33 smithi115 bash[21522]: cephadm 2024-03-26T02:31:32.125990+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:31:33.472 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:33 smithi115 bash[21522]: cephadm 2024-03-26T02:31:32.127320+0000 mgr.a (mgr.14397) 13 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:31:33.472 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:33 smithi115 bash[21522]: cluster 2024-03-26T02:31:32.167818+0000 mon.a (mon.0) 795 : cluster [DBG] mgrmap e19: a(active, since 1.02149s), standbys: b 2024-03-26T02:31:33.472 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:33 smithi115 bash[21522]: cluster 2024-03-26T02:31:32.169311+0000 mgr.a (mgr.14397) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:33.472 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:33 smithi115 bash[21522]: cephadm 2024-03-26T02:31:32.331872+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Updating smithi181:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T02:31:33.472 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:33 smithi115 bash[21522]: cephadm 2024-03-26T02:31:32.340950+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Updating smithi179:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T02:31:33.472 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:33 smithi115 bash[21522]: cephadm 2024-03-26T02:31:32.345835+0000 mgr.a (mgr.14397) 17 : cephadm [INF] Updating smithi115:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T02:31:33.472 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:33 smithi115 bash[21522]: audit 2024-03-26T02:31:32.552135+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.472 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:33 smithi115 bash[21522]: audit 2024-03-26T02:31:32.558314+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.472 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:33 smithi115 bash[21522]: audit 2024-03-26T02:31:32.562982+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.472 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:33 smithi115 bash[21522]: audit 2024-03-26T02:31:32.567645+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.472 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:33 smithi115 bash[21522]: audit 2024-03-26T02:31:32.574294+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.473 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:33 smithi115 bash[21522]: audit 2024-03-26T02:31:32.581340+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.473 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:33 smithi115 bash[21522]: audit 2024-03-26T02:31:32.587638+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.473 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:33 smithi115 bash[21522]: cephadm 2024-03-26T02:31:32.588389+0000 mgr.a (mgr.14397) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:31:33.473 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:33 smithi115 bash[21522]: audit 2024-03-26T02:31:32.593307+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.473 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:33 smithi115 bash[21522]: audit 2024-03-26T02:31:32.674527+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]: dispatch 2024-03-26T02:31:33.473 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:33 smithi115 bash[21522]: audit 2024-03-26T02:31:32.906474+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi179", "caps": []}]: dispatch 2024-03-26T02:31:33.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:33 smithi181 bash[22158]: cephadm 2024-03-26T02:31:32.116725+0000 mgr.a (mgr.14397) 11 : cephadm [INF] Updating smithi181:/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:31:33.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:33 smithi181 bash[22158]: cephadm 2024-03-26T02:31:32.125990+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:31:33.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:33 smithi181 bash[22158]: cephadm 2024-03-26T02:31:32.127320+0000 mgr.a (mgr.14397) 13 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:31:33.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:33 smithi181 bash[22158]: cluster 2024-03-26T02:31:32.167818+0000 mon.a (mon.0) 795 : cluster [DBG] mgrmap e19: a(active, since 1.02149s), standbys: b 2024-03-26T02:31:33.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:33 smithi181 bash[22158]: cluster 2024-03-26T02:31:32.169311+0000 mgr.a (mgr.14397) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:33.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:33 smithi181 bash[22158]: cephadm 2024-03-26T02:31:32.331872+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Updating smithi181:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T02:31:33.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:33 smithi181 bash[22158]: cephadm 2024-03-26T02:31:32.340950+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Updating smithi179:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T02:31:33.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:33 smithi181 bash[22158]: cephadm 2024-03-26T02:31:32.345835+0000 mgr.a (mgr.14397) 17 : cephadm [INF] Updating smithi115:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T02:31:33.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:33 smithi181 bash[22158]: audit 2024-03-26T02:31:32.552135+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:33 smithi181 bash[22158]: audit 2024-03-26T02:31:32.558314+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:33 smithi181 bash[22158]: audit 2024-03-26T02:31:32.562982+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:33 smithi181 bash[22158]: audit 2024-03-26T02:31:32.567645+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:33 smithi181 bash[22158]: audit 2024-03-26T02:31:32.574294+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:33 smithi181 bash[22158]: audit 2024-03-26T02:31:32.581340+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:33 smithi181 bash[22158]: audit 2024-03-26T02:31:32.587638+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:33 smithi181 bash[22158]: cephadm 2024-03-26T02:31:32.588389+0000 mgr.a (mgr.14397) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:31:33.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:33 smithi181 bash[22158]: audit 2024-03-26T02:31:32.593307+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:33 smithi181 bash[22158]: audit 2024-03-26T02:31:32.674527+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]: dispatch 2024-03-26T02:31:33.541 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:33 smithi181 bash[22158]: audit 2024-03-26T02:31:32.906474+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi179", "caps": []}]: dispatch 2024-03-26T02:31:33.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:33 smithi179 bash[22174]: cephadm 2024-03-26T02:31:32.116725+0000 mgr.a (mgr.14397) 11 : cephadm [INF] Updating smithi181:/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:31:33.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:33 smithi179 bash[22174]: cephadm 2024-03-26T02:31:32.125990+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:31:33.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:33 smithi179 bash[22174]: cephadm 2024-03-26T02:31:32.127320+0000 mgr.a (mgr.14397) 13 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-03-26T02:31:33.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:33 smithi179 bash[22174]: cluster 2024-03-26T02:31:32.167818+0000 mon.a (mon.0) 795 : cluster [DBG] mgrmap e19: a(active, since 1.02149s), standbys: b 2024-03-26T02:31:33.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:33 smithi179 bash[22174]: cluster 2024-03-26T02:31:32.169311+0000 mgr.a (mgr.14397) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:33.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:33 smithi179 bash[22174]: cephadm 2024-03-26T02:31:32.331872+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Updating smithi181:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T02:31:33.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:33 smithi179 bash[22174]: cephadm 2024-03-26T02:31:32.340950+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Updating smithi179:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T02:31:33.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:33 smithi179 bash[22174]: cephadm 2024-03-26T02:31:32.345835+0000 mgr.a (mgr.14397) 17 : cephadm [INF] Updating smithi115:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T02:31:33.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:33 smithi179 bash[22174]: audit 2024-03-26T02:31:32.552135+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:33 smithi179 bash[22174]: audit 2024-03-26T02:31:32.558314+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:33 smithi179 bash[22174]: audit 2024-03-26T02:31:32.562982+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:33 smithi179 bash[22174]: audit 2024-03-26T02:31:32.567645+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:33 smithi179 bash[22174]: audit 2024-03-26T02:31:32.574294+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:33 smithi179 bash[22174]: audit 2024-03-26T02:31:32.581340+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.629 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:33 smithi179 bash[22174]: audit 2024-03-26T02:31:32.587638+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:33 smithi179 bash[22174]: cephadm 2024-03-26T02:31:32.588389+0000 mgr.a (mgr.14397) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:31:33.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:33 smithi179 bash[22174]: audit 2024-03-26T02:31:32.593307+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:33.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:33 smithi179 bash[22174]: audit 2024-03-26T02:31:32.674527+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]: dispatch 2024-03-26T02:31:33.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:33 smithi179 bash[22174]: audit 2024-03-26T02:31:32.906474+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi179", "caps": []}]: dispatch 2024-03-26T02:31:34.502 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:34 smithi181 bash[22158]: cluster 2024-03-26T02:31:33.164918+0000 mgr.a (mgr.14397) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:34.502 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:34 smithi181 bash[22158]: audit 2024-03-26T02:31:33.475756+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi181", "caps": []}]: dispatch 2024-03-26T02:31:34.502 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:34 smithi181 bash[22158]: audit 2024-03-26T02:31:33.520483+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:34.502 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:34 smithi181 bash[22158]: audit 2024-03-26T02:31:33.629638+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:34.502 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:34 smithi181 bash[22158]: audit 2024-03-26T02:31:33.755925+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:34.515 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:34 smithi115 bash[21522]: cluster 2024-03-26T02:31:33.164918+0000 mgr.a (mgr.14397) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:34.515 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:34 smithi115 bash[21522]: audit 2024-03-26T02:31:33.475756+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi181", "caps": []}]: dispatch 2024-03-26T02:31:34.515 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:34 smithi115 bash[21522]: audit 2024-03-26T02:31:33.520483+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:34.515 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:34 smithi115 bash[21522]: audit 2024-03-26T02:31:33.629638+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:34.515 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:34 smithi115 bash[21522]: audit 2024-03-26T02:31:33.755925+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:34.569 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:34 smithi179 bash[22174]: cluster 2024-03-26T02:31:33.164918+0000 mgr.a (mgr.14397) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:34.570 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:34 smithi179 bash[22174]: audit 2024-03-26T02:31:33.475756+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi181", "caps": []}]: dispatch 2024-03-26T02:31:34.570 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:34 smithi179 bash[22174]: audit 2024-03-26T02:31:33.520483+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:34.570 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:34 smithi179 bash[22174]: audit 2024-03-26T02:31:33.629638+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:34.570 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:34 smithi179 bash[22174]: audit 2024-03-26T02:31:33.755925+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:35.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:35 smithi179 bash[22174]: cephadm 2024-03-26T02:31:34.066739+0000 mgr.a (mgr.14397) 20 : cephadm [INF] Reconfiguring alertmanager.smithi181 (dependencies changed)... 2024-03-26T02:31:35.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:35 smithi179 bash[22174]: cephadm 2024-03-26T02:31:34.081841+0000 mgr.a (mgr.14397) 21 : cephadm [INF] Reconfiguring daemon alertmanager.smithi181 on smithi181 2024-03-26T02:31:35.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:35 smithi179 bash[22174]: cluster 2024-03-26T02:31:34.184525+0000 mon.a (mon.0) 810 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-26T02:31:35.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:35 smithi179 bash[22174]: audit 2024-03-26T02:31:34.581408+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:35.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:35 smithi179 bash[22174]: audit 2024-03-26T02:31:34.757313+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:35.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:35 smithi179 bash[22174]: audit 2024-03-26T02:31:34.949687+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:35.510 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:35 smithi181 bash[22158]: cephadm 2024-03-26T02:31:34.066739+0000 mgr.a (mgr.14397) 20 : cephadm [INF] Reconfiguring alertmanager.smithi181 (dependencies changed)... 2024-03-26T02:31:35.510 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:35 smithi181 bash[22158]: cephadm 2024-03-26T02:31:34.081841+0000 mgr.a (mgr.14397) 21 : cephadm [INF] Reconfiguring daemon alertmanager.smithi181 on smithi181 2024-03-26T02:31:35.510 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:35 smithi181 bash[22158]: cluster 2024-03-26T02:31:34.184525+0000 mon.a (mon.0) 810 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-26T02:31:35.510 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:35 smithi181 bash[22158]: audit 2024-03-26T02:31:34.581408+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:35.510 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:35 smithi181 bash[22158]: audit 2024-03-26T02:31:34.757313+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:35.510 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:35 smithi181 bash[22158]: audit 2024-03-26T02:31:34.949687+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:35.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:35 smithi115 bash[21522]: cephadm 2024-03-26T02:31:34.066739+0000 mgr.a (mgr.14397) 20 : cephadm [INF] Reconfiguring alertmanager.smithi181 (dependencies changed)... 2024-03-26T02:31:35.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:35 smithi115 bash[21522]: cephadm 2024-03-26T02:31:34.081841+0000 mgr.a (mgr.14397) 21 : cephadm [INF] Reconfiguring daemon alertmanager.smithi181 on smithi181 2024-03-26T02:31:35.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:35 smithi115 bash[21522]: cluster 2024-03-26T02:31:34.184525+0000 mon.a (mon.0) 810 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-26T02:31:35.573 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:35 smithi115 bash[21522]: audit 2024-03-26T02:31:34.581408+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:35.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:35 smithi115 bash[21522]: audit 2024-03-26T02:31:34.757313+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:35.574 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:35 smithi115 bash[21522]: audit 2024-03-26T02:31:34.949687+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:36.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:36 smithi115 bash[21522]: cluster 2024-03-26T02:31:35.165425+0000 mgr.a (mgr.14397) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:36.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:36 smithi115 bash[21522]: audit 2024-03-26T02:31:35.263782+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:36.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:36 smithi115 bash[21522]: audit 2024-03-26T02:31:35.396460+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:36.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:36 smithi115 bash[21522]: audit 2024-03-26T02:31:35.554995+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:36.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:36 smithi115 bash[21522]: cluster 2024-03-26T02:31:36.186792+0000 mon.a (mon.0) 817 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-03-26T02:31:36.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:36 smithi115 bash[21522]: audit 2024-03-26T02:31:36.224925+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:36.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:36 smithi181 bash[22158]: cluster 2024-03-26T02:31:35.165425+0000 mgr.a (mgr.14397) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:36.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:36 smithi181 bash[22158]: audit 2024-03-26T02:31:35.263782+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:36.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:36 smithi181 bash[22158]: audit 2024-03-26T02:31:35.396460+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:36.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:36 smithi181 bash[22158]: audit 2024-03-26T02:31:35.554995+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:36.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:36 smithi181 bash[22158]: cluster 2024-03-26T02:31:36.186792+0000 mon.a (mon.0) 817 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-03-26T02:31:36.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:36 smithi181 bash[22158]: audit 2024-03-26T02:31:36.224925+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:36.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:36 smithi179 bash[22174]: cluster 2024-03-26T02:31:35.165425+0000 mgr.a (mgr.14397) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:36.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:36 smithi179 bash[22174]: audit 2024-03-26T02:31:35.263782+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:36.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:36 smithi179 bash[22174]: audit 2024-03-26T02:31:35.396460+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:36.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:36 smithi179 bash[22174]: audit 2024-03-26T02:31:35.554995+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:36.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:36 smithi179 bash[22174]: cluster 2024-03-26T02:31:36.186792+0000 mon.a (mon.0) 817 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-03-26T02:31:36.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:36 smithi179 bash[22174]: audit 2024-03-26T02:31:36.224925+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:38.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:38 smithi181 bash[22158]: cluster 2024-03-26T02:31:37.166079+0000 mgr.a (mgr.14397) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:38.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:38 smithi181 bash[22158]: audit 2024-03-26T02:31:37.527072+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:38.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:38 smithi181 bash[22158]: audit 2024-03-26T02:31:38.003585+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:38.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:38 smithi181 bash[22158]: audit 2024-03-26T02:31:38.226926+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:38.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:38 smithi181 bash[22158]: audit 2024-03-26T02:31:38.232415+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:38.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:38 smithi181 bash[22158]: audit 2024-03-26T02:31:38.236990+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:38.798 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:38 smithi179 bash[22174]: cluster 2024-03-26T02:31:37.166079+0000 mgr.a (mgr.14397) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:38.798 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:38 smithi179 bash[22174]: audit 2024-03-26T02:31:37.527072+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:38.798 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:38 smithi179 bash[22174]: audit 2024-03-26T02:31:38.003585+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:38.798 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:38 smithi179 bash[22174]: audit 2024-03-26T02:31:38.226926+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:38.798 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:38 smithi179 bash[22174]: audit 2024-03-26T02:31:38.232415+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:38.798 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:38 smithi179 bash[22174]: audit 2024-03-26T02:31:38.236990+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:38.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:38 smithi115 bash[21522]: cluster 2024-03-26T02:31:37.166079+0000 mgr.a (mgr.14397) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:38.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:38 smithi115 bash[21522]: audit 2024-03-26T02:31:37.527072+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:38.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:38 smithi115 bash[21522]: audit 2024-03-26T02:31:38.003585+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:38.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:38 smithi115 bash[21522]: audit 2024-03-26T02:31:38.226926+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:38.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:38 smithi115 bash[21522]: audit 2024-03-26T02:31:38.232415+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:38.822 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:38 smithi115 bash[21522]: audit 2024-03-26T02:31:38.236990+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:39.952 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:39 smithi181 bash[22158]: audit 2024-03-26T02:31:38.798478+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:40.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:39 smithi115 bash[21522]: audit 2024-03-26T02:31:38.798478+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:40.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:39 smithi179 bash[22174]: audit 2024-03-26T02:31:38.798478+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:40.590 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:40 smithi115 bash[21780]: [26/Mar/2024:02:31:40] ENGINE Bus STOPPING 2024-03-26T02:31:40.590 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:40 smithi115 bash[21780]: [26/Mar/2024:02:31:40] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-26T02:31:40.590 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:40 smithi115 bash[21780]: [26/Mar/2024:02:31:40] ENGINE Bus STOPPED 2024-03-26T02:31:40.590 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:40 smithi115 bash[21780]: [26/Mar/2024:02:31:40] ENGINE Bus STARTING 2024-03-26T02:31:40.590 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:40 smithi115 bash[21780]: [26/Mar/2024:02:31:40] ENGINE Serving on http://:::9283 2024-03-26T02:31:40.590 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:40 smithi115 bash[21780]: [26/Mar/2024:02:31:40] ENGINE Bus STARTED 2024-03-26T02:31:41.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:41 smithi181 bash[22158]: cluster 2024-03-26T02:31:39.166649+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-26T02:31:41.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:41 smithi181 bash[22158]: audit 2024-03-26T02:31:40.019011+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:41.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:41 smithi181 bash[22158]: audit 2024-03-26T02:31:40.027058+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:41.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:41 smithi181 bash[22158]: cluster 2024-03-26T02:31:40.028339+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 26 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-26T02:31:41.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:41 smithi181 bash[22158]: audit 2024-03-26T02:31:40.035598+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:41.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:41 smithi181 bash[22158]: audit 2024-03-26T02:31:40.241245+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:41.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:41 smithi181 bash[22158]: audit 2024-03-26T02:31:40.248466+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:41.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:41 smithi181 bash[22158]: audit 2024-03-26T02:31:40.306728+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-26T02:31:41.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:41 smithi181 bash[22158]: audit 2024-03-26T02:31:40.309597+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi181.front.sepia.ceph.com:9093"}]: dispatch 2024-03-26T02:31:41.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:41 smithi181 bash[22158]: audit 2024-03-26T02:31:40.317497+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:41.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:41 smithi181 bash[22158]: audit 2024-03-26T02:31:40.347002+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:31:41.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:41 smithi181 bash[22158]: audit 2024-03-26T02:31:40.350930+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:31:41.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:41 smithi181 bash[22158]: audit 2024-03-26T02:31:40.352202+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:31:41.291 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:41 smithi181 bash[22158]: audit 2024-03-26T02:31:40.358073+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:41.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:41 smithi115 bash[21522]: cluster 2024-03-26T02:31:39.166649+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-26T02:31:41.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:41 smithi115 bash[21522]: audit 2024-03-26T02:31:40.019011+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:41.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:41 smithi115 bash[21522]: audit 2024-03-26T02:31:40.027058+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:41.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:41 smithi115 bash[21522]: cluster 2024-03-26T02:31:40.028339+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 26 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-26T02:31:41.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:41 smithi115 bash[21522]: audit 2024-03-26T02:31:40.035598+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:41.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:41 smithi115 bash[21522]: audit 2024-03-26T02:31:40.241245+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:41.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:41 smithi115 bash[21522]: audit 2024-03-26T02:31:40.248466+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:41.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:41 smithi115 bash[21522]: audit 2024-03-26T02:31:40.306728+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-26T02:31:41.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:41 smithi115 bash[21522]: audit 2024-03-26T02:31:40.309597+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi181.front.sepia.ceph.com:9093"}]: dispatch 2024-03-26T02:31:41.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:41 smithi115 bash[21522]: audit 2024-03-26T02:31:40.317497+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:41.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:41 smithi115 bash[21522]: audit 2024-03-26T02:31:40.347002+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:31:41.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:41 smithi115 bash[21522]: audit 2024-03-26T02:31:40.350930+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:31:41.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:41 smithi115 bash[21522]: audit 2024-03-26T02:31:40.352202+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:31:41.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:41 smithi115 bash[21522]: audit 2024-03-26T02:31:40.358073+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:41.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:41 smithi179 bash[22174]: cluster 2024-03-26T02:31:39.166649+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-26T02:31:41.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:41 smithi179 bash[22174]: audit 2024-03-26T02:31:40.019011+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:41.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:41 smithi179 bash[22174]: audit 2024-03-26T02:31:40.027058+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:41.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:41 smithi179 bash[22174]: cluster 2024-03-26T02:31:40.028339+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 26 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-26T02:31:41.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:41 smithi179 bash[22174]: audit 2024-03-26T02:31:40.035598+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:41.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:41 smithi179 bash[22174]: audit 2024-03-26T02:31:40.241245+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:41.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:41 smithi179 bash[22174]: audit 2024-03-26T02:31:40.248466+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:41.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:41 smithi179 bash[22174]: audit 2024-03-26T02:31:40.306728+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-26T02:31:41.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:41 smithi179 bash[22174]: audit 2024-03-26T02:31:40.309597+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi181.front.sepia.ceph.com:9093"}]: dispatch 2024-03-26T02:31:41.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:41 smithi179 bash[22174]: audit 2024-03-26T02:31:40.317497+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:41.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:41 smithi179 bash[22174]: audit 2024-03-26T02:31:40.347002+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:31:41.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:41 smithi179 bash[22174]: audit 2024-03-26T02:31:40.350930+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:31:41.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:41 smithi179 bash[22174]: audit 2024-03-26T02:31:40.352202+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:31:41.379 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:41 smithi179 bash[22174]: audit 2024-03-26T02:31:40.358073+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:42.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:42 smithi181 bash[22158]: audit 2024-03-26T02:31:40.307677+0000 mgr.a (mgr.14397) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-26T02:31:42.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:42 smithi181 bash[22158]: audit 2024-03-26T02:31:40.310152+0000 mgr.a (mgr.14397) 27 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi181.front.sepia.ceph.com:9093"}]: dispatch 2024-03-26T02:31:42.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:42 smithi181 bash[22158]: cluster 2024-03-26T02:31:40.353721+0000 mgr.a (mgr.14397) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-26T02:31:42.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:42 smithi181 bash[22158]: cephadm 2024-03-26T02:31:40.358674+0000 mgr.a (mgr.14397) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:31:42.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:42 smithi181 bash[22158]: audit 2024-03-26T02:31:41.307796+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:42.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:42 smithi181 bash[22158]: audit 2024-03-26T02:31:41.317019+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:42.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:42 smithi181 bash[22158]: audit 2024-03-26T02:31:41.326761+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:42.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:42 smithi181 bash[22158]: audit 2024-03-26T02:31:41.760429+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:42.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:42 smithi115 bash[21522]: audit 2024-03-26T02:31:40.307677+0000 mgr.a (mgr.14397) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-26T02:31:42.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:42 smithi115 bash[21522]: audit 2024-03-26T02:31:40.310152+0000 mgr.a (mgr.14397) 27 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi181.front.sepia.ceph.com:9093"}]: dispatch 2024-03-26T02:31:42.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:42 smithi115 bash[21522]: cluster 2024-03-26T02:31:40.353721+0000 mgr.a (mgr.14397) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-26T02:31:42.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:42 smithi115 bash[21522]: cephadm 2024-03-26T02:31:40.358674+0000 mgr.a (mgr.14397) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:31:42.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:42 smithi115 bash[21522]: audit 2024-03-26T02:31:41.307796+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:42.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:42 smithi115 bash[21522]: audit 2024-03-26T02:31:41.317019+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:42.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:42 smithi115 bash[21522]: audit 2024-03-26T02:31:41.326761+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:42.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:42 smithi115 bash[21522]: audit 2024-03-26T02:31:41.760429+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:42.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:42 smithi179 bash[22174]: audit 2024-03-26T02:31:40.307677+0000 mgr.a (mgr.14397) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-26T02:31:42.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:42 smithi179 bash[22174]: audit 2024-03-26T02:31:40.310152+0000 mgr.a (mgr.14397) 27 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi181.front.sepia.ceph.com:9093"}]: dispatch 2024-03-26T02:31:42.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:42 smithi179 bash[22174]: cluster 2024-03-26T02:31:40.353721+0000 mgr.a (mgr.14397) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-26T02:31:42.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:42 smithi179 bash[22174]: cephadm 2024-03-26T02:31:40.358674+0000 mgr.a (mgr.14397) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:31:42.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:42 smithi179 bash[22174]: audit 2024-03-26T02:31:41.307796+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:42.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:42 smithi179 bash[22174]: audit 2024-03-26T02:31:41.317019+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:42.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:42 smithi179 bash[22174]: audit 2024-03-26T02:31:41.326761+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:42.379 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:42 smithi179 bash[22174]: audit 2024-03-26T02:31:41.760429+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:43.925 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:43 smithi181 bash[22158]: cluster 2024-03-26T02:31:42.354372+0000 mgr.a (mgr.14397) 30 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-26T02:31:43.925 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:43 smithi181 bash[22158]: audit 2024-03-26T02:31:42.671771+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:43.925 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:43 smithi181 bash[22158]: audit 2024-03-26T02:31:43.048956+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:43.925 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:43 smithi181 bash[22158]: audit 2024-03-26T02:31:43.058652+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:43.925 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:43 smithi181 bash[22158]: audit 2024-03-26T02:31:43.069276+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:43.925 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:43 smithi181 bash[22158]: audit 2024-03-26T02:31:43.101218+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:31:43.925 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:43 smithi181 bash[22158]: audit 2024-03-26T02:31:43.107230+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:31:43.925 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:43 smithi181 bash[22158]: audit 2024-03-26T02:31:43.109152+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:31:43.926 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:43 smithi181 bash[22158]: audit 2024-03-26T02:31:43.119677+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:43.926 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:43 smithi181 bash[22158]: audit 2024-03-26T02:31:43.384287+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:43.926 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:43 smithi181 bash[22158]: audit 2024-03-26T02:31:43.394304+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:43.926 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:43 smithi181 bash[22158]: audit 2024-03-26T02:31:43.401672+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:31:43.926 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:43 smithi181 bash[22158]: audit 2024-03-26T02:31:43.406492+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:43.926 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:43 smithi181 bash[22158]: audit 2024-03-26T02:31:43.414283+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:31:43.926 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:43 smithi181 bash[22158]: audit 2024-03-26T02:31:43.415795+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:31:43.926 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:43 smithi181 bash[22158]: audit 2024-03-26T02:31:43.425408+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:43.926 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:43 smithi181 bash[22158]: audit 2024-03-26T02:31:43.447445+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:43 smithi115 bash[21522]: cluster 2024-03-26T02:31:42.354372+0000 mgr.a (mgr.14397) 30 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-26T02:31:44.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:43 smithi115 bash[21522]: audit 2024-03-26T02:31:42.671771+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:43 smithi115 bash[21522]: audit 2024-03-26T02:31:43.048956+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:43 smithi115 bash[21522]: audit 2024-03-26T02:31:43.058652+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:43 smithi115 bash[21522]: audit 2024-03-26T02:31:43.069276+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:43 smithi115 bash[21522]: audit 2024-03-26T02:31:43.101218+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:31:44.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:43 smithi115 bash[21522]: audit 2024-03-26T02:31:43.107230+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:31:44.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:43 smithi115 bash[21522]: audit 2024-03-26T02:31:43.109152+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:31:44.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:43 smithi115 bash[21522]: audit 2024-03-26T02:31:43.119677+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:43 smithi115 bash[21522]: audit 2024-03-26T02:31:43.384287+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:43 smithi115 bash[21522]: audit 2024-03-26T02:31:43.394304+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:43 smithi115 bash[21522]: audit 2024-03-26T02:31:43.401672+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:31:44.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:43 smithi115 bash[21522]: audit 2024-03-26T02:31:43.406492+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:43 smithi115 bash[21522]: audit 2024-03-26T02:31:43.414283+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:31:44.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:43 smithi115 bash[21522]: audit 2024-03-26T02:31:43.415795+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:31:44.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:43 smithi115 bash[21522]: audit 2024-03-26T02:31:43.425408+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:43 smithi115 bash[21522]: audit 2024-03-26T02:31:43.447445+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:43 smithi179 bash[22174]: cluster 2024-03-26T02:31:42.354372+0000 mgr.a (mgr.14397) 30 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-26T02:31:44.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:43 smithi179 bash[22174]: audit 2024-03-26T02:31:42.671771+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:43 smithi179 bash[22174]: audit 2024-03-26T02:31:43.048956+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:43 smithi179 bash[22174]: audit 2024-03-26T02:31:43.058652+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:43 smithi179 bash[22174]: audit 2024-03-26T02:31:43.069276+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:43 smithi179 bash[22174]: audit 2024-03-26T02:31:43.101218+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:31:44.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:43 smithi179 bash[22174]: audit 2024-03-26T02:31:43.107230+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:31:44.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:43 smithi179 bash[22174]: audit 2024-03-26T02:31:43.109152+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:31:44.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:43 smithi179 bash[22174]: audit 2024-03-26T02:31:43.119677+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:43 smithi179 bash[22174]: audit 2024-03-26T02:31:43.384287+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:43 smithi179 bash[22174]: audit 2024-03-26T02:31:43.394304+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:43 smithi179 bash[22174]: audit 2024-03-26T02:31:43.401672+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:31:44.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:43 smithi179 bash[22174]: audit 2024-03-26T02:31:43.406492+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:43 smithi179 bash[22174]: audit 2024-03-26T02:31:43.414283+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:31:44.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:43 smithi179 bash[22174]: audit 2024-03-26T02:31:43.415795+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:31:44.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:43 smithi179 bash[22174]: audit 2024-03-26T02:31:43.425408+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:43 smithi179 bash[22174]: audit 2024-03-26T02:31:43.447445+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:44.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:44 smithi181 bash[22158]: cluster 2024-03-26T02:31:43.060436+0000 mgr.a (mgr.14397) 31 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 26 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-26T02:31:44.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:44 smithi181 bash[22158]: cluster 2024-03-26T02:31:43.112433+0000 mgr.a (mgr.14397) 32 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 35 KiB/s rd, 0 B/s wr, 19 op/s 2024-03-26T02:31:44.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:44 smithi181 bash[22158]: cluster 2024-03-26T02:31:43.112861+0000 mgr.a (mgr.14397) 33 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:44.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:44 smithi181 bash[22158]: cephadm 2024-03-26T02:31:43.120648+0000 mgr.a (mgr.14397) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:31:44.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:44 smithi181 bash[22158]: cluster 2024-03-26T02:31:43.396051+0000 mgr.a (mgr.14397) 35 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:44.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:44 smithi181 bash[22158]: cluster 2024-03-26T02:31:43.396559+0000 mgr.a (mgr.14397) 36 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:44.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:44 smithi181 bash[22158]: cluster 2024-03-26T02:31:43.418822+0000 mgr.a (mgr.14397) 37 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:44.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:44 smithi181 bash[22158]: cephadm 2024-03-26T02:31:43.547840+0000 mgr.a (mgr.14397) 38 : cephadm [INF] Reconfiguring grafana.smithi115 (dependencies changed)... 2024-03-26T02:31:44.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:44 smithi181 bash[22158]: cephadm 2024-03-26T02:31:43.593764+0000 mgr.a (mgr.14397) 39 : cephadm [INF] Reconfiguring daemon grafana.smithi115 on smithi115 2024-03-26T02:31:44.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:44 smithi181 bash[22158]: cluster 2024-03-26T02:31:44.054836+0000 mon.a (mon.0) 857 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-26T02:31:45.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:44 smithi115 bash[21522]: cluster 2024-03-26T02:31:43.060436+0000 mgr.a (mgr.14397) 31 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 26 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-26T02:31:45.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:44 smithi115 bash[21522]: cluster 2024-03-26T02:31:43.112433+0000 mgr.a (mgr.14397) 32 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 35 KiB/s rd, 0 B/s wr, 19 op/s 2024-03-26T02:31:45.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:44 smithi115 bash[21522]: cluster 2024-03-26T02:31:43.112861+0000 mgr.a (mgr.14397) 33 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:45.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:44 smithi115 bash[21522]: cephadm 2024-03-26T02:31:43.120648+0000 mgr.a (mgr.14397) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:31:45.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:44 smithi115 bash[21522]: cluster 2024-03-26T02:31:43.396051+0000 mgr.a (mgr.14397) 35 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:45.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:44 smithi115 bash[21522]: cluster 2024-03-26T02:31:43.396559+0000 mgr.a (mgr.14397) 36 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:45.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:44 smithi115 bash[21522]: cluster 2024-03-26T02:31:43.418822+0000 mgr.a (mgr.14397) 37 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:45.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:44 smithi115 bash[21522]: cephadm 2024-03-26T02:31:43.547840+0000 mgr.a (mgr.14397) 38 : cephadm [INF] Reconfiguring grafana.smithi115 (dependencies changed)... 2024-03-26T02:31:45.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:44 smithi115 bash[21522]: cephadm 2024-03-26T02:31:43.593764+0000 mgr.a (mgr.14397) 39 : cephadm [INF] Reconfiguring daemon grafana.smithi115 on smithi115 2024-03-26T02:31:45.072 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:44 smithi115 bash[21522]: cluster 2024-03-26T02:31:44.054836+0000 mon.a (mon.0) 857 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-26T02:31:45.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:44 smithi179 bash[22174]: cluster 2024-03-26T02:31:43.060436+0000 mgr.a (mgr.14397) 31 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 26 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-26T02:31:45.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:44 smithi179 bash[22174]: cluster 2024-03-26T02:31:43.112433+0000 mgr.a (mgr.14397) 32 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 35 KiB/s rd, 0 B/s wr, 19 op/s 2024-03-26T02:31:45.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:44 smithi179 bash[22174]: cluster 2024-03-26T02:31:43.112861+0000 mgr.a (mgr.14397) 33 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:45.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:44 smithi179 bash[22174]: cephadm 2024-03-26T02:31:43.120648+0000 mgr.a (mgr.14397) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T02:31:45.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:44 smithi179 bash[22174]: cluster 2024-03-26T02:31:43.396051+0000 mgr.a (mgr.14397) 35 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:45.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:44 smithi179 bash[22174]: cluster 2024-03-26T02:31:43.396559+0000 mgr.a (mgr.14397) 36 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:45.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:44 smithi179 bash[22174]: cluster 2024-03-26T02:31:43.418822+0000 mgr.a (mgr.14397) 37 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:45.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:44 smithi179 bash[22174]: cephadm 2024-03-26T02:31:43.547840+0000 mgr.a (mgr.14397) 38 : cephadm [INF] Reconfiguring grafana.smithi115 (dependencies changed)... 2024-03-26T02:31:45.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:44 smithi179 bash[22174]: cephadm 2024-03-26T02:31:43.593764+0000 mgr.a (mgr.14397) 39 : cephadm [INF] Reconfiguring daemon grafana.smithi115 on smithi115 2024-03-26T02:31:45.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:44 smithi179 bash[22174]: cluster 2024-03-26T02:31:44.054836+0000 mon.a (mon.0) 857 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-26T02:31:47.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:46 smithi181 bash[22158]: cluster 2024-03-26T02:31:45.419370+0000 mgr.a (mgr.14397) 40 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:47.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:46 smithi181 bash[22158]: audit 2024-03-26T02:31:46.273855+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:47.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:46 smithi181 bash[22158]: audit 2024-03-26T02:31:46.275357+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:31:47.060 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:46 smithi115 bash[21522]: cluster 2024-03-26T02:31:45.419370+0000 mgr.a (mgr.14397) 40 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:47.060 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:46 smithi115 bash[21522]: audit 2024-03-26T02:31:46.273855+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:47.060 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:46 smithi115 bash[21522]: audit 2024-03-26T02:31:46.275357+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:31:47.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:46 smithi179 bash[22174]: cluster 2024-03-26T02:31:45.419370+0000 mgr.a (mgr.14397) 40 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:47.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:46 smithi179 bash[22174]: audit 2024-03-26T02:31:46.273855+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:47.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:46 smithi179 bash[22174]: audit 2024-03-26T02:31:46.275357+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:31:48.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:47 smithi181 bash[22158]: audit 2024-03-26T02:31:46.767736+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:48.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:47 smithi181 bash[22158]: audit 2024-03-26T02:31:46.773451+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:48.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:47 smithi181 bash[22158]: cluster 2024-03-26T02:31:46.774180+0000 mgr.a (mgr.14397) 41 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:48.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:47 smithi181 bash[22158]: cluster 2024-03-26T02:31:46.774332+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:48.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:47 smithi181 bash[22158]: audit 2024-03-26T02:31:46.778890+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:48.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:47 smithi115 bash[21522]: audit 2024-03-26T02:31:46.767736+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:48.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:47 smithi115 bash[21522]: audit 2024-03-26T02:31:46.773451+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:48.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:47 smithi115 bash[21522]: cluster 2024-03-26T02:31:46.774180+0000 mgr.a (mgr.14397) 41 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:48.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:47 smithi115 bash[21522]: cluster 2024-03-26T02:31:46.774332+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:48.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:47 smithi115 bash[21522]: audit 2024-03-26T02:31:46.778890+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:48.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:47 smithi179 bash[22174]: audit 2024-03-26T02:31:46.767736+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:48.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:47 smithi179 bash[22174]: audit 2024-03-26T02:31:46.773451+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:48.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:47 smithi179 bash[22174]: cluster 2024-03-26T02:31:46.774180+0000 mgr.a (mgr.14397) 41 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:48.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:47 smithi179 bash[22174]: cluster 2024-03-26T02:31:46.774332+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:48.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:47 smithi179 bash[22174]: audit 2024-03-26T02:31:46.778890+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:48.821 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:48 smithi115 bash[21780]: [26/Mar/2024:02:31:48] ENGINE Bus STOPPING 2024-03-26T02:31:48.821 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:48 smithi115 bash[21780]: [26/Mar/2024:02:31:48] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-26T02:31:48.821 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:48 smithi115 bash[21780]: [26/Mar/2024:02:31:48] ENGINE Bus STOPPED 2024-03-26T02:31:48.821 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:48 smithi115 bash[21780]: [26/Mar/2024:02:31:48] ENGINE Bus STARTING 2024-03-26T02:31:48.821 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:48 smithi115 bash[21780]: [26/Mar/2024:02:31:48] ENGINE Serving on http://:::9283 2024-03-26T02:31:48.821 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:31:48 smithi115 bash[21780]: [26/Mar/2024:02:31:48] ENGINE Bus STARTED 2024-03-26T02:31:49.523 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:49 smithi115 bash[21522]: audit 2024-03-26T02:31:48.406588+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:49.523 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:49 smithi115 bash[21522]: audit 2024-03-26T02:31:48.411625+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:49.523 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:49 smithi115 bash[21522]: audit 2024-03-26T02:31:48.434623+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-26T02:31:49.523 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:49 smithi115 bash[21522]: audit 2024-03-26T02:31:48.435072+0000 mgr.a (mgr.14397) 43 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-26T02:31:49.523 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:49 smithi115 bash[21522]: audit 2024-03-26T02:31:48.436089+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi115.front.sepia.ceph.com:3000"}]: dispatch 2024-03-26T02:31:49.524 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:49 smithi115 bash[21522]: audit 2024-03-26T02:31:48.436445+0000 mgr.a (mgr.14397) 44 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi115.front.sepia.ceph.com:3000"}]: dispatch 2024-03-26T02:31:49.524 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:49 smithi115 bash[21522]: audit 2024-03-26T02:31:48.440528+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:49.524 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:49 smithi115 bash[21522]: audit 2024-03-26T02:31:48.457748+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:31:49.524 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:49 smithi115 bash[21522]: audit 2024-03-26T02:31:48.460209+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:31:49.524 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:49 smithi115 bash[21522]: audit 2024-03-26T02:31:48.461129+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:31:49.524 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:49 smithi115 bash[21522]: cluster 2024-03-26T02:31:48.463159+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:49.524 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:49 smithi115 bash[21522]: cluster 2024-03-26T02:31:48.463343+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:49.524 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:49 smithi115 bash[21522]: audit 2024-03-26T02:31:48.467770+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:49.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:49 smithi181 bash[22158]: audit 2024-03-26T02:31:48.406588+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:49.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:49 smithi181 bash[22158]: audit 2024-03-26T02:31:48.411625+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:49.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:49 smithi181 bash[22158]: audit 2024-03-26T02:31:48.434623+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-26T02:31:49.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:49 smithi181 bash[22158]: audit 2024-03-26T02:31:48.435072+0000 mgr.a (mgr.14397) 43 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-26T02:31:49.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:49 smithi181 bash[22158]: audit 2024-03-26T02:31:48.436089+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi115.front.sepia.ceph.com:3000"}]: dispatch 2024-03-26T02:31:49.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:49 smithi181 bash[22158]: audit 2024-03-26T02:31:48.436445+0000 mgr.a (mgr.14397) 44 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi115.front.sepia.ceph.com:3000"}]: dispatch 2024-03-26T02:31:49.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:49 smithi181 bash[22158]: audit 2024-03-26T02:31:48.440528+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:49.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:49 smithi181 bash[22158]: audit 2024-03-26T02:31:48.457748+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:31:49.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:49 smithi181 bash[22158]: audit 2024-03-26T02:31:48.460209+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:31:49.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:49 smithi181 bash[22158]: audit 2024-03-26T02:31:48.461129+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:31:49.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:49 smithi181 bash[22158]: cluster 2024-03-26T02:31:48.463159+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:49.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:49 smithi181 bash[22158]: cluster 2024-03-26T02:31:48.463343+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:49.791 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:49 smithi181 bash[22158]: audit 2024-03-26T02:31:48.467770+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:49.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:49 smithi179 bash[22174]: audit 2024-03-26T02:31:48.406588+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:49.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:49 smithi179 bash[22174]: audit 2024-03-26T02:31:48.411625+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:49.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:49 smithi179 bash[22174]: audit 2024-03-26T02:31:48.434623+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-26T02:31:49.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:49 smithi179 bash[22174]: audit 2024-03-26T02:31:48.435072+0000 mgr.a (mgr.14397) 43 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-26T02:31:49.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:49 smithi179 bash[22174]: audit 2024-03-26T02:31:48.436089+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi115.front.sepia.ceph.com:3000"}]: dispatch 2024-03-26T02:31:49.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:49 smithi179 bash[22174]: audit 2024-03-26T02:31:48.436445+0000 mgr.a (mgr.14397) 44 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi115.front.sepia.ceph.com:3000"}]: dispatch 2024-03-26T02:31:49.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:49 smithi179 bash[22174]: audit 2024-03-26T02:31:48.440528+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:49.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:49 smithi179 bash[22174]: audit 2024-03-26T02:31:48.457748+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:31:49.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:49 smithi179 bash[22174]: audit 2024-03-26T02:31:48.460209+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:31:49.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:49 smithi179 bash[22174]: audit 2024-03-26T02:31:48.461129+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:31:49.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:49 smithi179 bash[22174]: cluster 2024-03-26T02:31:48.463159+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:49.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:49 smithi179 bash[22174]: cluster 2024-03-26T02:31:48.463343+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:49.879 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:49 smithi179 bash[22174]: audit 2024-03-26T02:31:48.467770+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:31:51.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:51 smithi181 bash[22158]: cluster 2024-03-26T02:31:50.463782+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:51.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:51 smithi115 bash[21522]: cluster 2024-03-26T02:31:50.463782+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:51.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:51 smithi179 bash[22174]: cluster 2024-03-26T02:31:50.463782+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:53.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:53 smithi181 bash[22158]: cluster 2024-03-26T02:31:52.464465+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:53.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:53 smithi115 bash[21522]: cluster 2024-03-26T02:31:52.464465+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:53.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:53 smithi179 bash[22174]: cluster 2024-03-26T02:31:52.464465+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:55.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:55 smithi181 bash[22158]: cluster 2024-03-26T02:31:54.465099+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:55.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:55 smithi115 bash[21522]: cluster 2024-03-26T02:31:54.465099+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:55.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:55 smithi179 bash[22174]: cluster 2024-03-26T02:31:54.465099+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:57.756 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:57 smithi179 bash[22174]: cluster 2024-03-26T02:31:56.465828+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:57.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:57 smithi181 bash[22158]: cluster 2024-03-26T02:31:56.465828+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:57.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:57 smithi115 bash[21522]: cluster 2024-03-26T02:31:56.465828+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:59.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:31:59 smithi181 bash[22158]: cluster 2024-03-26T02:31:58.466478+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:59.790 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:31:59 smithi179 bash[22174]: cluster 2024-03-26T02:31:58.466478+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:31:59.820 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:31:59 smithi115 bash[21522]: cluster 2024-03-26T02:31:58.466478+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:01.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:01 smithi181 bash[22158]: cluster 2024-03-26T02:32:00.467070+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:01.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:01 smithi181 bash[22158]: audit 2024-03-26T02:32:01.268046+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:32:01.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:01 smithi181 bash[22158]: audit 2024-03-26T02:32:01.485615+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:01.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:01 smithi181 bash[22158]: audit 2024-03-26T02:32:01.492263+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:01.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:01 smithi181 bash[22158]: audit 2024-03-26T02:32:01.498990+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:01.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:01 smithi115 bash[21522]: cluster 2024-03-26T02:32:00.467070+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:01.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:01 smithi115 bash[21522]: audit 2024-03-26T02:32:01.268046+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:32:01.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:01 smithi115 bash[21522]: audit 2024-03-26T02:32:01.485615+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:01.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:01 smithi115 bash[21522]: audit 2024-03-26T02:32:01.492263+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:01.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:01 smithi115 bash[21522]: audit 2024-03-26T02:32:01.498990+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:01.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:01 smithi179 bash[22174]: cluster 2024-03-26T02:32:00.467070+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:01.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:01 smithi179 bash[22174]: audit 2024-03-26T02:32:01.268046+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:32:01.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:01 smithi179 bash[22174]: audit 2024-03-26T02:32:01.485615+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:01.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:01 smithi179 bash[22174]: audit 2024-03-26T02:32:01.492263+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:01.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:01 smithi179 bash[22174]: audit 2024-03-26T02:32:01.498990+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:02.687 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:02 smithi181 bash[22158]: cluster 2024-03-26T02:32:01.492957+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:02.687 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:02 smithi181 bash[22158]: cluster 2024-03-26T02:32:01.493155+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:02.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:02 smithi115 bash[21522]: cluster 2024-03-26T02:32:01.492957+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:02.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:02 smithi115 bash[21522]: cluster 2024-03-26T02:32:01.493155+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:02.836 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:02 smithi179 bash[22174]: cluster 2024-03-26T02:32:01.492957+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:02.837 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:02 smithi179 bash[22174]: cluster 2024-03-26T02:32:01.493155+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:04.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:04 smithi179 bash[22174]: cluster 2024-03-26T02:32:03.493708+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:04.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:04 smithi179 bash[22174]: audit 2024-03-26T02:32:03.589042+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:04.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:04 smithi179 bash[22174]: audit 2024-03-26T02:32:03.599264+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:04.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:04 smithi179 bash[22174]: cluster 2024-03-26T02:32:03.601205+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:04.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:04 smithi179 bash[22174]: cluster 2024-03-26T02:32:03.601575+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:04.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:04 smithi179 bash[22174]: audit 2024-03-26T02:32:03.610836+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:05.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:04 smithi181 bash[22158]: cluster 2024-03-26T02:32:03.493708+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:05.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:04 smithi181 bash[22158]: audit 2024-03-26T02:32:03.589042+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:05.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:04 smithi181 bash[22158]: audit 2024-03-26T02:32:03.599264+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:05.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:04 smithi181 bash[22158]: cluster 2024-03-26T02:32:03.601205+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:05.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:04 smithi181 bash[22158]: cluster 2024-03-26T02:32:03.601575+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:05.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:04 smithi181 bash[22158]: audit 2024-03-26T02:32:03.610836+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:05.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:04 smithi115 bash[21522]: cluster 2024-03-26T02:32:03.493708+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:05.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:04 smithi115 bash[21522]: audit 2024-03-26T02:32:03.589042+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:05.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:04 smithi115 bash[21522]: audit 2024-03-26T02:32:03.599264+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:05.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:04 smithi115 bash[21522]: cluster 2024-03-26T02:32:03.601205+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:05.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:04 smithi115 bash[21522]: cluster 2024-03-26T02:32:03.601575+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:05.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:04 smithi115 bash[21522]: audit 2024-03-26T02:32:03.610836+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:06.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:05 smithi181 bash[22158]: audit 2024-03-26T02:32:04.753249+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:06.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:05 smithi181 bash[22158]: audit 2024-03-26T02:32:04.760427+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:06.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:05 smithi181 bash[22158]: cluster 2024-03-26T02:32:04.761679+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:06.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:05 smithi181 bash[22158]: cluster 2024-03-26T02:32:04.762039+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:06.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:05 smithi181 bash[22158]: audit 2024-03-26T02:32:04.769830+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:06.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:05 smithi115 bash[21522]: audit 2024-03-26T02:32:04.753249+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:06.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:05 smithi115 bash[21522]: audit 2024-03-26T02:32:04.760427+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:06.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:05 smithi115 bash[21522]: cluster 2024-03-26T02:32:04.761679+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:06.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:05 smithi115 bash[21522]: cluster 2024-03-26T02:32:04.762039+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:06.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:05 smithi115 bash[21522]: audit 2024-03-26T02:32:04.769830+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:06.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:05 smithi179 bash[22174]: audit 2024-03-26T02:32:04.753249+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:06.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:05 smithi179 bash[22174]: audit 2024-03-26T02:32:04.760427+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:06.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:05 smithi179 bash[22174]: cluster 2024-03-26T02:32:04.761679+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:06.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:05 smithi179 bash[22174]: cluster 2024-03-26T02:32:04.762039+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:06.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:05 smithi179 bash[22174]: audit 2024-03-26T02:32:04.769830+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:07.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:07 smithi181 bash[22158]: audit 2024-03-26T02:32:06.199420+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:07.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:07 smithi181 bash[22158]: audit 2024-03-26T02:32:06.209046+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:07.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:07 smithi181 bash[22158]: cluster 2024-03-26T02:32:06.210740+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:07.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:07 smithi181 bash[22158]: audit 2024-03-26T02:32:06.220539+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:07.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:07 smithi181 bash[22158]: audit 2024-03-26T02:32:06.225866+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:32:07.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:07 smithi181 bash[22158]: audit 2024-03-26T02:32:06.231758+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:32:07.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:07 smithi181 bash[22158]: audit 2024-03-26T02:32:06.233730+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:32:07.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:07 smithi181 bash[22158]: audit 2024-03-26T02:32:06.243892+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:07.571 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:07 smithi115 bash[21522]: audit 2024-03-26T02:32:06.199420+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:07.571 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:07 smithi115 bash[21522]: audit 2024-03-26T02:32:06.209046+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:07.571 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:07 smithi115 bash[21522]: cluster 2024-03-26T02:32:06.210740+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:07.571 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:07 smithi115 bash[21522]: audit 2024-03-26T02:32:06.220539+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:07.571 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:07 smithi115 bash[21522]: audit 2024-03-26T02:32:06.225866+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:32:07.571 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:07 smithi115 bash[21522]: audit 2024-03-26T02:32:06.231758+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:32:07.571 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:07 smithi115 bash[21522]: audit 2024-03-26T02:32:06.233730+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:32:07.571 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:07 smithi115 bash[21522]: audit 2024-03-26T02:32:06.243892+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:07.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:07 smithi179 bash[22174]: audit 2024-03-26T02:32:06.199420+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:07.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:07 smithi179 bash[22174]: audit 2024-03-26T02:32:06.209046+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:07.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:07 smithi179 bash[22174]: cluster 2024-03-26T02:32:06.210740+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:07.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:07 smithi179 bash[22174]: audit 2024-03-26T02:32:06.220539+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:07.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:07 smithi179 bash[22174]: audit 2024-03-26T02:32:06.225866+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:32:07.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:07 smithi179 bash[22174]: audit 2024-03-26T02:32:06.231758+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:32:07.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:07 smithi179 bash[22174]: audit 2024-03-26T02:32:06.233730+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:32:07.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:07 smithi179 bash[22174]: audit 2024-03-26T02:32:06.243892+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:08.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:08 smithi181 bash[22158]: cluster 2024-03-26T02:32:07.205220+0000 mon.a (mon.0) 889 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-26T02:32:08.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:08 smithi181 bash[22158]: cluster 2024-03-26T02:32:07.205273+0000 mon.a (mon.0) 890 : cluster [INF] Cluster is now healthy 2024-03-26T02:32:08.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:08 smithi115 bash[21522]: cluster 2024-03-26T02:32:07.205220+0000 mon.a (mon.0) 889 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-26T02:32:08.571 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:08 smithi115 bash[21522]: cluster 2024-03-26T02:32:07.205273+0000 mon.a (mon.0) 890 : cluster [INF] Cluster is now healthy 2024-03-26T02:32:08.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:08 smithi179 bash[22174]: cluster 2024-03-26T02:32:07.205220+0000 mon.a (mon.0) 889 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-26T02:32:08.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:08 smithi179 bash[22174]: cluster 2024-03-26T02:32:07.205273+0000 mon.a (mon.0) 890 : cluster [INF] Cluster is now healthy 2024-03-26T02:32:09.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:09 smithi181 bash[22158]: cluster 2024-03-26T02:32:08.211309+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:09.571 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:09 smithi115 bash[21522]: cluster 2024-03-26T02:32:08.211309+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:09.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:09 smithi179 bash[22174]: cluster 2024-03-26T02:32:08.211309+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:11.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:11 smithi181 bash[22158]: cluster 2024-03-26T02:32:10.211921+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:11.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:11 smithi115 bash[21522]: cluster 2024-03-26T02:32:10.211921+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:11.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:11 smithi179 bash[22174]: cluster 2024-03-26T02:32:10.211921+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:13.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:13 smithi181 bash[22158]: cluster 2024-03-26T02:32:12.212582+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:13.571 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:13 smithi115 bash[21522]: cluster 2024-03-26T02:32:12.212582+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:13.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:13 smithi179 bash[22174]: cluster 2024-03-26T02:32:12.212582+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:15.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:15 smithi181 bash[22158]: cluster 2024-03-26T02:32:14.213187+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:15.571 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:15 smithi115 bash[21522]: cluster 2024-03-26T02:32:14.213187+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:15.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:15 smithi179 bash[22174]: cluster 2024-03-26T02:32:14.213187+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:17.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:17 smithi181 bash[22158]: cluster 2024-03-26T02:32:16.213726+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:17.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:17 smithi181 bash[22158]: audit 2024-03-26T02:32:16.274466+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:17.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:17 smithi181 bash[22158]: audit 2024-03-26T02:32:16.276384+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:32:17.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:17 smithi115 bash[21522]: cluster 2024-03-26T02:32:16.213726+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:17.571 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:17 smithi115 bash[21522]: audit 2024-03-26T02:32:16.274466+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:17.571 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:17 smithi115 bash[21522]: audit 2024-03-26T02:32:16.276384+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:32:17.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:17 smithi179 bash[22174]: cluster 2024-03-26T02:32:16.213726+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:17.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:17 smithi179 bash[22174]: audit 2024-03-26T02:32:16.274466+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:17.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:17 smithi179 bash[22174]: audit 2024-03-26T02:32:16.276384+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:32:19.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:19 smithi179 bash[22174]: cluster 2024-03-26T02:32:18.214282+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:19.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:19 smithi181 bash[22158]: cluster 2024-03-26T02:32:18.214282+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:19.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:19 smithi115 bash[21522]: cluster 2024-03-26T02:32:18.214282+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:21.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:21 smithi181 bash[22158]: cluster 2024-03-26T02:32:20.214814+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:21.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:21 smithi115 bash[21522]: cluster 2024-03-26T02:32:20.214814+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:21.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:21 smithi179 bash[22174]: cluster 2024-03-26T02:32:20.214814+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:23.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:23 smithi181 bash[22158]: cluster 2024-03-26T02:32:22.215300+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:23.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:23 smithi115 bash[21522]: cluster 2024-03-26T02:32:22.215300+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:23.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:23 smithi179 bash[22174]: cluster 2024-03-26T02:32:22.215300+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:24.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:24 smithi181 bash[22158]: audit 2024-03-26T02:32:23.490210+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:24.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:24 smithi181 bash[22158]: audit 2024-03-26T02:32:23.497680+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:24.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:24 smithi181 bash[22158]: audit 2024-03-26T02:32:23.508452+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:24.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:24 smithi181 bash[22158]: audit 2024-03-26T02:32:23.788655+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:24.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:24 smithi181 bash[22158]: audit 2024-03-26T02:32:23.798418+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:24.790 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:24 smithi181 bash[22158]: audit 2024-03-26T02:32:23.808954+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:24.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:24 smithi115 bash[21522]: audit 2024-03-26T02:32:23.490210+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:24.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:24 smithi115 bash[21522]: audit 2024-03-26T02:32:23.497680+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:24.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:24 smithi115 bash[21522]: audit 2024-03-26T02:32:23.508452+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:24.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:24 smithi115 bash[21522]: audit 2024-03-26T02:32:23.788655+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:24.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:24 smithi115 bash[21522]: audit 2024-03-26T02:32:23.798418+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:24.821 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:24 smithi115 bash[21522]: audit 2024-03-26T02:32:23.808954+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:24.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:24 smithi179 bash[22174]: audit 2024-03-26T02:32:23.490210+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:24.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:24 smithi179 bash[22174]: audit 2024-03-26T02:32:23.497680+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:24.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:24 smithi179 bash[22174]: audit 2024-03-26T02:32:23.508452+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:24.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:24 smithi179 bash[22174]: audit 2024-03-26T02:32:23.788655+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:24.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:24 smithi179 bash[22174]: audit 2024-03-26T02:32:23.798418+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:24.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:24 smithi179 bash[22174]: audit 2024-03-26T02:32:23.808954+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:26.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:25 smithi115 bash[21522]: cluster 2024-03-26T02:32:24.215802+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:26.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:25 smithi115 bash[21522]: audit 2024-03-26T02:32:25.397351+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:26.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:25 smithi115 bash[21522]: audit 2024-03-26T02:32:25.406853+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:26.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:25 smithi115 bash[21522]: audit 2024-03-26T02:32:25.417175+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:26.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:25 smithi179 bash[22174]: cluster 2024-03-26T02:32:24.215802+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:26.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:25 smithi179 bash[22174]: audit 2024-03-26T02:32:25.397351+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:26.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:25 smithi179 bash[22174]: audit 2024-03-26T02:32:25.406853+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:26.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:25 smithi179 bash[22174]: audit 2024-03-26T02:32:25.417175+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:26.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:25 smithi181 bash[22158]: cluster 2024-03-26T02:32:24.215802+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:26.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:25 smithi181 bash[22158]: audit 2024-03-26T02:32:25.397351+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:26.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:25 smithi181 bash[22158]: audit 2024-03-26T02:32:25.406853+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:26.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:25 smithi181 bash[22158]: audit 2024-03-26T02:32:25.417175+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:28.070 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:27 smithi115 bash[21522]: cluster 2024-03-26T02:32:26.216383+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:28.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:27 smithi179 bash[22174]: cluster 2024-03-26T02:32:26.216383+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:28.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:27 smithi181 bash[22158]: cluster 2024-03-26T02:32:26.216383+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:30.070 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:29 smithi115 bash[21522]: cluster 2024-03-26T02:32:28.216912+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:30.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:29 smithi179 bash[22174]: cluster 2024-03-26T02:32:28.216912+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:30.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:29 smithi181 bash[22158]: cluster 2024-03-26T02:32:28.216912+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:32.070 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:31 smithi115 bash[21522]: cluster 2024-03-26T02:32:30.217560+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:32.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:31 smithi115 bash[21522]: audit 2024-03-26T02:32:31.269182+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:32:32.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:31 smithi179 bash[22174]: cluster 2024-03-26T02:32:30.217560+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:32.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:31 smithi179 bash[22174]: audit 2024-03-26T02:32:31.269182+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:32:32.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:31 smithi181 bash[22158]: cluster 2024-03-26T02:32:30.217560+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:32.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:31 smithi181 bash[22158]: audit 2024-03-26T02:32:31.269182+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:32:34.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:33 smithi179 bash[22174]: cluster 2024-03-26T02:32:32.218327+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:34.265 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:33 smithi115 bash[21522]: cluster 2024-03-26T02:32:32.218327+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:34.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:33 smithi181 bash[22158]: cluster 2024-03-26T02:32:32.218327+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:34.570 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:32:34 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:32:34] "GET /metrics HTTP/1.1" 200 21529 "" "Prometheus/2.43.0" 2024-03-26T02:32:36.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:35 smithi179 bash[22174]: cluster 2024-03-26T02:32:34.218960+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:36.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:35 smithi181 bash[22158]: cluster 2024-03-26T02:32:34.218960+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:36.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:35 smithi115 bash[21522]: cluster 2024-03-26T02:32:34.218960+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:38.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:37 smithi179 bash[22174]: cluster 2024-03-26T02:32:36.219551+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:38.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:37 smithi181 bash[22158]: cluster 2024-03-26T02:32:36.219551+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:38.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:37 smithi115 bash[21522]: cluster 2024-03-26T02:32:36.219551+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:40.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:39 smithi179 bash[22174]: cluster 2024-03-26T02:32:38.220064+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:40.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:39 smithi181 bash[22158]: cluster 2024-03-26T02:32:38.220064+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:40.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:39 smithi115 bash[21522]: cluster 2024-03-26T02:32:38.220064+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:42.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:41 smithi181 bash[22158]: cluster 2024-03-26T02:32:40.220600+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:42.089 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:41 smithi115 bash[21522]: cluster 2024-03-26T02:32:40.220600+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:42.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:41 smithi179 bash[22174]: cluster 2024-03-26T02:32:40.220600+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:44.070 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:43 smithi115 bash[21522]: cluster 2024-03-26T02:32:42.221091+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:44.070 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:43 smithi115 bash[21522]: audit 2024-03-26T02:32:43.699650+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:44.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:43 smithi115 bash[21522]: audit 2024-03-26T02:32:43.712841+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:44.071 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:43 smithi115 bash[21522]: audit 2024-03-26T02:32:43.724283+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:44.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:43 smithi179 bash[22174]: cluster 2024-03-26T02:32:42.221091+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:44.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:43 smithi179 bash[22174]: audit 2024-03-26T02:32:43.699650+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:44.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:43 smithi179 bash[22174]: audit 2024-03-26T02:32:43.712841+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:44.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:43 smithi179 bash[22174]: audit 2024-03-26T02:32:43.724283+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:44.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:43 smithi181 bash[22158]: cluster 2024-03-26T02:32:42.221091+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:44.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:43 smithi181 bash[22158]: audit 2024-03-26T02:32:43.699650+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:44.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:43 smithi181 bash[22158]: audit 2024-03-26T02:32:43.712841+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:44.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:43 smithi181 bash[22158]: audit 2024-03-26T02:32:43.724283+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:44.570 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:32:44 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:32:44] "GET /metrics HTTP/1.1" 200 21529 "" "Prometheus/2.43.0" 2024-03-26T02:32:45.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:44 smithi181 bash[22158]: audit 2024-03-26T02:32:43.989124+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:45.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:44 smithi181 bash[22158]: audit 2024-03-26T02:32:43.998942+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:45.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:44 smithi181 bash[22158]: audit 2024-03-26T02:32:44.009332+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:45.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:44 smithi115 bash[21522]: audit 2024-03-26T02:32:43.989124+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:45.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:44 smithi115 bash[21522]: audit 2024-03-26T02:32:43.998942+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:45.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:44 smithi115 bash[21522]: audit 2024-03-26T02:32:44.009332+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:45.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:44 smithi179 bash[22174]: audit 2024-03-26T02:32:43.989124+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:45.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:44 smithi179 bash[22174]: audit 2024-03-26T02:32:43.998942+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:45.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:44 smithi179 bash[22174]: audit 2024-03-26T02:32:44.009332+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:46.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:46 smithi181 bash[22158]: cluster 2024-03-26T02:32:44.221622+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:46.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:46 smithi181 bash[22158]: audit 2024-03-26T02:32:45.575551+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:46.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:46 smithi181 bash[22158]: audit 2024-03-26T02:32:45.585487+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:46.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:46 smithi181 bash[22158]: audit 2024-03-26T02:32:45.597454+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:46.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:46 smithi115 bash[21522]: cluster 2024-03-26T02:32:44.221622+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:46.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:46 smithi115 bash[21522]: audit 2024-03-26T02:32:45.575551+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:46.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:46 smithi115 bash[21522]: audit 2024-03-26T02:32:45.585487+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:46.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:46 smithi115 bash[21522]: audit 2024-03-26T02:32:45.597454+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:46.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:46 smithi179 bash[22174]: cluster 2024-03-26T02:32:44.221622+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:46.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:46 smithi179 bash[22174]: audit 2024-03-26T02:32:45.575551+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:46.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:46 smithi179 bash[22174]: audit 2024-03-26T02:32:45.585487+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:46.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:46 smithi179 bash[22174]: audit 2024-03-26T02:32:45.597454+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:32:47.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:47 smithi181 bash[22158]: audit 2024-03-26T02:32:46.269671+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:32:47.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:47 smithi115 bash[21522]: audit 2024-03-26T02:32:46.269671+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:32:47.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:47 smithi179 bash[22174]: audit 2024-03-26T02:32:46.269671+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:32:48.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:48 smithi181 bash[22158]: cluster 2024-03-26T02:32:46.222108+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:48.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:48 smithi115 bash[21522]: cluster 2024-03-26T02:32:46.222108+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:48.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:48 smithi179 bash[22174]: cluster 2024-03-26T02:32:46.222108+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:50.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:50 smithi181 bash[22158]: cluster 2024-03-26T02:32:48.222689+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:50.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:50 smithi115 bash[21522]: cluster 2024-03-26T02:32:48.222689+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:50.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:50 smithi179 bash[22174]: cluster 2024-03-26T02:32:48.222689+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:52.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:52 smithi181 bash[22158]: cluster 2024-03-26T02:32:50.223209+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:52.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:52 smithi115 bash[21522]: cluster 2024-03-26T02:32:50.223209+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:52.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:52 smithi179 bash[22174]: cluster 2024-03-26T02:32:50.223209+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:54.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:54 smithi181 bash[22158]: cluster 2024-03-26T02:32:52.223725+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:54.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:54 smithi115 bash[21522]: cluster 2024-03-26T02:32:52.223725+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:54.320 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:32:54 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:32:54] "GET /metrics HTTP/1.1" 200 21523 "" "Prometheus/2.43.0" 2024-03-26T02:32:54.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:54 smithi179 bash[22174]: cluster 2024-03-26T02:32:52.223725+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:56.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:56 smithi181 bash[22158]: cluster 2024-03-26T02:32:54.224287+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:56.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:56 smithi115 bash[21522]: cluster 2024-03-26T02:32:54.224287+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:56.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:56 smithi179 bash[22174]: cluster 2024-03-26T02:32:54.224287+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:58.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:32:58 smithi115 bash[21522]: cluster 2024-03-26T02:32:56.224775+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:58.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:32:58 smithi179 bash[22174]: cluster 2024-03-26T02:32:56.224775+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:32:58.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:32:58 smithi181 bash[22158]: cluster 2024-03-26T02:32:56.224775+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:00.316 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:00 smithi115 bash[21522]: cluster 2024-03-26T02:32:58.225316+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:00.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:00 smithi179 bash[22174]: cluster 2024-03-26T02:32:58.225316+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:00.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:00 smithi181 bash[22158]: cluster 2024-03-26T02:32:58.225316+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:02.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:02 smithi115 bash[21522]: cluster 2024-03-26T02:33:00.225842+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:02.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:02 smithi115 bash[21522]: audit 2024-03-26T02:33:01.270167+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:33:02.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:02 smithi179 bash[22174]: cluster 2024-03-26T02:33:00.225842+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:02.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:02 smithi179 bash[22174]: audit 2024-03-26T02:33:01.270167+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:33:02.439 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:02 smithi181 bash[22158]: cluster 2024-03-26T02:33:00.225842+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:02.439 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:02 smithi181 bash[22158]: audit 2024-03-26T02:33:01.270167+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:33:03.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:03 smithi179 bash[22174]: cluster 2024-03-26T02:33:02.226211+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:03.496 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:03 smithi181 bash[22158]: cluster 2024-03-26T02:33:02.226211+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:03.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:03 smithi115 bash[21522]: cluster 2024-03-26T02:33:02.226211+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:04.570 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:33:04 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:33:04] "GET /metrics HTTP/1.1" 200 21528 "" "Prometheus/2.43.0" 2024-03-26T02:33:05.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:04 smithi181 bash[22158]: audit 2024-03-26T02:33:03.925396+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:05.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:04 smithi181 bash[22158]: audit 2024-03-26T02:33:03.933722+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:05.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:04 smithi181 bash[22158]: audit 2024-03-26T02:33:03.941921+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:05.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:04 smithi181 bash[22158]: audit 2024-03-26T02:33:04.185857+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:05.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:04 smithi181 bash[22158]: audit 2024-03-26T02:33:04.195767+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:05.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:04 smithi181 bash[22158]: audit 2024-03-26T02:33:04.206849+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:05.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:04 smithi115 bash[21522]: audit 2024-03-26T02:33:03.925396+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:05.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:04 smithi115 bash[21522]: audit 2024-03-26T02:33:03.933722+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:05.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:04 smithi115 bash[21522]: audit 2024-03-26T02:33:03.941921+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:05.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:04 smithi115 bash[21522]: audit 2024-03-26T02:33:04.185857+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:05.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:04 smithi115 bash[21522]: audit 2024-03-26T02:33:04.195767+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:05.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:04 smithi115 bash[21522]: audit 2024-03-26T02:33:04.206849+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:05.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:04 smithi179 bash[22174]: audit 2024-03-26T02:33:03.925396+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:05.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:04 smithi179 bash[22174]: audit 2024-03-26T02:33:03.933722+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:05.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:04 smithi179 bash[22174]: audit 2024-03-26T02:33:03.941921+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:05.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:04 smithi179 bash[22174]: audit 2024-03-26T02:33:04.185857+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:05.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:04 smithi179 bash[22174]: audit 2024-03-26T02:33:04.195767+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:05.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:04 smithi179 bash[22174]: audit 2024-03-26T02:33:04.206849+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:06.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:05 smithi181 bash[22158]: cluster 2024-03-26T02:33:04.226665+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:06.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:05 smithi181 bash[22158]: audit 2024-03-26T02:33:05.759006+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:06.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:05 smithi181 bash[22158]: audit 2024-03-26T02:33:05.768778+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:06.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:05 smithi181 bash[22158]: audit 2024-03-26T02:33:05.779093+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:06.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:05 smithi115 bash[21522]: cluster 2024-03-26T02:33:04.226665+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:06.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:05 smithi115 bash[21522]: audit 2024-03-26T02:33:05.759006+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:06.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:05 smithi115 bash[21522]: audit 2024-03-26T02:33:05.768778+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:06.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:05 smithi115 bash[21522]: audit 2024-03-26T02:33:05.779093+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:06.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:05 smithi179 bash[22174]: cluster 2024-03-26T02:33:04.226665+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:06.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:05 smithi179 bash[22174]: audit 2024-03-26T02:33:05.759006+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:06.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:05 smithi179 bash[22174]: audit 2024-03-26T02:33:05.768778+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:06.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:05 smithi179 bash[22174]: audit 2024-03-26T02:33:05.779093+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:07.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:06 smithi181 bash[22158]: audit 2024-03-26T02:33:06.369978+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:33:07.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:06 smithi181 bash[22158]: audit 2024-03-26T02:33:06.376063+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:33:07.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:06 smithi181 bash[22158]: audit 2024-03-26T02:33:06.377813+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:33:07.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:06 smithi181 bash[22158]: audit 2024-03-26T02:33:06.388074+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:07.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:06 smithi115 bash[21522]: audit 2024-03-26T02:33:06.369978+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:33:07.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:06 smithi115 bash[21522]: audit 2024-03-26T02:33:06.376063+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:33:07.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:06 smithi115 bash[21522]: audit 2024-03-26T02:33:06.377813+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:33:07.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:06 smithi115 bash[21522]: audit 2024-03-26T02:33:06.388074+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:07.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:06 smithi179 bash[22174]: audit 2024-03-26T02:33:06.369978+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:33:07.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:06 smithi179 bash[22174]: audit 2024-03-26T02:33:06.376063+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:33:07.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:06 smithi179 bash[22174]: audit 2024-03-26T02:33:06.377813+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:33:07.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:06 smithi179 bash[22174]: audit 2024-03-26T02:33:06.388074+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:08.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:07 smithi181 bash[22158]: cluster 2024-03-26T02:33:06.227188+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:08.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:07 smithi115 bash[21522]: cluster 2024-03-26T02:33:06.227188+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:08.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:07 smithi179 bash[22174]: cluster 2024-03-26T02:33:06.227188+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:10.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:09 smithi181 bash[22158]: cluster 2024-03-26T02:33:08.227726+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:10.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:09 smithi115 bash[21522]: cluster 2024-03-26T02:33:08.227726+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:10.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:09 smithi179 bash[22174]: cluster 2024-03-26T02:33:08.227726+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:12.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:11 smithi181 bash[22158]: cluster 2024-03-26T02:33:10.228231+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:12.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:11 smithi115 bash[21522]: cluster 2024-03-26T02:33:10.228231+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:12.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:11 smithi179 bash[22174]: cluster 2024-03-26T02:33:10.228231+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:14.264 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:13 smithi115 bash[21522]: cluster 2024-03-26T02:33:12.228753+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:14.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:13 smithi181 bash[22158]: cluster 2024-03-26T02:33:12.228753+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:14.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:13 smithi179 bash[22174]: cluster 2024-03-26T02:33:12.228753+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:14.570 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:33:14 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:33:14] "GET /metrics HTTP/1.1" 200 21528 "" "Prometheus/2.43.0" 2024-03-26T02:33:16.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:15 smithi181 bash[22158]: cluster 2024-03-26T02:33:14.229259+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:16.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:15 smithi115 bash[21522]: cluster 2024-03-26T02:33:14.229259+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:16.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:15 smithi179 bash[22174]: cluster 2024-03-26T02:33:14.229259+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:17.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:16 smithi181 bash[22158]: audit 2024-03-26T02:33:16.270616+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:33:17.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:16 smithi115 bash[21522]: audit 2024-03-26T02:33:16.270616+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:33:17.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:16 smithi179 bash[22174]: audit 2024-03-26T02:33:16.270616+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:33:18.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:17 smithi181 bash[22158]: cluster 2024-03-26T02:33:16.229738+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:18.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:17 smithi115 bash[21522]: cluster 2024-03-26T02:33:16.229738+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:18.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:17 smithi179 bash[22174]: cluster 2024-03-26T02:33:16.229738+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:20.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:19 smithi179 bash[22174]: cluster 2024-03-26T02:33:18.230277+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:20.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:19 smithi181 bash[22158]: cluster 2024-03-26T02:33:18.230277+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:20.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:19 smithi115 bash[21522]: cluster 2024-03-26T02:33:18.230277+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:22.219 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:21 smithi179 bash[22174]: cluster 2024-03-26T02:33:20.230768+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:22.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:21 smithi181 bash[22158]: cluster 2024-03-26T02:33:20.230768+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:22.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:21 smithi115 bash[21522]: cluster 2024-03-26T02:33:20.230768+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:24.264 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:23 smithi115 bash[21522]: cluster 2024-03-26T02:33:22.231275+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:24.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:23 smithi181 bash[22158]: cluster 2024-03-26T02:33:22.231275+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:24.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:23 smithi179 bash[22174]: cluster 2024-03-26T02:33:22.231275+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:24.570 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:33:24 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:33:24] "GET /metrics HTTP/1.1" 200 21528 "" "Prometheus/2.43.0" 2024-03-26T02:33:25.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:25 smithi179 bash[22174]: audit 2024-03-26T02:33:24.125196+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:25.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:25 smithi179 bash[22174]: audit 2024-03-26T02:33:24.133503+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:25.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:25 smithi179 bash[22174]: audit 2024-03-26T02:33:24.141111+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:25.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:25 smithi179 bash[22174]: cluster 2024-03-26T02:33:24.231777+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:25.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:25 smithi179 bash[22174]: audit 2024-03-26T02:33:24.392136+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:25.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:25 smithi179 bash[22174]: audit 2024-03-26T02:33:24.402152+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:25.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:25 smithi179 bash[22174]: audit 2024-03-26T02:33:24.412942+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:25.518 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:25 smithi181 bash[22158]: audit 2024-03-26T02:33:24.125196+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:25.518 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:25 smithi181 bash[22158]: audit 2024-03-26T02:33:24.133503+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:25.518 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:25 smithi181 bash[22158]: audit 2024-03-26T02:33:24.141111+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:25.518 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:25 smithi181 bash[22158]: cluster 2024-03-26T02:33:24.231777+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:25.519 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:25 smithi181 bash[22158]: audit 2024-03-26T02:33:24.392136+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:25.519 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:25 smithi181 bash[22158]: audit 2024-03-26T02:33:24.402152+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:25.519 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:25 smithi181 bash[22158]: audit 2024-03-26T02:33:24.412942+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:25.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:25 smithi115 bash[21522]: audit 2024-03-26T02:33:24.125196+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:25.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:25 smithi115 bash[21522]: audit 2024-03-26T02:33:24.133503+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:25.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:25 smithi115 bash[21522]: audit 2024-03-26T02:33:24.141111+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:25.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:25 smithi115 bash[21522]: cluster 2024-03-26T02:33:24.231777+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:25.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:25 smithi115 bash[21522]: audit 2024-03-26T02:33:24.392136+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:25.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:25 smithi115 bash[21522]: audit 2024-03-26T02:33:24.402152+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:25.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:25 smithi115 bash[21522]: audit 2024-03-26T02:33:24.412942+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:27.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:26 smithi181 bash[22158]: audit 2024-03-26T02:33:25.941672+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:27.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:26 smithi181 bash[22158]: audit 2024-03-26T02:33:25.951126+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:27.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:26 smithi181 bash[22158]: audit 2024-03-26T02:33:25.961591+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:27.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:26 smithi115 bash[21522]: audit 2024-03-26T02:33:25.941672+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:27.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:26 smithi115 bash[21522]: audit 2024-03-26T02:33:25.951126+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:27.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:26 smithi115 bash[21522]: audit 2024-03-26T02:33:25.961591+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:27.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:26 smithi179 bash[22174]: audit 2024-03-26T02:33:25.941672+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:27.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:26 smithi179 bash[22174]: audit 2024-03-26T02:33:25.951126+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:27.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:26 smithi179 bash[22174]: audit 2024-03-26T02:33:25.961591+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:28.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:27 smithi181 bash[22158]: cluster 2024-03-26T02:33:26.232389+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:28.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:27 smithi115 bash[21522]: cluster 2024-03-26T02:33:26.232389+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:28.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:27 smithi179 bash[22174]: cluster 2024-03-26T02:33:26.232389+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:30.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:29 smithi181 bash[22158]: cluster 2024-03-26T02:33:28.232984+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:30.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:29 smithi115 bash[21522]: cluster 2024-03-26T02:33:28.232984+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:30.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:29 smithi179 bash[22174]: cluster 2024-03-26T02:33:28.232984+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:32.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:31 smithi181 bash[22158]: cluster 2024-03-26T02:33:30.233619+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:32.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:31 smithi181 bash[22158]: audit 2024-03-26T02:33:31.270823+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:33:32.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:31 smithi115 bash[21522]: cluster 2024-03-26T02:33:30.233619+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:32.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:31 smithi115 bash[21522]: audit 2024-03-26T02:33:31.270823+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:33:32.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:31 smithi179 bash[22174]: cluster 2024-03-26T02:33:30.233619+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:32.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:31 smithi179 bash[22174]: audit 2024-03-26T02:33:31.270823+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:33:34.263 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:33 smithi115 bash[21522]: cluster 2024-03-26T02:33:32.234193+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:34.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:33 smithi181 bash[22158]: cluster 2024-03-26T02:33:32.234193+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:34.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:33 smithi179 bash[22174]: cluster 2024-03-26T02:33:32.234193+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:34.570 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:33:34 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:33:34] "GET /metrics HTTP/1.1" 200 21526 "" "Prometheus/2.43.0" 2024-03-26T02:33:36.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:35 smithi181 bash[22158]: cluster 2024-03-26T02:33:34.234716+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:36.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:35 smithi115 bash[21522]: cluster 2024-03-26T02:33:34.234716+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:36.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:35 smithi179 bash[22174]: cluster 2024-03-26T02:33:34.234716+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:38.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:37 smithi181 bash[22158]: cluster 2024-03-26T02:33:36.235224+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:38.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:37 smithi115 bash[21522]: cluster 2024-03-26T02:33:36.235224+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:38.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:37 smithi179 bash[22174]: cluster 2024-03-26T02:33:36.235224+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:40.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:39 smithi181 bash[22158]: cluster 2024-03-26T02:33:38.235700+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:40.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:39 smithi115 bash[21522]: cluster 2024-03-26T02:33:38.235700+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:40.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:39 smithi179 bash[22174]: cluster 2024-03-26T02:33:38.235700+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:42.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:41 smithi179 bash[22174]: cluster 2024-03-26T02:33:40.236212+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:42.225 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:41 smithi115 bash[21522]: cluster 2024-03-26T02:33:40.236212+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:42.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:41 smithi181 bash[22158]: cluster 2024-03-26T02:33:40.236212+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:44.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:43 smithi179 bash[22174]: cluster 2024-03-26T02:33:42.236749+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:44.262 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:43 smithi115 bash[21522]: cluster 2024-03-26T02:33:42.236749+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:44.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:43 smithi181 bash[22158]: cluster 2024-03-26T02:33:42.236749+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:44.570 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:33:44 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:33:44] "GET /metrics HTTP/1.1" 200 21526 "" "Prometheus/2.43.0" 2024-03-26T02:33:45.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:45 smithi181 bash[22158]: cluster 2024-03-26T02:33:44.237166+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:45.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:45 smithi181 bash[22158]: audit 2024-03-26T02:33:44.310372+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:45.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:45 smithi181 bash[22158]: audit 2024-03-26T02:33:44.315304+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:45.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:45 smithi181 bash[22158]: audit 2024-03-26T02:33:44.320187+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:45.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:45 smithi181 bash[22158]: audit 2024-03-26T02:33:44.580675+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:45.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:45 smithi181 bash[22158]: audit 2024-03-26T02:33:44.590518+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:45.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:45 smithi181 bash[22158]: audit 2024-03-26T02:33:44.601159+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:45.569 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:45 smithi115 bash[21522]: cluster 2024-03-26T02:33:44.237166+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:45.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:45 smithi115 bash[21522]: audit 2024-03-26T02:33:44.310372+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:45.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:45 smithi115 bash[21522]: audit 2024-03-26T02:33:44.315304+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:45.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:45 smithi115 bash[21522]: audit 2024-03-26T02:33:44.320187+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:45.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:45 smithi115 bash[21522]: audit 2024-03-26T02:33:44.580675+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:45.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:45 smithi115 bash[21522]: audit 2024-03-26T02:33:44.590518+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:45.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:45 smithi115 bash[21522]: audit 2024-03-26T02:33:44.601159+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:45.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:45 smithi179 bash[22174]: cluster 2024-03-26T02:33:44.237166+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:45.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:45 smithi179 bash[22174]: audit 2024-03-26T02:33:44.310372+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:45.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:45 smithi179 bash[22174]: audit 2024-03-26T02:33:44.315304+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:45.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:45 smithi179 bash[22174]: audit 2024-03-26T02:33:44.320187+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:45.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:45 smithi179 bash[22174]: audit 2024-03-26T02:33:44.580675+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:45.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:45 smithi179 bash[22174]: audit 2024-03-26T02:33:44.590518+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:45.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:45 smithi179 bash[22174]: audit 2024-03-26T02:33:44.601159+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:47.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:47 smithi181 bash[22158]: audit 2024-03-26T02:33:46.162880+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:47.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:47 smithi181 bash[22158]: audit 2024-03-26T02:33:46.174975+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:47.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:47 smithi181 bash[22158]: audit 2024-03-26T02:33:46.185869+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:47.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:47 smithi181 bash[22158]: cluster 2024-03-26T02:33:46.237582+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:47.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:47 smithi181 bash[22158]: audit 2024-03-26T02:33:46.271302+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:33:47.569 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:47 smithi115 bash[21522]: audit 2024-03-26T02:33:46.162880+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:47.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:47 smithi115 bash[21522]: audit 2024-03-26T02:33:46.174975+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:47.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:47 smithi115 bash[21522]: audit 2024-03-26T02:33:46.185869+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:47.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:47 smithi115 bash[21522]: cluster 2024-03-26T02:33:46.237582+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:47.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:47 smithi115 bash[21522]: audit 2024-03-26T02:33:46.271302+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:33:47.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:47 smithi179 bash[22174]: audit 2024-03-26T02:33:46.162880+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:47.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:47 smithi179 bash[22174]: audit 2024-03-26T02:33:46.174975+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:47.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:47 smithi179 bash[22174]: audit 2024-03-26T02:33:46.185869+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:33:47.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:47 smithi179 bash[22174]: cluster 2024-03-26T02:33:46.237582+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:47.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:47 smithi179 bash[22174]: audit 2024-03-26T02:33:46.271302+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:33:49.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:49 smithi115 bash[21522]: cluster 2024-03-26T02:33:48.238140+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:49.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:49 smithi179 bash[22174]: cluster 2024-03-26T02:33:48.238140+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:49.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:49 smithi181 bash[22158]: cluster 2024-03-26T02:33:48.238140+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:51.569 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:51 smithi115 bash[21522]: cluster 2024-03-26T02:33:50.238656+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:51.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:51 smithi179 bash[22174]: cluster 2024-03-26T02:33:50.238656+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:51.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:51 smithi181 bash[22158]: cluster 2024-03-26T02:33:50.238656+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:53.569 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:53 smithi115 bash[21522]: cluster 2024-03-26T02:33:52.239178+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:53.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:53 smithi179 bash[22174]: cluster 2024-03-26T02:33:52.239178+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:53.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:53 smithi181 bash[22158]: cluster 2024-03-26T02:33:52.239178+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:54.569 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:33:54 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:33:54] "GET /metrics HTTP/1.1" 200 21539 "" "Prometheus/2.43.0" 2024-03-26T02:33:55.569 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:55 smithi115 bash[21522]: cluster 2024-03-26T02:33:54.239681+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:55.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:55 smithi179 bash[22174]: cluster 2024-03-26T02:33:54.239681+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:55.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:55 smithi181 bash[22158]: cluster 2024-03-26T02:33:54.239681+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:57.569 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:57 smithi115 bash[21522]: cluster 2024-03-26T02:33:56.240211+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:57.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:57 smithi179 bash[22174]: cluster 2024-03-26T02:33:56.240211+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:57.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:57 smithi181 bash[22158]: cluster 2024-03-26T02:33:56.240211+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:59.569 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:33:59 smithi115 bash[21522]: cluster 2024-03-26T02:33:58.240778+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:59.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:33:59 smithi179 bash[22174]: cluster 2024-03-26T02:33:58.240778+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:33:59.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:33:59 smithi181 bash[22158]: cluster 2024-03-26T02:33:58.240778+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:01.569 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:01 smithi115 bash[21522]: cluster 2024-03-26T02:34:00.241314+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:01.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:01 smithi115 bash[21522]: audit 2024-03-26T02:34:01.271917+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:34:01.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:01 smithi179 bash[22174]: cluster 2024-03-26T02:34:00.241314+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:01.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:01 smithi179 bash[22174]: audit 2024-03-26T02:34:01.271917+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:34:01.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:01 smithi181 bash[22158]: cluster 2024-03-26T02:34:00.241314+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:01.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:01 smithi181 bash[22158]: audit 2024-03-26T02:34:01.271917+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:34:03.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:03 smithi115 bash[21522]: cluster 2024-03-26T02:34:02.241843+0000 mgr.a (mgr.14397) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:03.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:03 smithi179 bash[22174]: cluster 2024-03-26T02:34:02.241843+0000 mgr.a (mgr.14397) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:03.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:03 smithi181 bash[22158]: cluster 2024-03-26T02:34:02.241843+0000 mgr.a (mgr.14397) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:04.569 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:34:04 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:34:04] "GET /metrics HTTP/1.1" 200 21538 "" "Prometheus/2.43.0" 2024-03-26T02:34:05.569 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:05 smithi115 bash[21522]: cluster 2024-03-26T02:34:04.242377+0000 mgr.a (mgr.14397) 119 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:05.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:05 smithi115 bash[21522]: audit 2024-03-26T02:34:04.437725+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:05.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:05 smithi115 bash[21522]: audit 2024-03-26T02:34:04.444384+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:05.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:05 smithi115 bash[21522]: audit 2024-03-26T02:34:04.452857+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:05.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:05 smithi115 bash[21522]: audit 2024-03-26T02:34:04.739426+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:05.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:05 smithi115 bash[21522]: audit 2024-03-26T02:34:04.748367+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:05.570 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:05 smithi115 bash[21522]: audit 2024-03-26T02:34:04.756886+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:05.703 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:05 smithi181 bash[22158]: cluster 2024-03-26T02:34:04.242377+0000 mgr.a (mgr.14397) 119 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:05.703 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:05 smithi181 bash[22158]: audit 2024-03-26T02:34:04.437725+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:05.703 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:05 smithi181 bash[22158]: audit 2024-03-26T02:34:04.444384+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:05.703 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:05 smithi181 bash[22158]: audit 2024-03-26T02:34:04.452857+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:05.703 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:05 smithi181 bash[22158]: audit 2024-03-26T02:34:04.739426+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:05.703 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:05 smithi181 bash[22158]: audit 2024-03-26T02:34:04.748367+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:05.703 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:05 smithi181 bash[22158]: audit 2024-03-26T02:34:04.756886+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:05.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:05 smithi179 bash[22174]: cluster 2024-03-26T02:34:04.242377+0000 mgr.a (mgr.14397) 119 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:05.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:05 smithi179 bash[22174]: audit 2024-03-26T02:34:04.437725+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:05.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:05 smithi179 bash[22174]: audit 2024-03-26T02:34:04.444384+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:05.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:05 smithi179 bash[22174]: audit 2024-03-26T02:34:04.452857+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:05.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:05 smithi179 bash[22174]: audit 2024-03-26T02:34:04.739426+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:05.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:05 smithi179 bash[22174]: audit 2024-03-26T02:34:04.748367+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:05.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:05 smithi179 bash[22174]: audit 2024-03-26T02:34:04.756886+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:07.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:07 smithi181 bash[22158]: cluster 2024-03-26T02:34:06.242994+0000 mgr.a (mgr.14397) 120 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:07.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:07 smithi181 bash[22158]: audit 2024-03-26T02:34:06.372438+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:07.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:07 smithi181 bash[22158]: audit 2024-03-26T02:34:06.383461+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:07.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:07 smithi181 bash[22158]: audit 2024-03-26T02:34:06.395467+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:07.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:07 smithi181 bash[22158]: audit 2024-03-26T02:34:06.513995+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:34:07.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:07 smithi181 bash[22158]: audit 2024-03-26T02:34:07.040969+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:07.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:07 smithi181 bash[22158]: audit 2024-03-26T02:34:07.047903+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:07.539 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:07 smithi181 bash[22158]: audit 2024-03-26T02:34:07.049115+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:34:07.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:07 smithi181 bash[22158]: audit 2024-03-26T02:34:07.050031+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:34:07.540 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:07 smithi181 bash[22158]: audit 2024-03-26T02:34:07.054906+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:07.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:07 smithi179 bash[22174]: cluster 2024-03-26T02:34:06.242994+0000 mgr.a (mgr.14397) 120 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:07.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:07 smithi179 bash[22174]: audit 2024-03-26T02:34:06.372438+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:07.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:07 smithi179 bash[22174]: audit 2024-03-26T02:34:06.383461+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:07.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:07 smithi179 bash[22174]: audit 2024-03-26T02:34:06.395467+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:07.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:07 smithi179 bash[22174]: audit 2024-03-26T02:34:06.513995+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:34:07.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:07 smithi179 bash[22174]: audit 2024-03-26T02:34:07.040969+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:07.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:07 smithi179 bash[22174]: audit 2024-03-26T02:34:07.047903+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:07.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:07 smithi179 bash[22174]: audit 2024-03-26T02:34:07.049115+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:34:07.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:07 smithi179 bash[22174]: audit 2024-03-26T02:34:07.050031+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:34:07.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:07 smithi179 bash[22174]: audit 2024-03-26T02:34:07.054906+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:07.820 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:07 smithi115 bash[21522]: cluster 2024-03-26T02:34:06.242994+0000 mgr.a (mgr.14397) 120 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:07.820 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:07 smithi115 bash[21522]: audit 2024-03-26T02:34:06.372438+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:07.820 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:07 smithi115 bash[21522]: audit 2024-03-26T02:34:06.383461+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:07.820 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:07 smithi115 bash[21522]: audit 2024-03-26T02:34:06.395467+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:07.820 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:07 smithi115 bash[21522]: audit 2024-03-26T02:34:06.513995+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:34:07.820 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:07 smithi115 bash[21522]: audit 2024-03-26T02:34:07.040969+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:07.820 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:07 smithi115 bash[21522]: audit 2024-03-26T02:34:07.047903+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:07.820 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:07 smithi115 bash[21522]: audit 2024-03-26T02:34:07.049115+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:34:07.820 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:07 smithi115 bash[21522]: audit 2024-03-26T02:34:07.050031+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:34:07.820 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:07 smithi115 bash[21522]: audit 2024-03-26T02:34:07.054906+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:09.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:09 smithi179 bash[22174]: cluster 2024-03-26T02:34:08.243677+0000 mgr.a (mgr.14397) 121 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:09.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:09 smithi181 bash[22158]: cluster 2024-03-26T02:34:08.243677+0000 mgr.a (mgr.14397) 121 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:09.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:09 smithi115 bash[21522]: cluster 2024-03-26T02:34:08.243677+0000 mgr.a (mgr.14397) 121 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:11.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:11 smithi179 bash[22174]: cluster 2024-03-26T02:34:10.244349+0000 mgr.a (mgr.14397) 122 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:11.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:11 smithi181 bash[22158]: cluster 2024-03-26T02:34:10.244349+0000 mgr.a (mgr.14397) 122 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:11.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:11 smithi115 bash[21522]: cluster 2024-03-26T02:34:10.244349+0000 mgr.a (mgr.14397) 122 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:13.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:13 smithi181 bash[22158]: cluster 2024-03-26T02:34:12.244992+0000 mgr.a (mgr.14397) 123 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:13.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:13 smithi115 bash[21522]: cluster 2024-03-26T02:34:12.244992+0000 mgr.a (mgr.14397) 123 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:13.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:13 smithi179 bash[22174]: cluster 2024-03-26T02:34:12.244992+0000 mgr.a (mgr.14397) 123 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:14.569 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:34:14 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:34:14] "GET /metrics HTTP/1.1" 200 21538 "" "Prometheus/2.43.0" 2024-03-26T02:34:15.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:15 smithi181 bash[22158]: cluster 2024-03-26T02:34:14.245643+0000 mgr.a (mgr.14397) 124 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:15.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:15 smithi115 bash[21522]: cluster 2024-03-26T02:34:14.245643+0000 mgr.a (mgr.14397) 124 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:15.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:15 smithi179 bash[22174]: cluster 2024-03-26T02:34:14.245643+0000 mgr.a (mgr.14397) 124 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:16.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:16 smithi181 bash[22158]: audit 2024-03-26T02:34:16.272370+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:34:16.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:16 smithi115 bash[21522]: audit 2024-03-26T02:34:16.272370+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:34:16.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:16 smithi179 bash[22174]: audit 2024-03-26T02:34:16.272370+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:34:17.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:17 smithi181 bash[22158]: cluster 2024-03-26T02:34:16.246305+0000 mgr.a (mgr.14397) 125 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:17.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:17 smithi115 bash[21522]: cluster 2024-03-26T02:34:16.246305+0000 mgr.a (mgr.14397) 125 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:17.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:17 smithi179 bash[22174]: cluster 2024-03-26T02:34:16.246305+0000 mgr.a (mgr.14397) 125 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:19.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:19 smithi181 bash[22158]: cluster 2024-03-26T02:34:18.246902+0000 mgr.a (mgr.14397) 126 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:19.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:19 smithi115 bash[21522]: cluster 2024-03-26T02:34:18.246902+0000 mgr.a (mgr.14397) 126 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:19.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:19 smithi179 bash[22174]: cluster 2024-03-26T02:34:18.246902+0000 mgr.a (mgr.14397) 126 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:21.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:21 smithi181 bash[22158]: cluster 2024-03-26T02:34:20.247412+0000 mgr.a (mgr.14397) 127 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:21.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:21 smithi115 bash[21522]: cluster 2024-03-26T02:34:20.247412+0000 mgr.a (mgr.14397) 127 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:21.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:21 smithi179 bash[22174]: cluster 2024-03-26T02:34:20.247412+0000 mgr.a (mgr.14397) 127 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:23.568 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:23 smithi179 bash[22174]: cluster 2024-03-26T02:34:22.247934+0000 mgr.a (mgr.14397) 128 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:23.679 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:23 smithi115 bash[21522]: cluster 2024-03-26T02:34:22.247934+0000 mgr.a (mgr.14397) 128 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:23.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:23 smithi181 bash[22158]: cluster 2024-03-26T02:34:22.247934+0000 mgr.a (mgr.14397) 128 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:24.569 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:34:24 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:34:24] "GET /metrics HTTP/1.1" 200 21535 "" "Prometheus/2.43.0" 2024-03-26T02:34:25.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:25 smithi115 bash[21522]: cluster 2024-03-26T02:34:24.248467+0000 mgr.a (mgr.14397) 129 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:25.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:25 smithi115 bash[21522]: audit 2024-03-26T02:34:24.599461+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:25.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:25 smithi115 bash[21522]: audit 2024-03-26T02:34:24.605636+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:25.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:25 smithi115 bash[21522]: audit 2024-03-26T02:34:24.612037+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:25.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:25 smithi115 bash[21522]: audit 2024-03-26T02:34:24.880341+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:25.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:25 smithi115 bash[21522]: audit 2024-03-26T02:34:24.890027+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:25.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:25 smithi115 bash[21522]: audit 2024-03-26T02:34:24.900400+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:25.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:25 smithi179 bash[22174]: cluster 2024-03-26T02:34:24.248467+0000 mgr.a (mgr.14397) 129 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:25.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:25 smithi179 bash[22174]: audit 2024-03-26T02:34:24.599461+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:25.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:25 smithi179 bash[22174]: audit 2024-03-26T02:34:24.605636+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:25.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:25 smithi179 bash[22174]: audit 2024-03-26T02:34:24.612037+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:25.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:25 smithi179 bash[22174]: audit 2024-03-26T02:34:24.880341+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:25.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:25 smithi179 bash[22174]: audit 2024-03-26T02:34:24.890027+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:25.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:25 smithi179 bash[22174]: audit 2024-03-26T02:34:24.900400+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:26.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:25 smithi181 bash[22158]: cluster 2024-03-26T02:34:24.248467+0000 mgr.a (mgr.14397) 129 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:26.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:25 smithi181 bash[22158]: audit 2024-03-26T02:34:24.599461+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:26.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:25 smithi181 bash[22158]: audit 2024-03-26T02:34:24.605636+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:26.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:25 smithi181 bash[22158]: audit 2024-03-26T02:34:24.612037+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:26.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:25 smithi181 bash[22158]: audit 2024-03-26T02:34:24.880341+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:26.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:25 smithi181 bash[22158]: audit 2024-03-26T02:34:24.890027+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:26.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:25 smithi181 bash[22158]: audit 2024-03-26T02:34:24.900400+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:27.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:27 smithi181 bash[22158]: cluster 2024-03-26T02:34:26.248992+0000 mgr.a (mgr.14397) 130 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:27.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:27 smithi181 bash[22158]: audit 2024-03-26T02:34:26.533207+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:27.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:27 smithi181 bash[22158]: audit 2024-03-26T02:34:26.542962+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:27.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:27 smithi181 bash[22158]: audit 2024-03-26T02:34:26.553270+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:27.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:27 smithi115 bash[21522]: cluster 2024-03-26T02:34:26.248992+0000 mgr.a (mgr.14397) 130 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:27.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:27 smithi115 bash[21522]: audit 2024-03-26T02:34:26.533207+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:27.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:27 smithi115 bash[21522]: audit 2024-03-26T02:34:26.542962+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:27.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:27 smithi115 bash[21522]: audit 2024-03-26T02:34:26.553270+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:27.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:27 smithi179 bash[22174]: cluster 2024-03-26T02:34:26.248992+0000 mgr.a (mgr.14397) 130 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:27.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:27 smithi179 bash[22174]: audit 2024-03-26T02:34:26.533207+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:27.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:27 smithi179 bash[22174]: audit 2024-03-26T02:34:26.542962+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:27.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:27 smithi179 bash[22174]: audit 2024-03-26T02:34:26.553270+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:29.402 INFO:teuthology.orchestra.run.smithi115.stderr:+ ceph orch ls 2024-03-26T02:34:29.761 INFO:teuthology.orchestra.run.smithi115.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-03-26T02:34:29.761 INFO:teuthology.orchestra.run.smithi115.stdout:agent 3/3 5s ago 2m * 2024-03-26T02:34:29.761 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager ?:9093,9094 1/1 3s ago 4m count:1 2024-03-26T02:34:29.761 INFO:teuthology.orchestra.run.smithi115.stdout:grafana ?:3000 1/1 5s ago 4m count:1 2024-03-26T02:34:29.761 INFO:teuthology.orchestra.run.smithi115.stdout:mgr 2/2 5s ago 8m smithi115=a;smithi179=b;count:2 2024-03-26T02:34:29.761 INFO:teuthology.orchestra.run.smithi115.stdout:mon 3/3 5s ago 9m smithi115:172.21.15.115=a;smithi179:172.21.15.179=b;smithi181:172.21.15.181=c;count:3 2024-03-26T02:34:29.762 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter ?:9100 3/3 5s ago 4m * 2024-03-26T02:34:29.762 INFO:teuthology.orchestra.run.smithi115.stdout:osd 3 5s ago - 2024-03-26T02:34:29.762 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus ?:9095 1/1 4s ago 4m count:1 2024-03-26T02:34:29.775 INFO:teuthology.orchestra.run.smithi115.stderr:+ ceph orch ps 2024-03-26T02:34:29.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:29 smithi181 bash[22158]: cluster 2024-03-26T02:34:28.249574+0000 mgr.a (mgr.14397) 131 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:29.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:29 smithi115 bash[21522]: cluster 2024-03-26T02:34:28.249574+0000 mgr.a (mgr.14397) 131 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:29.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:29 smithi179 bash[22174]: cluster 2024-03-26T02:34:28.249574+0000 mgr.a (mgr.14397) 131 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:30.150 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-26T02:34:30.150 INFO:teuthology.orchestra.run.smithi115.stdout:agent.smithi115 smithi115 running 5s ago 10m - - 2024-03-26T02:34:30.150 INFO:teuthology.orchestra.run.smithi115.stdout:agent.smithi179 smithi179 running 5s ago 9m - - 2024-03-26T02:34:30.150 INFO:teuthology.orchestra.run.smithi115.stdout:agent.smithi181 smithi181 running 3s ago 9m - - 2024-03-26T02:34:30.150 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi181 smithi181 *:9093,9094 running (2m) 3s ago 3m 13.8M - 0.25.0 c8568f914cd2 2c6077417a7b 2024-03-26T02:34:30.150 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi115 smithi115 *:3000 running (2m) 5s ago 3m 73.6M - 9.4.12 2bacad6d85d8 d5861c146d90 2024-03-26T02:34:30.150 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.a smithi115 *:9283,8765 running (11m) 5s ago 11m 494M - 19.0.0-2475-ge42b8ea3 f18c6672b5a3 466a6a29f1c6 2024-03-26T02:34:30.151 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.b smithi179 *:8443,8765 running (8m) 5s ago 8m 437M - 19.0.0-2475-ge42b8ea3 f18c6672b5a3 aa756d3e67a5 2024-03-26T02:34:30.151 INFO:teuthology.orchestra.run.smithi115.stdout:mon.a smithi115 running (11m) 5s ago 11m 44.9M 2048M 19.0.0-2475-ge42b8ea3 f18c6672b5a3 57c2645ff2db 2024-03-26T02:34:30.151 INFO:teuthology.orchestra.run.smithi115.stdout:mon.b smithi179 running (8m) 5s ago 8m 38.7M 2048M 19.0.0-2475-ge42b8ea3 f18c6672b5a3 208807daacf6 2024-03-26T02:34:30.151 INFO:teuthology.orchestra.run.smithi115.stdout:mon.c smithi181 running (8m) 3s ago 8m 34.0M 2048M 19.0.0-2475-ge42b8ea3 f18c6672b5a3 92d1ad813acc 2024-03-26T02:34:30.151 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 *:9100 running (3m) 5s ago 4m 8475k - 1.5.0 0da6a335fe13 a9c4032d1933 2024-03-26T02:34:30.151 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi179 smithi179 *:9100 running (3m) 5s ago 3m 8223k - 1.5.0 0da6a335fe13 16f2982f010e 2024-03-26T02:34:30.151 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi181 smithi181 *:9100 running (3m) 3s ago 3m 8380k - 1.5.0 0da6a335fe13 c38be187e98c 2024-03-26T02:34:30.151 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (7m) 5s ago 7m 46.0M 4096M 19.0.0-2475-ge42b8ea3 f18c6672b5a3 86f8fb6becbb 2024-03-26T02:34:30.151 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi179 running (6m) 5s ago 6m 37.3M 4096M 19.0.0-2475-ge42b8ea3 f18c6672b5a3 abcfa65ed46d 2024-03-26T02:34:30.151 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi181 running (5m) 3s ago 5m 37.6M 4096M 19.0.0-2475-ge42b8ea3 f18c6672b5a3 f61d9c819c66 2024-03-26T02:34:30.152 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi179 smithi179 *:9095 running (3m) 5s ago 3m 42.1M - 2.43.0 a07b618ecd1d 429649626a38 2024-03-26T02:34:30.164 INFO:teuthology.orchestra.run.smithi115.stderr:+ ceph orch host ls 2024-03-26T02:34:30.510 INFO:teuthology.orchestra.run.smithi115.stdout:HOST ADDR LABELS STATUS 2024-03-26T02:34:30.511 INFO:teuthology.orchestra.run.smithi115.stdout:smithi115 172.21.15.115 2024-03-26T02:34:30.511 INFO:teuthology.orchestra.run.smithi115.stdout:smithi179 172.21.15.179 2024-03-26T02:34:30.511 INFO:teuthology.orchestra.run.smithi115.stdout:smithi181 172.21.15.181 2024-03-26T02:34:30.511 INFO:teuthology.orchestra.run.smithi115.stdout:3 hosts in cluster 2024-03-26T02:34:30.525 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -r 'last | .daemon_name' 2024-03-26T02:34:30.525 INFO:teuthology.orchestra.run.smithi115.stderr:++ ceph orch ps --daemon-type mon -f json 2024-03-26T02:34:30.789 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:30 smithi181 bash[22158]: audit 2024-03-26T02:34:29.752089+0000 mgr.a (mgr.14397) 132 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:34:30.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:30 smithi115 bash[21522]: audit 2024-03-26T02:34:29.752089+0000 mgr.a (mgr.14397) 132 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:34:30.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:30 smithi179 bash[22174]: audit 2024-03-26T02:34:29.752089+0000 mgr.a (mgr.14397) 132 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:34:30.890 INFO:teuthology.orchestra.run.smithi115.stderr:+ MON_DAEMON=mon.c 2024-03-26T02:34:30.891 INFO:teuthology.orchestra.run.smithi115.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-03-26T02:34:30.891 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -e '.[]' 2024-03-26T02:34:30.891 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -r .hostname 2024-03-26T02:34:31.257 INFO:teuthology.orchestra.run.smithi115.stderr:+ GRAFANA_HOST=smithi115 2024-03-26T02:34:31.257 INFO:teuthology.orchestra.run.smithi115.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-03-26T02:34:31.257 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -r .hostname 2024-03-26T02:34:31.257 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -e '.[]' 2024-03-26T02:34:31.625 INFO:teuthology.orchestra.run.smithi115.stderr:+ PROM_HOST=smithi179 2024-03-26T02:34:31.625 INFO:teuthology.orchestra.run.smithi115.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-03-26T02:34:31.625 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -e '.[]' 2024-03-26T02:34:31.625 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -r .hostname 2024-03-26T02:34:31.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:31 smithi115 bash[21522]: audit 2024-03-26T02:34:30.121209+0000 mgr.a (mgr.14397) 133 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:34:31.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:31 smithi115 bash[21522]: cluster 2024-03-26T02:34:30.250071+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:31.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:31 smithi115 bash[21522]: audit 2024-03-26T02:34:30.513845+0000 mgr.a (mgr.14397) 135 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:34:31.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:31 smithi115 bash[21522]: audit 2024-03-26T02:34:30.871852+0000 mgr.a (mgr.14397) 136 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:31.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:31 smithi115 bash[21522]: audit 2024-03-26T02:34:31.271884+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:34:31.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:31 smithi179 bash[22174]: audit 2024-03-26T02:34:30.121209+0000 mgr.a (mgr.14397) 133 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:34:31.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:31 smithi179 bash[22174]: cluster 2024-03-26T02:34:30.250071+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:31.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:31 smithi179 bash[22174]: audit 2024-03-26T02:34:30.513845+0000 mgr.a (mgr.14397) 135 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:34:31.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:31 smithi179 bash[22174]: audit 2024-03-26T02:34:30.871852+0000 mgr.a (mgr.14397) 136 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:31.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:31 smithi179 bash[22174]: audit 2024-03-26T02:34:31.271884+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:34:31.998 INFO:teuthology.orchestra.run.smithi115.stderr:+ ALERTM_HOST=smithi181 2024-03-26T02:34:31.998 INFO:teuthology.orchestra.run.smithi115.stderr:++ ceph orch host ls -f json 2024-03-26T02:34:31.998 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -r --arg GRAFANA_HOST smithi115 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-03-26T02:34:32.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:31 smithi181 bash[22158]: audit 2024-03-26T02:34:30.121209+0000 mgr.a (mgr.14397) 133 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:34:32.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:31 smithi181 bash[22158]: cluster 2024-03-26T02:34:30.250071+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:32.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:31 smithi181 bash[22158]: audit 2024-03-26T02:34:30.513845+0000 mgr.a (mgr.14397) 135 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:34:32.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:31 smithi181 bash[22158]: audit 2024-03-26T02:34:30.871852+0000 mgr.a (mgr.14397) 136 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:32.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:31 smithi181 bash[22158]: audit 2024-03-26T02:34:31.271884+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:34:32.351 INFO:teuthology.orchestra.run.smithi115.stderr:+ GRAFANA_IP=172.21.15.115 2024-03-26T02:34:32.351 INFO:teuthology.orchestra.run.smithi115.stderr:++ ceph orch host ls -f json 2024-03-26T02:34:32.351 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -r --arg PROM_HOST smithi179 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-03-26T02:34:32.681 INFO:teuthology.orchestra.run.smithi115.stderr:+ PROM_IP=172.21.15.179 2024-03-26T02:34:32.682 INFO:teuthology.orchestra.run.smithi115.stderr:++ ceph orch host ls -f json 2024-03-26T02:34:32.682 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -r --arg ALERTM_HOST smithi181 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-03-26T02:34:32.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:32 smithi115 bash[21522]: audit 2024-03-26T02:34:31.241482+0000 mgr.a (mgr.14397) 137 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:32.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:32 smithi115 bash[21522]: audit 2024-03-26T02:34:31.611646+0000 mgr.a (mgr.14397) 138 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:32.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:32 smithi115 bash[21522]: audit 2024-03-26T02:34:31.978172+0000 mgr.a (mgr.14397) 139 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:32.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:32 smithi179 bash[22174]: audit 2024-03-26T02:34:31.241482+0000 mgr.a (mgr.14397) 137 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:32.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:32 smithi179 bash[22174]: audit 2024-03-26T02:34:31.611646+0000 mgr.a (mgr.14397) 138 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:32.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:32 smithi179 bash[22174]: audit 2024-03-26T02:34:31.978172+0000 mgr.a (mgr.14397) 139 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:33.024 INFO:teuthology.orchestra.run.smithi115.stderr:+ ALERTM_IP=172.21.15.181 2024-03-26T02:34:33.025 INFO:teuthology.orchestra.run.smithi115.stderr:++ ceph orch host ls -f json 2024-03-26T02:34:33.025 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -r '.[] | .addr' 2024-03-26T02:34:33.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:32 smithi181 bash[22158]: audit 2024-03-26T02:34:31.241482+0000 mgr.a (mgr.14397) 137 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:33.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:32 smithi181 bash[22158]: audit 2024-03-26T02:34:31.611646+0000 mgr.a (mgr.14397) 138 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:33.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:32 smithi181 bash[22158]: audit 2024-03-26T02:34:31.978172+0000 mgr.a (mgr.14397) 139 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:33.363 INFO:teuthology.orchestra.run.smithi115.stderr:+ ALL_HOST_IPS='172.21.15.115 2024-03-26T02:34:33.363 INFO:teuthology.orchestra.run.smithi115.stderr:172.21.15.179 2024-03-26T02:34:33.363 INFO:teuthology.orchestra.run.smithi115.stderr:172.21.15.181' 2024-03-26T02:34:33.363 INFO:teuthology.orchestra.run.smithi115.stderr:+ for ip in $ALL_HOST_IPS 2024-03-26T02:34:33.363 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -s http://172.21.15.115:9100/metric 2024-03-26T02:34:33.367 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:34:33.367 INFO:teuthology.orchestra.run.smithi115.stdout: Node Exporter 2024-03-26T02:34:33.367 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:34:33.367 INFO:teuthology.orchestra.run.smithi115.stdout:

Node Exporter

2024-03-26T02:34:33.367 INFO:teuthology.orchestra.run.smithi115.stdout:

Metrics

2024-03-26T02:34:33.367 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:34:33.368 INFO:teuthology.orchestra.run.smithi115.stderr:+ for ip in $ALL_HOST_IPS 2024-03-26T02:34:33.368 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -s http://172.21.15.179:9100/metric 2024-03-26T02:34:33.370 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:34:33.370 INFO:teuthology.orchestra.run.smithi115.stdout: Node Exporter 2024-03-26T02:34:33.370 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:34:33.370 INFO:teuthology.orchestra.run.smithi115.stdout:

Node Exporter

2024-03-26T02:34:33.371 INFO:teuthology.orchestra.run.smithi115.stdout:

Metrics

2024-03-26T02:34:33.371 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:34:33.371 INFO:teuthology.orchestra.run.smithi115.stderr:+ for ip in $ALL_HOST_IPS 2024-03-26T02:34:33.371 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -s http://172.21.15.181:9100/metric 2024-03-26T02:34:33.375 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:34:33.375 INFO:teuthology.orchestra.run.smithi115.stdout: Node Exporter 2024-03-26T02:34:33.376 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:34:33.376 INFO:teuthology.orchestra.run.smithi115.stdout:

Node Exporter

2024-03-26T02:34:33.376 INFO:teuthology.orchestra.run.smithi115.stdout:

Metrics

2024-03-26T02:34:33.376 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-03-26T02:34:33.376 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -k -s https://172.21.15.115:3000/api/health 2024-03-26T02:34:33.391 INFO:teuthology.orchestra.run.smithi115.stdout: { 2024-03-26T02:34:33.391 INFO:teuthology.orchestra.run.smithi115.stdout: "commit": "37ee25ba46", 2024-03-26T02:34:33.391 INFO:teuthology.orchestra.run.smithi115.stdout: "database": "ok", 2024-03-26T02:34:33.391 INFO:teuthology.orchestra.run.smithi115.stdout: "version": "9.4.12" 2024-03-26T02:34:33.392 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -k -s https://172.21.15.115:3000/api/health 2024-03-26T02:34:33.392 INFO:teuthology.orchestra.run.smithi115.stderr:+ jq -e '.database == "ok"' 2024-03-26T02:34:33.406 INFO:teuthology.orchestra.run.smithi115.stdout:}true 2024-03-26T02:34:33.407 INFO:teuthology.orchestra.run.smithi115.stderr:+ ceph orch daemon stop mon.c 2024-03-26T02:34:33.758 INFO:teuthology.orchestra.run.smithi115.stdout:Scheduled to stop mon.c on host 'smithi181' 2024-03-26T02:34:33.771 INFO:teuthology.orchestra.run.smithi115.stderr:+ sleep 120 2024-03-26T02:34:33.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:33 smithi115 bash[21522]: cluster 2024-03-26T02:34:32.250588+0000 mgr.a (mgr.14397) 140 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:33.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:33 smithi115 bash[21522]: audit 2024-03-26T02:34:32.341294+0000 mgr.a (mgr.14397) 141 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:33.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:33 smithi115 bash[21522]: audit 2024-03-26T02:34:32.672019+0000 mgr.a (mgr.14397) 142 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:33.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:33 smithi115 bash[21522]: audit 2024-03-26T02:34:33.014338+0000 mgr.a (mgr.14397) 143 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:33.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:33 smithi179 bash[22174]: cluster 2024-03-26T02:34:32.250588+0000 mgr.a (mgr.14397) 140 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:33.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:33 smithi179 bash[22174]: audit 2024-03-26T02:34:32.341294+0000 mgr.a (mgr.14397) 141 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:33.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:33 smithi179 bash[22174]: audit 2024-03-26T02:34:32.672019+0000 mgr.a (mgr.14397) 142 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:33.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:33 smithi179 bash[22174]: audit 2024-03-26T02:34:33.014338+0000 mgr.a (mgr.14397) 143 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:34.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:33 smithi181 bash[22158]: cluster 2024-03-26T02:34:32.250588+0000 mgr.a (mgr.14397) 140 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:34.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:33 smithi181 bash[22158]: audit 2024-03-26T02:34:32.341294+0000 mgr.a (mgr.14397) 141 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:34.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:33 smithi181 bash[22158]: audit 2024-03-26T02:34:32.672019+0000 mgr.a (mgr.14397) 142 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:34.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:33 smithi181 bash[22158]: audit 2024-03-26T02:34:33.014338+0000 mgr.a (mgr.14397) 143 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:34.569 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:34:34 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:34:34] "GET /metrics HTTP/1.1" 200 21537 "" "Prometheus/2.43.0" 2024-03-26T02:34:35.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:34 smithi181 bash[22158]: audit 2024-03-26T02:34:33.353800+0000 mgr.a (mgr.14397) 144 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:35.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:34 smithi181 bash[22158]: audit 2024-03-26T02:34:33.741735+0000 mgr.a (mgr.14397) 145 : audit [DBG] from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:34:35.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:34 smithi181 bash[22158]: cephadm 2024-03-26T02:34:33.742531+0000 mgr.a (mgr.14397) 146 : cephadm [INF] Schedule stop daemon mon.c 2024-03-26T02:34:35.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:34 smithi181 bash[22158]: audit 2024-03-26T02:34:33.751173+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:35.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:34 smithi181 bash[22158]: audit 2024-03-26T02:34:33.761908+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:35.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:34 smithi181 bash[22158]: audit 2024-03-26T02:34:33.795355+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:34:35.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:34 smithi181 bash[22158]: audit 2024-03-26T02:34:33.798400+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:34:35.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:34 smithi181 bash[22158]: audit 2024-03-26T02:34:33.799149+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:34:35.040 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:34 smithi181 bash[22158]: audit 2024-03-26T02:34:33.809319+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:35.069 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:34 smithi115 bash[21522]: audit 2024-03-26T02:34:33.353800+0000 mgr.a (mgr.14397) 144 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:35.069 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:34 smithi115 bash[21522]: audit 2024-03-26T02:34:33.741735+0000 mgr.a (mgr.14397) 145 : audit [DBG] from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:34:35.069 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:34 smithi115 bash[21522]: cephadm 2024-03-26T02:34:33.742531+0000 mgr.a (mgr.14397) 146 : cephadm [INF] Schedule stop daemon mon.c 2024-03-26T02:34:35.069 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:34 smithi115 bash[21522]: audit 2024-03-26T02:34:33.751173+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:35.069 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:34 smithi115 bash[21522]: audit 2024-03-26T02:34:33.761908+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:35.069 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:34 smithi115 bash[21522]: audit 2024-03-26T02:34:33.795355+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:34:35.070 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:34 smithi115 bash[21522]: audit 2024-03-26T02:34:33.798400+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:34:35.070 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:34 smithi115 bash[21522]: audit 2024-03-26T02:34:33.799149+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:34:35.070 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:34 smithi115 bash[21522]: audit 2024-03-26T02:34:33.809319+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:35.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:34 smithi179 bash[22174]: audit 2024-03-26T02:34:33.353800+0000 mgr.a (mgr.14397) 144 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T02:34:35.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:34 smithi179 bash[22174]: audit 2024-03-26T02:34:33.741735+0000 mgr.a (mgr.14397) 145 : audit [DBG] from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T02:34:35.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:34 smithi179 bash[22174]: cephadm 2024-03-26T02:34:33.742531+0000 mgr.a (mgr.14397) 146 : cephadm [INF] Schedule stop daemon mon.c 2024-03-26T02:34:35.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:34 smithi179 bash[22174]: audit 2024-03-26T02:34:33.751173+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:35.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:34 smithi179 bash[22174]: audit 2024-03-26T02:34:33.761908+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:35.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:34 smithi179 bash[22174]: audit 2024-03-26T02:34:33.795355+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:34:35.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:34 smithi179 bash[22174]: audit 2024-03-26T02:34:33.798400+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:34:35.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:34 smithi179 bash[22174]: audit 2024-03-26T02:34:33.799149+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:34:35.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:34 smithi179 bash[22174]: audit 2024-03-26T02:34:33.809319+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:36.069 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:35 smithi115 bash[21522]: cluster 2024-03-26T02:34:34.251109+0000 mgr.a (mgr.14397) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:36.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:35 smithi179 bash[22174]: cluster 2024-03-26T02:34:34.251109+0000 mgr.a (mgr.14397) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:36.290 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:35 smithi181 bash[22158]: cluster 2024-03-26T02:34:34.251109+0000 mgr.a (mgr.14397) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:38.069 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:37 smithi115 bash[21522]: cluster 2024-03-26T02:34:36.251579+0000 mgr.a (mgr.14397) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:38.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:37 smithi179 bash[22174]: cluster 2024-03-26T02:34:36.251579+0000 mgr.a (mgr.14397) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:38.289 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:37 smithi181 bash[22158]: cluster 2024-03-26T02:34:36.251579+0000 mgr.a (mgr.14397) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:39.274 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:38 smithi181 systemd[1]: Stopping Ceph mon.c for 8d3e4e2a-eb17-11ee-95d0-87774f69a715... 2024-03-26T02:34:39.274 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:39 smithi181 bash[22158]: debug 2024-03-26T02:34:39.008+0000 7f318b36f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-26T02:34:39.274 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:39 smithi181 bash[22158]: debug 2024-03-26T02:34:39.008+0000 7f318b36f700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-26T02:34:40.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:39 smithi181 bash[34804]: ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715-mon-c 2024-03-26T02:34:40.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:39 smithi181 bash[34866]: Error response from daemon: No such container: ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715-mon-c 2024-03-26T02:34:40.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:39 smithi181 systemd[1]: ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mon.c.service: Deactivated successfully. 2024-03-26T02:34:40.039 INFO:journalctl@ceph.mon.c.smithi181.stdout:Mar 26 02:34:39 smithi181 systemd[1]: Stopped Ceph mon.c for 8d3e4e2a-eb17-11ee-95d0-87774f69a715. 2024-03-26T02:34:44.569 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:34:44 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:34:44] "GET /metrics HTTP/1.1" 200 21537 "" "Prometheus/2.43.0" 2024-03-26T02:34:54.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:53 smithi179 bash[22174]: cluster 2024-03-26T02:34:38.252094+0000 mgr.a (mgr.14397) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:54.263 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:53 smithi115 bash[21522]: cluster 2024-03-26T02:34:38.252094+0000 mgr.a (mgr.14397) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:54.569 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:34:54] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.43.0" 2024-03-26T02:34:55.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:40.252626+0000 mgr.a (mgr.14397) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:55.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:42.253109+0000 mgr.a (mgr.14397) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:55.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:44.253643+0000 mgr.a (mgr.14397) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:55.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:46.254142+0000 mgr.a (mgr.14397) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:55.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:46.272809+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:34:55.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:48.254649+0000 mgr.a (mgr.14397) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:55.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:48.820780+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-03-26T02:34:55.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:48.823844+0000 mon.a (mon.0) 982 : cluster [INF] mon.a calling monitor election 2024-03-26T02:34:55.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:50.255172+0000 mgr.a (mgr.14397) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:55.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:52.255719+0000 mgr.a (mgr.14397) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:55.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:53.845827+0000 mon.a (mon.0) 983 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-03-26T02:34:55.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:53.856860+0000 mon.a (mon.0) 984 : cluster [DBG] monmap epoch 3 2024-03-26T02:34:55.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:53.856940+0000 mon.a (mon.0) 985 : cluster [DBG] fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:34:55.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:53.856987+0000 mon.a (mon.0) 986 : cluster [DBG] last_changed 2024-03-26T02:25:39.901947+0000 2024-03-26T02:34:55.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:53.857045+0000 mon.a (mon.0) 987 : cluster [DBG] created 2024-03-26T02:22:50.952549+0000 2024-03-26T02:34:55.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:53.857088+0000 mon.a (mon.0) 988 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T02:34:55.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:53.857127+0000 mon.a (mon.0) 989 : cluster [DBG] election_strategy: 1 2024-03-26T02:34:55.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:53.857167+0000 mon.a (mon.0) 990 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-03-26T02:34:55.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:53.857210+0000 mon.a (mon.0) 991 : cluster [DBG] 1: [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] mon.c 2024-03-26T02:34:55.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:53.857251+0000 mon.a (mon.0) 992 : cluster [DBG] 2: [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon.b 2024-03-26T02:34:55.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:53.877728+0000 mon.a (mon.0) 993 : cluster [DBG] fsmap 2024-03-26T02:34:55.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:53.877846+0000 mon.a (mon.0) 994 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-26T02:34:55.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:53.879028+0000 mon.a (mon.0) 995 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-03-26T02:34:55.129 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:53.879549+0000 mon.a (mon.0) 996 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-26T02:34:55.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:53.898887+0000 mon.a (mon.0) 997 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-26T02:34:55.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:53.898936+0000 mon.a (mon.0) 998 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-26T02:34:55.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: cluster 2024-03-26T02:34:53.899002+0000 mon.a (mon.0) 999 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] is down (out of quorum) 2024-03-26T02:34:55.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:53.904887+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:53.912436+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:53.924458+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:53.936504+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:53.945066+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:53.954144+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:53.961446+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:53.969095+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:53.975380+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:53.982189+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:53.988696+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:53.989384+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:34:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:54.171493+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:54.180731+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:54.191431+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:54.523344+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:54.533033+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:54.535401+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:34:55.132 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:54.537225+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:34:55.132 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:54 smithi179 bash[22174]: audit 2024-03-26T02:34:54.548541+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:40.252626+0000 mgr.a (mgr.14397) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:55.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:42.253109+0000 mgr.a (mgr.14397) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:55.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:44.253643+0000 mgr.a (mgr.14397) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:55.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:46.254142+0000 mgr.a (mgr.14397) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:55.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:46.272809+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:34:55.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:48.254649+0000 mgr.a (mgr.14397) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:55.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:48.820780+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-03-26T02:34:55.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:48.823844+0000 mon.a (mon.0) 982 : cluster [INF] mon.a calling monitor election 2024-03-26T02:34:55.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:50.255172+0000 mgr.a (mgr.14397) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:55.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:52.255719+0000 mgr.a (mgr.14397) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:55.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:53.845827+0000 mon.a (mon.0) 983 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-03-26T02:34:55.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:53.856860+0000 mon.a (mon.0) 984 : cluster [DBG] monmap epoch 3 2024-03-26T02:34:55.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:53.856940+0000 mon.a (mon.0) 985 : cluster [DBG] fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:34:55.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:53.856987+0000 mon.a (mon.0) 986 : cluster [DBG] last_changed 2024-03-26T02:25:39.901947+0000 2024-03-26T02:34:55.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:53.857045+0000 mon.a (mon.0) 987 : cluster [DBG] created 2024-03-26T02:22:50.952549+0000 2024-03-26T02:34:55.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:53.857088+0000 mon.a (mon.0) 988 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T02:34:55.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:53.857127+0000 mon.a (mon.0) 989 : cluster [DBG] election_strategy: 1 2024-03-26T02:34:55.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:53.857167+0000 mon.a (mon.0) 990 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-03-26T02:34:55.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:53.857210+0000 mon.a (mon.0) 991 : cluster [DBG] 1: [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] mon.c 2024-03-26T02:34:55.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:53.857251+0000 mon.a (mon.0) 992 : cluster [DBG] 2: [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon.b 2024-03-26T02:34:55.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:53.877728+0000 mon.a (mon.0) 993 : cluster [DBG] fsmap 2024-03-26T02:34:55.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:53.877846+0000 mon.a (mon.0) 994 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-26T02:34:55.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:53.879028+0000 mon.a (mon.0) 995 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-03-26T02:34:55.321 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:53.879549+0000 mon.a (mon.0) 996 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-26T02:34:55.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:53.898887+0000 mon.a (mon.0) 997 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-26T02:34:55.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:53.898936+0000 mon.a (mon.0) 998 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-26T02:34:55.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: cluster 2024-03-26T02:34:53.899002+0000 mon.a (mon.0) 999 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] is down (out of quorum) 2024-03-26T02:34:55.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:53.904887+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:53.912436+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:53.924458+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:53.936504+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:53.945066+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:53.954144+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:53.961446+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:53.969095+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:53.975380+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:53.982189+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.322 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:53.988696+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:53.989384+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:34:55.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:54.171493+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:54.180731+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:54.191431+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:54.523344+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:54.533033+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:55.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:54.535401+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:34:55.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:54.537225+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:34:55.323 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:54 smithi115 bash[21522]: audit 2024-03-26T02:34:54.548541+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:34:56.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:55 smithi179 bash[22174]: cluster 2024-03-26T02:34:54.256318+0000 mgr.a (mgr.14397) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:56.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:55 smithi115 bash[21522]: cluster 2024-03-26T02:34:54.256318+0000 mgr.a (mgr.14397) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:58.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:34:58 smithi115 bash[21522]: cluster 2024-03-26T02:34:56.256833+0000 mgr.a (mgr.14397) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:34:58.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:34:58 smithi179 bash[22174]: cluster 2024-03-26T02:34:56.256833+0000 mgr.a (mgr.14397) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:00.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:00 smithi115 bash[21522]: cluster 2024-03-26T02:34:58.257326+0000 mgr.a (mgr.14397) 159 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:00.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:00 smithi179 bash[22174]: cluster 2024-03-26T02:34:58.257326+0000 mgr.a (mgr.14397) 159 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:02.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:02 smithi115 bash[21522]: cluster 2024-03-26T02:35:00.257831+0000 mgr.a (mgr.14397) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:02.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:02 smithi115 bash[21522]: audit 2024-03-26T02:35:01.278769+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:02.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:02 smithi115 bash[21522]: audit 2024-03-26T02:35:01.280526+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:35:02.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:02 smithi179 bash[22174]: cluster 2024-03-26T02:35:00.257831+0000 mgr.a (mgr.14397) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:02.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:02 smithi179 bash[22174]: audit 2024-03-26T02:35:01.278769+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:02.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:02 smithi179 bash[22174]: audit 2024-03-26T02:35:01.280526+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:35:04.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:04 smithi115 bash[21522]: cluster 2024-03-26T02:35:02.258327+0000 mgr.a (mgr.14397) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:04.319 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:35:04 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:35:04] "GET /metrics HTTP/1.1" 200 21598 "" "Prometheus/2.43.0" 2024-03-26T02:35:04.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:04 smithi179 bash[22174]: cluster 2024-03-26T02:35:02.258327+0000 mgr.a (mgr.14397) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:06.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:06 smithi115 bash[21522]: cluster 2024-03-26T02:35:04.258841+0000 mgr.a (mgr.14397) 162 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:06.352 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:06 smithi179 bash[22174]: cluster 2024-03-26T02:35:04.258841+0000 mgr.a (mgr.14397) 162 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:08.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:08 smithi115 bash[21522]: cluster 2024-03-26T02:35:06.259362+0000 mgr.a (mgr.14397) 163 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:08.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:08 smithi179 bash[22174]: cluster 2024-03-26T02:35:06.259362+0000 mgr.a (mgr.14397) 163 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:10.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:10 smithi115 bash[21522]: cluster 2024-03-26T02:35:08.259914+0000 mgr.a (mgr.14397) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:10.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:10 smithi115 bash[21522]: audit 2024-03-26T02:35:09.837624+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:10.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:10 smithi115 bash[21522]: audit 2024-03-26T02:35:09.847356+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:10.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:10 smithi115 bash[21522]: audit 2024-03-26T02:35:09.857971+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:10.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:10 smithi179 bash[22174]: cluster 2024-03-26T02:35:08.259914+0000 mgr.a (mgr.14397) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:10.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:10 smithi179 bash[22174]: audit 2024-03-26T02:35:09.837624+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:10.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:10 smithi179 bash[22174]: audit 2024-03-26T02:35:09.847356+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:10.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:10 smithi179 bash[22174]: audit 2024-03-26T02:35:09.857971+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:12.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:12 smithi115 bash[21522]: cluster 2024-03-26T02:35:10.260567+0000 mgr.a (mgr.14397) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:12.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:12 smithi115 bash[21522]: audit 2024-03-26T02:35:11.127201+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:12.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:12 smithi115 bash[21522]: audit 2024-03-26T02:35:11.132551+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:12.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:12 smithi115 bash[21522]: audit 2024-03-26T02:35:11.139131+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:12.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:12 smithi115 bash[21522]: audit 2024-03-26T02:35:11.176334+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:12.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:12 smithi115 bash[21522]: audit 2024-03-26T02:35:11.185416+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:12.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:12 smithi115 bash[21522]: audit 2024-03-26T02:35:11.193982+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:12.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:12 smithi179 bash[22174]: cluster 2024-03-26T02:35:10.260567+0000 mgr.a (mgr.14397) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:12.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:12 smithi179 bash[22174]: audit 2024-03-26T02:35:11.127201+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:12.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:12 smithi179 bash[22174]: audit 2024-03-26T02:35:11.132551+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:12.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:12 smithi179 bash[22174]: audit 2024-03-26T02:35:11.139131+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:12.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:12 smithi179 bash[22174]: audit 2024-03-26T02:35:11.176334+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:12.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:12 smithi179 bash[22174]: audit 2024-03-26T02:35:11.185416+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:12.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:12 smithi179 bash[22174]: audit 2024-03-26T02:35:11.193982+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:14.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:14 smithi115 bash[21522]: cluster 2024-03-26T02:35:12.261156+0000 mgr.a (mgr.14397) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:14.319 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:35:14 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:35:14] "GET /metrics HTTP/1.1" 200 21598 "" "Prometheus/2.43.0" 2024-03-26T02:35:14.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:14 smithi179 bash[22174]: cluster 2024-03-26T02:35:12.261156+0000 mgr.a (mgr.14397) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:16.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:16 smithi115 bash[21522]: cluster 2024-03-26T02:35:14.261653+0000 mgr.a (mgr.14397) 167 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:16.376 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:16 smithi179 bash[22174]: cluster 2024-03-26T02:35:14.261653+0000 mgr.a (mgr.14397) 167 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:17.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:17 smithi179 bash[22174]: audit 2024-03-26T02:35:16.274993+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:35:17.569 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:17 smithi115 bash[21522]: audit 2024-03-26T02:35:16.274993+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:35:18.376 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:18 smithi179 bash[22174]: cluster 2024-03-26T02:35:16.262164+0000 mgr.a (mgr.14397) 168 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:18.569 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:18 smithi115 bash[21522]: cluster 2024-03-26T02:35:16.262164+0000 mgr.a (mgr.14397) 168 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:19.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:19 smithi179 bash[22174]: cluster 2024-03-26T02:35:18.262711+0000 mgr.a (mgr.14397) 169 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:19.569 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:19 smithi115 bash[21522]: cluster 2024-03-26T02:35:18.262711+0000 mgr.a (mgr.14397) 169 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:21.569 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:21 smithi115 bash[21522]: cluster 2024-03-26T02:35:20.263259+0000 mgr.a (mgr.14397) 170 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:21.626 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:21 smithi179 bash[22174]: cluster 2024-03-26T02:35:20.263259+0000 mgr.a (mgr.14397) 170 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:23.569 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:23 smithi115 bash[21522]: cluster 2024-03-26T02:35:22.263773+0000 mgr.a (mgr.14397) 171 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:23.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:23 smithi179 bash[22174]: cluster 2024-03-26T02:35:22.263773+0000 mgr.a (mgr.14397) 171 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:24.569 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:35:24 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:35:24] "GET /metrics HTTP/1.1" 200 21594 "" "Prometheus/2.43.0" 2024-03-26T02:35:25.591 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:25 smithi179 bash[22174]: cluster 2024-03-26T02:35:24.264297+0000 mgr.a (mgr.14397) 172 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:25.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:25 smithi115 bash[21522]: cluster 2024-03-26T02:35:24.264297+0000 mgr.a (mgr.14397) 172 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:27.626 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:27 smithi179 bash[22174]: cluster 2024-03-26T02:35:26.264832+0000 mgr.a (mgr.14397) 173 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:27.724 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:27 smithi115 bash[21522]: cluster 2024-03-26T02:35:26.264832+0000 mgr.a (mgr.14397) 173 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:29.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:29 smithi115 bash[21522]: audit 2024-03-26T02:35:28.024244+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:29.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:29 smithi115 bash[21522]: audit 2024-03-26T02:35:28.031929+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:29.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:29 smithi115 bash[21522]: audit 2024-03-26T02:35:28.039003+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:29.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:29 smithi115 bash[21522]: audit 2024-03-26T02:35:28.276533+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:29.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:29 smithi115 bash[21522]: audit 2024-03-26T02:35:28.280913+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:29.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:29 smithi115 bash[21522]: audit 2024-03-26T02:35:28.285450+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:29.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:29 smithi115 bash[21522]: audit 2024-03-26T02:35:28.343494+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:29.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:29 smithi115 bash[21522]: audit 2024-03-26T02:35:28.348306+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:29.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:29 smithi115 bash[21522]: audit 2024-03-26T02:35:28.352529+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:29.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:29 smithi179 bash[22174]: audit 2024-03-26T02:35:28.024244+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:29.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:29 smithi179 bash[22174]: audit 2024-03-26T02:35:28.031929+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:29.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:29 smithi179 bash[22174]: audit 2024-03-26T02:35:28.039003+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:29.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:29 smithi179 bash[22174]: audit 2024-03-26T02:35:28.276533+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:29.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:29 smithi179 bash[22174]: audit 2024-03-26T02:35:28.280913+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:29.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:29 smithi179 bash[22174]: audit 2024-03-26T02:35:28.285450+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:29.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:29 smithi179 bash[22174]: audit 2024-03-26T02:35:28.343494+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:29.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:29 smithi179 bash[22174]: audit 2024-03-26T02:35:28.348306+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:29.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:29 smithi179 bash[22174]: audit 2024-03-26T02:35:28.352529+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:30.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:30 smithi115 bash[21522]: cluster 2024-03-26T02:35:28.265163+0000 mgr.a (mgr.14397) 174 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:30.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:30 smithi179 bash[22174]: cluster 2024-03-26T02:35:28.265163+0000 mgr.a (mgr.14397) 174 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:32.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:32 smithi115 bash[21522]: cluster 2024-03-26T02:35:30.265740+0000 mgr.a (mgr.14397) 175 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:32.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:32 smithi115 bash[21522]: audit 2024-03-26T02:35:31.275381+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:35:32.376 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:32 smithi179 bash[22174]: cluster 2024-03-26T02:35:30.265740+0000 mgr.a (mgr.14397) 175 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:32.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:32 smithi179 bash[22174]: audit 2024-03-26T02:35:31.275381+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:35:34.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:34 smithi115 bash[21522]: cluster 2024-03-26T02:35:32.266312+0000 mgr.a (mgr.14397) 176 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:34.319 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:35:34 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:35:34] "GET /metrics HTTP/1.1" 200 21596 "" "Prometheus/2.43.0" 2024-03-26T02:35:34.376 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:34 smithi179 bash[22174]: cluster 2024-03-26T02:35:32.266312+0000 mgr.a (mgr.14397) 176 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:36.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:36 smithi115 bash[21522]: cluster 2024-03-26T02:35:34.266903+0000 mgr.a (mgr.14397) 177 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:36.376 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:36 smithi179 bash[22174]: cluster 2024-03-26T02:35:34.266903+0000 mgr.a (mgr.14397) 177 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:38.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:38 smithi115 bash[21522]: cluster 2024-03-26T02:35:36.267447+0000 mgr.a (mgr.14397) 178 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:38.376 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:38 smithi179 bash[22174]: cluster 2024-03-26T02:35:36.267447+0000 mgr.a (mgr.14397) 178 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:40.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:40 smithi115 bash[21522]: cluster 2024-03-26T02:35:38.268060+0000 mgr.a (mgr.14397) 179 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:40.376 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:40 smithi179 bash[22174]: cluster 2024-03-26T02:35:38.268060+0000 mgr.a (mgr.14397) 179 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:42.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:42 smithi115 bash[21522]: cluster 2024-03-26T02:35:40.268701+0000 mgr.a (mgr.14397) 180 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:42.376 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:42 smithi179 bash[22174]: cluster 2024-03-26T02:35:40.268701+0000 mgr.a (mgr.14397) 180 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:44.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:44 smithi115 bash[21522]: cluster 2024-03-26T02:35:42.269372+0000 mgr.a (mgr.14397) 181 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:44.319 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:35:44 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:35:44] "GET /metrics HTTP/1.1" 200 21596 "" "Prometheus/2.43.0" 2024-03-26T02:35:44.376 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:44 smithi179 bash[22174]: cluster 2024-03-26T02:35:42.269372+0000 mgr.a (mgr.14397) 181 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:46.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:46 smithi115 bash[21522]: cluster 2024-03-26T02:35:44.269871+0000 mgr.a (mgr.14397) 182 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:46.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:46 smithi115 bash[21522]: audit 2024-03-26T02:35:45.451467+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:46.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:46 smithi115 bash[21522]: audit 2024-03-26T02:35:45.458990+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:46.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:46 smithi115 bash[21522]: audit 2024-03-26T02:35:45.468528+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:46.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:46 smithi115 bash[21522]: audit 2024-03-26T02:35:45.554804+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:46.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:46 smithi115 bash[21522]: audit 2024-03-26T02:35:45.564526+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:46.320 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:46 smithi115 bash[21522]: audit 2024-03-26T02:35:45.575005+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:46.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:46 smithi179 bash[22174]: cluster 2024-03-26T02:35:44.269871+0000 mgr.a (mgr.14397) 182 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:46.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:46 smithi179 bash[22174]: audit 2024-03-26T02:35:45.451467+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:46.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:46 smithi179 bash[22174]: audit 2024-03-26T02:35:45.458990+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:46.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:46 smithi179 bash[22174]: audit 2024-03-26T02:35:45.468528+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:46.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:46 smithi179 bash[22174]: audit 2024-03-26T02:35:45.554804+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:46.377 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:46 smithi179 bash[22174]: audit 2024-03-26T02:35:45.564526+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:46.378 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:46 smithi179 bash[22174]: audit 2024-03-26T02:35:45.575005+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:47.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:47 smithi115 bash[21522]: audit 2024-03-26T02:35:46.275799+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:35:47.376 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:47 smithi179 bash[22174]: audit 2024-03-26T02:35:46.275799+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:35:48.376 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:48 smithi179 bash[22174]: cluster 2024-03-26T02:35:46.270397+0000 mgr.a (mgr.14397) 183 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:48.453 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:48 smithi115 bash[21522]: cluster 2024-03-26T02:35:46.270397+0000 mgr.a (mgr.14397) 183 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:49.490 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:49 smithi115 bash[21522]: audit 2024-03-26T02:35:48.238340+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:49.490 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:49 smithi115 bash[21522]: audit 2024-03-26T02:35:48.247443+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:49.490 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:49 smithi115 bash[21522]: audit 2024-03-26T02:35:48.257379+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:49.490 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:49 smithi115 bash[21522]: cluster 2024-03-26T02:35:48.270969+0000 mgr.a (mgr.14397) 184 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:49.626 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:49 smithi179 bash[22174]: audit 2024-03-26T02:35:48.238340+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:49.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:49 smithi179 bash[22174]: audit 2024-03-26T02:35:48.247443+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:49.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:49 smithi179 bash[22174]: audit 2024-03-26T02:35:48.257379+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:49.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:49 smithi179 bash[22174]: cluster 2024-03-26T02:35:48.270969+0000 mgr.a (mgr.14397) 184 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:51.626 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:51 smithi179 bash[22174]: cluster 2024-03-26T02:35:50.271509+0000 mgr.a (mgr.14397) 185 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:51.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:51 smithi115 bash[21522]: cluster 2024-03-26T02:35:50.271509+0000 mgr.a (mgr.14397) 185 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:53.626 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:53 smithi179 bash[22174]: cluster 2024-03-26T02:35:52.272039+0000 mgr.a (mgr.14397) 186 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:53.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:53 smithi115 bash[21522]: cluster 2024-03-26T02:35:52.272039+0000 mgr.a (mgr.14397) 186 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:54.569 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:35:54 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:35:54] "GET /metrics HTTP/1.1" 200 21595 "" "Prometheus/2.43.0" 2024-03-26T02:35:55.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:55 smithi179 bash[22174]: cluster 2024-03-26T02:35:54.272527+0000 mgr.a (mgr.14397) 187 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:55.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:55 smithi179 bash[22174]: audit 2024-03-26T02:35:54.676318+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:35:55.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:55 smithi179 bash[22174]: audit 2024-03-26T02:35:55.206941+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:55.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:55 smithi179 bash[22174]: audit 2024-03-26T02:35:55.216463+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:55.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:55 smithi179 bash[22174]: audit 2024-03-26T02:35:55.218760+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:35:55.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:55 smithi179 bash[22174]: audit 2024-03-26T02:35:55.220474+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:35:55.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:55 smithi179 bash[22174]: audit 2024-03-26T02:35:55.230329+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:55.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:55 smithi115 bash[21522]: cluster 2024-03-26T02:35:54.272527+0000 mgr.a (mgr.14397) 187 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:55.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:55 smithi115 bash[21522]: audit 2024-03-26T02:35:54.676318+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T02:35:55.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:55 smithi115 bash[21522]: audit 2024-03-26T02:35:55.206941+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:55.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:55 smithi115 bash[21522]: audit 2024-03-26T02:35:55.216463+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:55.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:55 smithi115 bash[21522]: audit 2024-03-26T02:35:55.218760+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T02:35:55.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:55 smithi115 bash[21522]: audit 2024-03-26T02:35:55.220474+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T02:35:55.820 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:55 smithi115 bash[21522]: audit 2024-03-26T02:35:55.230329+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:35:57.626 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:57 smithi179 bash[22174]: cluster 2024-03-26T02:35:56.273096+0000 mgr.a (mgr.14397) 188 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:57.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:57 smithi115 bash[21522]: cluster 2024-03-26T02:35:56.273096+0000 mgr.a (mgr.14397) 188 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:59.626 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:35:59 smithi179 bash[22174]: cluster 2024-03-26T02:35:58.273615+0000 mgr.a (mgr.14397) 189 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:35:59.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:35:59 smithi115 bash[21522]: cluster 2024-03-26T02:35:58.273615+0000 mgr.a (mgr.14397) 189 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:01.626 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:01 smithi179 bash[22174]: cluster 2024-03-26T02:36:00.274137+0000 mgr.a (mgr.14397) 190 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:01.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:01 smithi179 bash[22174]: audit 2024-03-26T02:36:01.276483+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:36:01.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:01 smithi115 bash[21522]: cluster 2024-03-26T02:36:00.274137+0000 mgr.a (mgr.14397) 190 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:01.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:01 smithi115 bash[21522]: audit 2024-03-26T02:36:01.276483+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:36:03.626 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:03 smithi179 bash[22174]: cluster 2024-03-26T02:36:02.274713+0000 mgr.a (mgr.14397) 191 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:03.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:03 smithi115 bash[21522]: cluster 2024-03-26T02:36:02.274713+0000 mgr.a (mgr.14397) 191 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:04.569 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:36:04 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:36:04] "GET /metrics HTTP/1.1" 200 21594 "" "Prometheus/2.43.0" 2024-03-26T02:36:05.626 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:05 smithi179 bash[22174]: cluster 2024-03-26T02:36:04.275236+0000 mgr.a (mgr.14397) 192 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:05.681 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:05 smithi115 bash[21522]: cluster 2024-03-26T02:36:04.275236+0000 mgr.a (mgr.14397) 192 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:06.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:06 smithi179 bash[22174]: audit 2024-03-26T02:36:05.664424+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:06.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:06 smithi179 bash[22174]: audit 2024-03-26T02:36:05.674415+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:06.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:06 smithi179 bash[22174]: audit 2024-03-26T02:36:05.684144+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:06.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:06 smithi179 bash[22174]: audit 2024-03-26T02:36:05.781364+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:06.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:06 smithi179 bash[22174]: audit 2024-03-26T02:36:05.791317+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:06.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:06 smithi179 bash[22174]: audit 2024-03-26T02:36:05.801726+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:06.937 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:06 smithi115 bash[21522]: audit 2024-03-26T02:36:05.664424+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:06.937 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:06 smithi115 bash[21522]: audit 2024-03-26T02:36:05.674415+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:06.937 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:06 smithi115 bash[21522]: audit 2024-03-26T02:36:05.684144+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:06.938 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:06 smithi115 bash[21522]: audit 2024-03-26T02:36:05.781364+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:06.938 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:06 smithi115 bash[21522]: audit 2024-03-26T02:36:05.791317+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:06.938 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:06 smithi115 bash[21522]: audit 2024-03-26T02:36:05.801726+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:08.052 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:07 smithi115 bash[21522]: cluster 2024-03-26T02:36:06.275592+0000 mgr.a (mgr.14397) 193 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:08.126 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:07 smithi179 bash[22174]: cluster 2024-03-26T02:36:06.275592+0000 mgr.a (mgr.14397) 193 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:09.569 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:09 smithi115 bash[21522]: cluster 2024-03-26T02:36:08.276098+0000 mgr.a (mgr.14397) 194 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:09.569 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:09 smithi115 bash[21522]: audit 2024-03-26T02:36:08.454392+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:09.569 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:09 smithi115 bash[21522]: audit 2024-03-26T02:36:08.460132+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:09.569 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:09 smithi115 bash[21522]: audit 2024-03-26T02:36:08.466885+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:09.869 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:09 smithi179 bash[22174]: cluster 2024-03-26T02:36:08.276098+0000 mgr.a (mgr.14397) 194 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:09.870 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:09 smithi179 bash[22174]: audit 2024-03-26T02:36:08.454392+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:09.870 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:09 smithi179 bash[22174]: audit 2024-03-26T02:36:08.460132+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:09.870 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:09 smithi179 bash[22174]: audit 2024-03-26T02:36:08.466885+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:11.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:11 smithi115 bash[21522]: cluster 2024-03-26T02:36:10.276574+0000 mgr.a (mgr.14397) 195 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:11.854 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:11 smithi179 bash[22174]: cluster 2024-03-26T02:36:10.276574+0000 mgr.a (mgr.14397) 195 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:13.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:13 smithi115 bash[21522]: cluster 2024-03-26T02:36:12.277067+0000 mgr.a (mgr.14397) 196 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:13.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:13 smithi179 bash[22174]: cluster 2024-03-26T02:36:12.277067+0000 mgr.a (mgr.14397) 196 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:14.569 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:36:14 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:36:14] "GET /metrics HTTP/1.1" 200 21594 "" "Prometheus/2.43.0" 2024-03-26T02:36:15.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:15 smithi115 bash[21522]: cluster 2024-03-26T02:36:14.277577+0000 mgr.a (mgr.14397) 197 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:15.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:15 smithi179 bash[22174]: cluster 2024-03-26T02:36:14.277577+0000 mgr.a (mgr.14397) 197 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:16.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:16 smithi115 bash[21522]: audit 2024-03-26T02:36:16.277154+0000 mon.a (mon.0) 1068 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:36:16.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:16 smithi179 bash[22174]: audit 2024-03-26T02:36:16.277154+0000 mon.a (mon.0) 1068 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:36:17.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:17 smithi115 bash[21522]: cluster 2024-03-26T02:36:16.278090+0000 mgr.a (mgr.14397) 198 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:17.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:17 smithi179 bash[22174]: cluster 2024-03-26T02:36:16.278090+0000 mgr.a (mgr.14397) 198 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:19.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:19 smithi115 bash[21522]: cluster 2024-03-26T02:36:18.278651+0000 mgr.a (mgr.14397) 199 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:19.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:19 smithi179 bash[22174]: cluster 2024-03-26T02:36:18.278651+0000 mgr.a (mgr.14397) 199 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:21.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:21 smithi115 bash[21522]: cluster 2024-03-26T02:36:20.279175+0000 mgr.a (mgr.14397) 200 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:21.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:21 smithi179 bash[22174]: cluster 2024-03-26T02:36:20.279175+0000 mgr.a (mgr.14397) 200 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:23.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:23 smithi115 bash[21522]: cluster 2024-03-26T02:36:22.279732+0000 mgr.a (mgr.14397) 201 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:23.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:23 smithi179 bash[22174]: cluster 2024-03-26T02:36:22.279732+0000 mgr.a (mgr.14397) 201 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:24.569 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:36:24 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:36:24] "GET /metrics HTTP/1.1" 200 21597 "" "Prometheus/2.43.0" 2024-03-26T02:36:25.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:25 smithi115 bash[21522]: cluster 2024-03-26T02:36:24.280270+0000 mgr.a (mgr.14397) 202 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:25.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:25 smithi179 bash[22174]: cluster 2024-03-26T02:36:24.280270+0000 mgr.a (mgr.14397) 202 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:27.126 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:26 smithi179 bash[22174]: audit 2024-03-26T02:36:25.881479+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:27.126 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:26 smithi179 bash[22174]: audit 2024-03-26T02:36:25.891344+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:27.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:26 smithi179 bash[22174]: audit 2024-03-26T02:36:25.900157+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:27.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:26 smithi179 bash[22174]: audit 2024-03-26T02:36:26.010316+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:27.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:26 smithi179 bash[22174]: audit 2024-03-26T02:36:26.020607+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:27.127 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:26 smithi179 bash[22174]: audit 2024-03-26T02:36:26.031515+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:27.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:26 smithi115 bash[21522]: audit 2024-03-26T02:36:25.881479+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:27.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:26 smithi115 bash[21522]: audit 2024-03-26T02:36:25.891344+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:27.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:26 smithi115 bash[21522]: audit 2024-03-26T02:36:25.900157+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:27.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:26 smithi115 bash[21522]: audit 2024-03-26T02:36:26.010316+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:27.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:26 smithi115 bash[21522]: audit 2024-03-26T02:36:26.020607+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:27.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:26 smithi115 bash[21522]: audit 2024-03-26T02:36:26.031515+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:28.319 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:28 smithi115 bash[21522]: cluster 2024-03-26T02:36:26.280812+0000 mgr.a (mgr.14397) 203 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:28.376 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:28 smithi179 bash[22174]: cluster 2024-03-26T02:36:26.280812+0000 mgr.a (mgr.14397) 203 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:29.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:29 smithi179 bash[22174]: cluster 2024-03-26T02:36:28.281389+0000 mgr.a (mgr.14397) 204 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:29.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:29 smithi179 bash[22174]: audit 2024-03-26T02:36:28.653987+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:29.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:29 smithi179 bash[22174]: audit 2024-03-26T02:36:28.659715+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:29.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:29 smithi179 bash[22174]: audit 2024-03-26T02:36:28.665493+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:29.961 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:29 smithi115 bash[21522]: cluster 2024-03-26T02:36:28.281389+0000 mgr.a (mgr.14397) 204 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:29.961 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:29 smithi115 bash[21522]: audit 2024-03-26T02:36:28.653987+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:29.961 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:29 smithi115 bash[21522]: audit 2024-03-26T02:36:28.659715+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:29.961 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:29 smithi115 bash[21522]: audit 2024-03-26T02:36:28.665493+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' 2024-03-26T02:36:32.069 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:31 smithi115 bash[21522]: cluster 2024-03-26T02:36:30.281924+0000 mgr.a (mgr.14397) 205 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:32.069 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:31 smithi115 bash[21522]: audit 2024-03-26T02:36:31.277649+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:36:32.126 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:31 smithi179 bash[22174]: cluster 2024-03-26T02:36:30.281924+0000 mgr.a (mgr.14397) 205 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:32.126 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:31 smithi179 bash[22174]: audit 2024-03-26T02:36:31.277649+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.14397 172.21.15.115:0/2390116418' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T02:36:33.773 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -s http://172.21.15.179:9095/api/v1/status/config 2024-03-26T02:36:33.781 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -s http://172.21.15.179:9095/api/v1/status/config 2024-03-26T02:36:33.781 INFO:teuthology.orchestra.run.smithi115.stderr:+ jq -e '.status == "success"' 2024-03-26T02:36:33.787 INFO:teuthology.orchestra.run.smithi115.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: 8d3e4e2a-eb17-11ee-95d0-87774f69a715\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.115: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: 8d3e4e2a-eb17-11ee-95d0-87774f69a715\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.115: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: 8d3e4e2a-eb17-11ee-95d0-87774f69a715\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.115: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: 8d3e4e2a-eb17-11ee-95d0-87774f69a715\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.115: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.115: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-03-26T02:36:33.788 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -s http://172.21.15.179:9095/api/v1/alerts 2024-03-26T02:36:33.793 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -s http://172.21.15.179:9095/api/v1/alerts 2024-03-26T02:36:33.794 INFO:teuthology.orchestra.run.smithi115.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-03-26T02:36:33.799 INFO:teuthology.orchestra.run.smithi115.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","cluster":"8d3e4e2a-eb17-11ee-95d0-87774f69a715","instance":"smithi115: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-03-26T02:35: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 smithi181","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-03-26T02:35: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 smithi181\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-03-26T02:35:10.084118673Z","value":"1e+00"}]}}true 2024-03-26T02:36:33.799 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -s http://172.21.15.181:9093/api/v1/status 2024-03-26T02:36:33.806 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -s http://172.21.15.181:9093/api/v1/alerts 2024-03-26T02:36:33.812 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -s http://172.21.15.181:9093/api/v1/alerts 2024-03-26T02:36:33.812 INFO:teuthology.orchestra.run.smithi115.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-03-26T02:36:33.817 INFO:teuthology.orchestra.run.smithi115.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\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"}],"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-03-26T02:31:41.548659724Z","clusterStatus":{"name":"01HSW9JR7BWQFQET69KADVPBW1","status":"ready","peers":[{"name":"01HSW9JR7BWQFQET69KADVPBW1","address":"172.21.15.181:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDown","cluster":"8d3e4e2a-eb17-11ee-95d0-87774f69a715","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 smithi181\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-03-26T02:35:40.084Z","endsAt":"2024-03-26T02:39:40.084Z","generatorURL":"http://smithi179.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":"b143be5deaac53f6"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"8d3e4e2a-eb17-11ee-95d0-87774f69a715","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 smithi181","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-03-26T02:35:40.084Z","endsAt":"2024-03-26T02:39:40.084Z","generatorURL":"http://smithi179.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":"cb52c3616020ba09"}]}true 2024-03-26T02:36:34.045 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:33 smithi115 bash[21522]: cluster 2024-03-26T02:36:32.282440+0000 mgr.a (mgr.14397) 206 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:34.126 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:33 smithi179 bash[22174]: cluster 2024-03-26T02:36:32.282440+0000 mgr.a (mgr.14397) 206 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T02:36:34.319 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:36:34 smithi115 bash[21780]: ::ffff:172.21.15.179 - - [26/Mar/2024:02:36:34] "GET /metrics HTTP/1.1" 200 21597 "" "Prometheus/2.43.0" 2024-03-26T02:36:34.450 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-26T02:36:34.460 INFO:tasks.cephadm:Teardown begin 2024-03-26T02:36:34.461 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T02:36:34.474 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T02:36:34.489 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T02:36:34.505 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-26T02:36:34.505 DEBUG:teuthology.orchestra.run.smithi115:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-26T02:36:34.523 DEBUG:teuthology.orchestra.run.smithi179:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-26T02:36:34.536 DEBUG:teuthology.orchestra.run.smithi181:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-26T02:36:34.553 INFO:tasks.cephadm:Stopping all daemons... 2024-03-26T02:36:34.554 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-26T02:36:34.554 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mon.a 2024-03-26T02:36:34.701 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:34 smithi115 systemd[1]: Stopping Ceph mon.a for 8d3e4e2a-eb17-11ee-95d0-87774f69a715... 2024-03-26T02:36:34.888 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:34 smithi115 bash[21522]: debug 2024-03-26T02:36:34.701+0000 7f863c68b700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-26T02:36:34.888 INFO:journalctl@ceph.mon.a.smithi115.stdout:Mar 26 02:36:34 smithi115 bash[21522]: debug 2024-03-26T02:36:34.701+0000 7f863c68b700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-26T02:36:34.888 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:36:34 smithi115 bash[21780]: [26/Mar/2024:02:36:34] ENGINE Bus STOPPING 2024-03-26T02:36:34.888 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:36:34 smithi115 bash[21780]: [26/Mar/2024:02:36:34] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-26T02:36:34.888 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:36:34 smithi115 bash[21780]: [26/Mar/2024:02:36:34] ENGINE Bus STOPPED 2024-03-26T02:36:34.888 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:36:34 smithi115 bash[21780]: [26/Mar/2024:02:36:34] ENGINE Bus STARTING 2024-03-26T02:36:34.888 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:36:34 smithi115 bash[21780]: [26/Mar/2024:02:36:34] ENGINE Serving on http://:::9283 2024-03-26T02:36:34.888 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:36:34 smithi115 bash[21780]: [26/Mar/2024:02:36:34] ENGINE Bus STARTED 2024-03-26T02:36:35.586 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mon.a.service' 2024-03-26T02:36:35.619 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T02:36:35.619 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-26T02:36:35.620 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-26T02:36:35.620 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mon.b 2024-03-26T02:36:36.023 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:35 smithi179 systemd[1]: Stopping Ceph mon.b for 8d3e4e2a-eb17-11ee-95d0-87774f69a715... 2024-03-26T02:36:36.023 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:35 smithi179 bash[22174]: debug 2024-03-26T02:36:35.757+0000 7f562b2db700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-26T02:36:36.023 INFO:journalctl@ceph.mon.b.smithi179.stdout:Mar 26 02:36:35 smithi179 bash[22174]: debug 2024-03-26T02:36:35.757+0000 7f562b2db700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-26T02:36:36.817 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mon.b.service' 2024-03-26T02:36:36.849 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T02:36:36.849 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-26T02:36:36.849 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-26T02:36:36.849 DEBUG:teuthology.orchestra.run.smithi181:> sudo systemctl stop ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mon.c 2024-03-26T02:36:36.868 DEBUG:teuthology.orchestra.run.smithi181:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mon.c.service' 2024-03-26T02:36:36.946 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T02:36:36.946 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-26T02:36:36.946 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-26T02:36:36.946 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mgr.a 2024-03-26T02:36:37.312 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:36:36 smithi115 systemd[1]: Stopping Ceph mgr.a for 8d3e4e2a-eb17-11ee-95d0-87774f69a715... 2024-03-26T02:36:37.312 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:36:37 smithi115 bash[21780]: debug 2024-03-26T02:36:37.097+0000 7f29f80ab700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-26T02:36:37.312 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Mar 26 02:36:37 smithi115 bash[21780]: debug 2024-03-26T02:36:37.097+0000 7f29f80ab700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-26T02:36:37.812 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mgr.a.service' 2024-03-26T02:36:37.833 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T02:36:37.833 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-26T02:36:37.833 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-26T02:36:37.834 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mgr.b 2024-03-26T02:36:38.126 INFO:journalctl@ceph.mgr.b.smithi179.stdout:Mar 26 02:36:37 smithi179 systemd[1]: Stopping Ceph mgr.b for 8d3e4e2a-eb17-11ee-95d0-87774f69a715... 2024-03-26T02:36:38.769 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@mgr.b.service' 2024-03-26T02:36:38.790 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T02:36:38.790 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-26T02:36:38.790 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-26T02:36:38.790 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@osd.0 2024-03-26T02:36:39.069 INFO:journalctl@ceph.osd.0.smithi115.stdout:Mar 26 02:36:38 smithi115 systemd[1]: Stopping Ceph osd.0 for 8d3e4e2a-eb17-11ee-95d0-87774f69a715... 2024-03-26T02:36:39.069 INFO:journalctl@ceph.osd.0.smithi115.stdout:Mar 26 02:36:38 smithi115 bash[31722]: debug 2024-03-26T02:36:38.933+0000 7fa109f91700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-26T02:36:39.069 INFO:journalctl@ceph.osd.0.smithi115.stdout:Mar 26 02:36:38 smithi115 bash[31722]: debug 2024-03-26T02:36:38.933+0000 7fa109f91700 -1 osd.0 22 *** Got signal Terminated *** 2024-03-26T02:36:39.069 INFO:journalctl@ceph.osd.0.smithi115.stdout:Mar 26 02:36:38 smithi115 bash[31722]: debug 2024-03-26T02:36:38.933+0000 7fa109f91700 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T02:36:45.069 INFO:journalctl@ceph.osd.0.smithi115.stdout:Mar 26 02:36:44 smithi115 bash[46110]: ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715-osd-0 2024-03-26T02:36:45.069 INFO:journalctl@ceph.osd.0.smithi115.stdout:Mar 26 02:36:44 smithi115 bash[46191]: Error response from daemon: No such container: ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715-osd-0 2024-03-26T02:36:46.592 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@osd.0.service' 2024-03-26T02:36:46.632 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T02:36:46.632 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-26T02:36:46.632 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-26T02:36:46.632 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@osd.1 2024-03-26T02:36:47.126 INFO:journalctl@ceph.osd.1.smithi179.stdout:Mar 26 02:36:46 smithi179 systemd[1]: Stopping Ceph osd.1 for 8d3e4e2a-eb17-11ee-95d0-87774f69a715... 2024-03-26T02:36:47.126 INFO:journalctl@ceph.osd.1.smithi179.stdout:Mar 26 02:36:46 smithi179 bash[27034]: debug 2024-03-26T02:36:46.785+0000 7f7558922700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-26T02:36:47.127 INFO:journalctl@ceph.osd.1.smithi179.stdout:Mar 26 02:36:46 smithi179 bash[27034]: debug 2024-03-26T02:36:46.785+0000 7f7558922700 -1 osd.1 22 *** Got signal Terminated *** 2024-03-26T02:36:47.127 INFO:journalctl@ceph.osd.1.smithi179.stdout:Mar 26 02:36:46 smithi179 bash[27034]: debug 2024-03-26T02:36:46.785+0000 7f7558922700 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T02:36:52.886 INFO:journalctl@ceph.osd.1.smithi179.stdout:Mar 26 02:36:52 smithi179 bash[36043]: ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715-osd-1 2024-03-26T02:36:52.886 INFO:journalctl@ceph.osd.1.smithi179.stdout:Mar 26 02:36:52 smithi179 bash[36305]: Error response from daemon: No such container: ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715-osd-1 2024-03-26T02:36:54.678 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@osd.1.service' 2024-03-26T02:36:54.712 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T02:36:54.712 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-26T02:36:54.713 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-26T02:36:54.713 DEBUG:teuthology.orchestra.run.smithi181:> sudo systemctl stop ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@osd.2 2024-03-26T02:36:55.038 INFO:journalctl@ceph.osd.2.smithi181.stdout:Mar 26 02:36:54 smithi181 systemd[1]: Stopping Ceph osd.2 for 8d3e4e2a-eb17-11ee-95d0-87774f69a715... 2024-03-26T02:36:55.039 INFO:journalctl@ceph.osd.2.smithi181.stdout:Mar 26 02:36:54 smithi181 bash[27509]: debug 2024-03-26T02:36:54.858+0000 7f46bd584700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-26T02:36:55.039 INFO:journalctl@ceph.osd.2.smithi181.stdout:Mar 26 02:36:54 smithi181 bash[27509]: debug 2024-03-26T02:36:54.858+0000 7f46bd584700 -1 osd.2 22 *** Got signal Terminated *** 2024-03-26T02:36:55.039 INFO:journalctl@ceph.osd.2.smithi181.stdout:Mar 26 02:36:54 smithi181 bash[27509]: debug 2024-03-26T02:36:54.858+0000 7f46bd584700 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T02:37:01.288 INFO:journalctl@ceph.osd.2.smithi181.stdout:Mar 26 02:37:00 smithi181 bash[36887]: ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715-osd-2 2024-03-26T02:37:01.288 INFO:journalctl@ceph.osd.2.smithi181.stdout:Mar 26 02:37:01 smithi181 bash[36951]: Error response from daemon: No such container: ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715-osd-2 2024-03-26T02:37:02.956 DEBUG:teuthology.orchestra.run.smithi181:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8d3e4e2a-eb17-11ee-95d0-87774f69a715@osd.2.service' 2024-03-26T02:37:02.986 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T02:37:02.986 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-26T02:37:02.987 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 --force --keep-logs 2024-03-26T02:37:03.152 INFO:teuthology.orchestra.run.smithi115.stdout:Deleting cluster with fsid: 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:37:11.048 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 --force --keep-logs 2024-03-26T02:37:12.469 INFO:teuthology.orchestra.run.smithi179.stdout:Deleting cluster with fsid: 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:37:20.667 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 --force --keep-logs 2024-03-26T02:37:20.833 INFO:teuthology.orchestra.run.smithi181.stdout:Deleting cluster with fsid: 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:37:28.869 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T02:37:28.883 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T02:37:28.896 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T02:37:28.909 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-26T02:37:28.911 DEBUG:teuthology.misc:Transferring archived files from smithi115:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622376/remote/smithi115/crash 2024-03-26T02:37:28.911 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/crash -- . 2024-03-26T02:37:28.938 INFO:teuthology.orchestra.run.smithi115.stderr:tar: /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/crash: Cannot open: No such file or directory 2024-03-26T02:37:28.938 INFO:teuthology.orchestra.run.smithi115.stderr:tar: Error is not recoverable: exiting now 2024-03-26T02:37:28.940 DEBUG:teuthology.misc:Transferring archived files from smithi179:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622376/remote/smithi179/crash 2024-03-26T02:37:28.941 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/crash -- . 2024-03-26T02:37:28.952 INFO:teuthology.orchestra.run.smithi179.stderr:tar: /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/crash: Cannot open: No such file or directory 2024-03-26T02:37:28.952 INFO:teuthology.orchestra.run.smithi179.stderr:tar: Error is not recoverable: exiting now 2024-03-26T02:37:28.954 DEBUG:teuthology.misc:Transferring archived files from smithi181:/var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622376/remote/smithi181/crash 2024-03-26T02:37:28.955 DEBUG:teuthology.orchestra.run.smithi181:> sudo tar c -f - -C /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/crash -- . 2024-03-26T02:37:28.965 INFO:teuthology.orchestra.run.smithi181.stderr:tar: /var/lib/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/crash: Cannot open: No such file or directory 2024-03-26T02:37:28.965 INFO:teuthology.orchestra.run.smithi181.stderr:tar: Error is not recoverable: exiting now 2024-03-26T02:37:28.966 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-26T02:37:28.967 DEBUG:teuthology.orchestra.run.smithi115:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down, quorum' | egrep -v 'is down \(out of quorum\)' | head -n 1 2024-03-26T02:37:28.996 INFO:teuthology.orchestra.run.smithi115.stdout:2024-03-26T02:26:57.882196+0000 mon.a (mon.0) 451 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T02:37:28.997 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-26T02:37:28.997 DEBUG:teuthology.orchestra.run.smithi115:> sudo egrep '\[SEC\]' /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down, quorum' | egrep -v 'is down \(out of quorum\)' | head -n 1 2024-03-26T02:37:29.051 DEBUG:teuthology.orchestra.run.smithi115:> sudo egrep '\[ERR\]' /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down, quorum' | egrep -v 'is down \(out of quorum\)' | head -n 1 2024-03-26T02:37:29.107 DEBUG:teuthology.orchestra.run.smithi115:> sudo egrep '\[WRN\]' /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down, quorum' | egrep -v 'is down \(out of quorum\)' | head -n 1 2024-03-26T02:37:29.162 INFO:teuthology.orchestra.run.smithi115.stdout:2024-03-26T02:26:57.882196+0000 mon.a (mon.0) 451 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T02:37:29.162 INFO:tasks.cephadm:Compressing logs... 2024-03-26T02:37:29.163 DEBUG:teuthology.orchestra.run.smithi115:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-26T02:37:29.204 DEBUG:teuthology.orchestra.run.smithi179:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-26T02:37:29.207 DEBUG:teuthology.orchestra.run.smithi181:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-26T02:37:29.212 INFO:teuthology.orchestra.run.smithi115.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-26T02:37:29.218 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-26T02:37:29.219 INFO:teuthology.orchestra.run.smithi179.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-26T02:37:29.220 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-osd.0.log 2024-03-26T02:37:29.220 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-mon.a.log 2024-03-26T02:37:29.220 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.cephadm.log 2024-03-26T02:37:29.220 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.log 2024-03-26T02:37:29.221 INFO:teuthology.orchestra.run.smithi181.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-26T02:37:29.222 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-volume.log 2024-03-26T02:37:29.222 INFO:teuthology.orchestra.run.smithi115.stderr: 83.4% -- replaced with /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.cephadm.log.gz 2024-03-26T02:37:29.222 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.audit.log 2024-03-26T02:37:29.222 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-mgr.a.log 2024-03-26T02:37:29.222 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-volume.log: /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.audit.log: /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-mgr.a.log: 87.7% -- replaced with /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.log.gz 2024-03-26T02:37:29.224 INFO:teuthology.orchestra.run.smithi115.stderr: 90.5% -- replaced with /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.audit.log.gz 2024-03-26T02:37:29.224 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-26T02:37:29.225 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.cephadm.log 2024-03-26T02:37:29.225 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-osd.1.log 2024-03-26T02:37:29.226 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.log 2024-03-26T02:37:29.226 INFO:teuthology.orchestra.run.smithi179.stderr: 82.2% -- replaced with /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.cephadm.log.gz 2024-03-26T02:37:29.227 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-volume.log 2024-03-26T02:37:29.227 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-mgr.b.log 2024-03-26T02:37:29.227 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.log: /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.audit.log 2024-03-26T02:37:29.228 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-mon.b.log 2024-03-26T02:37:29.228 INFO:teuthology.orchestra.run.smithi179.stderr: 87.7% -- replaced with /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.log.gz 2024-03-26T02:37:29.229 INFO:teuthology.orchestra.run.smithi181.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-26T02:37:29.229 INFO:teuthology.orchestra.run.smithi181.stderr:gzip -5 --verbose -- /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-osd.2.log 2024-03-26T02:37:29.230 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.cephadm.log 2024-03-26T02:37:29.231 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.audit.log: /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-mon.b.log: 82.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-26T02:37:29.231 INFO:teuthology.orchestra.run.smithi179.stderr: 90.8% -- replaced with /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.audit.log.gz 2024-03-26T02:37:29.231 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.log 2024-03-26T02:37:29.232 INFO:teuthology.orchestra.run.smithi181.stderr:gzip -5 --verbose -- /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-volume.log 2024-03-26T02:37:29.232 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.log: /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-mon.c.log 2024-03-26T02:37:29.233 INFO:teuthology.orchestra.run.smithi181.stderr: 82.2% -- replaced with /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.cephadm.log.gz 2024-03-26T02:37:29.233 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.audit.log 2024-03-26T02:37:29.233 INFO:teuthology.orchestra.run.smithi181.stderr: 87.6% -- replaced with /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.log.gz 2024-03-26T02:37:29.233 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-mon.c.log: /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.audit.log: 83.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-26T02:37:29.234 INFO:teuthology.orchestra.run.smithi181.stderr: 90.6% -- replaced with /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph.audit.log.gz 2024-03-26T02:37:29.237 INFO:teuthology.orchestra.run.smithi115.stderr: 91.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-26T02:37:29.238 INFO:teuthology.orchestra.run.smithi179.stderr: 91.1% -- replaced with /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-mgr.b.log.gz 2024-03-26T02:37:29.250 INFO:teuthology.orchestra.run.smithi179.stderr: 91.9% -- replaced with /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-volume.log.gz 2024-03-26T02:37:29.255 INFO:teuthology.orchestra.run.smithi181.stderr: 91.9% -- replaced with /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-volume.log.gz 2024-03-26T02:37:29.255 INFO:teuthology.orchestra.run.smithi115.stderr: 91.8% -- replaced with /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-volume.log.gz 2024-03-26T02:37:29.273 INFO:teuthology.orchestra.run.smithi181.stderr: 93.7% -- replaced with /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-osd.2.log.gz 2024-03-26T02:37:29.278 INFO:teuthology.orchestra.run.smithi115.stderr: 93.7% -- replaced with /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-osd.0.log.gz 2024-03-26T02:37:29.316 INFO:teuthology.orchestra.run.smithi179.stderr: 94.0% -- replaced with /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-osd.1.log.gz 2024-03-26T02:37:29.347 INFO:teuthology.orchestra.run.smithi181.stderr: 93.3% -- replaced with /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-mon.c.log.gz 2024-03-26T02:37:29.349 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-03-26T02:37:29.349 INFO:teuthology.orchestra.run.smithi181.stderr:real 0m0.138s 2024-03-26T02:37:29.349 INFO:teuthology.orchestra.run.smithi181.stderr:user 0m0.188s 2024-03-26T02:37:29.349 INFO:teuthology.orchestra.run.smithi181.stderr:sys 0m0.027s 2024-03-26T02:37:29.363 INFO:teuthology.orchestra.run.smithi115.stderr: 88.9% -- replaced with /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-mgr.a.log.gz 2024-03-26T02:37:29.366 INFO:teuthology.orchestra.run.smithi179.stderr: 93.0% -- replaced with /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-mon.b.log.gz 2024-03-26T02:37:29.367 INFO:teuthology.orchestra.run.smithi179.stderr: 2024-03-26T02:37:29.367 INFO:teuthology.orchestra.run.smithi179.stderr:real 0m0.159s 2024-03-26T02:37:29.368 INFO:teuthology.orchestra.run.smithi179.stderr:user 0m0.262s 2024-03-26T02:37:29.368 INFO:teuthology.orchestra.run.smithi179.stderr:sys 0m0.039s 2024-03-26T02:37:29.595 INFO:teuthology.orchestra.run.smithi115.stderr: 91.4% -- replaced with /var/log/ceph/8d3e4e2a-eb17-11ee-95d0-87774f69a715/ceph-mon.a.log.gz 2024-03-26T02:37:29.596 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-03-26T02:37:29.596 INFO:teuthology.orchestra.run.smithi115.stderr:real 0m0.390s 2024-03-26T02:37:29.596 INFO:teuthology.orchestra.run.smithi115.stderr:user 0m0.620s 2024-03-26T02:37:29.596 INFO:teuthology.orchestra.run.smithi115.stderr:sys 0m0.033s 2024-03-26T02:37:29.597 INFO:tasks.cephadm:Archiving logs... 2024-03-26T02:37:29.597 DEBUG:teuthology.misc:Transferring archived files from smithi115:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622376/remote/smithi115/log 2024-03-26T02:37:29.598 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-26T02:37:29.763 DEBUG:teuthology.misc:Transferring archived files from smithi179:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622376/remote/smithi179/log 2024-03-26T02:37:29.764 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-26T02:37:29.826 DEBUG:teuthology.misc:Transferring archived files from smithi181:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622376/remote/smithi181/log 2024-03-26T02:37:29.827 DEBUG:teuthology.orchestra.run.smithi181:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-26T02:37:29.870 INFO:tasks.cephadm:Removing cluster... 2024-03-26T02:37:29.870 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 --force 2024-03-26T02:37:30.030 INFO:teuthology.orchestra.run.smithi115.stdout:Deleting cluster with fsid: 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:37:31.361 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 --force 2024-03-26T02:37:31.530 INFO:teuthology.orchestra.run.smithi179.stdout:Deleting cluster with fsid: 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:37:32.882 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8d3e4e2a-eb17-11ee-95d0-87774f69a715 --force 2024-03-26T02:37:33.046 INFO:teuthology.orchestra.run.smithi181.stdout:Deleting cluster with fsid: 8d3e4e2a-eb17-11ee-95d0-87774f69a715 2024-03-26T02:37:34.387 INFO:tasks.cephadm:Removing cephadm ... 2024-03-26T02:37:34.388 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-26T02:37:34.394 DEBUG:teuthology.orchestra.run.smithi179:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-26T02:37:34.400 DEBUG:teuthology.orchestra.run.smithi181:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-26T02:37:34.406 INFO:tasks.cephadm:Teardown complete 2024-03-26T02:37:34.406 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-26T02:37:34.418 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-03-26T02:37:34.418 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-26T02:37:34.436 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-26T02:37:34.444 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-26T02:37:34.534 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-26T02:37:34.543 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-26T02:37:34.543 DEBUG:teuthology.orchestra.run.smithi115:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T02:37:34.546 DEBUG:teuthology.orchestra.run.smithi179:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T02:37:34.549 DEBUG:teuthology.orchestra.run.smithi181:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T02:37:34.556 INFO:teuthology.orchestra.run.smithi115.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T02:37:34.556 INFO:teuthology.orchestra.run.smithi115.stdout:============================================================================== 2024-03-26T02:37:34.556 INFO:teuthology.orchestra.run.smithi115.stdout:*hv01.front.sepi 44.4.53.2 2 u 34 64 377 0.091 -4.884 1.909 2024-03-26T02:37:34.556 INFO:teuthology.orchestra.run.smithi115.stdout:+hv02.front.sepi 63.231.80.2 3 u 35 64 377 0.088 -4.845 2.032 2024-03-26T02:37:34.556 INFO:teuthology.orchestra.run.smithi115.stdout:+hv03.front.sepi 74.6.168.72 3 u 36 64 377 0.086 -6.039 1.966 2024-03-26T02:37:34.556 INFO:teuthology.orchestra.run.smithi115.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-26T02:37:34.559 INFO:teuthology.orchestra.run.smithi179.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T02:37:34.559 INFO:teuthology.orchestra.run.smithi179.stdout:============================================================================== 2024-03-26T02:37:34.559 INFO:teuthology.orchestra.run.smithi179.stdout:*hv01.front.sepi 44.4.53.2 2 u 29 64 377 0.065 -3.703 1.068 2024-03-26T02:37:34.559 INFO:teuthology.orchestra.run.smithi179.stdout:+hv02.front.sepi 63.231.80.2 3 u 35 64 377 0.084 -5.122 1.972 2024-03-26T02:37:34.559 INFO:teuthology.orchestra.run.smithi179.stdout:+hv03.front.sepi 74.6.168.72 3 u 24 64 377 0.084 -4.823 1.126 2024-03-26T02:37:34.559 INFO:teuthology.orchestra.run.smithi179.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-26T02:37:34.562 INFO:teuthology.orchestra.run.smithi181.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T02:37:34.562 INFO:teuthology.orchestra.run.smithi181.stdout:============================================================================== 2024-03-26T02:37:34.562 INFO:teuthology.orchestra.run.smithi181.stdout:*hv01.front.sepi 44.4.53.2 2 u 25 64 377 0.072 -3.164 0.895 2024-03-26T02:37:34.562 INFO:teuthology.orchestra.run.smithi181.stdout:+hv02.front.sepi 63.231.80.2 3 u 38 64 377 0.098 -3.210 0.938 2024-03-26T02:37:34.562 INFO:teuthology.orchestra.run.smithi181.stdout:+hv03.front.sepi 74.6.168.72 3 u 29 64 377 0.099 -5.670 1.618 2024-03-26T02:37:34.562 INFO:teuthology.orchestra.run.smithi181.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-26T02:37:34.563 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-26T02:37:34.572 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-26T02:37:34.573 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-26T02:37:34.588 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-26T02:37:34.598 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-26T02:37:34.617 INFO:teuthology.task.internal:Duration was 1516.819625 seconds 2024-03-26T02:37:34.618 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-26T02:37:34.637 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-26T02:37:34.637 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-26T02:37:34.640 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-26T02:37:34.642 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-26T02:37:34.678 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-26T02:37:34.678 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi115.front.sepia.ceph.com 2024-03-26T02:37:34.678 DEBUG:teuthology.orchestra.run.smithi115:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-26T02:37:34.724 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi179.front.sepia.ceph.com 2024-03-26T02:37:34.724 DEBUG:teuthology.orchestra.run.smithi179:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-26T02:37:34.733 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi181.front.sepia.ceph.com 2024-03-26T02:37:34.734 DEBUG:teuthology.orchestra.run.smithi181:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-26T02:37:34.743 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-26T02:37:34.743 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-26T02:37:34.768 DEBUG:teuthology.orchestra.run.smithi179:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-26T02:37:34.776 DEBUG:teuthology.orchestra.run.smithi181:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-26T02:37:34.821 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-26T02:37:34.821 DEBUG:teuthology.orchestra.run.smithi115:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-26T02:37:34.852 DEBUG:teuthology.orchestra.run.smithi179:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-26T02:37:34.854 DEBUG:teuthology.orchestra.run.smithi181:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-26T02:37:34.957 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-26T02:37:34.967 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-26T02:37:34.967 DEBUG:teuthology.orchestra.run.smithi115:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-26T02:37:34.977 DEBUG:teuthology.orchestra.run.smithi179:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-26T02:37:34.990 DEBUG:teuthology.orchestra.run.smithi181:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-26T02:37:35.001 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-26T02:37:35.010 DEBUG:teuthology.orchestra.run.smithi115:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-26T02:37:35.020 DEBUG:teuthology.orchestra.run.smithi179:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-26T02:37:35.028 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = core 2024-03-26T02:37:35.036 DEBUG:teuthology.orchestra.run.smithi181:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-26T02:37:35.046 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern = core 2024-03-26T02:37:35.053 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern = core 2024-03-26T02:37:35.078 DEBUG:teuthology.orchestra.run.smithi115:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-26T02:37:35.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T02:37:35.095 DEBUG:teuthology.orchestra.run.smithi179:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-26T02:37:35.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T02:37:35.118 DEBUG:teuthology.orchestra.run.smithi181:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-26T02:37:35.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T02:37:35.124 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-26T02:37:35.134 INFO:teuthology.task.internal:Transferring archived files... 2024-03-26T02:37:35.135 DEBUG:teuthology.misc:Transferring archived files from smithi115:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622376/remote/smithi115 2024-03-26T02:37:35.135 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-26T02:37:35.162 DEBUG:teuthology.misc:Transferring archived files from smithi179:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622376/remote/smithi179 2024-03-26T02:37:35.163 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-26T02:37:35.184 DEBUG:teuthology.misc:Transferring archived files from smithi181:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622376/remote/smithi181 2024-03-26T02:37:35.185 DEBUG:teuthology.orchestra.run.smithi181:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-26T02:37:35.206 INFO:teuthology.task.internal:Removing archive directory... 2024-03-26T02:37:35.206 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-26T02:37:35.208 DEBUG:teuthology.orchestra.run.smithi179:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-26T02:37:35.224 DEBUG:teuthology.orchestra.run.smithi181:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-26T02:37:35.249 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-26T02:37:35.259 INFO:teuthology.task.internal:Not uploading archives. 2024-03-26T02:37:35.259 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-26T02:37:35.269 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-26T02:37:35.269 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-26T02:37:35.271 DEBUG:teuthology.orchestra.run.smithi179:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-26T02:37:35.274 DEBUG:teuthology.orchestra.run.smithi181:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-26T02:37:35.275 INFO:teuthology.orchestra.run.smithi115.stdout: 658639 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 26 02:37 /home/ubuntu/cephtest 2024-03-26T02:37:35.277 INFO:teuthology.orchestra.run.smithi179.stdout: 658670 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 26 02:37 /home/ubuntu/cephtest 2024-03-26T02:37:35.297 INFO:teuthology.orchestra.run.smithi181.stdout: 658642 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 26 02:37 /home/ubuntu/cephtest 2024-03-26T02:37:35.298 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-26T02:37:35.308 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-26T02:37:35.331 INFO:teuthology.nuke:Checking targets against current locks 2024-03-26T02:37:35.357 DEBUG:teuthology.nuke:shortname: smithi115 2024-03-26T02:37:35.358 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T02:37:35.378 DEBUG:teuthology.nuke:shortname: smithi179 2024-03-26T02:37:35.378 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T02:37:35.384 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622376', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-26 02:03:04.527240', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGy6J4j7wbauTWLQk5Q+iXy6GgwR/M3uJpXd3TPTENGu2nh9pjTMfUkGO4nDt5vFsID06UIuq2AzEMsscoUnjYg='} 2024-03-26T02:37:35.399 DEBUG:teuthology.nuke:shortname: smithi181 2024-03-26T02:37:35.400 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T02:37:35.403 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi179.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622376', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-26 02:03:04.526223', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMf1fFEfoJRUuiAuzLtq3Y+K4wG+p1cxuEIh6ZqfdnZh8l33DveNK4YRyQmYG7TpEKrUvpywGGFLgPlaLb++MCg='} 2024-03-26T02:37:35.421 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi181.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622376', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-26 02:03:04.524691', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOQHC/2/Zdk4O0Z0bgBv0BpSHeut9XyL7OstIOFTOwyHjtvkeffZJ1Hci8Z7M9k7nVMnIByF9AI7vyb7YN3u7oU='} 2024-03-26T02:37:35.433 INFO:teuthology.orchestra.console.smithi115:Power off 2024-03-26T02:37:35.433 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-26T02:37:35.457 DEBUG:teuthology.orchestra.console.smithi115:power off output: Chassis Power Control: Down/Off 2024-03-26T02:37:35.458 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T02:37:35.473 INFO:teuthology.orchestra.console.smithi181:Power off 2024-03-26T02:37:35.473 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-26T02:37:35.485 INFO:teuthology.orchestra.console.smithi179:Power off 2024-03-26T02:37:35.485 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-26T02:37:35.494 DEBUG:teuthology.orchestra.console.smithi181:power off output: Chassis Power Control: Down/Off 2024-03-26T02:37:35.495 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T02:37:35.502 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2024-03-26T02:37:35.507 DEBUG:teuthology.orchestra.console.smithi179:power off output: Chassis Power Control: Down/Off 2024-03-26T02:37:35.508 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T02:37:35.519 DEBUG:teuthology.orchestra.console.smithi181:check power output: Chassis Power is on 2024-03-26T02:37:35.532 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is on 2024-03-26T02:37:39.504 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T02:37:39.519 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T02:37:39.533 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T02:37:39.616 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2024-03-26T02:37:39.628 DEBUG:teuthology.orchestra.console.smithi181:check power output: Chassis Power is on 2024-03-26T02:37:39.644 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is on 2024-03-26T02:37:43.621 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T02:37:43.630 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T02:37:43.645 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T02:37:43.733 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is off 2024-03-26T02:37:43.740 DEBUG:teuthology.orchestra.console.smithi181:check power output: Chassis Power is on 2024-03-26T02:37:43.754 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is off 2024-03-26T02:37:43.834 INFO:teuthology.orchestra.console.smithi115:Power off completed 2024-03-26T02:37:43.855 INFO:teuthology.orchestra.console.smithi179:Power off completed 2024-03-26T02:37:47.744 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T02:37:47.855 DEBUG:teuthology.orchestra.console.smithi181:check power output: Chassis Power is off 2024-03-26T02:37:47.956 INFO:teuthology.orchestra.console.smithi181:Power off completed 2024-03-26T02:37:48.060 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 1516.819625377655 failure_reason: '"2024-03-26T02:26:57.882196+0000 mon.a (mon.0) 451 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' flavor: default owner: scheduled_adking@teuthology success: false 2024-03-26T02:37:48.061 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-26T02:37:48.134 INFO:teuthology.run:FAIL