2024-03-26T20:51:34.204 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-26T20:51:34.204 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_gabrioux@teuthology --verbose --archive /home/teuthworker/archive/gabrioux-2024-03-26_20:31:35-orch:cephadm-wip-guits-testing-2024-03-26-0925-distro-default-smithi/7624098 --name gabrioux-2024-03-26_20:31:35-orch:cephadm-wip-guits-testing-2024-03-26-0925-distro-default-smithi --description orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} -- /home/teuthworker/archive/gabrioux-2024-03-26_20:31:35-orch:cephadm-wip-guits-testing-2024-03-26-0925-distro-default-smithi/7624098/orig.config.yaml 2024-03-26T20:51:34.236 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-26T20:51:34.314 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-03-26_20:31:35-orch:cephadm-wip-guits-testing-2024-03-26-0925-distro-default-smithi/7624098 branch: wip-guits-testing-2024-03-26-0925 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: gabrioux@ibm.com first_in_suite: false job_id: '7624098' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-03-26_20:31:35-orch:cephadm-wip-guits-testing-2024-03-26-0925-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-guits-testing-2024-03-26-0925 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN sha1: 42fc52b86b14d4f88c40d75eb7102e0ab3918f55 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 42fc52b86b14d4f88c40d75eb7102e0ab3918f55 workunit: branch: wip-guits-testing-2024-03-26-0925 sha1: 42fc52b86b14d4f88c40d75eb7102e0ab3918f55 owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 832 sha1: 42fc52b86b14d4f88c40d75eb7102e0ab3918f55 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-03-26-0925 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_42fc52b86b14d4f88c40d75eb7102e0ab3918f55/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 42fc52b86b14d4f88c40d75eb7102e0ab3918f55 targets: smithi069.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJyoKeJj7Ojtl35SAlNjQHytgZcGg2lqKLMO8Di59LxazS+0nDlMccSLqXm5vhZYbiZA2n4ljoqsWn8I6DxHPBs= smithi118.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNLHmAoQVZzXIvt9Z42+LDN5T1fgSQpU2mAeoRsD5LhUT8VhTAqhB7aLPv9bQLn4FXe6bTEazgQq7HPQBE81fz8= smithi119.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAzU+/dyTstHcd3l+Cumv4GKOqhoa3a1N1EUgAOVh/BDDovEP5ponpWiX0ymI+ztQQYNfLFhsx6b9kiXgFnXaBg= 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_20:31:35 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-26T20:51:34.314 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_42fc52b86b14d4f88c40d75eb7102e0ab3918f55/qa; will attempt to use it 2024-03-26T20:51:34.315 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_42fc52b86b14d4f88c40d75eb7102e0ab3918f55/qa/tasks 2024-03-26T20:51:34.315 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-26T20:51:34.317 INFO:teuthology.task.internal:Checking packages... 2024-03-26T20:51:34.340 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '42fc52b86b14d4f88c40d75eb7102e0ab3918f55' 2024-03-26T20:51:34.340 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-26T20:51:34.340 INFO:teuthology.packaging:ref: None 2024-03-26T20:51:34.340 INFO:teuthology.packaging:tag: None 2024-03-26T20:51:34.340 INFO:teuthology.packaging:branch: wip-guits-testing-2024-03-26-0925 2024-03-26T20:51:34.340 INFO:teuthology.packaging:sha1: 42fc52b86b14d4f88c40d75eb7102e0ab3918f55 2024-03-26T20:51:34.340 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-guits-testing-2024-03-26-0925 2024-03-26T20:51:34.556 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2484-g42fc52b8-1jammy 2024-03-26T20:51:34.558 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-26T20:51:34.565 INFO:teuthology.task.internal:no buildpackages task found 2024-03-26T20:51:34.565 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-26T20:51:34.619 INFO:teuthology.task.internal:Saving configuration 2024-03-26T20:51:34.634 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-26T20:51:34.703 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T20:51:34.726 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-26_20:31:35-orch:cephadm-wip-guits-testing-2024-03-26-0925-distro-default-smithi/7624098', '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 20:45:07.123492', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH+vJ52+7GO+PNxZGzHpq1uspQ+SsKkQcXwxMVAZfFbW'} 2024-03-26T20:51:34.752 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-26_20:31:35-orch:cephadm-wip-guits-testing-2024-03-26-0925-distro-default-smithi/7624098', '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 20:45:07.125082', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIETwF/wNegSRJkz4DNQ7Pw5wtDolTfzGmKniDOKaIMjJ'} 2024-03-26T20:51:34.775 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi119.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-26_20:31:35-orch:cephadm-wip-guits-testing-2024-03-26-0925-distro-default-smithi/7624098', '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 20:45:07.121546', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICu48y6DukOLsGsQAXfA9S0BFBNsFjFcZUeRUGItfCcd'} 2024-03-26T20:51:34.775 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-26T20:51:34.781 INFO:teuthology.task.internal:roles: ubuntu@smithi069.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-26T20:51:34.782 INFO:teuthology.task.internal:roles: ubuntu@smithi118.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-26T20:51:34.782 INFO:teuthology.task.internal:roles: ubuntu@smithi119.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-26T20:51:34.782 INFO:teuthology.run_tasks:Running task console_log... 2024-03-26T20:51:34.966 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f431e38ce50>, signals=[15]) 2024-03-26T20:51:34.966 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-26T20:51:34.973 INFO:teuthology.task.internal:Opening connections... 2024-03-26T20:51:34.973 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi069.front.sepia.ceph.com 2024-03-26T20:51:34.975 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T20:51:35.054 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi118.front.sepia.ceph.com 2024-03-26T20:51:35.055 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T20:51:35.135 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi119.front.sepia.ceph.com 2024-03-26T20:51:35.136 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T20:51:35.213 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-26T20:51:35.219 DEBUG:teuthology.orchestra.run.smithi069:> uname -m 2024-03-26T20:51:35.225 INFO:teuthology.orchestra.run.smithi069.stdout:x86_64 2024-03-26T20:51:35.226 DEBUG:teuthology.orchestra.run.smithi069:> cat /etc/os-release 2024-03-26T20:51:35.274 INFO:teuthology.orchestra.run.smithi069.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-26T20:51:35.274 INFO:teuthology.orchestra.run.smithi069.stdout:NAME="Ubuntu" 2024-03-26T20:51:35.274 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION_ID="22.04" 2024-03-26T20:51:35.274 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-26T20:51:35.275 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION_CODENAME=jammy 2024-03-26T20:51:35.275 INFO:teuthology.orchestra.run.smithi069.stdout:ID=ubuntu 2024-03-26T20:51:35.275 INFO:teuthology.orchestra.run.smithi069.stdout:ID_LIKE=debian 2024-03-26T20:51:35.275 INFO:teuthology.orchestra.run.smithi069.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-26T20:51:35.275 INFO:teuthology.orchestra.run.smithi069.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-26T20:51:35.275 INFO:teuthology.orchestra.run.smithi069.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-26T20:51:35.275 INFO:teuthology.orchestra.run.smithi069.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-26T20:51:35.275 INFO:teuthology.orchestra.run.smithi069.stdout:UBUNTU_CODENAME=jammy 2024-03-26T20:51:35.276 INFO:teuthology.lock.ops:Updating smithi069.front.sepia.ceph.com on lock server 2024-03-26T20:51:35.301 DEBUG:teuthology.orchestra.run.smithi118:> uname -m 2024-03-26T20:51:35.306 INFO:teuthology.orchestra.run.smithi118.stdout:x86_64 2024-03-26T20:51:35.306 DEBUG:teuthology.orchestra.run.smithi118:> cat /etc/os-release 2024-03-26T20:51:35.352 INFO:teuthology.orchestra.run.smithi118.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-26T20:51:35.353 INFO:teuthology.orchestra.run.smithi118.stdout:NAME="Ubuntu" 2024-03-26T20:51:35.353 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION_ID="22.04" 2024-03-26T20:51:35.353 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-26T20:51:35.353 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION_CODENAME=jammy 2024-03-26T20:51:35.353 INFO:teuthology.orchestra.run.smithi118.stdout:ID=ubuntu 2024-03-26T20:51:35.353 INFO:teuthology.orchestra.run.smithi118.stdout:ID_LIKE=debian 2024-03-26T20:51:35.353 INFO:teuthology.orchestra.run.smithi118.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-26T20:51:35.353 INFO:teuthology.orchestra.run.smithi118.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-26T20:51:35.353 INFO:teuthology.orchestra.run.smithi118.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-26T20:51:35.353 INFO:teuthology.orchestra.run.smithi118.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-26T20:51:35.353 INFO:teuthology.orchestra.run.smithi118.stdout:UBUNTU_CODENAME=jammy 2024-03-26T20:51:35.354 INFO:teuthology.lock.ops:Updating smithi118.front.sepia.ceph.com on lock server 2024-03-26T20:51:35.376 DEBUG:teuthology.orchestra.run.smithi119:> uname -m 2024-03-26T20:51:35.381 INFO:teuthology.orchestra.run.smithi119.stdout:x86_64 2024-03-26T20:51:35.381 DEBUG:teuthology.orchestra.run.smithi119:> cat /etc/os-release 2024-03-26T20:51:35.429 INFO:teuthology.orchestra.run.smithi119.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-26T20:51:35.429 INFO:teuthology.orchestra.run.smithi119.stdout:NAME="Ubuntu" 2024-03-26T20:51:35.429 INFO:teuthology.orchestra.run.smithi119.stdout:VERSION_ID="22.04" 2024-03-26T20:51:35.429 INFO:teuthology.orchestra.run.smithi119.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-26T20:51:35.429 INFO:teuthology.orchestra.run.smithi119.stdout:VERSION_CODENAME=jammy 2024-03-26T20:51:35.429 INFO:teuthology.orchestra.run.smithi119.stdout:ID=ubuntu 2024-03-26T20:51:35.429 INFO:teuthology.orchestra.run.smithi119.stdout:ID_LIKE=debian 2024-03-26T20:51:35.429 INFO:teuthology.orchestra.run.smithi119.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-26T20:51:35.429 INFO:teuthology.orchestra.run.smithi119.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-26T20:51:35.429 INFO:teuthology.orchestra.run.smithi119.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-26T20:51:35.429 INFO:teuthology.orchestra.run.smithi119.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-26T20:51:35.429 INFO:teuthology.orchestra.run.smithi119.stdout:UBUNTU_CODENAME=jammy 2024-03-26T20:51:35.430 INFO:teuthology.lock.ops:Updating smithi119.front.sepia.ceph.com on lock server 2024-03-26T20:51:35.450 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-26T20:51:35.462 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-26T20:51:35.540 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-26T20:51:35.540 DEBUG:teuthology.orchestra.run.smithi069:> test '!' -e /home/ubuntu/cephtest 2024-03-26T20:51:35.544 DEBUG:teuthology.orchestra.run.smithi118:> test '!' -e /home/ubuntu/cephtest 2024-03-26T20:51:35.547 DEBUG:teuthology.orchestra.run.smithi119:> test '!' -e /home/ubuntu/cephtest 2024-03-26T20:51:35.552 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-26T20:51:35.591 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-26T20:51:35.591 DEBUG:teuthology.orchestra.run.smithi069:> test -z $(ls -A /var/lib/ceph) 2024-03-26T20:51:35.593 DEBUG:teuthology.orchestra.run.smithi118:> test -z $(ls -A /var/lib/ceph) 2024-03-26T20:51:35.595 DEBUG:teuthology.orchestra.run.smithi119:> test -z $(ls -A /var/lib/ceph) 2024-03-26T20:51:35.662 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-26T20:51:35.740 INFO:teuthology.run_tasks:Running task kernel... 2024-03-26T20:51:35.757 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-26T20:51:35.757 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-26T20:51:35.758 DEBUG:teuthology.orchestra.run.smithi069:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-26T20:51:35.758 DEBUG:teuthology.orchestra.run.smithi118:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-26T20:51:35.759 DEBUG:teuthology.orchestra.run.smithi119:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-26T20:51:35.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T20:51:35.764 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2024-03-26T20:51:35.765 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T20:51:35.765 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T20:51:35.766 DEBUG:teuthology.orchestra.run.smithi119:> uname -r 2024-03-26T20:51:35.766 DEBUG:teuthology.orchestra.run.smithi069:> uname -r 2024-03-26T20:51:35.812 INFO:teuthology.orchestra.run.smithi118.stdout:5.15.0-56-generic 2024-03-26T20:51:35.813 INFO:teuthology.task.kernel:Running kernel on smithi118: 5.15.0-56-generic 2024-03-26T20:51:35.813 DEBUG:teuthology.orchestra.run.smithi118:> sudo apt-get clean 2024-03-26T20:51:35.814 INFO:teuthology.orchestra.run.smithi119.stdout:5.15.0-56-generic 2024-03-26T20:51:35.814 INFO:teuthology.task.kernel:Running kernel on smithi119: 5.15.0-56-generic 2024-03-26T20:51:35.814 DEBUG:teuthology.orchestra.run.smithi119:> sudo apt-get clean 2024-03-26T20:51:35.815 INFO:teuthology.orchestra.run.smithi069.stdout:5.15.0-56-generic 2024-03-26T20:51:35.815 INFO:teuthology.task.kernel:Running kernel on smithi069: 5.15.0-56-generic 2024-03-26T20:51:35.815 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get clean 2024-03-26T20:51:35.931 DEBUG:teuthology.orchestra.run.smithi118:> sudo apt-get update 2024-03-26T20:51:35.941 DEBUG:teuthology.orchestra.run.smithi119:> sudo apt-get update 2024-03-26T20:51:35.972 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get update 2024-03-26T20:51:36.174 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T20:51:36.175 INFO:teuthology.orchestra.run.smithi069.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-26T20:51:36.175 INFO:teuthology.orchestra.run.smithi069.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-26T20:51:36.184 INFO:teuthology.orchestra.run.smithi119.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-26T20:51:36.242 INFO:teuthology.orchestra.run.smithi119.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T20:51:36.251 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T20:51:36.251 INFO:teuthology.orchestra.run.smithi118.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-26T20:51:36.304 INFO:teuthology.orchestra.run.smithi118.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-26T20:51:36.304 INFO:teuthology.orchestra.run.smithi119.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-26T20:51:36.306 INFO:teuthology.orchestra.run.smithi069.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-26T20:51:36.412 INFO:teuthology.orchestra.run.smithi069.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [429 kB] 2024-03-26T20:51:36.495 INFO:teuthology.orchestra.run.smithi069.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,505 kB] 2024-03-26T20:51:36.500 INFO:teuthology.orchestra.run.smithi119.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,290 kB] 2024-03-26T20:51:36.504 INFO:teuthology.orchestra.run.smithi069.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,290 kB] 2024-03-26T20:51:36.547 INFO:teuthology.orchestra.run.smithi069.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [230 kB] 2024-03-26T20:51:36.551 INFO:teuthology.orchestra.run.smithi069.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-26T20:51:36.551 INFO:teuthology.orchestra.run.smithi069.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-26T20:51:36.552 INFO:teuthology.orchestra.run.smithi069.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,600 kB] 2024-03-26T20:51:36.579 INFO:teuthology.orchestra.run.smithi069.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [268 kB] 2024-03-26T20:51:36.581 INFO:teuthology.orchestra.run.smithi069.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T20:51:36.581 INFO:teuthology.orchestra.run.smithi069.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-26T20:51:36.587 INFO:teuthology.orchestra.run.smithi069.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-26T20:51:36.596 INFO:teuthology.orchestra.run.smithi069.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-26T20:51:36.598 INFO:teuthology.orchestra.run.smithi069.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-26T20:51:36.616 INFO:teuthology.orchestra.run.smithi069.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-26T20:51:36.616 INFO:teuthology.orchestra.run.smithi069.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-26T20:51:36.617 INFO:teuthology.orchestra.run.smithi069.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-26T20:51:36.621 INFO:teuthology.orchestra.run.smithi069.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-26T20:51:36.656 INFO:teuthology.orchestra.run.smithi118.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-26T20:51:36.660 INFO:teuthology.orchestra.run.smithi118.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [429 kB] 2024-03-26T20:51:36.662 INFO:teuthology.orchestra.run.smithi069.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [595 kB] 2024-03-26T20:51:36.668 INFO:teuthology.orchestra.run.smithi119.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-26T20:51:36.674 INFO:teuthology.orchestra.run.smithi069.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [290 kB] 2024-03-26T20:51:36.680 INFO:teuthology.orchestra.run.smithi069.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-26T20:51:36.681 INFO:teuthology.orchestra.run.smithi069.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,628 kB] 2024-03-26T20:51:36.686 INFO:teuthology.orchestra.run.smithi119.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [429 kB] 2024-03-26T20:51:36.696 INFO:teuthology.orchestra.run.smithi119.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [230 kB] 2024-03-26T20:51:36.701 INFO:teuthology.orchestra.run.smithi119.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-26T20:51:36.701 INFO:teuthology.orchestra.run.smithi119.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,600 kB] 2024-03-26T20:51:36.714 INFO:teuthology.orchestra.run.smithi069.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-26T20:51:36.715 INFO:teuthology.orchestra.run.smithi069.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [273 kB] 2024-03-26T20:51:36.721 INFO:teuthology.orchestra.run.smithi069.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T20:51:36.721 INFO:teuthology.orchestra.run.smithi069.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-26T20:51:36.731 INFO:teuthology.orchestra.run.smithi069.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-26T20:51:36.745 INFO:teuthology.orchestra.run.smithi069.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-26T20:51:36.748 INFO:teuthology.orchestra.run.smithi119.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-26T20:51:36.748 INFO:teuthology.orchestra.run.smithi069.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-26T20:51:36.748 INFO:teuthology.orchestra.run.smithi119.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [268 kB] 2024-03-26T20:51:36.750 INFO:teuthology.orchestra.run.smithi069.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-26T20:51:36.752 INFO:teuthology.orchestra.run.smithi069.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-26T20:51:36.752 INFO:teuthology.orchestra.run.smithi119.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T20:51:36.752 INFO:teuthology.orchestra.run.smithi119.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-26T20:51:36.761 INFO:teuthology.orchestra.run.smithi119.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-26T20:51:36.774 INFO:teuthology.orchestra.run.smithi119.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-26T20:51:36.776 INFO:teuthology.orchestra.run.smithi119.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-26T20:51:36.777 INFO:teuthology.orchestra.run.smithi119.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-26T20:51:36.777 INFO:teuthology.orchestra.run.smithi119.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-26T20:51:36.781 INFO:teuthology.orchestra.run.smithi069.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-26T20:51:36.782 INFO:teuthology.orchestra.run.smithi069.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-26T20:51:36.782 INFO:teuthology.orchestra.run.smithi069.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-26T20:51:36.783 INFO:teuthology.orchestra.run.smithi069.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-26T20:51:36.784 INFO:teuthology.orchestra.run.smithi069.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-26T20:51:36.785 INFO:teuthology.orchestra.run.smithi069.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-26T20:51:36.785 INFO:teuthology.orchestra.run.smithi069.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-26T20:51:36.786 INFO:teuthology.orchestra.run.smithi069.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-26T20:51:36.798 INFO:teuthology.orchestra.run.smithi118.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,505 kB] 2024-03-26T20:51:36.799 INFO:teuthology.orchestra.run.smithi119.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-26T20:51:36.800 INFO:teuthology.orchestra.run.smithi119.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-26T20:51:36.801 INFO:teuthology.orchestra.run.smithi119.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [595 kB] 2024-03-26T20:51:36.819 INFO:teuthology.orchestra.run.smithi069.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-26T20:51:36.819 INFO:teuthology.orchestra.run.smithi069.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-26T20:51:36.946 INFO:teuthology.orchestra.run.smithi118.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,290 kB] 2024-03-26T20:51:37.058 INFO:teuthology.orchestra.run.smithi119.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,505 kB] 2024-03-26T20:51:37.099 INFO:teuthology.orchestra.run.smithi118.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [595 kB] 2024-03-26T20:51:37.112 INFO:teuthology.orchestra.run.smithi118.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [230 kB] 2024-03-26T20:51:37.124 INFO:teuthology.orchestra.run.smithi118.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-26T20:51:37.124 INFO:teuthology.orchestra.run.smithi118.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-26T20:51:37.127 INFO:teuthology.orchestra.run.smithi118.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,600 kB] 2024-03-26T20:51:37.137 INFO:teuthology.orchestra.run.smithi118.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [290 kB] 2024-03-26T20:51:37.152 INFO:teuthology.orchestra.run.smithi118.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-26T20:51:37.153 INFO:teuthology.orchestra.run.smithi118.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,628 kB] 2024-03-26T20:51:37.206 INFO:teuthology.orchestra.run.smithi118.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [268 kB] 2024-03-26T20:51:37.208 INFO:teuthology.orchestra.run.smithi119.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [290 kB] 2024-03-26T20:51:37.223 INFO:teuthology.orchestra.run.smithi119.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-26T20:51:37.224 INFO:teuthology.orchestra.run.smithi119.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-26T20:51:37.226 INFO:teuthology.orchestra.run.smithi119.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,628 kB] 2024-03-26T20:51:37.244 INFO:teuthology.orchestra.run.smithi118.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-26T20:51:37.244 INFO:teuthology.orchestra.run.smithi118.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T20:51:37.245 INFO:teuthology.orchestra.run.smithi118.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-26T20:51:37.246 INFO:teuthology.orchestra.run.smithi118.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [273 kB] 2024-03-26T20:51:37.252 INFO:teuthology.orchestra.run.smithi118.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T20:51:37.253 INFO:teuthology.orchestra.run.smithi118.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-26T20:51:37.328 INFO:teuthology.orchestra.run.smithi119.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [273 kB] 2024-03-26T20:51:37.338 INFO:teuthology.orchestra.run.smithi119.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T20:51:37.416 INFO:teuthology.orchestra.run.smithi118.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-26T20:51:37.423 INFO:teuthology.orchestra.run.smithi118.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-26T20:51:37.508 INFO:teuthology.orchestra.run.smithi119.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-26T20:51:37.820 INFO:teuthology.orchestra.run.smithi118.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-26T20:51:37.826 INFO:teuthology.orchestra.run.smithi118.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-26T20:51:37.827 INFO:teuthology.orchestra.run.smithi118.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-26T20:51:37.841 INFO:teuthology.orchestra.run.smithi118.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-26T20:51:37.843 INFO:teuthology.orchestra.run.smithi118.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-26T20:51:38.001 INFO:teuthology.orchestra.run.smithi118.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-26T20:51:38.111 INFO:teuthology.orchestra.run.smithi118.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-26T20:51:38.131 INFO:teuthology.orchestra.run.smithi118.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-26T20:51:38.132 INFO:teuthology.orchestra.run.smithi118.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-26T20:51:38.133 INFO:teuthology.orchestra.run.smithi118.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-26T20:51:38.136 INFO:teuthology.orchestra.run.smithi118.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-26T20:51:38.137 INFO:teuthology.orchestra.run.smithi118.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-26T20:51:38.137 INFO:teuthology.orchestra.run.smithi118.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-26T20:51:38.141 INFO:teuthology.orchestra.run.smithi118.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-26T20:51:38.146 INFO:teuthology.orchestra.run.smithi118.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-26T20:51:38.146 INFO:teuthology.orchestra.run.smithi119.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-26T20:51:38.262 INFO:teuthology.orchestra.run.smithi119.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-26T20:51:38.289 INFO:teuthology.orchestra.run.smithi119.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-26T20:51:38.293 INFO:teuthology.orchestra.run.smithi119.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-26T20:51:38.293 INFO:teuthology.orchestra.run.smithi119.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-26T20:51:38.302 INFO:teuthology.orchestra.run.smithi119.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-26T20:51:38.302 INFO:teuthology.orchestra.run.smithi119.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-26T20:51:38.303 INFO:teuthology.orchestra.run.smithi119.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-26T20:51:38.311 INFO:teuthology.orchestra.run.smithi118.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-26T20:51:38.319 INFO:teuthology.orchestra.run.smithi119.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-26T20:51:38.336 INFO:teuthology.orchestra.run.smithi119.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-26T20:51:38.393 INFO:teuthology.orchestra.run.smithi118.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-26T20:51:38.496 INFO:teuthology.orchestra.run.smithi118.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-26T20:51:38.498 INFO:teuthology.orchestra.run.smithi119.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-26T20:51:38.556 INFO:teuthology.orchestra.run.smithi118.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-26T20:51:38.582 INFO:teuthology.orchestra.run.smithi119.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-26T20:51:38.586 INFO:teuthology.orchestra.run.smithi118.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-26T20:51:38.696 INFO:teuthology.orchestra.run.smithi119.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-26T20:51:38.747 INFO:teuthology.orchestra.run.smithi119.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-26T20:51:38.782 INFO:teuthology.orchestra.run.smithi119.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-26T20:51:42.127 INFO:teuthology.orchestra.run.smithi069.stdout:Fetched 12.5 MB in 2s (6,921 kB/s) 2024-03-26T20:51:42.860 INFO:teuthology.orchestra.run.smithi118.stdout:Fetched 12.5 MB in 3s (4,844 kB/s) 2024-03-26T20:51:43.309 INFO:teuthology.orchestra.run.smithi119.stdout:Fetched 12.5 MB in 3s (4,514 kB/s) 2024-03-26T20:51:43.366 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-03-26T20:51:43.383 DEBUG:teuthology.orchestra.run.smithi069:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T20:51:43.442 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-03-26T20:51:43.638 INFO:teuthology.orchestra.run.smithi069.stdout:Building dependency tree... 2024-03-26T20:51:43.639 INFO:teuthology.orchestra.run.smithi069.stdout:Reading state information... 2024-03-26T20:51:43.801 INFO:teuthology.orchestra.run.smithi069.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T20:51:44.202 INFO:teuthology.orchestra.run.smithi069.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T20:51:44.203 INFO:teuthology.orchestra.run.smithi069.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T20:51:44.203 INFO:teuthology.orchestra.run.smithi069.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T20:51:44.203 INFO:teuthology.orchestra.run.smithi069.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-26T20:51:44.203 INFO:teuthology.orchestra.run.smithi069.stdout: python2.7-minimal 2024-03-26T20:51:44.203 INFO:teuthology.orchestra.run.smithi069.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T20:51:44.205 INFO:teuthology.orchestra.run.smithi118.stdout:Reading package lists... 2024-03-26T20:51:44.205 DEBUG:teuthology.orchestra.run.smithi118:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T20:51:44.206 INFO:teuthology.orchestra.run.smithi069.stdout:The following additional packages will be installed: 2024-03-26T20:51:44.206 INFO:teuthology.orchestra.run.smithi069.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T20:51:44.206 INFO:teuthology.orchestra.run.smithi069.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-26T20:51:44.206 INFO:teuthology.orchestra.run.smithi069.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-26T20:51:44.206 INFO:teuthology.orchestra.run.smithi069.stdout:Suggested packages: 2024-03-26T20:51:44.206 INFO:teuthology.orchestra.run.smithi069.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-26T20:51:44.206 INFO:teuthology.orchestra.run.smithi069.stdout:Recommended packages: 2024-03-26T20:51:44.206 INFO:teuthology.orchestra.run.smithi069.stdout: thermald 2024-03-26T20:51:44.207 INFO:teuthology.orchestra.run.smithi069.stdout:The following NEW packages will be installed: 2024-03-26T20:51:44.207 INFO:teuthology.orchestra.run.smithi069.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T20:51:44.207 INFO:teuthology.orchestra.run.smithi069.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-26T20:51:44.207 INFO:teuthology.orchestra.run.smithi069.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-26T20:51:44.207 INFO:teuthology.orchestra.run.smithi069.stdout:The following packages will be upgraded: 2024-03-26T20:51:44.207 INFO:teuthology.orchestra.run.smithi069.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-26T20:51:44.207 INFO:teuthology.orchestra.run.smithi069.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T20:51:44.207 INFO:teuthology.orchestra.run.smithi069.stdout:Need to get 113 MB of archives. 2024-03-26T20:51:44.207 INFO:teuthology.orchestra.run.smithi069.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-26T20:51:44.207 INFO:teuthology.orchestra.run.smithi069.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-26T20:51:44.259 INFO:teuthology.orchestra.run.smithi118.stdout:Reading package lists... 2024-03-26T20:51:44.432 INFO:teuthology.orchestra.run.smithi118.stdout:Building dependency tree... 2024-03-26T20:51:44.433 INFO:teuthology.orchestra.run.smithi118.stdout:Reading state information... 2024-03-26T20:51:44.584 INFO:teuthology.orchestra.run.smithi118.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T20:51:44.584 INFO:teuthology.orchestra.run.smithi118.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T20:51:44.585 INFO:teuthology.orchestra.run.smithi118.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T20:51:44.585 INFO:teuthology.orchestra.run.smithi118.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T20:51:44.585 INFO:teuthology.orchestra.run.smithi118.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-26T20:51:44.585 INFO:teuthology.orchestra.run.smithi118.stdout: python2.7-minimal 2024-03-26T20:51:44.585 INFO:teuthology.orchestra.run.smithi118.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T20:51:44.586 INFO:teuthology.orchestra.run.smithi118.stdout:The following additional packages will be installed: 2024-03-26T20:51:44.586 INFO:teuthology.orchestra.run.smithi118.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T20:51:44.586 INFO:teuthology.orchestra.run.smithi118.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-26T20:51:44.587 INFO:teuthology.orchestra.run.smithi118.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-26T20:51:44.588 INFO:teuthology.orchestra.run.smithi118.stdout:Suggested packages: 2024-03-26T20:51:44.588 INFO:teuthology.orchestra.run.smithi118.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-26T20:51:44.588 INFO:teuthology.orchestra.run.smithi118.stdout:Recommended packages: 2024-03-26T20:51:44.588 INFO:teuthology.orchestra.run.smithi118.stdout: thermald 2024-03-26T20:51:44.604 INFO:teuthology.orchestra.run.smithi069.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-26T20:51:44.643 INFO:teuthology.orchestra.run.smithi118.stdout:The following NEW packages will be installed: 2024-03-26T20:51:44.643 INFO:teuthology.orchestra.run.smithi118.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T20:51:44.643 INFO:teuthology.orchestra.run.smithi118.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-26T20:51:44.643 INFO:teuthology.orchestra.run.smithi118.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-26T20:51:44.645 INFO:teuthology.orchestra.run.smithi118.stdout:The following packages will be upgraded: 2024-03-26T20:51:44.645 INFO:teuthology.orchestra.run.smithi118.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-26T20:51:44.691 INFO:teuthology.orchestra.run.smithi119.stdout:Reading package lists... 2024-03-26T20:51:44.710 DEBUG:teuthology.orchestra.run.smithi119:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T20:51:44.731 INFO:teuthology.orchestra.run.smithi118.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T20:51:44.731 INFO:teuthology.orchestra.run.smithi118.stdout:Need to get 113 MB of archives. 2024-03-26T20:51:44.731 INFO:teuthology.orchestra.run.smithi118.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-26T20:51:44.731 INFO:teuthology.orchestra.run.smithi118.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-26T20:51:44.742 INFO:teuthology.orchestra.run.smithi069.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-26T20:51:44.761 INFO:teuthology.orchestra.run.smithi119.stdout:Reading package lists... 2024-03-26T20:51:44.935 INFO:teuthology.orchestra.run.smithi119.stdout:Building dependency tree... 2024-03-26T20:51:44.936 INFO:teuthology.orchestra.run.smithi119.stdout:Reading state information... 2024-03-26T20:51:45.086 INFO:teuthology.orchestra.run.smithi119.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T20:51:45.087 INFO:teuthology.orchestra.run.smithi119.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T20:51:45.087 INFO:teuthology.orchestra.run.smithi119.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T20:51:45.087 INFO:teuthology.orchestra.run.smithi119.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T20:51:45.087 INFO:teuthology.orchestra.run.smithi119.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-26T20:51:45.087 INFO:teuthology.orchestra.run.smithi119.stdout: python2.7-minimal 2024-03-26T20:51:45.087 INFO:teuthology.orchestra.run.smithi119.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T20:51:45.088 INFO:teuthology.orchestra.run.smithi119.stdout:The following additional packages will be installed: 2024-03-26T20:51:45.088 INFO:teuthology.orchestra.run.smithi119.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T20:51:45.088 INFO:teuthology.orchestra.run.smithi119.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-26T20:51:45.089 INFO:teuthology.orchestra.run.smithi119.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-26T20:51:45.090 INFO:teuthology.orchestra.run.smithi119.stdout:Suggested packages: 2024-03-26T20:51:45.091 INFO:teuthology.orchestra.run.smithi119.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-26T20:51:45.091 INFO:teuthology.orchestra.run.smithi119.stdout:Recommended packages: 2024-03-26T20:51:45.091 INFO:teuthology.orchestra.run.smithi119.stdout: thermald 2024-03-26T20:51:45.142 INFO:teuthology.orchestra.run.smithi119.stdout:The following NEW packages will be installed: 2024-03-26T20:51:45.142 INFO:teuthology.orchestra.run.smithi119.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T20:51:45.142 INFO:teuthology.orchestra.run.smithi119.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-26T20:51:45.143 INFO:teuthology.orchestra.run.smithi119.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-26T20:51:45.143 INFO:teuthology.orchestra.run.smithi119.stdout:The following packages will be upgraded: 2024-03-26T20:51:45.144 INFO:teuthology.orchestra.run.smithi119.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-26T20:51:45.252 INFO:teuthology.orchestra.run.smithi119.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T20:51:45.252 INFO:teuthology.orchestra.run.smithi119.stdout:Need to get 113 MB of archives. 2024-03-26T20:51:45.252 INFO:teuthology.orchestra.run.smithi119.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-26T20:51:45.252 INFO:teuthology.orchestra.run.smithi119.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-26T20:51:45.584 INFO:teuthology.orchestra.run.smithi118.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-26T20:51:45.985 INFO:teuthology.orchestra.run.smithi118.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-26T20:51:46.173 INFO:teuthology.orchestra.run.smithi119.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-26T20:51:46.356 INFO:teuthology.orchestra.run.smithi119.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-26T20:51:46.530 INFO:teuthology.orchestra.run.smithi069.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-26T20:51:46.530 INFO:teuthology.orchestra.run.smithi069.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-26T20:51:46.530 INFO:teuthology.orchestra.run.smithi069.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-26T20:51:46.944 INFO:teuthology.orchestra.run.smithi069.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-26T20:51:47.075 INFO:teuthology.orchestra.run.smithi069.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-26T20:51:47.479 INFO:teuthology.orchestra.run.smithi069.stdout:Fetched 113 MB in 3s (35.2 MB/s) 2024-03-26T20:51:47.658 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-26T20:51:48.150 INFO:teuthology.orchestra.run.smithi119.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-26T20:51:48.150 INFO:teuthology.orchestra.run.smithi119.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-26T20:51:48.150 INFO:teuthology.orchestra.run.smithi119.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-26T20:51:48.159 INFO:teuthology.orchestra.run.smithi118.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-26T20:51:48.159 INFO:teuthology.orchestra.run.smithi118.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-26T20:51:48.159 INFO:teuthology.orchestra.run.smithi118.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-26T20:51:48.348 INFO:teuthology.orchestra.run.smithi118.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-26T20:51:48.385 INFO:teuthology.orchestra.run.smithi118.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-26T20:51:48.471 INFO:teuthology.orchestra.run.smithi119.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-26T20:51:48.552 INFO:teuthology.orchestra.run.smithi119.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-26T20:51:48.787 INFO:teuthology.orchestra.run.smithi118.stdout:Fetched 113 MB in 4s (30.3 MB/s) 2024-03-26T20:51:48.972 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-26T20:51:49.021 INFO:teuthology.orchestra.run.smithi119.stdout:Fetched 113 MB in 3s (33.3 MB/s) 2024-03-26T20:51:49.205 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-26T20:51:49.684 INFO:teuthology.orchestra.run.smithi069.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-26T20:51:49.688 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T20:51:49.746 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:51:50.959 INFO:teuthology.orchestra.run.smithi118.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-26T20:51:50.964 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T20:51:51.052 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:51:51.219 INFO:teuthology.orchestra.run.smithi119.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-26T20:51:51.223 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T20:51:51.286 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:51:51.938 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-26T20:51:51.959 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T20:51:52.069 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:51:52.649 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-26T20:51:52.670 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T20:51:52.916 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:51:53.442 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-26T20:51:53.464 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T20:51:53.619 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-26T20:51:53.640 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T20:51:53.680 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:51:53.728 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:51:54.180 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-26T20:51:54.201 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T20:51:54.225 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-26T20:51:54.230 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:51:54.246 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T20:51:54.284 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:51:59.189 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T20:51:59.315 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T20:51:59.615 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T20:51:59.710 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T20:52:00.013 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-26T20:52:00.035 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-26T20:52:00.079 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T20:52:00.659 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T20:52:00.705 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T20:52:00.784 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T20:52:00.832 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T20:52:01.125 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T20:52:01.148 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T20:52:01.254 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T20:52:01.260 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T20:52:01.539 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-26T20:52:01.549 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-26T20:52:01.562 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-26T20:52:01.571 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-26T20:52:01.605 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T20:52:01.607 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T20:52:05.845 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-26T20:52:05.882 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T20:52:05.920 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:52:07.199 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-26T20:52:07.236 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T20:52:07.274 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:52:07.288 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-26T20:52:07.325 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T20:52:07.355 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:52:08.622 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T20:52:08.747 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T20:52:09.081 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T20:52:09.202 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:52:09.329 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-26T20:52:09.457 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:52:09.905 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T20:52:10.030 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T20:52:10.124 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T20:52:10.249 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T20:52:10.358 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T20:52:10.477 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:52:10.574 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T20:52:10.603 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-26T20:52:10.687 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:52:10.732 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:52:10.808 INFO:teuthology.orchestra.run.smithi069.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-26T20:52:10.809 INFO:teuthology.orchestra.run.smithi069.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-26T20:52:10.809 INFO:teuthology.orchestra.run.smithi069.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-26T20:52:10.809 INFO:teuthology.orchestra.run.smithi069.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-26T20:52:10.813 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-26T20:52:10.942 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:52:10.959 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:52:12.112 INFO:teuthology.orchestra.run.smithi118.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-26T20:52:12.112 INFO:teuthology.orchestra.run.smithi118.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-26T20:52:12.112 INFO:teuthology.orchestra.run.smithi118.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-26T20:52:12.112 INFO:teuthology.orchestra.run.smithi118.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-26T20:52:12.258 INFO:teuthology.orchestra.run.smithi119.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-26T20:52:12.258 INFO:teuthology.orchestra.run.smithi119.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-26T20:52:12.258 INFO:teuthology.orchestra.run.smithi119.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-26T20:52:12.258 INFO:teuthology.orchestra.run.smithi119.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-26T20:52:12.321 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:52:12.503 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:52:12.560 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:52:13.747 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:52:13.886 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:52:13.978 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-26T20:52:14.104 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-26T20:52:14.230 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:52:14.297 INFO:teuthology.orchestra.run.smithi069.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-26T20:52:14.297 INFO:teuthology.orchestra.run.smithi069.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-26T20:52:15.148 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-26T20:52:15.274 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-26T20:52:15.313 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-26T20:52:15.393 INFO:teuthology.orchestra.run.smithi118.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:52:15.422 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-26T20:52:15.470 INFO:teuthology.orchestra.run.smithi118.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-26T20:52:15.470 INFO:teuthology.orchestra.run.smithi118.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-26T20:52:15.532 INFO:teuthology.orchestra.run.smithi119.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T20:52:15.583 INFO:teuthology.orchestra.run.smithi119.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-26T20:52:15.583 INFO:teuthology.orchestra.run.smithi119.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-26T20:52:28.567 INFO:teuthology.orchestra.run.smithi069.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-26T20:52:28.567 INFO:teuthology.orchestra.run.smithi069.stdout:Sourcing file `/etc/default/grub' 2024-03-26T20:52:28.573 INFO:teuthology.orchestra.run.smithi069.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T20:52:28.605 INFO:teuthology.orchestra.run.smithi069.stdout:Generating grub configuration file ... 2024-03-26T20:52:28.913 INFO:teuthology.orchestra.run.smithi069.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T20:52:28.940 INFO:teuthology.orchestra.run.smithi069.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T20:52:29.231 INFO:teuthology.orchestra.run.smithi069.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T20:52:29.237 INFO:teuthology.orchestra.run.smithi069.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T20:52:29.305 INFO:teuthology.orchestra.run.smithi069.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T20:52:29.310 INFO:teuthology.orchestra.run.smithi069.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T20:52:29.457 INFO:teuthology.orchestra.run.smithi069.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T20:52:29.457 INFO:teuthology.orchestra.run.smithi069.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T20:52:29.457 INFO:teuthology.orchestra.run.smithi069.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T20:52:29.501 INFO:teuthology.orchestra.run.smithi069.stdout:done 2024-03-26T20:52:29.531 INFO:teuthology.orchestra.run.smithi118.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-26T20:52:29.531 INFO:teuthology.orchestra.run.smithi118.stdout:Sourcing file `/etc/default/grub' 2024-03-26T20:52:29.536 INFO:teuthology.orchestra.run.smithi118.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T20:52:29.556 INFO:teuthology.orchestra.run.smithi118.stdout:Generating grub configuration file ... 2024-03-26T20:52:29.632 INFO:teuthology.orchestra.run.smithi119.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-26T20:52:29.632 INFO:teuthology.orchestra.run.smithi119.stdout:Sourcing file `/etc/default/grub' 2024-03-26T20:52:29.651 INFO:teuthology.orchestra.run.smithi119.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T20:52:29.669 INFO:teuthology.orchestra.run.smithi119.stdout:Generating grub configuration file ... 2024-03-26T20:52:29.816 INFO:teuthology.orchestra.run.smithi118.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T20:52:29.840 INFO:teuthology.orchestra.run.smithi118.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T20:52:29.927 INFO:teuthology.orchestra.run.smithi119.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T20:52:29.940 DEBUG:teuthology.orchestra.run.smithi069:> dpkg -s linux-image-generic 2024-03-26T20:52:29.949 INFO:teuthology.orchestra.run.smithi119.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T20:52:29.998 INFO:teuthology.orchestra.run.smithi069.stdout:Package: linux-image-generic 2024-03-26T20:52:29.998 INFO:teuthology.orchestra.run.smithi069.stdout:Status: install ok installed 2024-03-26T20:52:29.999 INFO:teuthology.orchestra.run.smithi069.stdout:Priority: optional 2024-03-26T20:52:29.999 INFO:teuthology.orchestra.run.smithi069.stdout:Section: kernel 2024-03-26T20:52:29.999 INFO:teuthology.orchestra.run.smithi069.stdout:Installed-Size: 21 2024-03-26T20:52:29.999 INFO:teuthology.orchestra.run.smithi069.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T20:52:29.999 INFO:teuthology.orchestra.run.smithi069.stdout:Architecture: amd64 2024-03-26T20:52:29.999 INFO:teuthology.orchestra.run.smithi069.stdout:Source: linux-meta 2024-03-26T20:52:29.999 INFO:teuthology.orchestra.run.smithi069.stdout:Version: 5.15.0.101.98 2024-03-26T20:52:29.999 INFO:teuthology.orchestra.run.smithi069.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-26T20:52:29.999 INFO:teuthology.orchestra.run.smithi069.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-26T20:52:30.000 INFO:teuthology.orchestra.run.smithi069.stdout:Recommends: thermald 2024-03-26T20:52:30.000 INFO:teuthology.orchestra.run.smithi069.stdout:Description: Generic Linux kernel image 2024-03-26T20:52:30.000 INFO:teuthology.orchestra.run.smithi069.stdout: This package will always depend on the latest generic kernel image 2024-03-26T20:52:30.000 INFO:teuthology.orchestra.run.smithi069.stdout: available. 2024-03-26T20:52:30.000 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-26T20:52:30.000 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-26T20:52:30.000 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-26T20:52:30.001 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-26T20:52:30.001 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi069.front.sepia.ceph.com, path=None, version=distro) 2024-03-26T20:52:30.001 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get clean 2024-03-26T20:52:30.129 INFO:teuthology.orchestra.run.smithi118.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T20:52:30.134 INFO:teuthology.orchestra.run.smithi118.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T20:52:30.191 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get update 2024-03-26T20:52:30.202 INFO:teuthology.orchestra.run.smithi118.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T20:52:30.207 INFO:teuthology.orchestra.run.smithi118.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T20:52:30.242 INFO:teuthology.orchestra.run.smithi119.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T20:52:30.248 INFO:teuthology.orchestra.run.smithi119.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T20:52:30.319 INFO:teuthology.orchestra.run.smithi119.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T20:52:30.325 INFO:teuthology.orchestra.run.smithi119.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T20:52:30.356 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T20:52:30.364 INFO:teuthology.orchestra.run.smithi118.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T20:52:30.364 INFO:teuthology.orchestra.run.smithi118.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T20:52:30.364 INFO:teuthology.orchestra.run.smithi118.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T20:52:30.365 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T20:52:30.386 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T20:52:30.408 INFO:teuthology.orchestra.run.smithi118.stdout:done 2024-03-26T20:52:30.433 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T20:52:30.499 INFO:teuthology.orchestra.run.smithi119.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T20:52:30.499 INFO:teuthology.orchestra.run.smithi119.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T20:52:30.499 INFO:teuthology.orchestra.run.smithi119.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T20:52:30.547 INFO:teuthology.orchestra.run.smithi119.stdout:done 2024-03-26T20:52:30.916 DEBUG:teuthology.orchestra.run.smithi118:> dpkg -s linux-image-generic 2024-03-26T20:52:30.931 INFO:teuthology.orchestra.run.smithi118.stdout:Package: linux-image-generic 2024-03-26T20:52:30.931 INFO:teuthology.orchestra.run.smithi118.stdout:Status: install ok installed 2024-03-26T20:52:30.931 INFO:teuthology.orchestra.run.smithi118.stdout:Priority: optional 2024-03-26T20:52:30.931 INFO:teuthology.orchestra.run.smithi118.stdout:Section: kernel 2024-03-26T20:52:30.932 INFO:teuthology.orchestra.run.smithi118.stdout:Installed-Size: 21 2024-03-26T20:52:30.932 INFO:teuthology.orchestra.run.smithi118.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T20:52:30.932 INFO:teuthology.orchestra.run.smithi118.stdout:Architecture: amd64 2024-03-26T20:52:30.932 INFO:teuthology.orchestra.run.smithi118.stdout:Source: linux-meta 2024-03-26T20:52:30.932 INFO:teuthology.orchestra.run.smithi118.stdout:Version: 5.15.0.101.98 2024-03-26T20:52:30.932 INFO:teuthology.orchestra.run.smithi118.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-26T20:52:30.932 INFO:teuthology.orchestra.run.smithi118.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-26T20:52:30.932 INFO:teuthology.orchestra.run.smithi118.stdout:Recommends: thermald 2024-03-26T20:52:30.932 INFO:teuthology.orchestra.run.smithi118.stdout:Description: Generic Linux kernel image 2024-03-26T20:52:30.932 INFO:teuthology.orchestra.run.smithi118.stdout: This package will always depend on the latest generic kernel image 2024-03-26T20:52:30.932 INFO:teuthology.orchestra.run.smithi118.stdout: available. 2024-03-26T20:52:30.932 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-26T20:52:30.933 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-26T20:52:30.933 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-26T20:52:30.933 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-26T20:52:30.933 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi118.front.sepia.ceph.com, path=None, version=distro) 2024-03-26T20:52:30.933 DEBUG:teuthology.orchestra.run.smithi118:> sudo apt-get clean 2024-03-26T20:52:30.993 DEBUG:teuthology.orchestra.run.smithi119:> dpkg -s linux-image-generic 2024-03-26T20:52:31.014 INFO:teuthology.orchestra.run.smithi119.stdout:Package: linux-image-generic 2024-03-26T20:52:31.014 INFO:teuthology.orchestra.run.smithi119.stdout:Status: install ok installed 2024-03-26T20:52:31.015 INFO:teuthology.orchestra.run.smithi119.stdout:Priority: optional 2024-03-26T20:52:31.015 INFO:teuthology.orchestra.run.smithi119.stdout:Section: kernel 2024-03-26T20:52:31.015 INFO:teuthology.orchestra.run.smithi119.stdout:Installed-Size: 21 2024-03-26T20:52:31.015 INFO:teuthology.orchestra.run.smithi119.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T20:52:31.015 INFO:teuthology.orchestra.run.smithi119.stdout:Architecture: amd64 2024-03-26T20:52:31.015 INFO:teuthology.orchestra.run.smithi119.stdout:Source: linux-meta 2024-03-26T20:52:31.015 INFO:teuthology.orchestra.run.smithi119.stdout:Version: 5.15.0.101.98 2024-03-26T20:52:31.016 INFO:teuthology.orchestra.run.smithi119.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-26T20:52:31.016 INFO:teuthology.orchestra.run.smithi119.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-26T20:52:31.016 INFO:teuthology.orchestra.run.smithi119.stdout:Recommends: thermald 2024-03-26T20:52:31.016 INFO:teuthology.orchestra.run.smithi119.stdout:Description: Generic Linux kernel image 2024-03-26T20:52:31.016 INFO:teuthology.orchestra.run.smithi119.stdout: This package will always depend on the latest generic kernel image 2024-03-26T20:52:31.016 INFO:teuthology.orchestra.run.smithi119.stdout: available. 2024-03-26T20:52:31.016 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-26T20:52:31.016 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-26T20:52:31.016 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-26T20:52:31.017 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-26T20:52:31.017 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi119.front.sepia.ceph.com, path=None, version=distro) 2024-03-26T20:52:31.017 DEBUG:teuthology.orchestra.run.smithi119:> sudo apt-get clean 2024-03-26T20:52:31.151 DEBUG:teuthology.orchestra.run.smithi118:> sudo apt-get update 2024-03-26T20:52:31.192 DEBUG:teuthology.orchestra.run.smithi119:> sudo apt-get update 2024-03-26T20:52:31.289 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T20:52:31.299 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T20:52:31.320 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T20:52:31.342 INFO:teuthology.orchestra.run.smithi119.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T20:52:31.366 INFO:teuthology.orchestra.run.smithi119.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T20:52:31.400 INFO:teuthology.orchestra.run.smithi119.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T20:52:31.400 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T20:52:31.432 INFO:teuthology.orchestra.run.smithi119.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T20:52:31.708 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-03-26T20:52:31.725 DEBUG:teuthology.orchestra.run.smithi069:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T20:52:31.785 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-03-26T20:52:31.981 INFO:teuthology.orchestra.run.smithi069.stdout:Building dependency tree... 2024-03-26T20:52:31.981 INFO:teuthology.orchestra.run.smithi069.stdout:Reading state information... 2024-03-26T20:52:32.156 INFO:teuthology.orchestra.run.smithi069.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-26T20:52:32.156 INFO:teuthology.orchestra.run.smithi069.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T20:52:32.156 INFO:teuthology.orchestra.run.smithi069.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T20:52:32.157 INFO:teuthology.orchestra.run.smithi069.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T20:52:32.157 INFO:teuthology.orchestra.run.smithi069.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T20:52:32.157 INFO:teuthology.orchestra.run.smithi069.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T20:52:32.157 INFO:teuthology.orchestra.run.smithi069.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T20:52:32.157 INFO:teuthology.orchestra.run.smithi069.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T20:52:32.199 INFO:teuthology.orchestra.run.smithi069.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T20:52:32.201 DEBUG:teuthology.orchestra.run.smithi069:> dpkg -s linux-image-generic 2024-03-26T20:52:32.219 INFO:teuthology.orchestra.run.smithi069.stdout:Package: linux-image-generic 2024-03-26T20:52:32.219 INFO:teuthology.orchestra.run.smithi069.stdout:Status: install ok installed 2024-03-26T20:52:32.220 INFO:teuthology.orchestra.run.smithi069.stdout:Priority: optional 2024-03-26T20:52:32.220 INFO:teuthology.orchestra.run.smithi069.stdout:Section: kernel 2024-03-26T20:52:32.220 INFO:teuthology.orchestra.run.smithi069.stdout:Installed-Size: 21 2024-03-26T20:52:32.220 INFO:teuthology.orchestra.run.smithi069.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T20:52:32.220 INFO:teuthology.orchestra.run.smithi069.stdout:Architecture: amd64 2024-03-26T20:52:32.220 INFO:teuthology.orchestra.run.smithi069.stdout:Source: linux-meta 2024-03-26T20:52:32.221 INFO:teuthology.orchestra.run.smithi069.stdout:Version: 5.15.0.101.98 2024-03-26T20:52:32.221 INFO:teuthology.orchestra.run.smithi069.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-26T20:52:32.221 INFO:teuthology.orchestra.run.smithi069.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-26T20:52:32.221 INFO:teuthology.orchestra.run.smithi069.stdout:Recommends: thermald 2024-03-26T20:52:32.221 INFO:teuthology.orchestra.run.smithi069.stdout:Description: Generic Linux kernel image 2024-03-26T20:52:32.222 INFO:teuthology.orchestra.run.smithi069.stdout: This package will always depend on the latest generic kernel image 2024-03-26T20:52:32.222 INFO:teuthology.orchestra.run.smithi069.stdout: available. 2024-03-26T20:52:32.222 DEBUG:teuthology.orchestra.run.smithi069:> mktemp 2024-03-26T20:52:32.265 INFO:teuthology.orchestra.run.smithi069.stdout:/tmp/tmp.zQ5zwpicDr 2024-03-26T20:52:32.266 DEBUG:teuthology.orchestra.run.smithi069:> sudo cp /boot/grub/grub.cfg /tmp/tmp.zQ5zwpicDr 2024-03-26T20:52:32.321 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 0666 /tmp/tmp.zQ5zwpicDr 2024-03-26T20:52:32.447 DEBUG:teuthology.orchestra.remote:smithi069:/tmp/tmp.zQ5zwpicDr is 10KB 2024-03-26T20:52:32.460 DEBUG:teuthology.orchestra.run.smithi069:> rm -fr /tmp/tmp.zQ5zwpicDr 2024-03-26T20:52:32.465 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-26T20:52:32.520 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T20:52:32.521 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-26T20:52:32.521 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-26T20:52:32.586 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-26T20:52:32.587 DEBUG:teuthology.orchestra.run.smithi069:> sudo update-grub 2024-03-26T20:52:32.613 INFO:teuthology.orchestra.run.smithi118.stdout:Reading package lists... 2024-03-26T20:52:32.630 DEBUG:teuthology.orchestra.run.smithi118:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T20:52:32.688 INFO:teuthology.orchestra.run.smithi118.stdout:Reading package lists... 2024-03-26T20:52:32.726 INFO:teuthology.orchestra.run.smithi119.stdout:Reading package lists... 2024-03-26T20:52:32.742 DEBUG:teuthology.orchestra.run.smithi119:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T20:52:32.805 INFO:teuthology.orchestra.run.smithi119.stdout:Reading package lists... 2024-03-26T20:52:32.891 INFO:teuthology.orchestra.run.smithi118.stdout:Building dependency tree... 2024-03-26T20:52:32.891 INFO:teuthology.orchestra.run.smithi118.stdout:Reading state information... 2024-03-26T20:52:33.001 INFO:teuthology.orchestra.run.smithi119.stdout:Building dependency tree... 2024-03-26T20:52:33.001 INFO:teuthology.orchestra.run.smithi119.stdout:Reading state information... 2024-03-26T20:52:33.056 INFO:teuthology.orchestra.run.smithi118.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-26T20:52:33.056 INFO:teuthology.orchestra.run.smithi118.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T20:52:33.056 INFO:teuthology.orchestra.run.smithi118.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T20:52:33.056 INFO:teuthology.orchestra.run.smithi118.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T20:52:33.057 INFO:teuthology.orchestra.run.smithi118.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T20:52:33.057 INFO:teuthology.orchestra.run.smithi118.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T20:52:33.057 INFO:teuthology.orchestra.run.smithi118.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T20:52:33.057 INFO:teuthology.orchestra.run.smithi118.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T20:52:33.094 INFO:teuthology.orchestra.run.smithi118.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T20:52:33.096 DEBUG:teuthology.orchestra.run.smithi118:> dpkg -s linux-image-generic 2024-03-26T20:52:33.111 INFO:teuthology.orchestra.run.smithi118.stdout:Package: linux-image-generic 2024-03-26T20:52:33.111 INFO:teuthology.orchestra.run.smithi118.stdout:Status: install ok installed 2024-03-26T20:52:33.111 INFO:teuthology.orchestra.run.smithi118.stdout:Priority: optional 2024-03-26T20:52:33.112 INFO:teuthology.orchestra.run.smithi118.stdout:Section: kernel 2024-03-26T20:52:33.112 INFO:teuthology.orchestra.run.smithi118.stdout:Installed-Size: 21 2024-03-26T20:52:33.112 INFO:teuthology.orchestra.run.smithi118.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T20:52:33.112 INFO:teuthology.orchestra.run.smithi118.stdout:Architecture: amd64 2024-03-26T20:52:33.112 INFO:teuthology.orchestra.run.smithi118.stdout:Source: linux-meta 2024-03-26T20:52:33.112 INFO:teuthology.orchestra.run.smithi118.stdout:Version: 5.15.0.101.98 2024-03-26T20:52:33.112 INFO:teuthology.orchestra.run.smithi118.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-26T20:52:33.112 INFO:teuthology.orchestra.run.smithi118.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-26T20:52:33.112 INFO:teuthology.orchestra.run.smithi118.stdout:Recommends: thermald 2024-03-26T20:52:33.112 INFO:teuthology.orchestra.run.smithi118.stdout:Description: Generic Linux kernel image 2024-03-26T20:52:33.112 INFO:teuthology.orchestra.run.smithi118.stdout: This package will always depend on the latest generic kernel image 2024-03-26T20:52:33.112 INFO:teuthology.orchestra.run.smithi118.stdout: available. 2024-03-26T20:52:33.113 DEBUG:teuthology.orchestra.run.smithi118:> mktemp 2024-03-26T20:52:33.157 INFO:teuthology.orchestra.run.smithi119.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-26T20:52:33.157 INFO:teuthology.orchestra.run.smithi119.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T20:52:33.157 INFO:teuthology.orchestra.run.smithi119.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T20:52:33.157 INFO:teuthology.orchestra.run.smithi119.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T20:52:33.157 INFO:teuthology.orchestra.run.smithi119.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T20:52:33.157 INFO:teuthology.orchestra.run.smithi119.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T20:52:33.158 INFO:teuthology.orchestra.run.smithi119.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T20:52:33.158 INFO:teuthology.orchestra.run.smithi119.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T20:52:33.160 INFO:teuthology.orchestra.run.smithi118.stdout:/tmp/tmp.PbulJWZjt6 2024-03-26T20:52:33.160 DEBUG:teuthology.orchestra.run.smithi118:> sudo cp /boot/grub/grub.cfg /tmp/tmp.PbulJWZjt6 2024-03-26T20:52:33.196 INFO:teuthology.orchestra.run.smithi119.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T20:52:33.198 DEBUG:teuthology.orchestra.run.smithi119:> dpkg -s linux-image-generic 2024-03-26T20:52:33.213 INFO:teuthology.orchestra.run.smithi119.stdout:Package: linux-image-generic 2024-03-26T20:52:33.213 INFO:teuthology.orchestra.run.smithi119.stdout:Status: install ok installed 2024-03-26T20:52:33.213 INFO:teuthology.orchestra.run.smithi119.stdout:Priority: optional 2024-03-26T20:52:33.213 INFO:teuthology.orchestra.run.smithi119.stdout:Section: kernel 2024-03-26T20:52:33.213 INFO:teuthology.orchestra.run.smithi119.stdout:Installed-Size: 21 2024-03-26T20:52:33.214 INFO:teuthology.orchestra.run.smithi119.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T20:52:33.214 INFO:teuthology.orchestra.run.smithi119.stdout:Architecture: amd64 2024-03-26T20:52:33.214 INFO:teuthology.orchestra.run.smithi119.stdout:Source: linux-meta 2024-03-26T20:52:33.214 INFO:teuthology.orchestra.run.smithi119.stdout:Version: 5.15.0.101.98 2024-03-26T20:52:33.214 INFO:teuthology.orchestra.run.smithi119.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-26T20:52:33.214 INFO:teuthology.orchestra.run.smithi119.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-26T20:52:33.214 INFO:teuthology.orchestra.run.smithi119.stdout:Recommends: thermald 2024-03-26T20:52:33.214 INFO:teuthology.orchestra.run.smithi119.stdout:Description: Generic Linux kernel image 2024-03-26T20:52:33.214 INFO:teuthology.orchestra.run.smithi119.stdout: This package will always depend on the latest generic kernel image 2024-03-26T20:52:33.214 INFO:teuthology.orchestra.run.smithi119.stdout: available. 2024-03-26T20:52:33.215 DEBUG:teuthology.orchestra.run.smithi119:> mktemp 2024-03-26T20:52:33.216 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 0666 /tmp/tmp.PbulJWZjt6 2024-03-26T20:52:33.259 INFO:teuthology.orchestra.run.smithi119.stdout:/tmp/tmp.BXboCsyOi3 2024-03-26T20:52:33.259 DEBUG:teuthology.orchestra.run.smithi119:> sudo cp /boot/grub/grub.cfg /tmp/tmp.BXboCsyOi3 2024-03-26T20:52:33.313 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod 0666 /tmp/tmp.BXboCsyOi3 2024-03-26T20:52:33.343 DEBUG:teuthology.orchestra.remote:smithi118:/tmp/tmp.PbulJWZjt6 is 10KB 2024-03-26T20:52:33.355 DEBUG:teuthology.orchestra.run.smithi118:> rm -fr /tmp/tmp.PbulJWZjt6 2024-03-26T20:52:33.361 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-26T20:52:33.415 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-03-26T20:52:33.415 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-26T20:52:33.415 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-26T20:52:33.427 DEBUG:teuthology.orchestra.remote:smithi119:/tmp/tmp.BXboCsyOi3 is 10KB 2024-03-26T20:52:33.440 DEBUG:teuthology.orchestra.run.smithi119:> rm -fr /tmp/tmp.BXboCsyOi3 2024-03-26T20:52:33.445 DEBUG:teuthology.orchestra.run.smithi119:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-26T20:52:33.484 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-26T20:52:33.484 DEBUG:teuthology.orchestra.run.smithi118:> sudo update-grub 2024-03-26T20:52:33.499 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-03-26T20:52:33.499 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-26T20:52:33.499 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-26T20:52:33.566 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-26T20:52:33.566 DEBUG:teuthology.orchestra.run.smithi119:> sudo update-grub 2024-03-26T20:52:33.756 INFO:teuthology.orchestra.run.smithi069.stderr:Sourcing file `/etc/default/grub' 2024-03-26T20:52:33.758 INFO:teuthology.orchestra.run.smithi069.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T20:52:33.761 INFO:teuthology.orchestra.run.smithi069.stderr:Generating grub configuration file ... 2024-03-26T20:52:33.943 INFO:teuthology.orchestra.run.smithi069.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T20:52:33.948 INFO:teuthology.orchestra.run.smithi069.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T20:52:34.175 INFO:teuthology.orchestra.run.smithi069.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T20:52:34.180 INFO:teuthology.orchestra.run.smithi069.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T20:52:34.219 INFO:teuthology.orchestra.run.smithi069.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T20:52:34.224 INFO:teuthology.orchestra.run.smithi069.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T20:52:34.331 INFO:teuthology.orchestra.run.smithi069.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T20:52:34.331 INFO:teuthology.orchestra.run.smithi069.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T20:52:34.332 INFO:teuthology.orchestra.run.smithi069.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T20:52:34.350 INFO:teuthology.orchestra.run.smithi069.stderr:done 2024-03-26T20:52:34.366 DEBUG:teuthology.orchestra.run.smithi069:> sudo shutdown -r now 2024-03-26T20:52:34.686 INFO:teuthology.orchestra.run.smithi118.stderr:Sourcing file `/etc/default/grub' 2024-03-26T20:52:34.690 INFO:teuthology.orchestra.run.smithi118.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T20:52:34.690 INFO:teuthology.orchestra.run.smithi118.stderr:Generating grub configuration file ... 2024-03-26T20:52:34.770 INFO:teuthology.orchestra.run.smithi119.stderr:Sourcing file `/etc/default/grub' 2024-03-26T20:52:34.771 INFO:teuthology.orchestra.run.smithi119.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T20:52:34.773 INFO:teuthology.orchestra.run.smithi119.stderr:Generating grub configuration file ... 2024-03-26T20:52:34.867 INFO:teuthology.orchestra.run.smithi118.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T20:52:34.873 INFO:teuthology.orchestra.run.smithi118.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T20:52:34.968 INFO:teuthology.orchestra.run.smithi119.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T20:52:34.974 INFO:teuthology.orchestra.run.smithi119.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T20:52:35.090 INFO:teuthology.orchestra.run.smithi118.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T20:52:35.097 INFO:teuthology.orchestra.run.smithi118.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T20:52:35.137 INFO:teuthology.orchestra.run.smithi118.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T20:52:35.142 INFO:teuthology.orchestra.run.smithi118.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T20:52:35.203 INFO:teuthology.orchestra.run.smithi119.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T20:52:35.208 INFO:teuthology.orchestra.run.smithi119.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T20:52:35.249 INFO:teuthology.orchestra.run.smithi119.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T20:52:35.249 INFO:teuthology.orchestra.run.smithi118.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T20:52:35.250 INFO:teuthology.orchestra.run.smithi118.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T20:52:35.250 INFO:teuthology.orchestra.run.smithi118.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T20:52:35.254 INFO:teuthology.orchestra.run.smithi119.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T20:52:35.260 INFO:teuthology.orchestra.run.smithi118.stderr:done 2024-03-26T20:52:35.272 DEBUG:teuthology.orchestra.run.smithi118:> sudo shutdown -r now 2024-03-26T20:52:35.369 INFO:teuthology.orchestra.run.smithi119.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T20:52:35.370 INFO:teuthology.orchestra.run.smithi119.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T20:52:35.370 INFO:teuthology.orchestra.run.smithi119.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T20:52:35.389 INFO:teuthology.orchestra.run.smithi119.stderr:done 2024-03-26T20:52:35.397 DEBUG:teuthology.orchestra.run.smithi119:> sudo shutdown -r now 2024-03-26T20:53:04.394 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-26T20:53:04.395 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-03-26T20:53:04.396 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T20:53:05.275 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-26T20:53:05.275 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-03-26T20:53:05.276 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T20:53:05.400 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-26T20:53:05.400 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-03-26T20:53:05.401 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T20:53:22.851 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.69 2024-03-26T20:53:23.614 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-03-26T20:53:23.874 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.119 2024-03-26T20:53:31.858 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-03-26T20:53:31.860 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T20:53:32.616 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-03-26T20:53:32.616 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T20:53:32.875 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-03-26T20:53:32.876 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T20:53:34.910 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.69 2024-03-26T20:53:35.678 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-03-26T20:53:35.934 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.119 2024-03-26T20:53:46.922 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-03-26T20:53:46.923 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T20:53:47.680 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-03-26T20:53:47.681 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T20:53:47.936 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-03-26T20:53:47.936 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T20:53:50.750 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-03-26T20:54:05.342 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.69 2024-03-26T20:54:05.751 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-03-26T20:54:05.752 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T20:54:06.366 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.119 2024-03-26T20:54:20.345 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-03-26T20:54:20.346 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T20:54:21.216 DEBUG:teuthology.orchestra.run.smithi069:> true 2024-03-26T20:54:21.367 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-03-26T20:54:21.368 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T20:54:21.779 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-03-26T20:54:21.779 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-03-26T20:54:21.779 DEBUG:teuthology.orchestra.run.smithi069:> uname -r 2024-03-26T20:54:21.827 INFO:teuthology.orchestra.run.smithi069.stdout:5.15.0-101-generic 2024-03-26T20:54:21.828 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-26T20:54:21.828 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-26T20:54:21.828 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-26T20:54:21.854 DEBUG:teuthology.orchestra.run.smithi119:> true 2024-03-26T20:54:22.829 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-26T20:54:22.829 DEBUG:teuthology.orchestra.run.smithi069:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-26T20:54:22.897 INFO:teuthology.orchestra.run.smithi069.stdout:ttyS1 2024-03-26T20:54:22.920 DEBUG:teuthology.parallel:result is None 2024-03-26T20:54:23.028 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-03-26T20:54:23.029 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-101-generic"... 2024-03-26T20:54:23.029 DEBUG:teuthology.orchestra.run.smithi119:> uname -r 2024-03-26T20:54:23.081 INFO:teuthology.orchestra.run.smithi119.stdout:5.15.0-101-generic 2024-03-26T20:54:23.081 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-26T20:54:23.081 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-26T20:54:23.081 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-26T20:54:24.082 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-26T20:54:24.082 DEBUG:teuthology.orchestra.run.smithi119:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-26T20:54:24.238 INFO:teuthology.orchestra.run.smithi119.stdout:ttyS1 2024-03-26T20:54:24.271 DEBUG:teuthology.parallel:result is None 2024-03-26T20:54:24.290 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-03-26T20:54:42.291 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-03-26T20:54:42.293 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T20:54:42.587 DEBUG:teuthology.orchestra.run.smithi118:> true 2024-03-26T20:54:43.628 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-03-26T20:54:43.629 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-03-26T20:54:43.629 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2024-03-26T20:54:43.639 INFO:teuthology.orchestra.run.smithi118.stdout:5.15.0-101-generic 2024-03-26T20:54:43.639 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-26T20:54:43.639 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-26T20:54:43.639 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-26T20:54:44.640 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-26T20:54:44.640 DEBUG:teuthology.orchestra.run.smithi118:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-26T20:54:44.708 INFO:teuthology.orchestra.run.smithi118.stdout:ttyS1 2024-03-26T20:54:44.728 DEBUG:teuthology.parallel:result is None 2024-03-26T20:54:44.728 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-26T20:54:44.735 INFO:teuthology.task.internal:Creating test directory... 2024-03-26T20:54:44.735 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-26T20:54:44.738 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-26T20:54:44.740 DEBUG:teuthology.orchestra.run.smithi119:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-26T20:54:44.746 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-26T20:54:44.772 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-26T20:54:44.808 INFO:teuthology.task.internal:Creating archive directory... 2024-03-26T20:54:44.809 DEBUG:teuthology.orchestra.run.smithi069:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-26T20:54:44.811 DEBUG:teuthology.orchestra.run.smithi118:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-26T20:54:44.813 DEBUG:teuthology.orchestra.run.smithi119:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-26T20:54:44.889 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-26T20:54:44.896 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-26T20:54:44.896 DEBUG:teuthology.orchestra.run.smithi069:> 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-26T20:54:44.899 DEBUG:teuthology.orchestra.run.smithi118:> 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-26T20:54:44.901 DEBUG:teuthology.orchestra.run.smithi119:> 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-26T20:54:44.916 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T20:54:44.923 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T20:54:44.924 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T20:54:44.925 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T20:54:44.932 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T20:54:44.934 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T20:54:44.935 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-26T20:54:44.942 INFO:teuthology.task.internal:Configuring sudo... 2024-03-26T20:54:44.942 DEBUG:teuthology.orchestra.run.smithi069:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-26T20:54:44.972 DEBUG:teuthology.orchestra.run.smithi118:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-26T20:54:44.979 DEBUG:teuthology.orchestra.run.smithi119:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-26T20:54:44.991 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-26T20:54:45.000 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-26T20:54:45.000 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-26T20:54:45.028 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-26T20:54:45.035 DEBUG:teuthology.orchestra.run.smithi119:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-26T20:54:45.040 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T20:54:45.079 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T20:54:45.129 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T20:54:45.130 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-26T20:54:45.191 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T20:54:45.197 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T20:54:45.243 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-03-26T20:54:45.243 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-26T20:54:45.305 DEBUG:teuthology.orchestra.run.smithi119:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T20:54:45.311 DEBUG:teuthology.orchestra.run.smithi119:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T20:54:45.360 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-03-26T20:54:45.361 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-26T20:54:45.428 DEBUG:teuthology.orchestra.run.smithi069:> sudo service rsyslog restart 2024-03-26T20:54:45.431 DEBUG:teuthology.orchestra.run.smithi118:> sudo service rsyslog restart 2024-03-26T20:54:45.433 DEBUG:teuthology.orchestra.run.smithi119:> sudo service rsyslog restart 2024-03-26T20:54:45.503 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-26T20:54:45.511 INFO:teuthology.task.internal:Starting timer... 2024-03-26T20:54:45.511 INFO:teuthology.run_tasks:Running task pcp... 2024-03-26T20:54:45.566 INFO:teuthology.run_tasks:Running task selinux... 2024-03-26T20:54:45.604 DEBUG:teuthology.task.selinux:Excluding smithi069: OS 'ubuntu' does not support SELinux 2024-03-26T20:54:45.604 DEBUG:teuthology.task.selinux:Excluding smithi118: OS 'ubuntu' does not support SELinux 2024-03-26T20:54:45.604 DEBUG:teuthology.task.selinux:Excluding smithi119: OS 'ubuntu' does not support SELinux 2024-03-26T20:54:45.605 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-26T20:54:45.605 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-26T20:54:45.605 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-26T20:54:45.605 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-26T20:54:45.628 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-26T20:54:45.647 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-26T20:54:45.648 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi069.front.sepia.ceph.com,smithi118.front.sepia.ceph.com,smithi119.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-26T21:01:48.007 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi069.front.sepia.ceph.com'), Remote(name='ubuntu@smithi118.front.sepia.ceph.com'), Remote(name='ubuntu@smithi119.front.sepia.ceph.com')] 2024-03-26T21:01:48.008 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-03-26T21:01:48.009 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T21:01:48.090 DEBUG:teuthology.orchestra.run.smithi069:> true 2024-03-26T21:01:48.166 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-03-26T21:01:48.166 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-03-26T21:01:48.167 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T21:01:48.244 DEBUG:teuthology.orchestra.run.smithi118:> true 2024-03-26T21:01:48.318 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-03-26T21:01:48.318 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-03-26T21:01:48.319 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T21:01:48.399 DEBUG:teuthology.orchestra.run.smithi119:> true 2024-03-26T21:01:48.474 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-03-26T21:01:48.474 INFO:teuthology.run_tasks:Running task clock... 2024-03-26T21:01:48.487 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-26T21:01:48.487 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-26T21:01:48.487 DEBUG:teuthology.orchestra.run.smithi069:> 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-26T21:01:48.490 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-26T21:01:48.490 DEBUG:teuthology.orchestra.run.smithi118:> 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-26T21:01:48.492 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-26T21:01:48.492 DEBUG:teuthology.orchestra.run.smithi119:> 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-26T21:01:48.516 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:48 ntpd[17199]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-26T21:01:48.516 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:48 ntpd[17199]: Command line: ntpd -gq 2024-03-26T21:01:48.517 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:48 ntpd[17199]: ---------------------------------------------------- 2024-03-26T21:01:48.517 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:48 ntpd[17199]: ntp-4 is maintained by Network Time Foundation, 2024-03-26T21:01:48.517 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:48 ntpd[17199]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-26T21:01:48.517 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:48 ntpd[17199]: corporation. Support and training for ntp-4 are 2024-03-26T21:01:48.517 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:48 ntpd[17199]: available at https://www.nwtime.org/support 2024-03-26T21:01:48.517 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:48 ntpd[17199]: ---------------------------------------------------- 2024-03-26T21:01:48.519 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:48 ntpd[17199]: proto: precision = 0.044 usec (-24) 2024-03-26T21:01:48.519 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:48 ntpd[17199]: basedate set to 2022-02-04 2024-03-26T21:01:48.519 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:48 ntpd[17199]: gps base set to 2022-02-06 (week 2196) 2024-03-26T21:01:48.519 INFO:teuthology.orchestra.run.smithi069.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T21:01:48.520 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:48 ntpd[17168]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-26T21:01:48.520 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:48 ntpd[17168]: Command line: ntpd -gq 2024-03-26T21:01:48.520 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:48 ntpd[17168]: ---------------------------------------------------- 2024-03-26T21:01:48.520 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:48 ntpd[17168]: ntp-4 is maintained by Network Time Foundation, 2024-03-26T21:01:48.520 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:48 ntpd[17168]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-26T21:01:48.520 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:48 ntpd[17168]: corporation. Support and training for ntp-4 are 2024-03-26T21:01:48.520 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:48 ntpd[17168]: available at https://www.nwtime.org/support 2024-03-26T21:01:48.520 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:48 ntpd[17168]: ---------------------------------------------------- 2024-03-26T21:01:48.520 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:48 ntpd[17168]: proto: precision = 0.046 usec (-24) 2024-03-26T21:01:48.520 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:48 ntpd[17168]: basedate set to 2022-02-04 2024-03-26T21:01:48.521 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:48 ntpd[17168]: gps base set to 2022-02-06 (week 2196) 2024-03-26T21:01:48.521 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:48 ntpd[17168]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T21:01:48.521 INFO:teuthology.orchestra.run.smithi118.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T21:01:48.522 INFO:teuthology.orchestra.run.smithi118.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-26T21:01:48.522 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:48 ntpd[17199]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T21:01:48.522 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:48 ntpd[17199]: restrict ::: KOD does nothing without LIMITED. 2024-03-26T21:01:48.523 INFO:teuthology.orchestra.run.smithi069.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-26T21:01:48.525 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:48 ntpd[17168]: restrict ::: KOD does nothing without LIMITED. 2024-03-26T21:01:48.525 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:48 ntpd[17168]: Listen and drop on 0 v6wildcard [::]:123 2024-03-26T21:01:48.525 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:48 ntpd[17168]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-26T21:01:48.525 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:48 ntpd[17168]: Listen normally on 2 lo 127.0.0.1:123 2024-03-26T21:01:48.525 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:48 ntpd[17168]: Listen normally on 3 enp3s0f1 172.21.15.118:123 2024-03-26T21:01:48.525 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:48 ntpd[17168]: Listen normally on 4 lo [::1]:123 2024-03-26T21:01:48.525 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:48 ntpd[17168]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d725%5]:123 2024-03-26T21:01:48.525 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:48 ntpd[17168]: Listening on routing socket on fd #22 for interface updates 2024-03-26T21:01:48.526 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:48 ntpd[17199]: Listen and drop on 0 v6wildcard [::]:123 2024-03-26T21:01:48.526 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:48 ntpd[17199]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-26T21:01:48.526 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:48 ntpd[17199]: Listen normally on 2 lo 127.0.0.1:123 2024-03-26T21:01:48.526 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:48 ntpd[17199]: Listen normally on 3 enp3s0f1 172.21.15.69:123 2024-03-26T21:01:48.526 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:48 ntpd[17199]: Listen normally on 4 lo [::1]:123 2024-03-26T21:01:48.526 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:48 ntpd[17199]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d737%5]:123 2024-03-26T21:01:48.526 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:48 ntpd[17199]: Listening on routing socket on fd #22 for interface updates 2024-03-26T21:01:48.543 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:48 ntpd[17161]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-26T21:01:48.544 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:48 ntpd[17161]: Command line: ntpd -gq 2024-03-26T21:01:48.544 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:48 ntpd[17161]: ---------------------------------------------------- 2024-03-26T21:01:48.544 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:48 ntpd[17161]: ntp-4 is maintained by Network Time Foundation, 2024-03-26T21:01:48.545 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:48 ntpd[17161]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-26T21:01:48.545 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:48 ntpd[17161]: corporation. Support and training for ntp-4 are 2024-03-26T21:01:48.545 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:48 ntpd[17161]: available at https://www.nwtime.org/support 2024-03-26T21:01:48.545 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:48 ntpd[17161]: ---------------------------------------------------- 2024-03-26T21:01:48.545 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:48 ntpd[17161]: proto: precision = 0.061 usec (-24) 2024-03-26T21:01:48.546 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:48 ntpd[17161]: basedate set to 2022-02-04 2024-03-26T21:01:48.546 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:48 ntpd[17161]: gps base set to 2022-02-06 (week 2196) 2024-03-26T21:01:48.546 INFO:teuthology.orchestra.run.smithi119.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T21:01:48.547 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:48 ntpd[17161]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T21:01:48.547 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:48 ntpd[17161]: restrict ::: KOD does nothing without LIMITED. 2024-03-26T21:01:48.548 INFO:teuthology.orchestra.run.smithi119.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-26T21:01:48.549 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:48 ntpd[17161]: Listen and drop on 0 v6wildcard [::]:123 2024-03-26T21:01:48.549 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:48 ntpd[17161]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-26T21:01:48.549 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:48 ntpd[17161]: Listen normally on 2 lo 127.0.0.1:123 2024-03-26T21:01:48.549 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:48 ntpd[17161]: Listen normally on 3 enp3s0f1 172.21.15.119:123 2024-03-26T21:01:48.549 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:48 ntpd[17161]: Listen normally on 4 lo [::1]:123 2024-03-26T21:01:48.550 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:48 ntpd[17161]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d5ef%5]:123 2024-03-26T21:01:48.550 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:48 ntpd[17161]: Listening on routing socket on fd #22 for interface updates 2024-03-26T21:01:49.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:49 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:49.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:49 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:49.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:49 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:49.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:49 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:49.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:49 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:49.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:49 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:49.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:49 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:49.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:49 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:49.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:49 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:49.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:49 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:49.520 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:49 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:49.520 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:49 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:49.520 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:49 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:49.520 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:49 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:49.521 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:49 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:49.521 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:49 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:49.521 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:49 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:49.521 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:49 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:49.521 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:49 ntpd[17168]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:49.521 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:49 ntpd[17168]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:50.518 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:50 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:50.518 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:50 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:50.518 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:50 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:50.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:50 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:50.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:50 ntpd[17168]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:50.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:50 ntpd[17168]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:50.543 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:50 ntpd[17161]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:50.543 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:50 ntpd[17161]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:50.543 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:50 ntpd[17161]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:50.543 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:50 ntpd[17161]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:50.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:50 ntpd[17161]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:50.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:50 ntpd[17161]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:51.518 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:51 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:51.518 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:51 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:51.518 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:51 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:51.518 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:51 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:51.518 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:51 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:51.518 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:51 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:51.518 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:51 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:51.518 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:51 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:51.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:51 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:51.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:51 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:51.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:51 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:51.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:51 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:51.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:51 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:51.520 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:51 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:51.520 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:51 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:51.520 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:51 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:51.520 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:51 ntpd[17168]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:51.520 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:51 ntpd[17168]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:52.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:52 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:52.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:52 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:52.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:52 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:52.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:52 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:52.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:52 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:52.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:52 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:52.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:52 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:52.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:52 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:52.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:52 ntpd[17168]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:52.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:52 ntpd[17168]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:52.520 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:52 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:52.520 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:52 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:52.520 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:52 ntpd[17168]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:52.520 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:52 ntpd[17168]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:52.543 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:52 ntpd[17161]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:52.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:52 ntpd[17161]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:52.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:52 ntpd[17161]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:52.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:52 ntpd[17161]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:52.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:52 ntpd[17161]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:52.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:52 ntpd[17161]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:52.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:52 ntpd[17161]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:52.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:52 ntpd[17161]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:53.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:53 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:53.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:53 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:53.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:53 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:53.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:53 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:53.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:53 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:53.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:53 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:53.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:53 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:53.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:53 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:53.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:53 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:53.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:53 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:53.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:53 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:53.520 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:53 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:53.520 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:53 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:53.520 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:53 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:53.520 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:53 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:53.520 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:53 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:53.520 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:53 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:53.520 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:53 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:53.521 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:53 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:53.521 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:53 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:53.521 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:53 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:53.521 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:53 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:53.521 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:53 ntpd[17168]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:53.521 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:53 ntpd[17168]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:53.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:53 ntpd[17161]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:53.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:53 ntpd[17161]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:53.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:53 ntpd[17161]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:53.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:53 ntpd[17161]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:53.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:53 ntpd[17161]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:53.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:53 ntpd[17161]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:53.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:53 ntpd[17161]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:53.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:53 ntpd[17161]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:53.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:53 ntpd[17161]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:53.545 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:53 ntpd[17161]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:53.545 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:53 ntpd[17161]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:53.545 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:53 ntpd[17161]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:54.518 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:54 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:54.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:54 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:54.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:54 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:54.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:54 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:54.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:54 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:54.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:54 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:54.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:54 ntpd[17168]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:54.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:54 ntpd[17168]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:54.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:54 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:54.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:54 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:54.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:54 ntpd[17168]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:54.519 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:54 ntpd[17168]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:54.543 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:54 ntpd[17161]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:54.543 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:54 ntpd[17161]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:54.543 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:54 ntpd[17161]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:54.543 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:54 ntpd[17161]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:54.543 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:54 ntpd[17161]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:54.543 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:54 ntpd[17161]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:55.518 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:55 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:55.518 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:55 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:55.518 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:55 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:55.518 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:55 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:55.518 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:55 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:55.518 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:55 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:55.518 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:55 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:55.518 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:55 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:55.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:55 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:55.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:55 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:55.519 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 21:01:55 ntpd[17199]: ntpd: time slew -0.001683 s 2024-03-26T21:01:55.519 INFO:teuthology.orchestra.run.smithi069.stdout:ntpd: time slew -0.001683s 2024-03-26T21:01:55.519 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:55 ntpd[17199]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-26T21:01:55.520 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 21:01:55 ntpd[17199]: can't open /var/log/ntpstats/loopstats.20240326: Permission denied 2024-03-26T21:01:55.520 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:55 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:55.520 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:55 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:55.520 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:55 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:55.521 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:55 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:55.521 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:55 ntpd[17168]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:55.521 INFO:teuthology.orchestra.run.smithi118.stdout:26 Mar 21:01:55 ntpd[17168]: ntpd: time slew -0.001873 s 2024-03-26T21:01:55.521 INFO:teuthology.orchestra.run.smithi118.stdout:ntpd: time slew -0.001873s 2024-03-26T21:01:55.521 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:55 ntpd[17168]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:55.522 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:55 ntpd[17168]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-26T21:01:55.522 INFO:teuthology.orchestra.run.smithi118.stderr:26 Mar 21:01:55 ntpd[17168]: can't open /var/log/ntpstats/loopstats.20240326: Permission denied 2024-03-26T21:01:55.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:55 ntpd[17161]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:55.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:55 ntpd[17161]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:55.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:55 ntpd[17161]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:55.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:55 ntpd[17161]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:55.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:55 ntpd[17161]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:55.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:55 ntpd[17161]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:55.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:55 ntpd[17161]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:55.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:55 ntpd[17161]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:55.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:55 ntpd[17161]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:55.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:55 ntpd[17161]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:55.545 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:55 ntpd[17161]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:55.545 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:55 ntpd[17161]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:55.568 INFO:teuthology.orchestra.run.smithi069.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T21:01:55.569 INFO:teuthology.orchestra.run.smithi069.stdout:============================================================================== 2024-03-26T21:01:55.569 INFO:teuthology.orchestra.run.smithi069.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T21:01:55.569 INFO:teuthology.orchestra.run.smithi069.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T21:01:55.569 INFO:teuthology.orchestra.run.smithi069.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T21:01:55.569 INFO:teuthology.orchestra.run.smithi069.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T21:01:55.583 INFO:teuthology.orchestra.run.smithi118.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T21:01:55.583 INFO:teuthology.orchestra.run.smithi118.stdout:============================================================================== 2024-03-26T21:01:55.584 INFO:teuthology.orchestra.run.smithi118.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T21:01:55.584 INFO:teuthology.orchestra.run.smithi118.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T21:01:55.584 INFO:teuthology.orchestra.run.smithi118.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T21:01:55.584 INFO:teuthology.orchestra.run.smithi118.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T21:01:56.543 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:56 ntpd[17161]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:56.543 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:56 ntpd[17161]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:56.543 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:56 ntpd[17161]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T21:01:56.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:56 ntpd[17161]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T21:01:56.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:56 ntpd[17161]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T21:01:56.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:56 ntpd[17161]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T21:01:56.544 INFO:teuthology.orchestra.run.smithi119.stdout:26 Mar 21:01:56 ntpd[17161]: ntpd: time slew -0.001565 s 2024-03-26T21:01:56.544 INFO:teuthology.orchestra.run.smithi119.stdout:ntpd: time slew -0.001565s 2024-03-26T21:01:56.544 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:56 ntpd[17161]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-26T21:01:56.545 INFO:teuthology.orchestra.run.smithi119.stderr:26 Mar 21:01:56 ntpd[17161]: can't open /var/log/ntpstats/loopstats.20240326: Permission denied 2024-03-26T21:01:56.600 INFO:teuthology.orchestra.run.smithi119.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T21:01:56.600 INFO:teuthology.orchestra.run.smithi119.stdout:============================================================================== 2024-03-26T21:01:56.600 INFO:teuthology.orchestra.run.smithi119.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T21:01:56.600 INFO:teuthology.orchestra.run.smithi119.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T21:01:56.600 INFO:teuthology.orchestra.run.smithi119.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T21:01:56.601 INFO:teuthology.orchestra.run.smithi119.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T21:01:56.601 INFO:teuthology.run_tasks:Running task install... 2024-03-26T21:01:56.610 DEBUG:teuthology.task.install:project ceph 2024-03-26T21:01:56.610 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '42fc52b86b14d4f88c40d75eb7102e0ab3918f55'}} 2024-03-26T21:01:56.610 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '42fc52b86b14d4f88c40d75eb7102e0ab3918f55'} 2024-03-26T21:01:56.610 INFO:teuthology.task.install:Using flavor: default 2024-03-26T21:01:56.616 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-26T21:01:56.616 INFO:teuthology.task.install:extra packages: [] 2024-03-26T21:01:56.617 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-key list | grep Ceph 2024-03-26T21:01:56.618 DEBUG:teuthology.orchestra.run.smithi118:> sudo apt-key list | grep Ceph 2024-03-26T21:01:56.618 DEBUG:teuthology.orchestra.run.smithi119:> sudo apt-key list | grep Ceph 2024-03-26T21:01:56.681 INFO:teuthology.orchestra.run.smithi069.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-26T21:01:56.683 INFO:teuthology.orchestra.run.smithi118.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-26T21:01:56.702 INFO:teuthology.orchestra.run.smithi119.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-26T21:01:56.708 INFO:teuthology.orchestra.run.smithi069.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-26T21:01:56.708 INFO:teuthology.orchestra.run.smithi069.stdout:uid [ unknown] Ceph.com (release key) 2024-03-26T21:01:56.709 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-26T21:01:56.710 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=42fc52b86b14d4f88c40d75eb7102e0ab3918f55 2024-03-26T21:01:56.715 INFO:teuthology.orchestra.run.smithi118.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-26T21:01:56.715 INFO:teuthology.orchestra.run.smithi118.stdout:uid [ unknown] Ceph.com (release key) 2024-03-26T21:01:56.715 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-26T21:01:56.716 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=42fc52b86b14d4f88c40d75eb7102e0ab3918f55 2024-03-26T21:01:56.729 INFO:teuthology.orchestra.run.smithi119.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-26T21:01:56.729 INFO:teuthology.orchestra.run.smithi119.stdout:uid [ unknown] Ceph.com (release key) 2024-03-26T21:01:56.730 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-26T21:01:56.730 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=42fc52b86b14d4f88c40d75eb7102e0ab3918f55 2024-03-26T21:01:56.866 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default/ 2024-03-26T21:01:56.866 INFO:teuthology.task.install.deb:Package version is 19.0.0-2484-g42fc52b8-1jammy 2024-03-26T21:01:56.878 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default/ 2024-03-26T21:01:56.878 INFO:teuthology.task.install.deb:Package version is 19.0.0-2484-g42fc52b8-1jammy 2024-03-26T21:01:56.928 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default/ 2024-03-26T21:01:56.928 INFO:teuthology.task.install.deb:Package version is 19.0.0-2484-g42fc52b8-1jammy 2024-03-26T21:01:57.044 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-03-26T21:01:57.045 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-26T21:01:57.059 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-03-26T21:01:57.059 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-26T21:01:57.061 DEBUG:teuthology.orchestra.run.smithi118:> sudo apt-get update 2024-03-26T21:01:57.074 DEBUG:teuthology.orchestra.run.smithi119:> sudo apt-get update 2024-03-26T21:01:57.114 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T21:01:57.114 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-26T21:01:57.129 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get update 2024-03-26T21:01:57.265 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T21:01:57.278 INFO:teuthology.orchestra.run.smithi118.stdout:Ign:2 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy InRelease 2024-03-26T21:01:57.284 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T21:01:57.299 INFO:teuthology.orchestra.run.smithi118.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-26T21:01:57.321 INFO:teuthology.orchestra.run.smithi118.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-26T21:01:57.339 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T21:01:57.342 INFO:teuthology.orchestra.run.smithi118.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,418 B] 2024-03-26T21:01:57.345 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T21:01:57.349 INFO:teuthology.orchestra.run.smithi069.stdout:Ign:2 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy InRelease 2024-03-26T21:01:57.370 INFO:teuthology.orchestra.run.smithi118.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-26T21:01:57.370 INFO:teuthology.orchestra.run.smithi069.stdout:Get:3 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-26T21:01:57.372 INFO:teuthology.orchestra.run.smithi119.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T21:01:57.372 INFO:teuthology.orchestra.run.smithi119.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T21:01:57.393 INFO:teuthology.orchestra.run.smithi069.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-26T21:01:57.399 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T21:01:57.414 INFO:teuthology.orchestra.run.smithi069.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,418 B] 2024-03-26T21:01:57.420 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T21:01:57.439 INFO:teuthology.orchestra.run.smithi119.stdout:Ign:3 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy InRelease 2024-03-26T21:01:57.441 INFO:teuthology.orchestra.run.smithi069.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-26T21:01:57.443 INFO:teuthology.orchestra.run.smithi119.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T21:01:57.502 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T21:01:57.504 INFO:teuthology.orchestra.run.smithi119.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-26T21:01:57.525 INFO:teuthology.orchestra.run.smithi119.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T21:01:57.576 INFO:teuthology.orchestra.run.smithi119.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-26T21:01:57.584 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T21:01:57.607 INFO:teuthology.orchestra.run.smithi118.stdout:Fetched 29.2 kB in 0s (78.3 kB/s) 2024-03-26T21:01:57.650 INFO:teuthology.orchestra.run.smithi119.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,418 B] 2024-03-26T21:01:57.720 INFO:teuthology.orchestra.run.smithi069.stdout:Fetched 29.2 kB in 0s (70.2 kB/s) 2024-03-26T21:01:57.724 INFO:teuthology.orchestra.run.smithi119.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-26T21:01:57.804 INFO:teuthology.orchestra.run.smithi119.stdout:Fetched 29.2 kB in 1s (53.2 kB/s) 2024-03-26T21:01:58.558 INFO:teuthology.orchestra.run.smithi118.stdout:Reading package lists... 2024-03-26T21:01:58.573 DEBUG:teuthology.orchestra.run.smithi118:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2484-g42fc52b8-1jammy cephadm=19.0.0-2484-g42fc52b8-1jammy ceph-mds=19.0.0-2484-g42fc52b8-1jammy ceph-mgr=19.0.0-2484-g42fc52b8-1jammy ceph-common=19.0.0-2484-g42fc52b8-1jammy ceph-fuse=19.0.0-2484-g42fc52b8-1jammy ceph-test=19.0.0-2484-g42fc52b8-1jammy ceph-volume=19.0.0-2484-g42fc52b8-1jammy radosgw=19.0.0-2484-g42fc52b8-1jammy python3-rados=19.0.0-2484-g42fc52b8-1jammy python3-rgw=19.0.0-2484-g42fc52b8-1jammy python3-cephfs=19.0.0-2484-g42fc52b8-1jammy python3-rbd=19.0.0-2484-g42fc52b8-1jammy libcephfs2=19.0.0-2484-g42fc52b8-1jammy libcephfs-dev=19.0.0-2484-g42fc52b8-1jammy librados2=19.0.0-2484-g42fc52b8-1jammy librbd1=19.0.0-2484-g42fc52b8-1jammy rbd-fuse=19.0.0-2484-g42fc52b8-1jammy 2024-03-26T21:01:58.634 INFO:teuthology.orchestra.run.smithi118.stdout:Reading package lists... 2024-03-26T21:01:58.677 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-03-26T21:01:58.693 DEBUG:teuthology.orchestra.run.smithi069:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2484-g42fc52b8-1jammy cephadm=19.0.0-2484-g42fc52b8-1jammy ceph-mds=19.0.0-2484-g42fc52b8-1jammy ceph-mgr=19.0.0-2484-g42fc52b8-1jammy ceph-common=19.0.0-2484-g42fc52b8-1jammy ceph-fuse=19.0.0-2484-g42fc52b8-1jammy ceph-test=19.0.0-2484-g42fc52b8-1jammy ceph-volume=19.0.0-2484-g42fc52b8-1jammy radosgw=19.0.0-2484-g42fc52b8-1jammy python3-rados=19.0.0-2484-g42fc52b8-1jammy python3-rgw=19.0.0-2484-g42fc52b8-1jammy python3-cephfs=19.0.0-2484-g42fc52b8-1jammy python3-rbd=19.0.0-2484-g42fc52b8-1jammy libcephfs2=19.0.0-2484-g42fc52b8-1jammy libcephfs-dev=19.0.0-2484-g42fc52b8-1jammy librados2=19.0.0-2484-g42fc52b8-1jammy librbd1=19.0.0-2484-g42fc52b8-1jammy rbd-fuse=19.0.0-2484-g42fc52b8-1jammy 2024-03-26T21:01:58.737 INFO:teuthology.orchestra.run.smithi119.stdout:Reading package lists... 2024-03-26T21:01:58.752 DEBUG:teuthology.orchestra.run.smithi119:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2484-g42fc52b8-1jammy cephadm=19.0.0-2484-g42fc52b8-1jammy ceph-mds=19.0.0-2484-g42fc52b8-1jammy ceph-mgr=19.0.0-2484-g42fc52b8-1jammy ceph-common=19.0.0-2484-g42fc52b8-1jammy ceph-fuse=19.0.0-2484-g42fc52b8-1jammy ceph-test=19.0.0-2484-g42fc52b8-1jammy ceph-volume=19.0.0-2484-g42fc52b8-1jammy radosgw=19.0.0-2484-g42fc52b8-1jammy python3-rados=19.0.0-2484-g42fc52b8-1jammy python3-rgw=19.0.0-2484-g42fc52b8-1jammy python3-cephfs=19.0.0-2484-g42fc52b8-1jammy python3-rbd=19.0.0-2484-g42fc52b8-1jammy libcephfs2=19.0.0-2484-g42fc52b8-1jammy libcephfs-dev=19.0.0-2484-g42fc52b8-1jammy librados2=19.0.0-2484-g42fc52b8-1jammy librbd1=19.0.0-2484-g42fc52b8-1jammy rbd-fuse=19.0.0-2484-g42fc52b8-1jammy 2024-03-26T21:01:58.754 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-03-26T21:01:58.811 INFO:teuthology.orchestra.run.smithi119.stdout:Reading package lists... 2024-03-26T21:01:58.827 INFO:teuthology.orchestra.run.smithi118.stdout:Building dependency tree... 2024-03-26T21:01:58.827 INFO:teuthology.orchestra.run.smithi118.stdout:Reading state information... 2024-03-26T21:01:58.951 INFO:teuthology.orchestra.run.smithi069.stdout:Building dependency tree... 2024-03-26T21:01:58.951 INFO:teuthology.orchestra.run.smithi069.stdout:Reading state information... 2024-03-26T21:01:58.999 INFO:teuthology.orchestra.run.smithi118.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T21:01:58.999 INFO:teuthology.orchestra.run.smithi118.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T21:01:58.999 INFO:teuthology.orchestra.run.smithi118.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T21:01:58.999 INFO:teuthology.orchestra.run.smithi118.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T21:01:58.999 INFO:teuthology.orchestra.run.smithi118.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T21:01:58.999 INFO:teuthology.orchestra.run.smithi118.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T21:01:58.999 INFO:teuthology.orchestra.run.smithi118.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T21:01:59.001 INFO:teuthology.orchestra.run.smithi118.stdout:The following additional packages will be installed: 2024-03-26T21:01:59.001 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-26T21:01:59.001 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-26T21:01:59.001 INFO:teuthology.orchestra.run.smithi118.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-26T21:01:59.001 INFO:teuthology.orchestra.run.smithi118.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-26T21:01:59.001 INFO:teuthology.orchestra.run.smithi118.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-26T21:01:59.001 INFO:teuthology.orchestra.run.smithi118.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-26T21:01:59.001 INFO:teuthology.orchestra.run.smithi118.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-26T21:01:59.001 INFO:teuthology.orchestra.run.smithi118.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-26T21:01:59.001 INFO:teuthology.orchestra.run.smithi118.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-26T21:01:59.001 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T21:01:59.001 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T21:01:59.002 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T21:01:59.002 INFO:teuthology.orchestra.run.smithi118.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T21:01:59.002 INFO:teuthology.orchestra.run.smithi118.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T21:01:59.002 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T21:01:59.002 INFO:teuthology.orchestra.run.smithi118.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T21:01:59.002 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-26T21:01:59.002 INFO:teuthology.orchestra.run.smithi118.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-26T21:01:59.002 INFO:teuthology.orchestra.run.smithi118.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-26T21:01:59.002 INFO:teuthology.orchestra.run.smithi118.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-26T21:01:59.002 INFO:teuthology.orchestra.run.smithi118.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-26T21:01:59.002 INFO:teuthology.orchestra.run.smithi118.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-26T21:01:59.002 INFO:teuthology.orchestra.run.smithi118.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-26T21:01:59.002 INFO:teuthology.orchestra.run.smithi118.stdout: xmlstarlet zip 2024-03-26T21:01:59.003 INFO:teuthology.orchestra.run.smithi118.stdout:Suggested packages: 2024-03-26T21:01:59.003 INFO:teuthology.orchestra.run.smithi118.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-26T21:01:59.003 INFO:teuthology.orchestra.run.smithi118.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-26T21:01:59.003 INFO:teuthology.orchestra.run.smithi118.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-26T21:01:59.003 INFO:teuthology.orchestra.run.smithi118.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-26T21:01:59.003 INFO:teuthology.orchestra.run.smithi118.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-26T21:01:59.003 INFO:teuthology.orchestra.run.smithi118.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-26T21:01:59.003 INFO:teuthology.orchestra.run.smithi118.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-26T21:01:59.003 INFO:teuthology.orchestra.run.smithi118.stdout:Recommended packages: 2024-03-26T21:01:59.004 INFO:teuthology.orchestra.run.smithi118.stdout: btrfs-tools 2024-03-26T21:01:59.005 INFO:teuthology.orchestra.run.smithi119.stdout:Building dependency tree... 2024-03-26T21:01:59.006 INFO:teuthology.orchestra.run.smithi119.stdout:Reading state information... 2024-03-26T21:01:59.104 INFO:teuthology.orchestra.run.smithi118.stdout:The following NEW packages will be installed: 2024-03-26T21:01:59.104 INFO:teuthology.orchestra.run.smithi118.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-26T21:01:59.104 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-26T21:01:59.104 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-26T21:01:59.104 INFO:teuthology.orchestra.run.smithi118.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-26T21:01:59.104 INFO:teuthology.orchestra.run.smithi118.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-26T21:01:59.104 INFO:teuthology.orchestra.run.smithi118.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-26T21:01:59.105 INFO:teuthology.orchestra.run.smithi118.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-26T21:01:59.105 INFO:teuthology.orchestra.run.smithi118.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-26T21:01:59.106 INFO:teuthology.orchestra.run.smithi118.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-26T21:01:59.106 INFO:teuthology.orchestra.run.smithi118.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-26T21:01:59.106 INFO:teuthology.orchestra.run.smithi118.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-26T21:01:59.106 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T21:01:59.106 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T21:01:59.106 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T21:01:59.106 INFO:teuthology.orchestra.run.smithi118.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T21:01:59.106 INFO:teuthology.orchestra.run.smithi118.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T21:01:59.106 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T21:01:59.106 INFO:teuthology.orchestra.run.smithi118.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T21:01:59.106 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-26T21:01:59.107 INFO:teuthology.orchestra.run.smithi118.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-26T21:01:59.107 INFO:teuthology.orchestra.run.smithi118.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-26T21:01:59.107 INFO:teuthology.orchestra.run.smithi118.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-26T21:01:59.107 INFO:teuthology.orchestra.run.smithi118.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-26T21:01:59.107 INFO:teuthology.orchestra.run.smithi118.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-26T21:01:59.107 INFO:teuthology.orchestra.run.smithi118.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-26T21:01:59.107 INFO:teuthology.orchestra.run.smithi118.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-26T21:01:59.132 INFO:teuthology.orchestra.run.smithi069.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T21:01:59.132 INFO:teuthology.orchestra.run.smithi069.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T21:01:59.133 INFO:teuthology.orchestra.run.smithi069.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T21:01:59.133 INFO:teuthology.orchestra.run.smithi069.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T21:01:59.133 INFO:teuthology.orchestra.run.smithi069.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T21:01:59.135 INFO:teuthology.orchestra.run.smithi069.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T21:01:59.135 INFO:teuthology.orchestra.run.smithi069.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T21:01:59.135 INFO:teuthology.orchestra.run.smithi069.stdout:The following additional packages will be installed: 2024-03-26T21:01:59.135 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-26T21:01:59.135 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-26T21:01:59.135 INFO:teuthology.orchestra.run.smithi069.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-26T21:01:59.135 INFO:teuthology.orchestra.run.smithi069.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-26T21:01:59.135 INFO:teuthology.orchestra.run.smithi069.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-26T21:01:59.135 INFO:teuthology.orchestra.run.smithi069.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-26T21:01:59.135 INFO:teuthology.orchestra.run.smithi069.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-26T21:01:59.135 INFO:teuthology.orchestra.run.smithi069.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-26T21:01:59.136 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-26T21:01:59.136 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T21:01:59.136 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T21:01:59.136 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T21:01:59.136 INFO:teuthology.orchestra.run.smithi069.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T21:01:59.136 INFO:teuthology.orchestra.run.smithi069.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T21:01:59.136 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T21:01:59.136 INFO:teuthology.orchestra.run.smithi069.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T21:01:59.136 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-26T21:01:59.136 INFO:teuthology.orchestra.run.smithi069.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-26T21:01:59.136 INFO:teuthology.orchestra.run.smithi069.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-26T21:01:59.137 INFO:teuthology.orchestra.run.smithi069.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-26T21:01:59.137 INFO:teuthology.orchestra.run.smithi069.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-26T21:01:59.137 INFO:teuthology.orchestra.run.smithi069.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-26T21:01:59.137 INFO:teuthology.orchestra.run.smithi069.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-26T21:01:59.137 INFO:teuthology.orchestra.run.smithi069.stdout: xmlstarlet zip 2024-03-26T21:01:59.137 INFO:teuthology.orchestra.run.smithi069.stdout:Suggested packages: 2024-03-26T21:01:59.137 INFO:teuthology.orchestra.run.smithi069.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-26T21:01:59.137 INFO:teuthology.orchestra.run.smithi069.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-26T21:01:59.137 INFO:teuthology.orchestra.run.smithi069.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-26T21:01:59.137 INFO:teuthology.orchestra.run.smithi069.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-26T21:01:59.138 INFO:teuthology.orchestra.run.smithi069.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-26T21:01:59.138 INFO:teuthology.orchestra.run.smithi069.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-26T21:01:59.138 INFO:teuthology.orchestra.run.smithi069.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-26T21:01:59.138 INFO:teuthology.orchestra.run.smithi069.stdout:Recommended packages: 2024-03-26T21:01:59.138 INFO:teuthology.orchestra.run.smithi069.stdout: btrfs-tools 2024-03-26T21:01:59.186 INFO:teuthology.orchestra.run.smithi119.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T21:01:59.186 INFO:teuthology.orchestra.run.smithi119.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T21:01:59.186 INFO:teuthology.orchestra.run.smithi119.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T21:01:59.186 INFO:teuthology.orchestra.run.smithi119.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T21:01:59.186 INFO:teuthology.orchestra.run.smithi119.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T21:01:59.186 INFO:teuthology.orchestra.run.smithi119.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T21:01:59.186 INFO:teuthology.orchestra.run.smithi119.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T21:01:59.188 INFO:teuthology.orchestra.run.smithi119.stdout:The following additional packages will be installed: 2024-03-26T21:01:59.188 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-26T21:01:59.188 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-26T21:01:59.188 INFO:teuthology.orchestra.run.smithi119.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-26T21:01:59.188 INFO:teuthology.orchestra.run.smithi119.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-26T21:01:59.188 INFO:teuthology.orchestra.run.smithi119.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-26T21:01:59.188 INFO:teuthology.orchestra.run.smithi119.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-26T21:01:59.188 INFO:teuthology.orchestra.run.smithi119.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-26T21:01:59.188 INFO:teuthology.orchestra.run.smithi119.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-26T21:01:59.188 INFO:teuthology.orchestra.run.smithi119.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-26T21:01:59.188 INFO:teuthology.orchestra.run.smithi119.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T21:01:59.189 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T21:01:59.189 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T21:01:59.189 INFO:teuthology.orchestra.run.smithi119.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T21:01:59.189 INFO:teuthology.orchestra.run.smithi119.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T21:01:59.189 INFO:teuthology.orchestra.run.smithi119.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T21:01:59.189 INFO:teuthology.orchestra.run.smithi119.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T21:01:59.189 INFO:teuthology.orchestra.run.smithi119.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-26T21:01:59.189 INFO:teuthology.orchestra.run.smithi119.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-26T21:01:59.189 INFO:teuthology.orchestra.run.smithi119.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-26T21:01:59.189 INFO:teuthology.orchestra.run.smithi119.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-26T21:01:59.189 INFO:teuthology.orchestra.run.smithi119.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-26T21:01:59.189 INFO:teuthology.orchestra.run.smithi119.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-26T21:01:59.189 INFO:teuthology.orchestra.run.smithi119.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-26T21:01:59.189 INFO:teuthology.orchestra.run.smithi119.stdout: xmlstarlet zip 2024-03-26T21:01:59.190 INFO:teuthology.orchestra.run.smithi119.stdout:Suggested packages: 2024-03-26T21:01:59.190 INFO:teuthology.orchestra.run.smithi119.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-26T21:01:59.190 INFO:teuthology.orchestra.run.smithi119.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-26T21:01:59.190 INFO:teuthology.orchestra.run.smithi119.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-26T21:01:59.190 INFO:teuthology.orchestra.run.smithi119.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-26T21:01:59.190 INFO:teuthology.orchestra.run.smithi119.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-26T21:01:59.190 INFO:teuthology.orchestra.run.smithi119.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-26T21:01:59.190 INFO:teuthology.orchestra.run.smithi119.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-26T21:01:59.190 INFO:teuthology.orchestra.run.smithi119.stdout:Recommended packages: 2024-03-26T21:01:59.191 INFO:teuthology.orchestra.run.smithi119.stdout: btrfs-tools 2024-03-26T21:01:59.241 INFO:teuthology.orchestra.run.smithi069.stdout:The following NEW packages will be installed: 2024-03-26T21:01:59.241 INFO:teuthology.orchestra.run.smithi069.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-26T21:01:59.241 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-26T21:01:59.241 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-26T21:01:59.242 INFO:teuthology.orchestra.run.smithi069.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-26T21:01:59.242 INFO:teuthology.orchestra.run.smithi069.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-26T21:01:59.242 INFO:teuthology.orchestra.run.smithi069.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-26T21:01:59.243 INFO:teuthology.orchestra.run.smithi069.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-26T21:01:59.243 INFO:teuthology.orchestra.run.smithi069.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-26T21:01:59.243 INFO:teuthology.orchestra.run.smithi069.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-26T21:01:59.243 INFO:teuthology.orchestra.run.smithi069.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-26T21:01:59.243 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-26T21:01:59.243 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T21:01:59.243 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T21:01:59.243 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T21:01:59.244 INFO:teuthology.orchestra.run.smithi069.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T21:01:59.244 INFO:teuthology.orchestra.run.smithi069.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T21:01:59.244 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T21:01:59.244 INFO:teuthology.orchestra.run.smithi069.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T21:01:59.244 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-26T21:01:59.244 INFO:teuthology.orchestra.run.smithi069.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-26T21:01:59.244 INFO:teuthology.orchestra.run.smithi069.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-26T21:01:59.244 INFO:teuthology.orchestra.run.smithi069.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-26T21:01:59.244 INFO:teuthology.orchestra.run.smithi069.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-26T21:01:59.244 INFO:teuthology.orchestra.run.smithi069.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-26T21:01:59.244 INFO:teuthology.orchestra.run.smithi069.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-26T21:01:59.244 INFO:teuthology.orchestra.run.smithi069.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-26T21:01:59.248 INFO:teuthology.orchestra.run.smithi118.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-26T21:01:59.248 INFO:teuthology.orchestra.run.smithi118.stdout:Need to get 178 MB of archives. 2024-03-26T21:01:59.248 INFO:teuthology.orchestra.run.smithi118.stdout:After this operation, 819 MB of additional disk space will be used. 2024-03-26T21:01:59.249 INFO:teuthology.orchestra.run.smithi118.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2484-g42fc52b8-1jammy [3,553 kB] 2024-03-26T21:01:59.291 INFO:teuthology.orchestra.run.smithi119.stdout:The following NEW packages will be installed: 2024-03-26T21:01:59.291 INFO:teuthology.orchestra.run.smithi119.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-26T21:01:59.291 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-26T21:01:59.292 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-26T21:01:59.292 INFO:teuthology.orchestra.run.smithi119.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-26T21:01:59.292 INFO:teuthology.orchestra.run.smithi119.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-26T21:01:59.292 INFO:teuthology.orchestra.run.smithi119.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-26T21:01:59.292 INFO:teuthology.orchestra.run.smithi119.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-26T21:01:59.292 INFO:teuthology.orchestra.run.smithi119.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-26T21:01:59.292 INFO:teuthology.orchestra.run.smithi119.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-26T21:01:59.292 INFO:teuthology.orchestra.run.smithi119.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-26T21:01:59.292 INFO:teuthology.orchestra.run.smithi119.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-26T21:01:59.292 INFO:teuthology.orchestra.run.smithi119.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T21:01:59.292 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T21:01:59.292 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T21:01:59.292 INFO:teuthology.orchestra.run.smithi119.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T21:01:59.292 INFO:teuthology.orchestra.run.smithi119.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T21:01:59.292 INFO:teuthology.orchestra.run.smithi119.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T21:01:59.293 INFO:teuthology.orchestra.run.smithi119.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T21:01:59.293 INFO:teuthology.orchestra.run.smithi119.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-26T21:01:59.293 INFO:teuthology.orchestra.run.smithi119.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-26T21:01:59.293 INFO:teuthology.orchestra.run.smithi119.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-26T21:01:59.293 INFO:teuthology.orchestra.run.smithi119.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-26T21:01:59.293 INFO:teuthology.orchestra.run.smithi119.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-26T21:01:59.293 INFO:teuthology.orchestra.run.smithi119.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-26T21:01:59.293 INFO:teuthology.orchestra.run.smithi119.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-26T21:01:59.293 INFO:teuthology.orchestra.run.smithi119.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-26T21:01:59.313 INFO:teuthology.orchestra.run.smithi118.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-26T21:01:59.323 INFO:teuthology.orchestra.run.smithi069.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-26T21:01:59.323 INFO:teuthology.orchestra.run.smithi069.stdout:Need to get 178 MB of archives. 2024-03-26T21:01:59.323 INFO:teuthology.orchestra.run.smithi069.stdout:After this operation, 819 MB of additional disk space will be used. 2024-03-26T21:01:59.323 INFO:teuthology.orchestra.run.smithi069.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-26T21:01:59.357 INFO:teuthology.orchestra.run.smithi119.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-26T21:01:59.357 INFO:teuthology.orchestra.run.smithi119.stdout:Need to get 178 MB of archives. 2024-03-26T21:01:59.358 INFO:teuthology.orchestra.run.smithi119.stdout:After this operation, 819 MB of additional disk space will be used. 2024-03-26T21:01:59.358 INFO:teuthology.orchestra.run.smithi119.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-26T21:01:59.384 INFO:teuthology.orchestra.run.smithi069.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2484-g42fc52b8-1jammy [3,553 kB] 2024-03-26T21:01:59.465 INFO:teuthology.orchestra.run.smithi119.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-26T21:01:59.467 INFO:teuthology.orchestra.run.smithi119.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-26T21:01:59.489 INFO:teuthology.orchestra.run.smithi119.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-26T21:01:59.500 INFO:teuthology.orchestra.run.smithi069.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-26T21:01:59.502 INFO:teuthology.orchestra.run.smithi118.stdout:Get:3 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2484-g42fc52b8-1jammy [3,226 kB] 2024-03-26T21:01:59.507 INFO:teuthology.orchestra.run.smithi069.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-26T21:01:59.510 INFO:teuthology.orchestra.run.smithi119.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2484-g42fc52b8-1jammy [3,553 kB] 2024-03-26T21:01:59.549 INFO:teuthology.orchestra.run.smithi069.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-26T21:01:59.557 INFO:teuthology.orchestra.run.smithi119.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-26T21:01:59.563 INFO:teuthology.orchestra.run.smithi119.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-26T21:01:59.576 INFO:teuthology.orchestra.run.smithi119.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-26T21:01:59.580 INFO:teuthology.orchestra.run.smithi119.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-26T21:01:59.581 INFO:teuthology.orchestra.run.smithi119.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-26T21:01:59.581 INFO:teuthology.orchestra.run.smithi119.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-26T21:01:59.590 INFO:teuthology.orchestra.run.smithi119.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-26T21:01:59.593 INFO:teuthology.orchestra.run.smithi119.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-26T21:01:59.595 INFO:teuthology.orchestra.run.smithi119.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-26T21:01:59.596 INFO:teuthology.orchestra.run.smithi119.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-26T21:01:59.608 INFO:teuthology.orchestra.run.smithi119.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-26T21:01:59.611 INFO:teuthology.orchestra.run.smithi119.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-26T21:01:59.613 INFO:teuthology.orchestra.run.smithi119.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-26T21:01:59.615 INFO:teuthology.orchestra.run.smithi119.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-26T21:01:59.615 INFO:teuthology.orchestra.run.smithi119.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-26T21:01:59.628 INFO:teuthology.orchestra.run.smithi119.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-26T21:01:59.630 INFO:teuthology.orchestra.run.smithi119.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-26T21:01:59.630 INFO:teuthology.orchestra.run.smithi119.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-26T21:01:59.630 INFO:teuthology.orchestra.run.smithi119.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-26T21:01:59.631 INFO:teuthology.orchestra.run.smithi119.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-26T21:01:59.649 INFO:teuthology.orchestra.run.smithi119.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-26T21:01:59.650 INFO:teuthology.orchestra.run.smithi119.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-26T21:01:59.650 INFO:teuthology.orchestra.run.smithi119.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-26T21:01:59.652 INFO:teuthology.orchestra.run.smithi119.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-26T21:01:59.653 INFO:teuthology.orchestra.run.smithi119.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-26T21:01:59.670 INFO:teuthology.orchestra.run.smithi119.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-26T21:01:59.671 INFO:teuthology.orchestra.run.smithi119.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-26T21:01:59.671 INFO:teuthology.orchestra.run.smithi119.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-26T21:01:59.672 INFO:teuthology.orchestra.run.smithi119.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-26T21:01:59.672 INFO:teuthology.orchestra.run.smithi119.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-26T21:01:59.681 INFO:teuthology.orchestra.run.smithi118.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2484-g42fc52b8-1jammy [712 kB] 2024-03-26T21:01:59.689 INFO:teuthology.orchestra.run.smithi069.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-26T21:01:59.690 INFO:teuthology.orchestra.run.smithi119.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-26T21:01:59.693 INFO:teuthology.orchestra.run.smithi119.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-26T21:01:59.693 INFO:teuthology.orchestra.run.smithi119.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-26T21:01:59.694 INFO:teuthology.orchestra.run.smithi069.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-26T21:01:59.699 INFO:teuthology.orchestra.run.smithi119.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-26T21:01:59.699 INFO:teuthology.orchestra.run.smithi119.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-26T21:01:59.712 INFO:teuthology.orchestra.run.smithi119.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-26T21:01:59.712 INFO:teuthology.orchestra.run.smithi069.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-26T21:01:59.713 INFO:teuthology.orchestra.run.smithi119.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-26T21:01:59.714 INFO:teuthology.orchestra.run.smithi119.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-26T21:01:59.716 INFO:teuthology.orchestra.run.smithi119.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-26T21:01:59.717 INFO:teuthology.orchestra.run.smithi119.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-26T21:01:59.718 INFO:teuthology.orchestra.run.smithi118.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2484-g42fc52b8-1jammy [356 kB] 2024-03-26T21:01:59.718 INFO:teuthology.orchestra.run.smithi069.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-26T21:01:59.719 INFO:teuthology.orchestra.run.smithi069.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-26T21:01:59.720 INFO:teuthology.orchestra.run.smithi069.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-26T21:01:59.723 INFO:teuthology.orchestra.run.smithi069.stdout:Get:12 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2484-g42fc52b8-1jammy [3,226 kB] 2024-03-26T21:01:59.731 INFO:teuthology.orchestra.run.smithi069.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-26T21:01:59.733 INFO:teuthology.orchestra.run.smithi119.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-26T21:01:59.734 INFO:teuthology.orchestra.run.smithi119.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-26T21:01:59.735 INFO:teuthology.orchestra.run.smithi069.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-26T21:01:59.736 INFO:teuthology.orchestra.run.smithi119.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-26T21:01:59.736 INFO:teuthology.orchestra.run.smithi119.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-26T21:01:59.737 INFO:teuthology.orchestra.run.smithi069.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-26T21:01:59.738 INFO:teuthology.orchestra.run.smithi119.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-26T21:01:59.738 INFO:teuthology.orchestra.run.smithi069.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-26T21:01:59.745 INFO:teuthology.orchestra.run.smithi118.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2484-g42fc52b8-1jammy [32.8 kB] 2024-03-26T21:01:59.747 INFO:teuthology.orchestra.run.smithi118.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2484-g42fc52b8-1jammy [180 kB] 2024-03-26T21:01:59.753 INFO:teuthology.orchestra.run.smithi119.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-26T21:01:59.754 INFO:teuthology.orchestra.run.smithi118.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2484-g42fc52b8-1jammy [66.5 kB] 2024-03-26T21:01:59.756 INFO:teuthology.orchestra.run.smithi118.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2484-g42fc52b8-1jammy [330 kB] 2024-03-26T21:01:59.765 INFO:teuthology.orchestra.run.smithi118.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-26T21:01:59.770 INFO:teuthology.orchestra.run.smithi069.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-26T21:01:59.774 INFO:teuthology.orchestra.run.smithi069.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-26T21:01:59.779 INFO:teuthology.orchestra.run.smithi118.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-26T21:01:59.779 INFO:teuthology.orchestra.run.smithi069.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-26T21:01:59.784 INFO:teuthology.orchestra.run.smithi069.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-26T21:01:59.787 INFO:teuthology.orchestra.run.smithi118.stdout:Get:12 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2484-g42fc52b8-1jammy [6,660 kB] 2024-03-26T21:01:59.787 INFO:teuthology.orchestra.run.smithi069.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-26T21:01:59.814 INFO:teuthology.orchestra.run.smithi119.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-26T21:01:59.815 INFO:teuthology.orchestra.run.smithi119.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-26T21:01:59.817 INFO:teuthology.orchestra.run.smithi119.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-26T21:01:59.817 INFO:teuthology.orchestra.run.smithi119.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-26T21:01:59.817 INFO:teuthology.orchestra.run.smithi069.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-26T21:01:59.818 INFO:teuthology.orchestra.run.smithi119.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-26T21:01:59.819 INFO:teuthology.orchestra.run.smithi069.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-26T21:01:59.819 INFO:teuthology.orchestra.run.smithi069.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-26T21:01:59.820 INFO:teuthology.orchestra.run.smithi069.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-26T21:01:59.820 INFO:teuthology.orchestra.run.smithi069.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-26T21:01:59.842 INFO:teuthology.orchestra.run.smithi119.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-26T21:01:59.845 INFO:teuthology.orchestra.run.smithi119.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-26T21:01:59.845 INFO:teuthology.orchestra.run.smithi119.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-26T21:01:59.866 INFO:teuthology.orchestra.run.smithi069.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-26T21:01:59.867 INFO:teuthology.orchestra.run.smithi119.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-26T21:01:59.867 INFO:teuthology.orchestra.run.smithi119.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-26T21:01:59.867 INFO:teuthology.orchestra.run.smithi069.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-26T21:01:59.867 INFO:teuthology.orchestra.run.smithi069.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-26T21:01:59.872 INFO:teuthology.orchestra.run.smithi069.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-26T21:01:59.873 INFO:teuthology.orchestra.run.smithi069.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-26T21:01:59.874 INFO:teuthology.orchestra.run.smithi118.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-26T21:01:59.874 INFO:teuthology.orchestra.run.smithi119.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-26T21:01:59.875 INFO:teuthology.orchestra.run.smithi119.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-26T21:01:59.875 INFO:teuthology.orchestra.run.smithi119.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-26T21:01:59.876 INFO:teuthology.orchestra.run.smithi119.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-26T21:01:59.877 INFO:teuthology.orchestra.run.smithi119.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-26T21:01:59.877 INFO:teuthology.orchestra.run.smithi119.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-26T21:01:59.880 INFO:teuthology.orchestra.run.smithi119.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-26T21:01:59.896 INFO:teuthology.orchestra.run.smithi119.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-26T21:01:59.898 INFO:teuthology.orchestra.run.smithi119.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-26T21:01:59.898 INFO:teuthology.orchestra.run.smithi119.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-26T21:01:59.902 INFO:teuthology.orchestra.run.smithi069.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-26T21:01:59.903 INFO:teuthology.orchestra.run.smithi069.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-26T21:01:59.905 INFO:teuthology.orchestra.run.smithi069.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-26T21:01:59.905 INFO:teuthology.orchestra.run.smithi069.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-26T21:01:59.906 INFO:teuthology.orchestra.run.smithi069.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-26T21:01:59.917 INFO:teuthology.orchestra.run.smithi119.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-26T21:01:59.921 INFO:teuthology.orchestra.run.smithi119.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-26T21:01:59.922 INFO:teuthology.orchestra.run.smithi119.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-26T21:01:59.922 INFO:teuthology.orchestra.run.smithi119.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-26T21:01:59.927 INFO:teuthology.orchestra.run.smithi119.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-26T21:01:59.928 INFO:teuthology.orchestra.run.smithi119.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-26T21:01:59.931 INFO:teuthology.orchestra.run.smithi119.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-26T21:01:59.937 INFO:teuthology.orchestra.run.smithi069.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-26T21:01:59.938 INFO:teuthology.orchestra.run.smithi069.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-26T21:01:59.939 INFO:teuthology.orchestra.run.smithi069.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-26T21:01:59.940 INFO:teuthology.orchestra.run.smithi119.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-26T21:01:59.941 INFO:teuthology.orchestra.run.smithi119.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-26T21:01:59.941 INFO:teuthology.orchestra.run.smithi119.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-26T21:01:59.950 INFO:teuthology.orchestra.run.smithi069.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-26T21:01:59.950 INFO:teuthology.orchestra.run.smithi069.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-26T21:01:59.961 INFO:teuthology.orchestra.run.smithi119.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-26T21:01:59.961 INFO:teuthology.orchestra.run.smithi119.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-26T21:01:59.969 INFO:teuthology.orchestra.run.smithi119.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-26T21:01:59.969 INFO:teuthology.orchestra.run.smithi119.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-26T21:01:59.969 INFO:teuthology.orchestra.run.smithi119.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-26T21:01:59.970 INFO:teuthology.orchestra.run.smithi069.stdout:Get:42 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2484-g42fc52b8-1jammy [712 kB] 2024-03-26T21:01:59.971 INFO:teuthology.orchestra.run.smithi119.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-26T21:01:59.972 INFO:teuthology.orchestra.run.smithi119.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-26T21:01:59.987 INFO:teuthology.orchestra.run.smithi069.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-26T21:01:59.987 INFO:teuthology.orchestra.run.smithi069.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-26T21:01:59.990 INFO:teuthology.orchestra.run.smithi069.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-26T21:01:59.994 INFO:teuthology.orchestra.run.smithi069.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-26T21:01:59.995 INFO:teuthology.orchestra.run.smithi069.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-26T21:02:00.020 INFO:teuthology.orchestra.run.smithi069.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-26T21:02:00.022 INFO:teuthology.orchestra.run.smithi069.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-26T21:02:00.026 INFO:teuthology.orchestra.run.smithi069.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-26T21:02:00.026 INFO:teuthology.orchestra.run.smithi069.stdout:Get:51 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2484-g42fc52b8-1jammy [356 kB] 2024-03-26T21:02:00.026 INFO:teuthology.orchestra.run.smithi069.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-26T21:02:00.027 INFO:teuthology.orchestra.run.smithi069.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-26T21:02:00.054 INFO:teuthology.orchestra.run.smithi069.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-26T21:02:00.073 INFO:teuthology.orchestra.run.smithi069.stdout:Get:55 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2484-g42fc52b8-1jammy [32.8 kB] 2024-03-26T21:02:00.074 INFO:teuthology.orchestra.run.smithi069.stdout:Get:56 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2484-g42fc52b8-1jammy [180 kB] 2024-03-26T21:02:00.079 INFO:teuthology.orchestra.run.smithi069.stdout:Get:57 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2484-g42fc52b8-1jammy [66.5 kB] 2024-03-26T21:02:00.082 INFO:teuthology.orchestra.run.smithi069.stdout:Get:58 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2484-g42fc52b8-1jammy [330 kB] 2024-03-26T21:02:00.124 INFO:teuthology.orchestra.run.smithi069.stdout:Get:59 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2484-g42fc52b8-1jammy [6,660 kB] 2024-03-26T21:02:00.134 INFO:teuthology.orchestra.run.smithi069.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-26T21:02:00.135 INFO:teuthology.orchestra.run.smithi069.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-26T21:02:00.137 INFO:teuthology.orchestra.run.smithi069.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-26T21:02:00.137 INFO:teuthology.orchestra.run.smithi069.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-26T21:02:00.138 INFO:teuthology.orchestra.run.smithi069.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-26T21:02:00.162 INFO:teuthology.orchestra.run.smithi069.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-26T21:02:00.164 INFO:teuthology.orchestra.run.smithi069.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-26T21:02:00.165 INFO:teuthology.orchestra.run.smithi069.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-26T21:02:00.177 INFO:teuthology.orchestra.run.smithi118.stdout:Get:14 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2484-g42fc52b8-1jammy [112 kB] 2024-03-26T21:02:00.180 INFO:teuthology.orchestra.run.smithi118.stdout:Get:15 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2484-g42fc52b8-1jammy [466 kB] 2024-03-26T21:02:00.190 INFO:teuthology.orchestra.run.smithi069.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-26T21:02:00.190 INFO:teuthology.orchestra.run.smithi069.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-26T21:02:00.209 INFO:teuthology.orchestra.run.smithi069.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-26T21:02:00.209 INFO:teuthology.orchestra.run.smithi069.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-26T21:02:00.210 INFO:teuthology.orchestra.run.smithi069.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-26T21:02:00.211 INFO:teuthology.orchestra.run.smithi069.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-26T21:02:00.211 INFO:teuthology.orchestra.run.smithi069.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-26T21:02:00.212 INFO:teuthology.orchestra.run.smithi069.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-26T21:02:00.216 INFO:teuthology.orchestra.run.smithi069.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-26T21:02:00.221 INFO:teuthology.orchestra.run.smithi118.stdout:Get:16 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2484-g42fc52b8-1jammy [25.3 MB] 2024-03-26T21:02:00.242 INFO:teuthology.orchestra.run.smithi069.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-26T21:02:00.244 INFO:teuthology.orchestra.run.smithi069.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-26T21:02:00.245 INFO:teuthology.orchestra.run.smithi069.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-26T21:02:00.276 INFO:teuthology.orchestra.run.smithi069.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-26T21:02:00.279 INFO:teuthology.orchestra.run.smithi069.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-26T21:02:00.281 INFO:teuthology.orchestra.run.smithi069.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-26T21:02:00.281 INFO:teuthology.orchestra.run.smithi069.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-26T21:02:00.287 INFO:teuthology.orchestra.run.smithi118.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-26T21:02:00.288 INFO:teuthology.orchestra.run.smithi069.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-26T21:02:00.289 INFO:teuthology.orchestra.run.smithi069.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-26T21:02:00.293 INFO:teuthology.orchestra.run.smithi069.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-26T21:02:00.295 INFO:teuthology.orchestra.run.smithi118.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-26T21:02:00.309 INFO:teuthology.orchestra.run.smithi069.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-26T21:02:00.310 INFO:teuthology.orchestra.run.smithi069.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-26T21:02:00.310 INFO:teuthology.orchestra.run.smithi069.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-26T21:02:00.324 INFO:teuthology.orchestra.run.smithi118.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-26T21:02:00.335 INFO:teuthology.orchestra.run.smithi118.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-26T21:02:00.336 INFO:teuthology.orchestra.run.smithi118.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-26T21:02:00.337 INFO:teuthology.orchestra.run.smithi118.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-26T21:02:00.343 INFO:teuthology.orchestra.run.smithi069.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-26T21:02:00.344 INFO:teuthology.orchestra.run.smithi069.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-26T21:02:00.354 INFO:teuthology.orchestra.run.smithi069.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-26T21:02:00.354 INFO:teuthology.orchestra.run.smithi069.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-26T21:02:00.355 INFO:teuthology.orchestra.run.smithi069.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-26T21:02:00.358 INFO:teuthology.orchestra.run.smithi069.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-26T21:02:00.359 INFO:teuthology.orchestra.run.smithi069.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-26T21:02:00.367 INFO:teuthology.orchestra.run.smithi118.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-26T21:02:00.542 INFO:teuthology.orchestra.run.smithi118.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-26T21:02:00.710 INFO:teuthology.orchestra.run.smithi069.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2484-g42fc52b8-1jammy [112 kB] 2024-03-26T21:02:00.713 INFO:teuthology.orchestra.run.smithi069.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2484-g42fc52b8-1jammy [466 kB] 2024-03-26T21:02:00.723 INFO:teuthology.orchestra.run.smithi069.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2484-g42fc52b8-1jammy [25.3 MB] 2024-03-26T21:02:00.999 INFO:teuthology.orchestra.run.smithi118.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-26T21:02:01.077 INFO:teuthology.orchestra.run.smithi118.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-26T21:02:01.079 INFO:teuthology.orchestra.run.smithi118.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-26T21:02:01.166 INFO:teuthology.orchestra.run.smithi118.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-26T21:02:01.213 INFO:teuthology.orchestra.run.smithi118.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-26T21:02:01.237 INFO:teuthology.orchestra.run.smithi118.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-26T21:02:01.246 INFO:teuthology.orchestra.run.smithi118.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-26T21:02:01.247 INFO:teuthology.orchestra.run.smithi118.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-26T21:02:01.259 INFO:teuthology.orchestra.run.smithi118.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-26T21:02:01.261 INFO:teuthology.orchestra.run.smithi118.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-26T21:02:01.427 INFO:teuthology.orchestra.run.smithi118.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-26T21:02:01.467 INFO:teuthology.orchestra.run.smithi119.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2484-g42fc52b8-1jammy [3,226 kB] 2024-03-26T21:02:01.511 INFO:teuthology.orchestra.run.smithi118.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-26T21:02:01.540 INFO:teuthology.orchestra.run.smithi118.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-26T21:02:01.557 INFO:teuthology.orchestra.run.smithi118.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-26T21:02:01.601 INFO:teuthology.orchestra.run.smithi118.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-26T21:02:01.874 INFO:teuthology.orchestra.run.smithi118.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-26T21:02:01.875 INFO:teuthology.orchestra.run.smithi118.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-26T21:02:01.876 INFO:teuthology.orchestra.run.smithi118.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-26T21:02:01.955 INFO:teuthology.orchestra.run.smithi118.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-26T21:02:01.956 INFO:teuthology.orchestra.run.smithi118.stdout:Get:44 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2484-g42fc52b8-1jammy [5,086 kB] 2024-03-26T21:02:01.957 INFO:teuthology.orchestra.run.smithi118.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-26T21:02:01.958 INFO:teuthology.orchestra.run.smithi118.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-26T21:02:02.093 INFO:teuthology.orchestra.run.smithi118.stdout:Get:47 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2484-g42fc52b8-1jammy [244 kB] 2024-03-26T21:02:02.123 INFO:teuthology.orchestra.run.smithi118.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-26T21:02:02.128 INFO:teuthology.orchestra.run.smithi118.stdout:Get:49 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2484-g42fc52b8-1jammy [124 kB] 2024-03-26T21:02:02.132 INFO:teuthology.orchestra.run.smithi118.stdout:Get:50 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2484-g42fc52b8-1jammy [1,526 kB] 2024-03-26T21:02:02.217 INFO:teuthology.orchestra.run.smithi118.stdout:Get:51 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2484-g42fc52b8-1jammy [6,259 kB] 2024-03-26T21:02:02.440 INFO:teuthology.orchestra.run.smithi118.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-26T21:02:02.478 INFO:teuthology.orchestra.run.smithi118.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-26T21:02:02.489 INFO:teuthology.orchestra.run.smithi118.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-26T21:02:02.627 INFO:teuthology.orchestra.run.smithi118.stdout:Get:55 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2484-g42fc52b8-1jammy [22.8 MB] 2024-03-26T21:02:02.695 INFO:teuthology.orchestra.run.smithi118.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-26T21:02:02.696 INFO:teuthology.orchestra.run.smithi118.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-26T21:02:02.701 INFO:teuthology.orchestra.run.smithi118.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-26T21:02:02.707 INFO:teuthology.orchestra.run.smithi118.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-26T21:02:02.722 INFO:teuthology.orchestra.run.smithi118.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-26T21:02:02.744 INFO:teuthology.orchestra.run.smithi118.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-26T21:02:02.754 INFO:teuthology.orchestra.run.smithi118.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-26T21:02:02.851 INFO:teuthology.orchestra.run.smithi069.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2484-g42fc52b8-1jammy [5,086 kB] 2024-03-26T21:02:02.930 INFO:teuthology.orchestra.run.smithi118.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-26T21:02:02.946 INFO:teuthology.orchestra.run.smithi119.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2484-g42fc52b8-1jammy [712 kB] 2024-03-26T21:02:03.201 INFO:teuthology.orchestra.run.smithi118.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-26T21:02:03.208 INFO:teuthology.orchestra.run.smithi069.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2484-g42fc52b8-1jammy [244 kB] 2024-03-26T21:02:03.215 INFO:teuthology.orchestra.run.smithi069.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2484-g42fc52b8-1jammy [124 kB] 2024-03-26T21:02:03.219 INFO:teuthology.orchestra.run.smithi069.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2484-g42fc52b8-1jammy [1,526 kB] 2024-03-26T21:02:03.300 INFO:teuthology.orchestra.run.smithi119.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2484-g42fc52b8-1jammy [356 kB] 2024-03-26T21:02:03.359 INFO:teuthology.orchestra.run.smithi069.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2484-g42fc52b8-1jammy [6,259 kB] 2024-03-26T21:02:03.387 INFO:teuthology.orchestra.run.smithi118.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-26T21:02:03.418 INFO:teuthology.orchestra.run.smithi118.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-26T21:02:03.442 INFO:teuthology.orchestra.run.smithi118.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-26T21:02:03.467 INFO:teuthology.orchestra.run.smithi119.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2484-g42fc52b8-1jammy [32.8 kB] 2024-03-26T21:02:03.502 INFO:teuthology.orchestra.run.smithi119.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2484-g42fc52b8-1jammy [180 kB] 2024-03-26T21:02:03.503 INFO:teuthology.orchestra.run.smithi118.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-26T21:02:03.567 INFO:teuthology.orchestra.run.smithi119.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2484-g42fc52b8-1jammy [66.5 kB] 2024-03-26T21:02:03.610 INFO:teuthology.orchestra.run.smithi119.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2484-g42fc52b8-1jammy [330 kB] 2024-03-26T21:02:03.757 INFO:teuthology.orchestra.run.smithi119.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2484-g42fc52b8-1jammy [6,660 kB] 2024-03-26T21:02:03.845 INFO:teuthology.orchestra.run.smithi069.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2484-g42fc52b8-1jammy [22.8 MB] 2024-03-26T21:02:04.125 INFO:teuthology.orchestra.run.smithi118.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-26T21:02:04.125 INFO:teuthology.orchestra.run.smithi118.stdout:Get:70 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2484-g42fc52b8-1jammy [14.1 kB] 2024-03-26T21:02:04.126 INFO:teuthology.orchestra.run.smithi118.stdout:Get:71 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2484-g42fc52b8-1jammy [870 kB] 2024-03-26T21:02:04.201 INFO:teuthology.orchestra.run.smithi118.stdout:Get:72 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2484-g42fc52b8-1jammy [2,434 kB] 2024-03-26T21:02:04.201 INFO:teuthology.orchestra.run.smithi118.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-26T21:02:04.204 INFO:teuthology.orchestra.run.smithi118.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-26T21:02:04.204 INFO:teuthology.orchestra.run.smithi118.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-26T21:02:04.207 INFO:teuthology.orchestra.run.smithi118.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-26T21:02:04.323 INFO:teuthology.orchestra.run.smithi118.stdout:Get:77 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2484-g42fc52b8-1jammy [791 kB] 2024-03-26T21:02:04.337 INFO:teuthology.orchestra.run.smithi118.stdout:Get:78 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2484-g42fc52b8-1jammy [147 kB] 2024-03-26T21:02:04.340 INFO:teuthology.orchestra.run.smithi118.stdout:Get:79 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2484-g42fc52b8-1jammy [2,250 kB] 2024-03-26T21:02:04.419 INFO:teuthology.orchestra.run.smithi118.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-26T21:02:04.462 INFO:teuthology.orchestra.run.smithi118.stdout:Get:81 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2484-g42fc52b8-1jammy [8,625 kB] 2024-03-26T21:02:04.854 INFO:teuthology.orchestra.run.smithi118.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-26T21:02:04.860 INFO:teuthology.orchestra.run.smithi118.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-26T21:02:05.089 INFO:teuthology.orchestra.run.smithi118.stdout:Get:84 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2484-g42fc52b8-1jammy [14.2 kB] 2024-03-26T21:02:05.089 INFO:teuthology.orchestra.run.smithi118.stdout:Get:85 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2484-g42fc52b8-1jammy [50.3 MB] 2024-03-26T21:02:05.578 INFO:teuthology.orchestra.run.smithi069.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2484-g42fc52b8-1jammy [14.1 kB] 2024-03-26T21:02:05.579 INFO:teuthology.orchestra.run.smithi069.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2484-g42fc52b8-1jammy [870 kB] 2024-03-26T21:02:05.596 INFO:teuthology.orchestra.run.smithi069.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2484-g42fc52b8-1jammy [2,434 kB] 2024-03-26T21:02:05.727 INFO:teuthology.orchestra.run.smithi069.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2484-g42fc52b8-1jammy [791 kB] 2024-03-26T21:02:05.790 INFO:teuthology.orchestra.run.smithi069.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2484-g42fc52b8-1jammy [147 kB] 2024-03-26T21:02:05.794 INFO:teuthology.orchestra.run.smithi069.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2484-g42fc52b8-1jammy [2,250 kB] 2024-03-26T21:02:05.969 INFO:teuthology.orchestra.run.smithi069.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2484-g42fc52b8-1jammy [8,625 kB] 2024-03-26T21:02:06.203 INFO:teuthology.orchestra.run.smithi118.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-26T21:02:06.203 INFO:teuthology.orchestra.run.smithi118.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-26T21:02:06.560 INFO:teuthology.orchestra.run.smithi069.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2484-g42fc52b8-1jammy [14.2 kB] 2024-03-26T21:02:06.560 INFO:teuthology.orchestra.run.smithi069.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2484-g42fc52b8-1jammy [50.3 MB] 2024-03-26T21:02:06.662 INFO:teuthology.orchestra.run.smithi119.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2484-g42fc52b8-1jammy [112 kB] 2024-03-26T21:02:06.754 INFO:teuthology.orchestra.run.smithi119.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2484-g42fc52b8-1jammy [466 kB] 2024-03-26T21:02:06.848 INFO:teuthology.orchestra.run.smithi118.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-26T21:02:06.849 INFO:teuthology.orchestra.run.smithi118.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-26T21:02:06.929 INFO:teuthology.orchestra.run.smithi118.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-26T21:02:06.951 INFO:teuthology.orchestra.run.smithi119.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2484-g42fc52b8-1jammy [25.3 MB] 2024-03-26T21:02:07.010 INFO:teuthology.orchestra.run.smithi118.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-26T21:02:07.098 INFO:teuthology.orchestra.run.smithi118.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-26T21:02:07.264 INFO:teuthology.orchestra.run.smithi118.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-26T21:02:08.920 INFO:teuthology.orchestra.run.smithi118.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2484-g42fc52b8-1jammy [124 kB] 2024-03-26T21:02:08.922 INFO:teuthology.orchestra.run.smithi118.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2484-g42fc52b8-1jammy [38.9 kB] 2024-03-26T21:02:08.923 INFO:teuthology.orchestra.run.smithi118.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2484-g42fc52b8-1jammy [13.2 MB] 2024-03-26T21:02:09.242 INFO:teuthology.orchestra.run.smithi118.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-26T21:02:09.657 INFO:teuthology.orchestra.run.smithi118.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-26T21:02:09.667 INFO:teuthology.orchestra.run.smithi118.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2484-g42fc52b8-1jammy [91.4 kB] 2024-03-26T21:02:09.735 INFO:teuthology.orchestra.run.smithi118.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-26T21:02:09.753 INFO:teuthology.orchestra.run.smithi118.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-26T21:02:09.947 INFO:teuthology.orchestra.run.smithi118.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-26T21:02:10.002 INFO:teuthology.orchestra.run.smithi118.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-26T21:02:10.012 INFO:teuthology.orchestra.run.smithi118.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-26T21:02:10.017 INFO:teuthology.orchestra.run.smithi118.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-26T21:02:10.078 INFO:teuthology.orchestra.run.smithi118.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-26T21:02:10.084 INFO:teuthology.orchestra.run.smithi118.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-26T21:02:10.109 INFO:teuthology.orchestra.run.smithi069.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2484-g42fc52b8-1jammy [124 kB] 2024-03-26T21:02:10.111 INFO:teuthology.orchestra.run.smithi069.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2484-g42fc52b8-1jammy [38.9 kB] 2024-03-26T21:02:10.113 INFO:teuthology.orchestra.run.smithi069.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2484-g42fc52b8-1jammy [13.2 MB] 2024-03-26T21:02:10.121 INFO:teuthology.orchestra.run.smithi118.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-26T21:02:10.286 INFO:teuthology.orchestra.run.smithi118.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-26T21:02:10.483 INFO:teuthology.orchestra.run.smithi069.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2484-g42fc52b8-1jammy [91.4 kB] 2024-03-26T21:02:10.561 INFO:teuthology.orchestra.run.smithi118.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-26T21:02:10.579 INFO:teuthology.orchestra.run.smithi118.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-26T21:02:10.789 INFO:teuthology.orchestra.run.smithi118.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-26T21:02:10.847 INFO:teuthology.orchestra.run.smithi118.stdout:Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-26T21:02:11.025 INFO:teuthology.orchestra.run.smithi118.stdout:Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-26T21:02:11.028 INFO:teuthology.orchestra.run.smithi118.stdout:Get:115 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-26T21:02:11.029 INFO:teuthology.orchestra.run.smithi118.stdout:Get:116 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-26T21:02:11.042 INFO:teuthology.orchestra.run.smithi069.stdout:Fetched 178 MB in 11s (15.9 MB/s) 2024-03-26T21:02:11.089 INFO:teuthology.orchestra.run.smithi118.stdout:Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-26T21:02:11.099 INFO:teuthology.orchestra.run.smithi118.stdout:Get:118 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-26T21:02:11.176 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-26T21:02:11.275 INFO:teuthology.orchestra.run.smithi069.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-26T21:02:11.280 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-26T21:02:11.349 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T21:02:11.711 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-26T21:02:11.737 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-26T21:02:11.777 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T21:02:11.920 INFO:teuthology.orchestra.run.smithi118.stdout:Fetched 178 MB in 12s (14.6 MB/s) 2024-03-26T21:02:12.105 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-26T21:02:12.132 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-26T21:02:12.161 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-26T21:02:12.163 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T21:02:12.228 INFO:teuthology.orchestra.run.smithi118.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-26T21:02:12.234 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-26T21:02:12.318 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T21:02:12.592 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-26T21:02:12.618 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T21:02:12.646 INFO:teuthology.orchestra.run.smithi119.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2484-g42fc52b8-1jammy [5,086 kB] 2024-03-26T21:02:12.646 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-26T21:02:12.667 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T21:02:12.673 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-26T21:02:12.722 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T21:02:13.066 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-26T21:02:13.078 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-26T21:02:13.093 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-26T21:02:13.104 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T21:02:13.144 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T21:02:13.149 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T21:02:13.282 INFO:teuthology.orchestra.run.smithi119.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2484-g42fc52b8-1jammy [244 kB] 2024-03-26T21:02:13.319 INFO:teuthology.orchestra.run.smithi119.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2484-g42fc52b8-1jammy [124 kB] 2024-03-26T21:02:13.334 INFO:teuthology.orchestra.run.smithi119.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2484-g42fc52b8-1jammy [1,526 kB] 2024-03-26T21:02:13.464 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-26T21:02:13.491 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T21:02:13.523 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T21:02:13.595 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-26T21:02:13.596 INFO:teuthology.orchestra.run.smithi119.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2484-g42fc52b8-1jammy [6,259 kB] 2024-03-26T21:02:13.622 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T21:02:13.669 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T21:02:13.853 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-26T21:02:13.876 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-26T21:02:13.917 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T21:02:14.048 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-26T21:02:14.074 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T21:02:14.115 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T21:02:14.236 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package librados2. 2024-03-26T21:02:14.263 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../007-librados2_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:14.303 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking librados2 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:14.526 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-26T21:02:14.553 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T21:02:14.601 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T21:02:14.731 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package librbd1. 2024-03-26T21:02:14.757 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../008-librbd1_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:14.789 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking librbd1 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:14.988 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-26T21:02:15.014 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-26T21:02:15.054 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T21:02:15.250 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libcephfs2. 2024-03-26T21:02:15.276 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:15.317 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libcephfs2 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:15.348 INFO:teuthology.orchestra.run.smithi119.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2484-g42fc52b8-1jammy [22.8 MB] 2024-03-26T21:02:15.383 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package librados2. 2024-03-26T21:02:15.409 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../007-librados2_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:15.449 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking librados2 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:15.577 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-rados. 2024-03-26T21:02:15.593 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:15.636 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-rados (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:15.952 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package librbd1. 2024-03-26T21:02:15.979 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../008-librbd1_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:16.027 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking librbd1 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:16.139 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-26T21:02:16.165 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:02:16.205 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-ceph-argparse (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:16.449 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-cephfs. 2024-03-26T21:02:16.464 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:16.499 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-cephfs (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:16.513 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libcephfs2. 2024-03-26T21:02:16.540 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:16.588 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libcephfs2 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:16.785 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-26T21:02:16.811 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:02:16.851 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-ceph-common (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:17.058 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-rados. 2024-03-26T21:02:17.085 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:17.124 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-rados (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:17.171 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-26T21:02:17.197 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-26T21:02:17.237 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T21:02:17.411 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-26T21:02:17.437 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:02:17.469 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-ceph-argparse (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:17.549 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-prettytable. 2024-03-26T21:02:17.575 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-26T21:02:17.615 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-26T21:02:17.713 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-cephfs. 2024-03-26T21:02:17.728 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:17.780 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-cephfs (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:17.876 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-rbd. 2024-03-26T21:02:17.891 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:17.926 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-rbd (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:18.099 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-26T21:02:18.126 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:02:18.166 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-ceph-common (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:18.195 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-26T21:02:18.210 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-26T21:02:18.254 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T21:02:18.486 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-26T21:02:18.512 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-26T21:02:18.523 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-26T21:02:18.550 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-26T21:02:18.552 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T21:02:18.589 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T21:02:18.847 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-prettytable. 2024-03-26T21:02:18.874 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-26T21:02:18.905 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-26T21:02:18.917 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-26T21:02:18.933 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-26T21:02:18.975 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T21:02:19.158 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-rbd. 2024-03-26T21:02:19.185 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:19.225 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-rbd (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:19.312 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package lua5.1. 2024-03-26T21:02:19.338 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-26T21:02:19.378 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-26T21:02:19.578 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-26T21:02:19.604 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-26T21:02:19.644 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T21:02:19.681 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package lua-any. 2024-03-26T21:02:19.697 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-26T21:02:19.739 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-26T21:02:19.914 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-26T21:02:19.929 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-26T21:02:19.980 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T21:02:19.985 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package zip. 2024-03-26T21:02:20.000 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-26T21:02:20.042 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking zip (3.0-12build2) ... 2024-03-26T21:02:20.292 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-26T21:02:20.307 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-26T21:02:20.350 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T21:02:20.362 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package unzip. 2024-03-26T21:02:20.388 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-26T21:02:20.428 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-26T21:02:20.507 INFO:teuthology.orchestra.run.smithi119.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2484-g42fc52b8-1jammy [14.1 kB] 2024-03-26T21:02:20.507 INFO:teuthology.orchestra.run.smithi119.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2484-g42fc52b8-1jammy [870 kB] 2024-03-26T21:02:20.600 INFO:teuthology.orchestra.run.smithi119.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2484-g42fc52b8-1jammy [2,434 kB] 2024-03-26T21:02:20.678 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package lua5.1. 2024-03-26T21:02:20.705 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-26T21:02:20.745 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-26T21:02:20.815 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package luarocks. 2024-03-26T21:02:20.842 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-26T21:02:20.882 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-26T21:02:21.032 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package lua-any. 2024-03-26T21:02:21.058 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-26T21:02:21.098 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-26T21:02:21.189 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package librgw2. 2024-03-26T21:02:21.216 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../025-librgw2_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:21.247 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking librgw2 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:21.251 INFO:teuthology.orchestra.run.smithi119.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2484-g42fc52b8-1jammy [791 kB] 2024-03-26T21:02:21.343 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package zip. 2024-03-26T21:02:21.369 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-26T21:02:21.396 INFO:teuthology.orchestra.run.smithi119.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2484-g42fc52b8-1jammy [147 kB] 2024-03-26T21:02:21.408 INFO:teuthology.orchestra.run.smithi119.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2484-g42fc52b8-1jammy [2,250 kB] 2024-03-26T21:02:21.409 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking zip (3.0-12build2) ... 2024-03-26T21:02:21.737 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package unzip. 2024-03-26T21:02:21.763 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-26T21:02:21.775 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-rgw. 2024-03-26T21:02:21.790 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:21.804 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-26T21:02:21.833 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-rgw (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:21.840 INFO:teuthology.orchestra.run.smithi119.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2484-g42fc52b8-1jammy [8,625 kB] 2024-03-26T21:02:22.169 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-26T21:02:22.195 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-26T21:02:22.235 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T21:02:22.300 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package luarocks. 2024-03-26T21:02:22.327 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-26T21:02:22.358 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-26T21:02:22.572 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libradosstriper1. 2024-03-26T21:02:22.598 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:22.638 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libradosstriper1 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:22.716 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package librgw2. 2024-03-26T21:02:22.742 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../025-librgw2_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:22.782 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking librgw2 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:22.967 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-common. 2024-03-26T21:02:22.993 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:23.024 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-common (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:23.202 INFO:teuthology.orchestra.run.smithi119.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2484-g42fc52b8-1jammy [14.2 kB] 2024-03-26T21:02:23.203 INFO:teuthology.orchestra.run.smithi119.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2484-g42fc52b8-1jammy [50.3 MB] 2024-03-26T21:02:23.352 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-rgw. 2024-03-26T21:02:23.378 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:23.418 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-rgw (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:23.721 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-26T21:02:23.748 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-26T21:02:23.788 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T21:02:24.074 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libradosstriper1. 2024-03-26T21:02:24.101 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:24.141 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libradosstriper1 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:24.321 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-base. 2024-03-26T21:02:24.347 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:24.397 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-base (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:24.570 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-common. 2024-03-26T21:02:24.596 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:24.636 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-common (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:24.950 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-26T21:02:24.977 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-26T21:02:25.017 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-26T21:02:25.311 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-cheroot. 2024-03-26T21:02:25.338 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-26T21:02:25.378 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T21:02:25.681 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-26T21:02:25.707 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-26T21:02:25.739 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-26T21:02:25.977 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-base. 2024-03-26T21:02:26.004 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:26.017 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-26T21:02:26.043 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-26T21:02:26.053 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-base (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:26.083 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-26T21:02:26.386 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-26T21:02:26.413 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-26T21:02:26.453 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-26T21:02:26.640 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-26T21:02:26.667 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-26T21:02:26.715 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-26T21:02:26.914 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-tempora. 2024-03-26T21:02:26.940 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-26T21:02:26.980 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-26T21:02:26.993 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-cheroot. 2024-03-26T21:02:27.020 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-26T21:02:27.060 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T21:02:27.241 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-portend. 2024-03-26T21:02:27.256 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-26T21:02:27.291 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-26T21:02:27.504 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-26T21:02:27.531 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-26T21:02:27.560 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-26T21:02:27.562 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-26T21:02:27.587 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-26T21:02:27.627 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-26T21:02:27.857 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-26T21:02:27.884 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-26T21:02:27.924 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-26T21:02:27.930 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-26T21:02:27.956 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-26T21:02:27.996 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-26T21:02:28.227 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-26T21:02:28.254 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-26T21:02:28.294 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-26T21:02:28.350 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-natsort. 2024-03-26T21:02:28.376 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-26T21:02:28.416 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-26T21:02:28.555 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-tempora. 2024-03-26T21:02:28.581 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-26T21:02:28.614 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-26T21:02:28.686 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-logutils. 2024-03-26T21:02:28.701 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-26T21:02:28.736 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-26T21:02:28.900 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-portend. 2024-03-26T21:02:28.926 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-26T21:02:28.967 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-26T21:02:29.022 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-26T21:02:29.048 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-26T21:02:29.088 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-26T21:02:29.269 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-26T21:02:29.296 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-26T21:02:29.336 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-26T21:02:29.392 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-mako. 2024-03-26T21:02:29.418 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-26T21:02:29.458 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T21:02:29.614 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-26T21:02:29.641 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-26T21:02:29.681 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-26T21:02:29.812 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-26T21:02:29.838 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-26T21:02:29.878 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-26T21:02:29.963 INFO:teuthology.orchestra.run.smithi119.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2484-g42fc52b8-1jammy [124 kB] 2024-03-26T21:02:29.965 INFO:teuthology.orchestra.run.smithi119.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2484-g42fc52b8-1jammy [38.9 kB] 2024-03-26T21:02:29.966 INFO:teuthology.orchestra.run.smithi119.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2484-g42fc52b8-1jammy [13.2 MB] 2024-03-26T21:02:30.068 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-natsort. 2024-03-26T21:02:30.095 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-26T21:02:30.135 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-26T21:02:30.147 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-26T21:02:30.162 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-26T21:02:30.197 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-26T21:02:30.446 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-logutils. 2024-03-26T21:02:30.473 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-26T21:02:30.500 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-webob. 2024-03-26T21:02:30.513 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-26T21:02:30.526 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-26T21:02:30.566 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-26T21:02:30.774 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-26T21:02:30.789 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-26T21:02:30.824 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-26T21:02:30.911 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-waitress. 2024-03-26T21:02:30.937 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-26T21:02:30.980 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T21:02:31.104 INFO:teuthology.orchestra.run.smithi119.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2484-g42fc52b8-1jammy [91.4 kB] 2024-03-26T21:02:31.127 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-mako. 2024-03-26T21:02:31.154 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-26T21:02:31.194 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T21:02:31.288 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-tempita. 2024-03-26T21:02:31.315 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-26T21:02:31.355 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T21:02:31.675 INFO:teuthology.orchestra.run.smithi119.stdout:Fetched 178 MB in 32s (5,609 kB/s) 2024-03-26T21:02:31.689 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-26T21:02:31.717 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-26T21:02:31.835 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-26T21:02:31.935 INFO:teuthology.orchestra.run.smithi119.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-26T21:02:31.941 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-26T21:02:32.017 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T21:02:32.273 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-26T21:02:32.363 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-26T21:02:32.389 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-26T21:02:32.429 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T21:02:32.528 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-paste. 2024-03-26T21:02:32.554 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-26T21:02:32.570 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-26T21:02:32.585 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T21:02:32.594 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-26T21:02:32.626 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-26T21:02:32.898 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-26T21:02:32.904 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-webob. 2024-03-26T21:02:32.912 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-26T21:02:32.931 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-26T21:02:32.955 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T21:02:32.971 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-26T21:02:33.275 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-26T21:02:33.301 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-26T21:02:33.341 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-26T21:02:33.349 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-waitress. 2024-03-26T21:02:33.376 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-26T21:02:33.419 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T21:02:33.457 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-26T21:02:33.483 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-26T21:02:33.524 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T21:02:33.594 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-webtest. 2024-03-26T21:02:33.621 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-26T21:02:33.661 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-26T21:02:33.710 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-tempita. 2024-03-26T21:02:33.737 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-26T21:02:33.777 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T21:02:33.972 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pecan. 2024-03-26T21:02:33.999 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-26T21:02:34.038 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T21:02:34.063 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-paste. 2024-03-26T21:02:34.069 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-26T21:02:34.090 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-26T21:02:34.096 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T21:02:34.130 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T21:02:34.153 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T21:02:34.393 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-certifi. 2024-03-26T21:02:34.420 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-26T21:02:34.460 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-26T21:02:34.475 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-26T21:02:34.502 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-26T21:02:34.542 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T21:02:34.564 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-26T21:02:34.591 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T21:02:34.631 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T21:02:34.788 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-idna. 2024-03-26T21:02:34.794 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-26T21:02:34.814 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-26T21:02:34.821 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-26T21:02:34.853 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-26T21:02:34.854 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-26T21:02:34.992 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-26T21:02:35.019 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T21:02:35.058 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T21:02:35.123 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-webtest. 2024-03-26T21:02:35.150 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-26T21:02:35.165 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-urllib3. 2024-03-26T21:02:35.189 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-26T21:02:35.192 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-26T21:02:35.232 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T21:02:35.462 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-26T21:02:35.488 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-26T21:02:35.509 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-pecan. 2024-03-26T21:02:35.519 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-requests. 2024-03-26T21:02:35.536 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-26T21:02:35.537 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T21:02:35.545 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-26T21:02:35.576 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T21:02:35.585 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T21:02:35.846 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-26T21:02:35.872 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-26T21:02:35.890 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package librados2. 2024-03-26T21:02:35.906 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T21:02:35.914 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-certifi. 2024-03-26T21:02:35.916 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../007-librados2_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:35.941 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-26T21:02:35.956 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking librados2 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:35.981 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-26T21:02:36.182 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-26T21:02:36.197 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:02:36.232 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:36.317 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-idna. 2024-03-26T21:02:36.344 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-26T21:02:36.384 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-26T21:02:36.442 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package librbd1. 2024-03-26T21:02:36.468 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../008-librbd1_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:36.509 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking librbd1 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:36.603 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-26T21:02:36.630 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:36.670 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-urllib3. 2024-03-26T21:02:36.687 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:36.697 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-26T21:02:36.737 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T21:02:36.937 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libcephfs2. 2024-03-26T21:02:36.963 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:36.998 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-26T21:02:37.003 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libcephfs2 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:37.015 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-requests. 2024-03-26T21:02:37.024 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-26T21:02:37.031 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-26T21:02:37.064 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-26T21:02:37.073 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T21:02:37.272 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-rados. 2024-03-26T21:02:37.287 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:37.347 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-rados (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:37.360 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-26T21:02:37.387 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-26T21:02:37.427 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T21:02:37.476 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-openssl. 2024-03-26T21:02:37.502 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-26T21:02:37.534 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-26T21:02:37.659 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-26T21:02:37.685 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:02:37.705 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-26T21:02:37.721 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:02:37.725 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-ceph-argparse (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:37.763 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:37.870 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mgr. 2024-03-26T21:02:37.897 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:37.937 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mgr (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:37.944 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-cephfs. 2024-03-26T21:02:37.960 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:37.994 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-cephfs (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:38.152 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-26T21:02:38.179 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:38.219 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:38.280 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-26T21:02:38.306 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:02:38.323 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mon. 2024-03-26T21:02:38.347 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-ceph-common (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:38.349 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:38.389 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mon (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:38.480 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-26T21:02:38.507 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-26T21:02:38.546 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-26T21:02:38.658 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-26T21:02:38.685 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-26T21:02:38.725 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T21:02:38.849 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-openssl. 2024-03-26T21:02:38.876 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-26T21:02:38.916 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-26T21:02:38.960 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-osd. 2024-03-26T21:02:38.986 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:39.018 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-osd (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:39.021 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-prettytable. 2024-03-26T21:02:39.048 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-26T21:02:39.080 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-26T21:02:39.269 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-mgr. 2024-03-26T21:02:39.290 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-rbd. 2024-03-26T21:02:39.296 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:39.306 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:39.336 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-mgr (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:39.340 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-rbd (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:39.694 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-26T21:02:39.697 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-mon. 2024-03-26T21:02:39.720 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-26T21:02:39.724 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:39.756 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-mon (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:39.760 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T21:02:40.046 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph. 2024-03-26T21:02:40.046 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-26T21:02:40.061 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-26T21:02:40.062 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../066-ceph_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:40.104 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T21:02:40.104 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:40.376 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-osd. 2024-03-26T21:02:40.390 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-26T21:02:40.404 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:40.405 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-26T21:02:40.440 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T21:02:40.443 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-osd (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:40.465 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-fuse. 2024-03-26T21:02:40.492 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:40.532 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-fuse (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:40.735 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package lua5.1. 2024-03-26T21:02:40.761 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-26T21:02:40.802 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-26T21:02:40.902 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mds. 2024-03-26T21:02:40.928 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:40.968 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mds (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:41.105 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package lua-any. 2024-03-26T21:02:41.120 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-26T21:02:41.163 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-26T21:02:41.329 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package cephadm. 2024-03-26T21:02:41.356 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../069-cephadm_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:41.382 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package zip. 2024-03-26T21:02:41.396 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking cephadm (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:41.397 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-26T21:02:41.432 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking zip (3.0-12build2) ... 2024-03-26T21:02:41.504 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph. 2024-03-26T21:02:41.520 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../066-ceph_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:41.563 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:41.690 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-26T21:02:41.702 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package unzip. 2024-03-26T21:02:41.717 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-26T21:02:41.718 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-26T21:02:41.752 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-26T21:02:41.756 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-26T21:02:41.841 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-fuse. 2024-03-26T21:02:41.868 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:41.900 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-fuse (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:42.059 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-26T21:02:42.075 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T21:02:42.117 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T21:02:42.139 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package luarocks. 2024-03-26T21:02:42.165 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-26T21:02:42.206 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-26T21:02:42.294 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-mds. 2024-03-26T21:02:42.321 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:42.361 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-mds (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:42.614 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package librgw2. 2024-03-26T21:02:42.640 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../025-librgw2_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:42.680 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking librgw2 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:42.807 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package cephadm. 2024-03-26T21:02:42.834 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../069-cephadm_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:43.022 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking cephadm (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:43.097 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-babel. 2024-03-26T21:02:43.124 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T21:02:43.164 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T21:02:43.233 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-rgw. 2024-03-26T21:02:43.259 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:43.299 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-rgw (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:43.308 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-26T21:02:43.335 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-26T21:02:43.367 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-26T21:02:43.492 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-jinja2. 2024-03-26T21:02:43.519 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-26T21:02:43.566 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T21:02:43.678 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-26T21:02:43.693 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T21:02:43.694 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-26T21:02:43.720 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-26T21:02:43.730 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T21:02:43.769 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T21:02:43.936 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-26T21:02:43.963 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:02:44.003 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:44.138 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libradosstriper1. 2024-03-26T21:02:44.165 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:44.205 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libradosstriper1 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:44.331 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-26T21:02:44.358 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-26T21:02:44.397 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-26T21:02:44.633 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-common. 2024-03-26T21:02:44.660 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:44.684 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-routes. 2024-03-26T21:02:44.700 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-common (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:44.711 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-26T21:02:44.733 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-babel. 2024-03-26T21:02:44.742 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T21:02:44.760 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T21:02:44.800 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T21:02:45.062 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-26T21:02:45.089 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:02:45.128 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:45.145 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-jinja2. 2024-03-26T21:02:45.173 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-26T21:02:45.211 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T21:02:45.556 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-26T21:02:45.583 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:02:45.623 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:45.952 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-26T21:02:45.979 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-26T21:02:46.018 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-26T21:02:46.038 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-base. 2024-03-26T21:02:46.065 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:46.123 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-base (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:46.321 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-routes. 2024-03-26T21:02:46.348 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-26T21:02:46.350 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-26T21:02:46.377 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-26T21:02:46.387 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T21:02:46.416 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T21:02:46.693 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-26T21:02:46.719 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-26T21:02:46.749 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-26T21:02:46.763 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-26T21:02:46.777 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:02:46.816 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:46.911 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-joblib. 2024-03-26T21:02:46.939 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-26T21:02:46.978 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T21:02:47.254 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-cheroot. 2024-03-26T21:02:47.281 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-26T21:02:47.306 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-26T21:02:47.329 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T21:02:47.333 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-26T21:02:47.372 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-26T21:02:47.615 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-26T21:02:47.642 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-26T21:02:47.674 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-26T21:02:47.901 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-sklearn. 2024-03-26T21:02:47.928 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-26T21:02:47.967 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T21:02:47.977 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-26T21:02:48.003 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-26T21:02:48.043 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-26T21:02:48.163 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-26T21:02:48.179 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-26T21:02:48.221 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T21:02:48.355 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-26T21:02:48.381 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-26T21:02:48.421 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-26T21:02:48.625 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-26T21:02:48.654 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:02:48.691 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-tempora. 2024-03-26T21:02:48.717 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-26T21:02:48.749 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-26T21:02:48.750 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-joblib. 2024-03-26T21:02:48.777 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:48.778 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-26T21:02:48.817 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T21:02:49.035 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-portend. 2024-03-26T21:02:49.062 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-26T21:02:49.102 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-26T21:02:49.145 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-26T21:02:49.162 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-26T21:02:49.195 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-26T21:02:49.413 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-26T21:02:49.439 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-26T21:02:49.480 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-26T21:02:49.490 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-sklearn. 2024-03-26T21:02:49.517 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-26T21:02:49.556 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T21:02:49.631 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-cachetools. 2024-03-26T21:02:49.646 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-26T21:02:49.689 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-26T21:02:49.766 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-26T21:02:49.792 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-26T21:02:49.832 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-26T21:02:50.008 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-26T21:02:50.035 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-26T21:02:50.083 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-26T21:02:50.186 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-natsort. 2024-03-26T21:02:50.213 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-26T21:02:50.252 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-26T21:02:50.282 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-26T21:02:50.310 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:02:50.411 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-26T21:02:50.439 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-26T21:02:50.443 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:50.478 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T21:02:50.564 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-logutils. 2024-03-26T21:02:50.591 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-26T21:02:50.647 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-26T21:02:50.789 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-rsa. 2024-03-26T21:02:50.816 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-26T21:02:50.856 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-26T21:02:50.917 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-26T21:02:50.932 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-26T21:02:50.967 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-26T21:02:51.176 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-google-auth. 2024-03-26T21:02:51.192 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-26T21:02:51.226 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-26T21:02:51.253 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-mako. 2024-03-26T21:02:51.280 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-26T21:02:51.319 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T21:02:51.363 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-cachetools. 2024-03-26T21:02:51.390 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-26T21:02:51.430 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-26T21:02:51.529 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-26T21:02:51.556 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-26T21:02:51.596 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T21:02:51.665 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-26T21:02:51.691 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-26T21:02:51.731 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-26T21:02:51.733 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-26T21:02:51.760 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-26T21:02:51.799 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-26T21:02:51.857 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-websocket. 2024-03-26T21:02:51.884 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-26T21:02:51.915 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-26T21:02:52.026 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-26T21:02:52.052 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-26T21:02:52.092 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-26T21:02:52.111 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-26T21:02:52.127 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-26T21:02:52.161 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T21:02:52.235 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-26T21:02:52.502 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-26T21:02:52.503 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T21:02:52.503 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-rsa. 2024-03-26T21:02:52.503 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-26T21:02:52.503 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-26T21:02:52.503 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-webob. 2024-03-26T21:02:52.503 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-26T21:02:52.503 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-26T21:02:52.890 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-waitress. 2024-03-26T21:02:52.916 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-26T21:02:52.953 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-google-auth. 2024-03-26T21:02:52.960 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T21:02:52.980 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-26T21:02:53.013 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-26T21:02:53.057 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-26T21:02:53.074 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:02:53.107 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:53.268 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-tempita. 2024-03-26T21:02:53.294 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-26T21:02:53.334 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T21:02:53.443 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-26T21:02:53.471 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-26T21:02:53.510 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T21:02:53.514 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-26T21:02:53.541 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-26T21:02:53.580 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T21:02:53.645 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-paste. 2024-03-26T21:02:53.672 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-26T21:02:53.712 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T21:02:53.846 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-26T21:02:53.874 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T21:02:53.892 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-websocket. 2024-03-26T21:02:53.912 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T21:02:53.919 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-26T21:02:53.958 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-26T21:02:54.048 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-26T21:02:54.064 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-26T21:02:54.107 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T21:02:54.157 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package jq. 2024-03-26T21:02:54.173 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T21:02:54.215 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-26T21:02:54.279 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-26T21:02:54.306 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-26T21:02:54.345 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T21:02:54.393 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-26T21:02:54.419 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-26T21:02:54.434 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package socat. 2024-03-26T21:02:54.450 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-26T21:02:54.459 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-26T21:02:54.492 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-26T21:02:54.762 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-webtest. 2024-03-26T21:02:54.789 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-26T21:02:54.829 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package xmlstarlet. 2024-03-26T21:02:54.829 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-26T21:02:54.845 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-26T21:02:54.887 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-26T21:02:55.009 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-26T21:02:55.025 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:02:55.067 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:55.107 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-pecan. 2024-03-26T21:02:55.122 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-26T21:02:55.157 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T21:02:55.233 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-test. 2024-03-26T21:02:55.249 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:55.291 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-test (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:55.404 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-26T21:02:55.432 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-26T21:02:55.462 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-certifi. 2024-03-26T21:02:55.470 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T21:02:55.488 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-26T21:02:55.528 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-26T21:02:55.774 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-26T21:02:55.802 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T21:02:55.840 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T21:02:55.873 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-idna. 2024-03-26T21:02:55.899 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-26T21:02:55.939 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-26T21:02:56.102 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package jq. 2024-03-26T21:02:56.117 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T21:02:56.160 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-26T21:02:56.251 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-urllib3. 2024-03-26T21:02:56.277 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-26T21:02:56.317 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T21:02:56.405 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package socat. 2024-03-26T21:02:56.432 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-26T21:02:56.471 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-26T21:02:56.645 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-requests. 2024-03-26T21:02:56.672 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-26T21:02:56.712 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T21:02:56.791 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package xmlstarlet. 2024-03-26T21:02:56.807 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-26T21:02:56.849 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-26T21:02:56.990 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-26T21:02:57.017 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-26T21:02:57.056 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T21:02:57.204 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-test. 2024-03-26T21:02:57.231 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:57.270 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-test (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:57.376 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-26T21:02:57.403 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:02:57.443 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:57.445 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-volume. 2024-03-26T21:02:57.473 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:02:57.512 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-volume (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:57.799 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-26T21:02:57.815 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:57.823 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-26T21:02:57.850 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:57.857 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libcephfs-dev (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:57.889 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:58.209 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-26T21:02:58.236 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-26T21:02:58.275 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-26T21:02:58.401 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-26T21:02:58.428 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-26T21:02:58.459 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T21:02:58.578 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-openssl. 2024-03-26T21:02:58.605 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-26T21:02:58.644 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-26T21:02:58.747 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-26T21:02:58.775 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-26T21:02:58.814 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-26T21:02:58.973 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-mgr. 2024-03-26T21:02:59.000 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:59.039 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-mgr (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:59.184 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package nvme-cli. 2024-03-26T21:02:59.212 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-26T21:02:59.259 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T21:02:59.443 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-mon. 2024-03-26T21:02:59.469 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:02:59.526 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-mon (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:59.633 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-volume. 2024-03-26T21:02:59.661 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:02:59.672 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package pkg-config. 2024-03-26T21:02:59.700 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-volume (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:02:59.700 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-26T21:02:59.730 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T21:02:59.983 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-26T21:03:00.010 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-26T21:03:00.029 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-26T21:03:00.045 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:03:00.050 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-26T21:03:00.087 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libcephfs-dev (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:00.113 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-osd. 2024-03-26T21:03:00.139 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:03:00.179 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-osd (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:00.399 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-26T21:03:00.427 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-26T21:03:00.461 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-26T21:03:00.465 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T21:03:00.489 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-26T21:03:00.527 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-26T21:03:00.780 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pastescript. 2024-03-26T21:03:00.787 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-26T21:03:00.796 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-26T21:03:00.815 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-26T21:03:00.830 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-26T21:03:00.853 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-26T21:03:01.108 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pluggy. 2024-03-26T21:03:01.136 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-26T21:03:01.175 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-26T21:03:01.232 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package nvme-cli. 2024-03-26T21:03:01.241 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph. 2024-03-26T21:03:01.260 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-26T21:03:01.267 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../066-ceph_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:03:01.299 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T21:03:01.316 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:01.495 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-psutil. 2024-03-26T21:03:01.522 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-26T21:03:01.561 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-26T21:03:01.719 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-fuse. 2024-03-26T21:03:01.745 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:03:01.755 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package pkg-config. 2024-03-26T21:03:01.782 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-26T21:03:01.793 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-fuse (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:01.821 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T21:03:01.897 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-py. 2024-03-26T21:03:01.925 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-26T21:03:01.963 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-26T21:03:02.082 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-26T21:03:02.098 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-26T21:03:02.132 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-26T21:03:02.138 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-mds. 2024-03-26T21:03:02.165 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:03:02.205 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-mds (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:02.292 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pygments. 2024-03-26T21:03:02.319 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-26T21:03:02.359 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T21:03:02.553 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-26T21:03:02.575 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package cephadm. 2024-03-26T21:03:02.580 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-26T21:03:02.601 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../069-cephadm_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:03:02.619 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-26T21:03:02.641 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking cephadm (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:02.821 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-26T21:03:02.848 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-26T21:03:02.872 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-pastescript. 2024-03-26T21:03:02.887 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-26T21:03:02.899 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-26T21:03:02.930 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-26T21:03:02.961 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-26T21:03:02.987 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-26T21:03:03.027 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-26T21:03:03.182 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-toml. 2024-03-26T21:03:03.210 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-26T21:03:03.242 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-pluggy. 2024-03-26T21:03:03.248 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-26T21:03:03.270 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-26T21:03:03.317 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-26T21:03:03.346 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-26T21:03:03.373 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T21:03:03.413 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T21:03:03.517 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pytest. 2024-03-26T21:03:03.533 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-26T21:03:03.567 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T21:03:03.614 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-psutil. 2024-03-26T21:03:03.641 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-26T21:03:03.680 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-26T21:03:03.879 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-simplejson. 2024-03-26T21:03:03.895 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-26T21:03:03.929 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-26T21:03:04.024 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-py. 2024-03-26T21:03:04.052 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-26T21:03:04.091 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-26T21:03:04.206 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-26T21:03:04.222 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-26T21:03:04.256 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-26T21:03:04.419 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-pygments. 2024-03-26T21:03:04.447 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-26T21:03:04.451 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-babel. 2024-03-26T21:03:04.479 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T21:03:04.485 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T21:03:04.518 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T21:03:04.854 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-jinja2. 2024-03-26T21:03:04.881 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-26T21:03:04.921 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T21:03:04.944 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package radosgw. 2024-03-26T21:03:04.948 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-26T21:03:04.971 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../116-radosgw_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:03:04.976 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-26T21:03:05.010 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking radosgw (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:05.014 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-26T21:03:05.274 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-26T21:03:05.301 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:03:05.325 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-toml. 2024-03-26T21:03:05.340 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:05.353 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-26T21:03:05.392 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-26T21:03:05.686 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-26T21:03:05.686 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-pytest. 2024-03-26T21:03:05.712 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-26T21:03:05.713 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-26T21:03:05.746 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package rbd-fuse. 2024-03-26T21:03:05.752 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-26T21:03:05.752 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T21:03:05.762 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:03:05.804 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking rbd-fuse (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:06.013 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-routes. 2024-03-26T21:03:06.040 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-26T21:03:06.071 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T21:03:06.098 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-simplejson. 2024-03-26T21:03:06.099 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-26T21:03:06.125 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-26T21:03:06.164 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-26T21:03:06.358 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-26T21:03:06.359 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T21:03:06.385 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:03:06.426 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:06.433 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-26T21:03:06.449 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-26T21:03:06.460 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T21:03:06.491 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-26T21:03:06.698 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-26T21:03:07.025 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-26T21:03:07.220 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package radosgw. 2024-03-26T21:03:07.248 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../116-radosgw_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:03:07.278 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking radosgw (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:07.443 INFO:teuthology.orchestra.run.smithi069.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-26T21:03:07.512 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up cephadm (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:07.963 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-26T21:03:07.990 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-26T21:03:08.011 INFO:teuthology.orchestra.run.smithi069.stdout:Adding system user cephadm....done 2024-03-26T21:03:08.032 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T21:03:08.041 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package rbd-fuse. 2024-03-26T21:03:08.056 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:03:08.090 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking rbd-fuse (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:08.168 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T21:03:08.394 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-26T21:03:08.533 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-joblib. 2024-03-26T21:03:08.560 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-26T21:03:08.599 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T21:03:08.619 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-26T21:03:08.627 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T21:03:08.737 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T21:03:08.853 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-26T21:03:08.961 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-26T21:03:08.985 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-26T21:03:08.988 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-26T21:03:09.005 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-26T21:03:09.028 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-26T21:03:09.255 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-26T21:03:09.319 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-26T21:03:09.339 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-sklearn. 2024-03-26T21:03:09.366 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-26T21:03:09.405 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T21:03:09.507 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T21:03:09.624 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-26T21:03:09.777 INFO:teuthology.orchestra.run.smithi118.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-26T21:03:09.847 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up cephadm (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:09.943 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T21:03:10.156 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-26T21:03:10.184 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:03:10.286 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-26T21:03:10.308 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:10.363 INFO:teuthology.orchestra.run.smithi118.stdout:Adding system user cephadm....done 2024-03-26T21:03:10.494 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T21:03:10.537 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-26T21:03:10.763 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-26T21:03:10.839 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-26T21:03:11.022 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-26T21:03:11.082 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-26T21:03:11.148 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-26T21:03:11.262 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-cachetools. 2024-03-26T21:03:11.289 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-26T21:03:11.328 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-26T21:03:11.341 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-26T21:03:11.407 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-26T21:03:11.590 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-26T21:03:11.600 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-26T21:03:11.617 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-26T21:03:11.647 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-26T21:03:11.675 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T21:03:11.818 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-26T21:03:11.860 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-ceph-argparse (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:11.968 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-26T21:03:11.995 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-26T21:03:12.026 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T21:03:12.103 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T21:03:12.103 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T21:03:12.229 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T21:03:12.329 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-rsa. 2024-03-26T21:03:12.355 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T21:03:12.356 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-26T21:03:12.395 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-26T21:03:12.463 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-26T21:03:12.472 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-26T21:03:12.723 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-26T21:03:12.724 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-google-auth. 2024-03-26T21:03:12.740 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-26T21:03:12.751 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-26T21:03:12.791 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-26T21:03:13.015 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-26T21:03:13.127 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-26T21:03:13.138 INFO:teuthology.orchestra.run.smithi069.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-26T21:03:13.154 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-26T21:03:13.172 INFO:teuthology.orchestra.run.smithi069.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-26T21:03:13.194 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T21:03:13.237 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T21:03:13.264 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-26T21:03:13.363 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-26T21:03:13.463 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-websocket. 2024-03-26T21:03:13.490 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-26T21:03:13.521 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-26T21:03:13.543 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-26T21:03:13.714 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T21:03:13.802 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-26T21:03:13.831 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-26T21:03:13.833 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-26T21:03:13.860 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-26T21:03:13.900 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T21:03:14.091 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T21:03:14.103 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-ceph-argparse (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:14.350 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-26T21:03:14.396 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T21:03:14.522 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T21:03:14.614 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-26T21:03:14.641 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:03:14.648 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T21:03:14.651 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up zip (3.0-12build2) ... 2024-03-26T21:03:14.689 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:14.761 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T21:03:14.782 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-26T21:03:15.000 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-26T21:03:15.027 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-26T21:03:15.041 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-26T21:03:15.066 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T21:03:15.415 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-26T21:03:15.430 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T21:03:15.438 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T21:03:15.441 INFO:teuthology.orchestra.run.smithi118.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-26T21:03:15.473 INFO:teuthology.orchestra.run.smithi118.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-26T21:03:15.477 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T21:03:15.528 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T21:03:15.646 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-26T21:03:15.680 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T21:03:15.696 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package jq. 2024-03-26T21:03:15.712 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T21:03:15.747 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-26T21:03:15.781 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-26T21:03:15.907 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T21:03:15.985 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package socat. 2024-03-26T21:03:16.012 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-26T21:03:16.030 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T21:03:16.051 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-26T21:03:16.156 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-26T21:03:16.200 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-26T21:03:16.363 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package xmlstarlet. 2024-03-26T21:03:16.378 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-26T21:03:16.421 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-26T21:03:16.423 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T21:03:16.576 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-26T21:03:16.683 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-26T21:03:16.784 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-test. 2024-03-26T21:03:16.799 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:03:16.819 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T21:03:16.842 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-test (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:17.001 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up zip (3.0-12build2) ... 2024-03-26T21:03:17.110 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T21:03:17.196 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T21:03:17.480 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T21:03:17.779 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T21:03:17.815 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-26T21:03:18.055 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T21:03:18.057 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-26T21:03:18.181 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-26T21:03:18.183 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-ceph-common (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:18.307 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T21:03:18.460 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-idna (3.3-1) ... 2024-03-26T21:03:18.641 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-26T21:03:18.778 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T21:03:19.059 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-26T21:03:19.196 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-volume. 2024-03-26T21:03:19.224 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2484-g42fc52b8-1jammy_all.deb ... 2024-03-26T21:03:19.262 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-volume (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:19.302 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T21:03:19.575 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-26T21:03:19.591 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:03:19.633 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libcephfs-dev (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:19.679 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T21:03:19.911 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-26T21:03:19.938 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-26T21:03:19.958 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T21:03:19.969 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T21:03:19.971 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T21:03:20.210 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T21:03:20.282 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-26T21:03:20.309 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-26T21:03:20.331 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-26T21:03:20.344 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-26T21:03:20.348 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-26T21:03:20.574 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-26T21:03:20.604 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T21:03:20.699 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-ceph-common (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:20.727 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package nvme-cli. 2024-03-26T21:03:20.729 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-26T21:03:20.755 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-26T21:03:20.794 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T21:03:20.855 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T21:03:20.992 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-idna (3.3-1) ... 2024-03-26T21:03:21.140 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-26T21:03:21.249 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package pkg-config. 2024-03-26T21:03:21.276 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-26T21:03:21.310 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T21:03:21.324 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T21:03:21.408 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-26T21:03:21.543 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-26T21:03:21.561 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-26T21:03:21.593 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-26T21:03:21.676 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T21:03:21.801 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-26T21:03:22.038 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-26T21:03:22.069 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-26T21:03:22.095 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-26T21:03:22.105 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-26T21:03:22.346 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-26T21:03:22.407 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-pastescript. 2024-03-26T21:03:22.435 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-26T21:03:22.474 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-26T21:03:22.491 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T21:03:22.605 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-26T21:03:22.750 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T21:03:22.794 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-pluggy. 2024-03-26T21:03:22.822 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-26T21:03:22.860 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-26T21:03:22.864 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-26T21:03:22.884 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-26T21:03:23.115 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-26T21:03:23.130 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-psutil. 2024-03-26T21:03:23.135 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T21:03:23.158 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-26T21:03:23.188 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-26T21:03:23.278 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-26T21:03:23.383 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T21:03:23.404 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T21:03:23.509 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-26T21:03:23.525 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-py. 2024-03-26T21:03:23.553 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-26T21:03:23.591 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-26T21:03:23.722 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-26T21:03:23.785 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T21:03:23.895 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T21:03:23.920 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-pygments. 2024-03-26T21:03:23.948 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-26T21:03:23.986 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T21:03:24.171 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-26T21:03:24.298 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-26T21:03:24.463 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-26T21:03:24.490 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-26T21:03:24.518 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-26T21:03:24.549 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T21:03:24.556 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-26T21:03:24.675 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-26T21:03:24.723 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T21:03:24.849 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-26T21:03:24.851 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-toml. 2024-03-26T21:03:24.879 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-26T21:03:24.917 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-26T21:03:24.975 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T21:03:24.993 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-26T21:03:25.048 INFO:teuthology.orchestra.run.smithi069.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-26T21:03:25.212 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-pytest. 2024-03-26T21:03:25.227 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-26T21:03:25.240 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-26T21:03:25.278 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T21:03:25.293 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T21:03:25.419 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T21:03:25.504 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-26T21:03:25.632 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-simplejson. 2024-03-26T21:03:25.660 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-26T21:03:25.698 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-26T21:03:25.763 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-26T21:03:25.821 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-26T21:03:25.960 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-26T21:03:25.976 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-26T21:03:26.018 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-26T21:03:26.022 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-26T21:03:26.088 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-26T21:03:26.214 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-26T21:03:26.290 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T21:03:26.432 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-26T21:03:26.474 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T21:03:26.600 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T21:03:26.717 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T21:03:26.730 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package radosgw. 2024-03-26T21:03:26.758 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../116-radosgw_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:03:26.796 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking radosgw (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:26.843 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T21:03:26.901 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T21:03:27.144 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-26T21:03:27.193 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T21:03:27.429 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-26T21:03:27.453 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-26T21:03:27.579 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-26T21:03:27.642 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package rbd-fuse. 2024-03-26T21:03:27.670 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2484-g42fc52b8-1jammy_amd64.deb ... 2024-03-26T21:03:27.680 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T21:03:27.708 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking rbd-fuse (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:27.806 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-26T21:03:27.847 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-26T21:03:27.931 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T21:03:28.012 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-26T21:03:28.020 INFO:teuthology.orchestra.run.smithi118.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-26T21:03:28.106 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T21:03:28.254 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T21:03:28.275 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T21:03:28.372 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T21:03:28.401 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T21:03:28.442 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-26T21:03:28.635 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-26T21:03:28.794 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-26T21:03:28.836 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-26T21:03:28.949 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-26T21:03:29.053 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-26T21:03:29.113 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T21:03:29.196 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-26T21:03:29.356 INFO:teuthology.orchestra.run.smithi119.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-26T21:03:29.424 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up cephadm (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:29.438 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T21:03:29.473 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T21:03:29.539 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T21:03:29.599 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up librados2 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:29.709 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:29.810 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-26T21:03:29.857 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T21:03:29.940 INFO:teuthology.orchestra.run.smithi119.stdout:Adding system user cephadm....done 2024-03-26T21:03:30.064 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T21:03:30.088 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libcephfs2 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:30.200 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T21:03:30.214 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libradosstriper1 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:30.332 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-26T21:03:30.340 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-26T21:03:30.484 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-26T21:03:30.591 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-26T21:03:30.610 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-26T21:03:30.633 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up librbd1 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:30.701 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-26T21:03:30.734 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mgr-modules-core (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:30.835 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-fuse (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:30.895 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-26T21:03:30.943 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-26T21:03:31.039 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T21:03:31.039 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T21:03:31.171 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T21:03:31.195 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T21:03:31.321 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-26T21:03:31.495 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libcephfs-dev (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:31.524 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-26T21:03:31.621 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-rados (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:31.622 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T21:03:31.747 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up librgw2 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:31.873 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T21:03:31.917 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-26T21:03:31.991 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-26T21:03:32.194 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T21:03:32.242 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-26T21:03:32.510 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-26T21:03:32.554 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T21:03:32.656 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up librados2 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:32.765 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:32.770 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-26T21:03:32.891 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-26T21:03:33.004 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-26T21:03:33.076 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-rbd (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:33.194 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up rbd-fuse (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:33.229 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libcephfs2 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:33.320 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-rgw (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:33.328 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libradosstriper1 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:33.430 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-26T21:03:33.446 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-cephfs (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:33.454 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-26T21:03:33.572 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-common (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:33.690 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-ceph-argparse (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:33.756 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up librbd1 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:33.882 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-mgr-modules-core (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:34.008 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-fuse (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:34.018 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T21:03:34.098 INFO:teuthology.orchestra.run.smithi069.stdout:Adding group ceph....done 2024-03-26T21:03:34.167 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T21:03:34.218 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T21:03:34.218 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T21:03:34.293 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T21:03:34.427 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-26T21:03:34.450 INFO:teuthology.orchestra.run.smithi069.stdout:Adding system user ceph....done 2024-03-26T21:03:34.619 INFO:teuthology.orchestra.run.smithi069.stdout:Setting system user ceph properties....done 2024-03-26T21:03:34.635 INFO:teuthology.orchestra.run.smithi069.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-26T21:03:34.670 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-26T21:03:34.701 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libcephfs-dev (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:34.769 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-26T21:03:34.818 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-rados (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:34.927 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up librgw2 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:35.037 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T21:03:35.051 INFO:teuthology.orchestra.run.smithi119.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-26T21:03:35.074 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-26T21:03:35.093 INFO:teuthology.orchestra.run.smithi119.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-26T21:03:35.165 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T21:03:35.283 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-26T21:03:35.523 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-test (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:35.649 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up radosgw (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:35.654 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T21:03:35.760 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-26T21:03:36.028 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T21:03:36.102 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T21:03:36.102 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T21:03:36.240 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-rbd (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:36.279 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-26T21:03:36.366 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up rbd-fuse (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:36.492 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-rgw (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:36.568 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-base (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:36.589 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up zip (3.0-12build2) ... 2024-03-26T21:03:36.643 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-cephfs (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:36.715 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T21:03:36.752 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-common (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:36.898 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-26T21:03:37.278 INFO:teuthology.orchestra.run.smithi118.stdout:Adding group ceph....done 2024-03-26T21:03:37.345 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mds (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:37.392 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T21:03:37.561 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T21:03:37.561 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T21:03:37.663 INFO:teuthology.orchestra.run.smithi118.stdout:Adding system user ceph....done 2024-03-26T21:03:37.676 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T21:03:37.786 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-26T21:03:37.823 INFO:teuthology.orchestra.run.smithi118.stdout:Setting system user ceph properties....done 2024-03-26T21:03:37.840 INFO:teuthology.orchestra.run.smithi118.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-26T21:03:37.887 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T21:03:37.974 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-26T21:03:38.022 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mgr (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:38.171 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-26T21:03:38.232 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T21:03:38.232 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T21:03:38.292 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-26T21:03:38.556 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-26T21:03:38.690 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-osd (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:38.778 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-test (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:38.807 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T21:03:38.879 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up radosgw (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:38.965 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T21:03:38.965 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T21:03:39.175 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T21:03:39.352 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T21:03:39.353 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T21:03:39.460 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T21:03:39.718 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:39.795 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-26T21:03:39.917 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:40.037 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-26T21:03:40.043 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mon (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:40.157 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-base (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:40.163 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-ceph-common (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:40.248 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T21:03:40.248 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T21:03:40.456 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-idna (3.3-1) ... 2024-03-26T21:03:40.504 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-26T21:03:40.719 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mgr-cephadm (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:40.802 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T21:03:40.862 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:40.988 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mgr-dashboard (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:41.017 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-mds (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:41.139 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-volume (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:41.241 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T21:03:41.241 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T21:03:41.550 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-26T21:03:41.651 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-26T21:03:41.686 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-mgr (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:41.778 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-26T21:03:41.889 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T21:03:41.889 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T21:03:41.913 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T21:03:42.173 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T21:03:42.300 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-26T21:03:42.378 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-osd (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:42.551 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T21:03:42.626 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T21:03:42.626 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T21:03:42.669 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-26T21:03:42.769 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T21:03:42.796 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-26T21:03:43.037 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-26T21:03:43.080 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:43.206 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:43.288 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-26T21:03:43.357 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-mon (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:43.433 INFO:teuthology.orchestra.run.smithi069.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-26T21:03:43.438 DEBUG:teuthology.parallel:result is None 2024-03-26T21:03:43.531 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T21:03:43.562 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T21:03:43.563 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T21:03:43.666 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-26T21:03:43.967 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-26T21:03:44.025 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-mgr-cephadm (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:44.167 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:44.210 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-26T21:03:44.293 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-mgr-dashboard (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:44.446 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-volume (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:44.453 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-26T21:03:44.712 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-26T21:03:44.947 INFO:teuthology.orchestra.run.smithi118.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-26T21:03:44.972 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-26T21:03:45.226 INFO:teuthology.orchestra.run.smithi118.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-26T21:03:45.231 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T21:03:45.357 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-26T21:03:45.411 INFO:teuthology.orchestra.run.smithi118.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-26T21:03:45.633 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T21:03:45.743 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T21:03:46.036 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-26T21:03:46.320 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-26T21:03:46.537 INFO:teuthology.orchestra.run.smithi118.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-26T21:03:46.571 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T21:03:46.697 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-26T21:03:46.823 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T21:03:46.913 INFO:teuthology.orchestra.run.smithi119.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-26T21:03:47.158 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T21:03:47.223 INFO:teuthology.orchestra.run.smithi118.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-26T21:03:47.228 DEBUG:teuthology.parallel:result is None 2024-03-26T21:03:47.260 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T21:03:47.644 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-26T21:03:47.887 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-26T21:03:48.013 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-26T21:03:48.264 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T21:03:48.390 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T21:03:48.733 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T21:03:49.026 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T21:03:49.294 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-26T21:03:49.395 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-26T21:03:49.646 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-26T21:03:49.922 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T21:03:50.284 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-26T21:03:50.669 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-26T21:03:50.954 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T21:03:51.290 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T21:03:51.424 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up librados2 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:51.550 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:51.676 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-26T21:03:51.954 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libcephfs2 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:52.080 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libradosstriper1 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:52.206 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-26T21:03:52.483 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up librbd1 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:52.584 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-mgr-modules-core (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:52.702 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-fuse (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:52.914 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T21:03:52.914 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T21:03:53.429 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libcephfs-dev (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:53.554 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-rados (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:53.680 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up librgw2 (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:53.823 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T21:03:55.069 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-rbd (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:55.194 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up rbd-fuse (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:55.320 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-rgw (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:55.446 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-cephfs (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:55.572 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-common (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:56.107 INFO:teuthology.orchestra.run.smithi119.stdout:Adding group ceph....done 2024-03-26T21:03:56.509 INFO:teuthology.orchestra.run.smithi119.stdout:Adding system user ceph....done 2024-03-26T21:03:56.677 INFO:teuthology.orchestra.run.smithi119.stdout:Setting system user ceph properties....done 2024-03-26T21:03:56.692 INFO:teuthology.orchestra.run.smithi119.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-26T21:03:56.830 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-26T21:03:57.181 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-26T21:03:57.674 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-test (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:57.825 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up radosgw (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:58.364 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T21:03:58.365 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T21:03:59.079 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-base (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:03:59.431 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-26T21:03:59.923 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-mds (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:04:00.138 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T21:04:00.138 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T21:04:00.610 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-mgr (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:04:00.814 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T21:04:00.814 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T21:04:01.310 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-osd (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:04:01.677 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T21:04:01.678 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T21:04:02.120 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:04:02.222 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:04:02.355 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-mon (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:04:02.573 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T21:04:02.573 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T21:04:03.015 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-mgr-cephadm (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:04:03.291 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:04:03.401 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-mgr-dashboard (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:04:03.552 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-volume (19.0.0-2484-g42fc52b8-1jammy) ... 2024-03-26T21:04:03.896 INFO:teuthology.orchestra.run.smithi119.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-26T21:04:04.005 INFO:teuthology.orchestra.run.smithi119.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-26T21:04:04.573 INFO:teuthology.orchestra.run.smithi119.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-26T21:04:05.331 INFO:teuthology.orchestra.run.smithi119.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-26T21:04:05.982 INFO:teuthology.orchestra.run.smithi119.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-26T21:04:05.987 DEBUG:teuthology.parallel:result is None 2024-03-26T21:04:05.987 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=42fc52b86b14d4f88c40d75eb7102e0ab3918f55 2024-03-26T21:04:06.208 DEBUG:teuthology.orchestra.run.smithi069:> dpkg-query -W -f '${Version}' ceph 2024-03-26T21:04:06.227 INFO:teuthology.orchestra.run.smithi069.stdout:19.0.0-2484-g42fc52b8-1jammy 2024-03-26T21:04:06.228 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2484-g42fc52b8-1jammy 2024-03-26T21:04:06.228 INFO:teuthology.task.install:The correct ceph version 19.0.0-2484-g42fc52b8-1jammy is installed. 2024-03-26T21:04:06.229 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=42fc52b86b14d4f88c40d75eb7102e0ab3918f55 2024-03-26T21:04:06.460 DEBUG:teuthology.orchestra.run.smithi118:> dpkg-query -W -f '${Version}' ceph 2024-03-26T21:04:06.479 INFO:teuthology.orchestra.run.smithi118.stdout:19.0.0-2484-g42fc52b8-1jammy 2024-03-26T21:04:06.480 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2484-g42fc52b8-1jammy 2024-03-26T21:04:06.480 INFO:teuthology.task.install:The correct ceph version 19.0.0-2484-g42fc52b8-1jammy is installed. 2024-03-26T21:04:06.482 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=42fc52b86b14d4f88c40d75eb7102e0ab3918f55 2024-03-26T21:04:06.623 DEBUG:teuthology.orchestra.run.smithi119:> dpkg-query -W -f '${Version}' ceph 2024-03-26T21:04:06.645 INFO:teuthology.orchestra.run.smithi119.stdout:19.0.0-2484-g42fc52b8-1jammy 2024-03-26T21:04:06.645 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2484-g42fc52b8-1jammy 2024-03-26T21:04:06.645 INFO:teuthology.task.install:The correct ceph version 19.0.0-2484-g42fc52b8-1jammy is installed. 2024-03-26T21:04:06.647 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-26T21:04:06.647 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T21:04:06.647 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-26T21:04:06.662 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-03-26T21:04:06.662 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-26T21:04:06.677 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-03-26T21:04:06.677 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-26T21:04:06.700 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-26T21:04:06.700 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T21:04:06.700 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/usr/bin/daemon-helper 2024-03-26T21:04:06.719 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-26T21:04:06.773 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-03-26T21:04:06.773 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/usr/bin/daemon-helper 2024-03-26T21:04:06.787 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-26T21:04:06.841 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-03-26T21:04:06.842 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/usr/bin/daemon-helper 2024-03-26T21:04:06.855 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-26T21:04:06.911 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-26T21:04:06.911 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T21:04:06.911 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-26T21:04:06.925 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-26T21:04:06.979 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-03-26T21:04:06.979 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-26T21:04:06.992 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-26T21:04:07.046 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-03-26T21:04:07.046 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-26T21:04:07.060 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-26T21:04:07.115 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-26T21:04:07.116 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T21:04:07.116 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/usr/bin/stdin-killer 2024-03-26T21:04:07.130 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-26T21:04:07.186 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-03-26T21:04:07.186 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/usr/bin/stdin-killer 2024-03-26T21:04:07.200 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-26T21:04:07.253 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-03-26T21:04:07.254 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/usr/bin/stdin-killer 2024-03-26T21:04:07.267 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-26T21:04:07.323 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-26T21:04:07.429 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN'], 'sha1': '42fc52b86b14d4f88c40d75eb7102e0ab3918f55'} 2024-03-26T21:04:07.429 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 2024-03-26T21:04:07.429 INFO:tasks.cephadm:Cluster fsid is 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:04:07.429 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-26T21:04:07.429 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.69', 'mon.b': '172.21.15.118', 'mon.c': '172.21.15.119'} 2024-03-26T21:04:07.430 INFO:tasks.cephadm:First mon is mon.a on smithi069 2024-03-26T21:04:07.430 INFO:tasks.cephadm:First mgr is a 2024-03-26T21:04:07.430 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-26T21:04:07.430 DEBUG:teuthology.orchestra.run.smithi069:> sudo hostname $(hostname -s) 2024-03-26T21:04:07.444 DEBUG:teuthology.orchestra.run.smithi118:> sudo hostname $(hostname -s) 2024-03-26T21:04:07.458 DEBUG:teuthology.orchestra.run.smithi119:> sudo hostname $(hostname -s) 2024-03-26T21:04:07.472 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-26T21:04:07.473 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=42fc52b86b14d4f88c40d75eb7102e0ab3918f55 2024-03-26T21:04:07.702 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '42fc52b86b14d4f88c40d75eb7102e0ab3918f55', '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/77974/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2484-g42fc52b8', 'node_name': '172.21.5.37+adami07', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2484-g42fc52b8-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-03-26 16:41:43.928608', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-2024-03-26-0925', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-03-26T21:04:07.931 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-guits-testing-2024-03-26-0925, sha1 42fc52b86b14d4f88c40d75eb7102e0ab3918f55 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=42fc52b86b14d4f88c40d75eb7102e0ab3918f55 2024-03-26T21:04:07.932 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-03-26T21:04:07.932 DEBUG:teuthology.orchestra.run.smithi069:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-26T21:04:08.827 INFO:teuthology.orchestra.run.smithi069.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788817 Mar 26 21:04 /home/ubuntu/cephtest/cephadm 2024-03-26T21:04:08.827 DEBUG:teuthology.orchestra.run.smithi118:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-26T21:04:09.332 INFO:teuthology.orchestra.run.smithi118.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788817 Mar 26 21:04 /home/ubuntu/cephtest/cephadm 2024-03-26T21:04:09.332 DEBUG:teuthology.orchestra.run.smithi119:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-03-26-0925/42fc52b86b14d4f88c40d75eb7102e0ab3918f55/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-26T21:04:09.890 INFO:teuthology.orchestra.run.smithi119.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788817 Mar 26 21:04 /home/ubuntu/cephtest/cephadm 2024-03-26T21:04:09.890 DEBUG:teuthology.orchestra.run.smithi069:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-26T21:04:09.898 DEBUG:teuthology.orchestra.run.smithi118:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-26T21:04:09.906 DEBUG:teuthology.orchestra.run.smithi119:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-26T21:04:09.924 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 on all hosts... 2024-03-26T21:04:09.925 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 pull 2024-03-26T21:04:09.944 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 pull 2024-03-26T21:04:09.948 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 pull 2024-03-26T21:04:10.107 INFO:teuthology.orchestra.run.smithi069.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55... 2024-03-26T21:04:10.113 INFO:teuthology.orchestra.run.smithi118.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55... 2024-03-26T21:04:10.120 INFO:teuthology.orchestra.run.smithi119.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55... 2024-03-26T21:05:11.025 INFO:teuthology.orchestra.run.smithi069.stdout:{ 2024-03-26T21:05:11.025 INFO:teuthology.orchestra.run.smithi069.stdout: "ceph_version": "ceph version 19.0.0-2484-g42fc52b8 (42fc52b86b14d4f88c40d75eb7102e0ab3918f55) squid (dev)", 2024-03-26T21:05:11.026 INFO:teuthology.orchestra.run.smithi069.stdout: "image_id": "a9bdc3eaeb106993bcbbac35d7fe5c7b76c052021676e129f5984aed30aee063", 2024-03-26T21:05:11.026 INFO:teuthology.orchestra.run.smithi069.stdout: "repo_digests": [ 2024-03-26T21:05:11.026 INFO:teuthology.orchestra.run.smithi069.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:77a228078e9cbbda8c0ec34daeaf242ac1c029d4330510ad5bc8624b2b23960d" 2024-03-26T21:05:11.026 INFO:teuthology.orchestra.run.smithi069.stdout: ] 2024-03-26T21:05:11.026 INFO:teuthology.orchestra.run.smithi069.stdout:} 2024-03-26T21:05:11.304 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-03-26T21:05:11.304 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph_version": "ceph version 19.0.0-2484-g42fc52b8 (42fc52b86b14d4f88c40d75eb7102e0ab3918f55) squid (dev)", 2024-03-26T21:05:11.304 INFO:teuthology.orchestra.run.smithi118.stdout: "image_id": "a9bdc3eaeb106993bcbbac35d7fe5c7b76c052021676e129f5984aed30aee063", 2024-03-26T21:05:11.304 INFO:teuthology.orchestra.run.smithi118.stdout: "repo_digests": [ 2024-03-26T21:05:11.304 INFO:teuthology.orchestra.run.smithi118.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:77a228078e9cbbda8c0ec34daeaf242ac1c029d4330510ad5bc8624b2b23960d" 2024-03-26T21:05:11.304 INFO:teuthology.orchestra.run.smithi118.stdout: ] 2024-03-26T21:05:11.304 INFO:teuthology.orchestra.run.smithi118.stdout:} 2024-03-26T21:05:15.083 INFO:teuthology.orchestra.run.smithi119.stdout:{ 2024-03-26T21:05:15.084 INFO:teuthology.orchestra.run.smithi119.stdout: "ceph_version": "ceph version 19.0.0-2484-g42fc52b8 (42fc52b86b14d4f88c40d75eb7102e0ab3918f55) squid (dev)", 2024-03-26T21:05:15.084 INFO:teuthology.orchestra.run.smithi119.stdout: "image_id": "a9bdc3eaeb106993bcbbac35d7fe5c7b76c052021676e129f5984aed30aee063", 2024-03-26T21:05:15.084 INFO:teuthology.orchestra.run.smithi119.stdout: "repo_digests": [ 2024-03-26T21:05:15.084 INFO:teuthology.orchestra.run.smithi119.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:77a228078e9cbbda8c0ec34daeaf242ac1c029d4330510ad5bc8624b2b23960d" 2024-03-26T21:05:15.084 INFO:teuthology.orchestra.run.smithi119.stdout: ] 2024-03-26T21:05:15.084 INFO:teuthology.orchestra.run.smithi119.stdout:} 2024-03-26T21:05:15.131 DEBUG:teuthology.orchestra.run.smithi069:> sudo mkdir -p /etc/ceph 2024-03-26T21:05:15.146 DEBUG:teuthology.orchestra.run.smithi118:> sudo mkdir -p /etc/ceph 2024-03-26T21:05:15.160 DEBUG:teuthology.orchestra.run.smithi119:> sudo mkdir -p /etc/ceph 2024-03-26T21:05:15.174 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 777 /etc/ceph 2024-03-26T21:05:15.202 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 777 /etc/ceph 2024-03-26T21:05:15.215 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod 777 /etc/ceph 2024-03-26T21:05:15.230 INFO:tasks.cephadm:Writing seed config... 2024-03-26T21:05:15.231 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-03-26T21:05:15.231 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-26T21:05:15.232 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-26T21:05:15.232 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-03-26T21:05:15.232 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-26T21:05:15.232 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-26T21:05:15.233 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-26T21:05:15.233 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-26T21:05:15.233 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-26T21:05:15.233 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T21:05:15.233 DEBUG:teuthology.orchestra.run.smithi069:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-26T21:05:15.250 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 = 62808a52-ebb4-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-26T21:05:15.251 DEBUG:teuthology.orchestra.run.smithi069:mon.a> sudo journalctl -f -n 0 -u ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mon.a.service 2024-03-26T21:05:15.296 DEBUG:teuthology.orchestra.run.smithi069:mgr.a> sudo journalctl -f -n 0 -u ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mgr.a.service 2024-03-26T21:05:15.339 INFO:tasks.cephadm:Bootstrapping... 2024-03-26T21:05:15.339 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 -v bootstrap --fsid 62808a52-ebb4-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.69 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-26T21:05:15.546 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-03-26T21:05:15.546 INFO:teuthology.orchestra.run.smithi069.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55', '-v', 'bootstrap', '--fsid', '62808a52-ebb4-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.69', '--skip-admin-label'] 2024-03-26T21:05:15.547 INFO:teuthology.orchestra.run.smithi069.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-26T21:05:15.547 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying podman|docker is present... 2024-03-26T21:05:15.548 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying lvm2 is present... 2024-03-26T21:05:15.548 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying time synchronization is in place... 2024-03-26T21:05:15.554 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-26T21:05:15.554 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-26T21:05:15.559 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-26T21:05:15.559 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-03-26T21:05:15.563 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-26T21:05:15.563 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-26T21:05:15.566 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-26T21:05:15.566 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-03-26T21:05:15.570 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-26T21:05:15.570 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout masked 2024-03-26T21:05:15.572 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-26T21:05:15.572 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-03-26T21:05:15.577 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-26T21:05:15.578 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-26T21:05:15.582 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-26T21:05:15.582 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-03-26T21:05:15.587 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout enabled 2024-03-26T21:05:15.591 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout active 2024-03-26T21:05:15.592 INFO:teuthology.orchestra.run.smithi069.stdout:Unit ntp.service is enabled and running 2024-03-26T21:05:15.592 INFO:teuthology.orchestra.run.smithi069.stdout:Repeating the final host check... 2024-03-26T21:05:15.592 INFO:teuthology.orchestra.run.smithi069.stdout:docker (/usr/bin/docker) is present 2024-03-26T21:05:15.592 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl is present 2024-03-26T21:05:15.592 INFO:teuthology.orchestra.run.smithi069.stdout:lvcreate is present 2024-03-26T21:05:15.594 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-26T21:05:15.595 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-26T21:05:15.598 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-26T21:05:15.598 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-03-26T21:05:15.601 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-26T21:05:15.602 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-26T21:05:15.606 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-26T21:05:15.606 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-03-26T21:05:15.608 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-26T21:05:15.608 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout masked 2024-03-26T21:05:15.614 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-26T21:05:15.614 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-03-26T21:05:15.619 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-26T21:05:15.619 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-26T21:05:15.621 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-26T21:05:15.621 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-03-26T21:05:15.625 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout enabled 2024-03-26T21:05:15.629 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout active 2024-03-26T21:05:15.629 INFO:teuthology.orchestra.run.smithi069.stdout:Unit ntp.service is enabled and running 2024-03-26T21:05:15.630 INFO:teuthology.orchestra.run.smithi069.stdout:Host looks OK 2024-03-26T21:05:15.630 INFO:teuthology.orchestra.run.smithi069.stdout:Cluster fsid: 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:05:15.630 INFO:teuthology.orchestra.run.smithi069.stdout:Acquiring lock 140714839041904 on /run/cephadm/62808a52-ebb4-11ee-95d0-87774f69a715.lock 2024-03-26T21:05:15.630 INFO:teuthology.orchestra.run.smithi069.stdout:Lock 140714839041904 acquired on /run/cephadm/62808a52-ebb4-11ee-95d0-87774f69a715.lock 2024-03-26T21:05:15.630 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying IP 172.21.15.69 port 3300 ... 2024-03-26T21:05:15.630 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying IP 172.21.15.69 port 6789 ... 2024-03-26T21:05:15.630 INFO:teuthology.orchestra.run.smithi069.stdout:Base mon IP(s) is [172.21.15.69:3300, 172.21.15.69:6789], mon addrv is [v2:172.21.15.69:3300,v1:172.21.15.69:6789] 2024-03-26T21:05:15.632 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-03-26T21:05:15.632 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.69 metric 100 2024-03-26T21:05:15.632 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.69 metric 100 2024-03-26T21:05:15.632 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-26T21:05:15.632 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.69 metric 100 2024-03-26T21:05:15.633 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.69 metric 100 2024-03-26T21:05:15.633 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.69 metric 100 2024-03-26T21:05:15.633 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.69 metric 100 2024-03-26T21:05:15.634 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-26T21:05:15.634 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-03-26T21:05:15.634 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1796sec pref medium 2024-03-26T21:05:15.636 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-26T21:05:15.636 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-26T21:05:15.636 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-26T21:05:15.636 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-03-26T21:05:15.636 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d737/64 scope link 2024-03-26T21:05:15.637 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-26T21:05:15.638 INFO:teuthology.orchestra.run.smithi069.stdout:Mon IP `172.21.15.69` is in CIDR network `172.21.0.0/20` 2024-03-26T21:05:15.638 INFO:teuthology.orchestra.run.smithi069.stdout:Mon IP `172.21.15.69` is in CIDR network `172.21.0.0/20` 2024-03-26T21:05:15.638 INFO:teuthology.orchestra.run.smithi069.stdout:Mon IP `172.21.15.69` is in CIDR network `172.21.0.1/32` 2024-03-26T21:05:15.638 INFO:teuthology.orchestra.run.smithi069.stdout:Mon IP `172.21.15.69` is in CIDR network `172.21.0.1/32` 2024-03-26T21:05:15.640 INFO:teuthology.orchestra.run.smithi069.stdout:Mon IP `172.21.15.69` is in CIDR network `172.21.0.2/32` 2024-03-26T21:05:15.640 INFO:teuthology.orchestra.run.smithi069.stdout:Mon IP `172.21.15.69` is in CIDR network `172.21.0.2/32` 2024-03-26T21:05:15.641 INFO:teuthology.orchestra.run.smithi069.stdout:Mon IP `172.21.15.69` is in CIDR network `172.21.15.254/32` 2024-03-26T21:05:15.641 INFO:teuthology.orchestra.run.smithi069.stdout:Mon IP `172.21.15.69` is in CIDR network `172.21.15.254/32` 2024-03-26T21:05:15.641 INFO:teuthology.orchestra.run.smithi069.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-26T21:05:15.641 INFO:teuthology.orchestra.run.smithi069.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-26T21:05:15.641 INFO:teuthology.orchestra.run.smithi069.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55... 2024-03-26T21:05:15.854 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/docker: stdout 42fc52b86b14d4f88c40d75eb7102e0ab3918f55: Pulling from ceph-ci/ceph 2024-03-26T21:05:15.855 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/docker: stdout Digest: sha256:77a228078e9cbbda8c0ec34daeaf242ac1c029d4330510ad5bc8624b2b23960d 2024-03-26T21:05:15.855 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 2024-03-26T21:05:15.855 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 2024-03-26T21:05:17.260 INFO:teuthology.orchestra.run.smithi069.stdout:ceph: stdout ceph version 19.0.0-2484-g42fc52b8 (42fc52b86b14d4f88c40d75eb7102e0ab3918f55) squid (dev) 2024-03-26T21:05:17.260 INFO:teuthology.orchestra.run.smithi069.stdout:Ceph version: ceph version 19.0.0-2484-g42fc52b8 (42fc52b86b14d4f88c40d75eb7102e0ab3918f55) squid (dev) 2024-03-26T21:05:17.261 INFO:teuthology.orchestra.run.smithi069.stdout:Extracting ceph user uid/gid from container image... 2024-03-26T21:05:18.464 INFO:teuthology.orchestra.run.smithi069.stdout:stat: stdout 167 167 2024-03-26T21:05:18.464 INFO:teuthology.orchestra.run.smithi069.stdout:Creating initial keys... 2024-03-26T21:05:19.611 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-authtool: stdout AQCPOANmF/jTBRAA0QCJWWtBEzp8sJzh2spmcg== 2024-03-26T21:05:20.823 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-authtool: stdout AQCQOANm4blEEhAAYA4P0tKJ6SOlBCc2a2dLIw== 2024-03-26T21:05:21.893 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-authtool: stdout AQCROANmhBEiGhAASbpOhh62wUNeI6FF1I21Lg== 2024-03-26T21:05:21.894 INFO:teuthology.orchestra.run.smithi069.stdout:Creating initial monmap... 2024-03-26T21:05:23.140 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-26T21:05:23.140 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-26T21:05:23.140 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:05:23.141 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-26T21:05:23.141 INFO:teuthology.orchestra.run.smithi069.stdout:monmaptool for a [v2:172.21.15.69:3300,v1:172.21.15.69:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-26T21:05:23.141 INFO:teuthology.orchestra.run.smithi069.stdout:setting min_mon_release = quincy 2024-03-26T21:05:23.141 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/monmaptool: set fsid to 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:05:23.141 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-26T21:05:23.141 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:05:23.141 INFO:teuthology.orchestra.run.smithi069.stdout:Creating mon... 2024-03-26T21:05:24.358 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-26T21:05:24.358 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 1 imported monmap: 2024-03-26T21:05:24.358 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-03-26T21:05:24.358 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr fsid 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:05:24.358 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-03-26T21:05:22.625472+0000 2024-03-26T21:05:24.358 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr created 2024-03-26T21:05:22.625472+0000 2024-03-26T21:05:24.359 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-03-26T21:05:24.359 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-03-26T21:05:24.359 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-03-26T21:05:24.359 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T21:05:24.359 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 0 /usr/bin/ceph-mon: set fsid to 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:05:24.359 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-26T21:05:24.359 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T21:05:24.359 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Git sha 0 2024-03-26T21:05:24.359 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Compile date 2024-03-26 11:42:14 2024-03-26T21:05:24.359 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: DB SUMMARY 2024-03-26T21:05:24.359 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T21:05:24.359 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: DB Session ID: Y5163OCA854R0TXHV3P9 2024-03-26T21:05:24.359 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T21:05:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-26T21:05:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T21:05:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-26T21:05:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T21:05:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.error_if_exists: 0 2024-03-26T21:05:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.create_if_missing: 1 2024-03-26T21:05:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-26T21:05:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-26T21:05:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-26T21:05:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-26T21:05:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.env: 0x564c26e47c60 2024-03-26T21:05:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-26T21:05:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.info_log: 0x564c27b12d60 2024-03-26T21:05:24.361 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-26T21:05:24.361 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.statistics: (nil) 2024-03-26T21:05:24.361 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.use_fsync: 0 2024-03-26T21:05:24.361 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-26T21:05:24.361 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-26T21:05:24.361 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-26T21:05:24.361 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-26T21:05:24.361 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-26T21:05:24.361 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-26T21:05:24.361 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-26T21:05:24.361 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-26T21:05:24.361 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-26T21:05:24.361 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-26T21:05:24.362 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-26T21:05:24.362 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.db_log_dir: 2024-03-26T21:05:24.362 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.wal_dir: 2024-03-26T21:05:24.362 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-26T21:05:24.362 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-26T21:05:24.362 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-26T21:05:24.362 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-26T21:05:24.362 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-26T21:05:24.362 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-26T21:05:24.362 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-26T21:05:24.362 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-26T21:05:24.362 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.write_buffer_manager: 0x564c27ae5360 2024-03-26T21:05:24.362 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-26T21:05:24.362 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-26T21:05:24.363 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-26T21:05:24.363 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-26T21:05:24.363 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-26T21:05:24.363 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-26T21:05:24.363 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-26T21:05:24.363 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-26T21:05:24.363 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.unordered_write: 0 2024-03-26T21:05:24.363 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-26T21:05:24.363 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-26T21:05:24.363 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-26T21:05:24.363 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-26T21:05:24.363 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.row_cache: None 2024-03-26T21:05:24.363 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.wal_filter: None 2024-03-26T21:05:24.364 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-26T21:05:24.364 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-26T21:05:24.364 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.two_write_queues: 0 2024-03-26T21:05:24.364 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-26T21:05:24.364 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.wal_compression: 0 2024-03-26T21:05:24.364 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.atomic_flush: 0 2024-03-26T21:05:24.364 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-26T21:05:24.364 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-26T21:05:24.364 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-26T21:05:24.364 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-26T21:05:24.364 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-26T21:05:24.364 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-26T21:05:24.364 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-26T21:05:24.364 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-26T21:05:24.365 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-26T21:05:24.365 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-26T21:05:24.365 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-26T21:05:24.365 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-26T21:05:24.365 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-26T21:05:24.365 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-26T21:05:24.365 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-26T21:05:24.365 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-26T21:05:24.365 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-26T21:05:24.365 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-26T21:05:24.365 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-26T21:05:24.365 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-26T21:05:24.365 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-26T21:05:24.366 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-26T21:05:24.366 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.max_open_files: -1 2024-03-26T21:05:24.366 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-26T21:05:24.366 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-26T21:05:24.366 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-26T21:05:24.366 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-26T21:05:24.366 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-26T21:05:24.366 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Compression algorithms supported: 2024-03-26T21:05:24.366 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-26T21:05:24.366 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: kZSTD supported: 0 2024-03-26T21:05:24.366 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: kXpressCompression supported: 0 2024-03-26T21:05:24.366 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-26T21:05:24.366 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: kZlibCompression supported: 1 2024-03-26T21:05:24.367 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-26T21:05:24.367 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-26T21:05:24.367 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-26T21:05:24.367 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-26T21:05:24.367 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.801+0000 7f3324830c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-26T21:05:24.367 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-03-26T21:05:24.367 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T21:05:24.367 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-26T21:05:24.367 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T21:05:24.367 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-26T21:05:24.367 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T21:05:24.367 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-26T21:05:24.367 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.merge_operator: 2024-03-26T21:05:24.367 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compaction_filter: None 2024-03-26T21:05:24.368 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-26T21:05:24.368 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-26T21:05:24.368 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-26T21:05:24.368 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-26T21:05:24.368 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564c27b12f20) 2024-03-26T21:05:24.368 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-03-26T21:05:24.368 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-03-26T21:05:24.368 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-26T21:05:24.368 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-03-26T21:05:24.368 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-03-26T21:05:24.368 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-03-26T21:05:24.368 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-03-26T21:05:24.368 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-03-26T21:05:24.368 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-03-26T21:05:24.369 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-03-26T21:05:24.369 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x564c27b17090 2024-03-26T21:05:24.369 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-03-26T21:05:24.369 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-03-26T21:05:24.369 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-03-26T21:05:24.369 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-03-26T21:05:24.369 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-03-26T21:05:24.369 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-03-26T21:05:24.369 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-03-26T21:05:24.369 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-03-26T21:05:24.369 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-03-26T21:05:24.369 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-03-26T21:05:24.369 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-03-26T21:05:24.369 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-03-26T21:05:24.370 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-03-26T21:05:24.370 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-03-26T21:05:24.370 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-03-26T21:05:24.370 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-03-26T21:05:24.370 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-03-26T21:05:24.370 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-03-26T21:05:24.370 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-03-26T21:05:24.370 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-03-26T21:05:24.370 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-03-26T21:05:24.370 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-03-26T21:05:24.370 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-03-26T21:05:24.370 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-03-26T21:05:24.370 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-03-26T21:05:24.370 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-03-26T21:05:24.370 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T21:05:24.371 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-26T21:05:24.371 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-26T21:05:24.371 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compression: NoCompression 2024-03-26T21:05:24.371 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-26T21:05:24.371 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-26T21:05:24.371 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-26T21:05:24.371 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.num_levels: 7 2024-03-26T21:05:24.371 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-26T21:05:24.371 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-26T21:05:24.371 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-26T21:05:24.371 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-26T21:05:24.371 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-26T21:05:24.371 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-26T21:05:24.371 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-26T21:05:24.372 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-26T21:05:24.372 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-26T21:05:24.372 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-26T21:05:24.372 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-26T21:05:24.372 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-26T21:05:24.372 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-26T21:05:24.372 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-26T21:05:24.372 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-26T21:05:24.372 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-26T21:05:24.372 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-26T21:05:24.372 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-26T21:05:24.372 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-26T21:05:24.372 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-26T21:05:24.372 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-26T21:05:24.373 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-26T21:05:24.373 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-26T21:05:24.373 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-26T21:05:24.373 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-26T21:05:24.373 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-26T21:05:24.373 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-26T21:05:24.373 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-26T21:05:24.373 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-26T21:05:24.373 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-26T21:05:24.373 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-26T21:05:24.373 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-26T21:05:24.373 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-26T21:05:24.373 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-26T21:05:24.373 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-26T21:05:24.374 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-26T21:05:24.374 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-26T21:05:24.374 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-26T21:05:24.374 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-26T21:05:24.374 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-26T21:05:24.374 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-26T21:05:24.374 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-26T21:05:24.374 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-26T21:05:24.374 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-26T21:05:24.374 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-26T21:05:24.374 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-26T21:05:24.374 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-26T21:05:24.374 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-26T21:05:24.374 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-26T21:05:24.375 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-26T21:05:24.375 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-26T21:05:24.375 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-26T21:05:24.375 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-26T21:05:24.375 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-26T21:05:24.375 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-26T21:05:24.375 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-26T21:05:24.375 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-26T21:05:24.375 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-26T21:05:24.375 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-26T21:05:24.375 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.bloom_locality: 0 2024-03-26T21:05:24.375 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-26T21:05:24.375 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-26T21:05:24.375 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-26T21:05:24.376 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-26T21:05:24.376 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-26T21:05:24.376 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.ttl: 2592000 2024-03-26T21:05:24.376 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-26T21:05:24.376 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-26T21:05:24.376 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-26T21:05:24.376 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.enable_blob_files: false 2024-03-26T21:05:24.376 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.min_blob_size: 0 2024-03-26T21:05:24.376 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-26T21:05:24.376 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-26T21:05:24.376 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-26T21:05:24.377 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-26T21:05:24.377 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-26T21:05:24.377 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-26T21:05:24.377 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-26T21:05:24.377 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-26T21:05:24.377 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 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-26T21:05:24.377 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T21:05:24.377 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-26T21:05:24.377 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T21:05:24.377 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8d1c06b5-1baf-4ff5-8c0b-b83d81a78e18 2024-03-26T21:05:24.377 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T21:05:24.377 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-03-26T21:05:24.377 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T21:05:24.377 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564c27be0000 2024-03-26T21:05:24.378 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3324830c80 4 rocksdb: DB pointer 0x564c27bd0000 2024-03-26T21:05:24.378 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3314993700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-26T21:05:24.378 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.805+0000 7f3314993700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-26T21:05:24.378 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-03-26T21:05:24.378 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T21:05:24.378 INFO:teuthology.orchestra.run.smithi069.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-26T21:05:24.378 INFO:teuthology.orchestra.run.smithi069.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-26T21:05:24.378 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T21:05:24.378 INFO:teuthology.orchestra.run.smithi069.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-26T21:05:24.378 INFO:teuthology.orchestra.run.smithi069.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-26T21:05:24.378 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T21:05:24.378 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T21:05:24.378 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-26T21:05:24.379 INFO:teuthology.orchestra.run.smithi069.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-26T21:05:24.379 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-26T21:05:24.379 INFO:teuthology.orchestra.run.smithi069.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-26T21:05:24.379 INFO:teuthology.orchestra.run.smithi069.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-26T21:05:24.379 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T21:05:24.379 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-26T21:05:24.379 INFO:teuthology.orchestra.run.smithi069.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-26T21:05:24.379 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-26T21:05:24.379 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T21:05:24.379 INFO:teuthology.orchestra.run.smithi069.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-26T21:05:24.379 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T21:05:24.379 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T21:05:24.379 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-03-26T21:05:24.379 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-03-26T21:05:24.379 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-03-26T21:05:24.380 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-03-26T21:05:24.380 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-03-26T21:05:24.380 INFO:teuthology.orchestra.run.smithi069.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-26T21:05:24.380 INFO:teuthology.orchestra.run.smithi069.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-26T21:05:24.380 INFO:teuthology.orchestra.run.smithi069.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-26T21:05:24.380 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x564c27b17090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2024-03-26T21:05:24.380 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-03-26T21:05:24.380 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T21:05:24.380 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-03-26T21:05:24.380 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T21:05:24.380 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.809+0000 7f3324830c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-03-26T21:05:24.380 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.809+0000 7f3324830c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-03-26T21:05:24.380 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T21:05:23.809+0000 7f3324830c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-26T21:05:24.380 INFO:teuthology.orchestra.run.smithi069.stdout:create mon.a on 2024-03-26T21:05:24.590 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-03-26T21:05:24.784 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-26T21:05:25.014 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-62808a52-ebb4-11ee-95d0-87774f69a715.target -> /etc/systemd/system/ceph-62808a52-ebb4-11ee-95d0-87774f69a715.target. 2024-03-26T21:05:25.014 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-62808a52-ebb4-11ee-95d0-87774f69a715.target -> /etc/systemd/system/ceph-62808a52-ebb4-11ee-95d0-87774f69a715.target. 2024-03-26T21:05:25.324 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mon.a 2024-03-26T21:05:25.325 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to reset failed state of unit ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mon.a.service: Unit ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mon.a.service not loaded. 2024-03-26T21:05:25.514 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-62808a52-ebb4-11ee-95d0-87774f69a715.target.wants/ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-62808a52-ebb4-11ee-95d0-87774f69a715@.service. 2024-03-26T21:05:25.524 INFO:teuthology.orchestra.run.smithi069.stdout:firewalld does not appear to be present 2024-03-26T21:05:25.524 INFO:teuthology.orchestra.run.smithi069.stdout:Not possible to enable service . firewalld.service is not available 2024-03-26T21:05:25.524 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for mon to start... 2024-03-26T21:05:25.525 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for mon... 2024-03-26T21:05:26.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:26 smithi069 bash[21065]: cluster 2024-03-26T21:05:26.715552+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-26T21:05:27.431 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout cluster: 2024-03-26T21:05:27.431 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout id: 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:05:27.431 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-26T21:05:27.431 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-03-26T21:05:27.432 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout services: 2024-03-26T21:05:27.432 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.190316s) 2024-03-26T21:05:27.432 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-26T21:05:27.432 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-26T21:05:27.432 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-03-26T21:05:27.432 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout data: 2024-03-26T21:05:27.432 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-26T21:05:27.432 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-26T21:05:27.432 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-26T21:05:27.432 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout pgs: 2024-03-26T21:05:27.432 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-03-26T21:05:27.432 INFO:teuthology.orchestra.run.smithi069.stdout:mon is available 2024-03-26T21:05:27.432 INFO:teuthology.orchestra.run.smithi069.stdout:Assimilating anything we can from ceph.conf... 2024-03-26T21:05:27.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:27 smithi069 bash[21065]: cluster 2024-03-26T21:05:26.718973+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-26T21:05:27.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:27 smithi069 bash[21065]: cluster 2024-03-26T21:05:26.719164+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-03-26T21:05:27.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:27 smithi069 bash[21065]: cluster 2024-03-26T21:05:26.719175+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:05:27.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:27 smithi069 bash[21065]: cluster 2024-03-26T21:05:26.719184+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-03-26T21:05:22.625472+0000 2024-03-26T21:05:27.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:27 smithi069 bash[21065]: cluster 2024-03-26T21:05:26.719193+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-03-26T21:05:22.625472+0000 2024-03-26T21:05:27.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:27 smithi069 bash[21065]: cluster 2024-03-26T21:05:26.719202+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T21:05:27.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:27 smithi069 bash[21065]: cluster 2024-03-26T21:05:26.719209+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-03-26T21:05:27.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:27 smithi069 bash[21065]: cluster 2024-03-26T21:05:26.719216+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-03-26T21:05:27.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:27 smithi069 bash[21065]: cluster 2024-03-26T21:05:26.721207+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-03-26T21:05:27.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:27 smithi069 bash[21065]: cluster 2024-03-26T21:05:26.723585+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-26T21:05:27.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:27 smithi069 bash[21065]: cluster 2024-03-26T21:05:26.724070+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-03-26T21:05:27.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:27 smithi069 bash[21065]: audit 2024-03-26T21:05:26.909223+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.69:0/2348260457' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-26T21:05:28.818 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-03-26T21:05:28.819 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout [global] 2024-03-26T21:05:28.819 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout fsid = 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:05:28.819 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.69:3300,v1:172.21.15.69:6789] 2024-03-26T21:05:28.819 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-26T21:05:28.819 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-26T21:05:28.819 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-26T21:05:28.819 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-26T21:05:28.819 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-03-26T21:05:28.819 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-26T21:05:28.819 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-03-26T21:05:28.819 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-26T21:05:28.819 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-03-26T21:05:28.819 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout [osd] 2024-03-26T21:05:28.820 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-26T21:05:28.820 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-26T21:05:28.820 INFO:teuthology.orchestra.run.smithi069.stdout:Generating new minimal ceph.conf... 2024-03-26T21:05:29.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:28 smithi069 bash[21065]: audit 2024-03-26T21:05:28.292649+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.69:0/3763849544' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-26T21:05:29.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:28 smithi069 bash[21065]: audit 2024-03-26T21:05:28.295054+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.69:0/3763849544' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-26T21:05:30.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:29 smithi069 bash[21065]: audit 2024-03-26T21:05:29.802458+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.69:0/3499133046' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:05:30.355 INFO:teuthology.orchestra.run.smithi069.stdout:Restarting the monitor... 2024-03-26T21:05:30.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:30 smithi069 systemd[1]: Stopping Ceph mon.a for 62808a52-ebb4-11ee-95d0-87774f69a715... 2024-03-26T21:05:30.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:30 smithi069 bash[21065]: debug 2024-03-26T21:05:30.505+0000 7ff9b285f700 -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-26T21:05:30.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:30 smithi069 bash[21065]: debug 2024-03-26T21:05:30.505+0000 7ff9b285f700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-26T21:05:31.281 INFO:teuthology.orchestra.run.smithi069.stdout:Setting public_network to 172.21.0.0/20,172.21.0.1/32,172.21.0.2/32,172.21.15.254/32 in mon config section 2024-03-26T21:05:31.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:31 smithi069 bash[21453]: ceph-62808a52-ebb4-11ee-95d0-87774f69a715-mon-a 2024-03-26T21:05:31.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:31 smithi069 bash[21514]: Error response from daemon: No such container: ceph-62808a52-ebb4-11ee-95d0-87774f69a715-mon-a 2024-03-26T21:05:31.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:31 smithi069 systemd[1]: ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-26T21:05:31.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:31 smithi069 systemd[1]: Stopped Ceph mon.a for 62808a52-ebb4-11ee-95d0-87774f69a715. 2024-03-26T21:05:31.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:31 smithi069 systemd[1]: Started Ceph mon.a for 62808a52-ebb4-11ee-95d0-87774f69a715. 2024-03-26T21:05:32.536 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.272+0000 7f78b075bc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-26T21:05:32.536 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.272+0000 7f78b075bc80 0 ceph version 19.0.0-2484-g42fc52b8 (42fc52b86b14d4f88c40d75eb7102e0ab3918f55) squid (dev), process ceph-mon, pid 7 2024-03-26T21:05:32.537 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.272+0000 7f78b075bc80 0 pidfile_write: ignore empty --pid-file 2024-03-26T21:05:32.537 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.276+0000 7f78b075bc80 0 load: jerasure load: lrc 2024-03-26T21:05:32.537 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-26T21:05:32.537 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Git sha 0 2024-03-26T21:05:32.537 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Compile date 2024-03-26 11:42:14 2024-03-26T21:05:32.537 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: DB SUMMARY 2024-03-26T21:05:32.537 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: DB Session ID: WX124VP88UKIVMBMRF1J 2024-03-26T21:05:32.537 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: CURRENT file: CURRENT 2024-03-26T21:05:32.537 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-26T21:05:32.537 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-26T21:05:32.537 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-26T21:05:32.537 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89097 ; 2024-03-26T21:05:32.537 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.error_if_exists: 0 2024-03-26T21:05:32.538 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.create_if_missing: 0 2024-03-26T21:05:32.538 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-26T21:05:32.538 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-26T21:05:32.538 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-26T21:05:32.538 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-26T21:05:32.538 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.env: 0x557c5ce30c60 2024-03-26T21:05:32.538 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-26T21:05:32.538 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.info_log: 0x557c5f3a9b20 2024-03-26T21:05:32.538 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-26T21:05:32.538 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.statistics: (nil) 2024-03-26T21:05:32.538 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.use_fsync: 0 2024-03-26T21:05:32.538 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-26T21:05:32.539 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-26T21:05:32.539 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-26T21:05:32.539 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-26T21:05:32.539 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-26T21:05:32.539 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-26T21:05:32.539 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-26T21:05:32.539 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-26T21:05:32.539 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-26T21:05:32.540 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-26T21:05:32.540 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-26T21:05:32.540 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.db_log_dir: 2024-03-26T21:05:32.540 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.wal_dir: 2024-03-26T21:05:32.540 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-26T21:05:32.540 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-26T21:05:32.540 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-26T21:05:32.540 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-26T21:05:32.540 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-26T21:05:32.540 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-26T21:05:32.540 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-26T21:05:32.540 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-26T21:05:32.540 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.write_buffer_manager: 0x557c5f37a1e0 2024-03-26T21:05:32.541 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-26T21:05:32.541 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-26T21:05:32.541 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-26T21:05:32.541 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-26T21:05:32.541 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-26T21:05:32.541 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-26T21:05:32.541 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-26T21:05:32.541 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-26T21:05:32.541 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.unordered_write: 0 2024-03-26T21:05:32.541 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-26T21:05:32.541 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-26T21:05:32.541 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-26T21:05:32.541 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-26T21:05:32.541 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.row_cache: None 2024-03-26T21:05:32.541 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.wal_filter: None 2024-03-26T21:05:32.542 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-26T21:05:32.542 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-26T21:05:32.542 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.two_write_queues: 0 2024-03-26T21:05:32.542 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-26T21:05:32.542 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.wal_compression: 0 2024-03-26T21:05:32.542 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.atomic_flush: 0 2024-03-26T21:05:32.542 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-26T21:05:32.542 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-26T21:05:32.542 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-26T21:05:32.542 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-26T21:05:32.542 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-26T21:05:32.542 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-26T21:05:32.542 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-26T21:05:32.542 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-26T21:05:32.543 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-26T21:05:32.543 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-26T21:05:32.543 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-26T21:05:32.543 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-26T21:05:32.543 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-26T21:05:32.543 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-26T21:05:32.543 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-26T21:05:32.543 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-26T21:05:32.543 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-26T21:05:32.543 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-26T21:05:32.543 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-26T21:05:32.544 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-26T21:05:32.544 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-26T21:05:32.544 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-26T21:05:32.544 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_open_files: -1 2024-03-26T21:05:32.544 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-26T21:05:32.544 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-26T21:05:32.544 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-26T21:05:32.544 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-26T21:05:32.544 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-26T21:05:32.544 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Compression algorithms supported: 2024-03-26T21:05:32.544 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-26T21:05:32.544 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: kZSTD supported: 0 2024-03-26T21:05:32.544 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: kXpressCompression supported: 0 2024-03-26T21:05:32.544 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-26T21:05:32.545 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: kZlibCompression supported: 1 2024-03-26T21:05:32.545 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-26T21:05:32.545 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-26T21:05:32.545 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-26T21:05:32.545 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-26T21:05:32.545 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-26T21:05:32.545 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-26T21:05:32.546 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-26T21:05:32.546 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-26T21:05:32.546 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.merge_operator: 2024-03-26T21:05:32.546 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compaction_filter: None 2024-03-26T21:05:32.547 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-26T21:05:32.547 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-26T21:05:32.547 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-26T21:05:32.547 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-26T21:05:32.547 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557c5f3a9d00) 2024-03-26T21:05:32.547 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: cache_index_and_filter_blocks: 1 2024-03-26T21:05:32.547 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-26T21:05:32.547 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-26T21:05:32.547 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: pin_top_level_index_and_filter: 1 2024-03-26T21:05:32.547 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: index_type: 0 2024-03-26T21:05:32.547 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: data_block_index_type: 0 2024-03-26T21:05:32.547 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: index_shortening: 1 2024-03-26T21:05:32.547 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: data_block_hash_table_util_ratio: 0.750000 2024-03-26T21:05:32.547 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: checksum: 4 2024-03-26T21:05:32.547 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: no_block_cache: 0 2024-03-26T21:05:32.548 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: block_cache: 0x557c5f3ab090 2024-03-26T21:05:32.548 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: block_cache_name: BinnedLRUCache 2024-03-26T21:05:32.548 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: block_cache_options: 2024-03-26T21:05:32.548 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: capacity : 536870912 2024-03-26T21:05:32.548 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: num_shard_bits : 4 2024-03-26T21:05:32.548 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: strict_capacity_limit : 0 2024-03-26T21:05:32.548 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: high_pri_pool_ratio: 0.000 2024-03-26T21:05:32.548 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: block_cache_compressed: (nil) 2024-03-26T21:05:32.548 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: persistent_cache: (nil) 2024-03-26T21:05:32.548 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: block_size: 4096 2024-03-26T21:05:32.548 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: block_size_deviation: 10 2024-03-26T21:05:32.548 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: block_restart_interval: 16 2024-03-26T21:05:32.548 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: index_block_restart_interval: 1 2024-03-26T21:05:32.548 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: metadata_block_size: 4096 2024-03-26T21:05:32.548 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: partition_filters: 0 2024-03-26T21:05:32.549 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: use_delta_encoding: 1 2024-03-26T21:05:32.549 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: filter_policy: bloomfilter 2024-03-26T21:05:32.549 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: whole_key_filtering: 1 2024-03-26T21:05:32.549 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: verify_compression: 0 2024-03-26T21:05:32.549 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: read_amp_bytes_per_bit: 0 2024-03-26T21:05:32.549 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: format_version: 5 2024-03-26T21:05:32.549 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: enable_index_compression: 1 2024-03-26T21:05:32.549 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: block_align: 0 2024-03-26T21:05:32.549 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: max_auto_readahead_size: 262144 2024-03-26T21:05:32.549 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: prepopulate_block_cache: 0 2024-03-26T21:05:32.549 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: initial_auto_readahead_size: 8192 2024-03-26T21:05:32.549 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: num_file_reads_for_auto_readahead: 2 2024-03-26T21:05:32.549 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-26T21:05:32.549 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-26T21:05:32.550 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compression: NoCompression 2024-03-26T21:05:32.550 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-26T21:05:32.550 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-26T21:05:32.550 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-26T21:05:32.550 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.num_levels: 7 2024-03-26T21:05:32.550 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-26T21:05:32.550 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-26T21:05:32.550 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-26T21:05:32.550 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-26T21:05:32.550 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-26T21:05:32.550 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-26T21:05:32.551 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-26T21:05:32.551 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-26T21:05:32.551 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-26T21:05:32.551 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-26T21:05:32.551 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-26T21:05:32.551 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-26T21:05:32.551 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-26T21:05:32.551 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-26T21:05:32.551 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-26T21:05:32.551 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-26T21:05:32.551 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-26T21:05:32.551 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-26T21:05:32.551 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-26T21:05:32.551 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-26T21:05:32.551 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-26T21:05:32.552 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-26T21:05:32.552 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-26T21:05:32.552 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-26T21:05:32.552 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-26T21:05:32.552 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-26T21:05:32.552 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-26T21:05:32.552 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-26T21:05:32.552 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-26T21:05:32.552 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-26T21:05:32.552 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-26T21:05:32.552 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-26T21:05:32.552 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-26T21:05:32.552 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-26T21:05:32.552 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-26T21:05:32.552 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-26T21:05:32.553 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-26T21:05:32.553 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-26T21:05:32.553 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-26T21:05:32.553 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-26T21:05:32.553 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-26T21:05:32.553 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-26T21:05:32.553 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-26T21:05:32.553 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-26T21:05:32.553 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-26T21:05:32.553 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-26T21:05:32.553 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-26T21:05:32.553 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-26T21:05:32.553 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-26T21:05:32.553 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-26T21:05:32.554 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-26T21:05:32.554 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-26T21:05:32.554 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-26T21:05:32.554 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-26T21:05:32.554 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-26T21:05:32.554 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-26T21:05:32.554 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-26T21:05:32.554 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-26T21:05:32.554 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-26T21:05:32.554 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.bloom_locality: 0 2024-03-26T21:05:32.554 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-26T21:05:32.554 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-26T21:05:32.554 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-26T21:05:32.554 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-26T21:05:32.554 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-26T21:05:32.555 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.ttl: 2592000 2024-03-26T21:05:32.555 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-26T21:05:32.555 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-26T21:05:32.555 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-26T21:05:32.555 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.enable_blob_files: false 2024-03-26T21:05:32.555 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.min_blob_size: 0 2024-03-26T21:05:32.555 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-26T21:05:32.555 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-26T21:05:32.555 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-26T21:05:32.555 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-26T21:05:32.555 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-26T21:05:32.555 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-26T21:05:32.555 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-26T21:05:32.555 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-26T21:05:32.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 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-26T21:05:32.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-26T21:05:32.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8d1c06b5-1baf-4ff5-8c0b-b83d81a78e18 2024-03-26T21:05:32.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711487132284804, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-26T21:05:32.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-26T21:05:32.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711487132285806, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85714, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83861, "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": 78068, "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": 1711487132, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8d1c06b5-1baf-4ff5-8c0b-b83d81a78e18", "db_session_id": "WX124VP88UKIVMBMRF1J", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-26T21:05:32.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711487132285905, "job": 1, "event": "recovery_finished"} 2024-03-26T21:05:32.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.280+0000 7f78b075bc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-26T21:05:32.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.284+0000 7f78b075bc80 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-26T21:05:32.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.284+0000 7f78b075bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557c5f49e000 2024-03-26T21:05:32.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.284+0000 7f78b075bc80 4 rocksdb: DB pointer 0x557c5f488000 2024-03-26T21:05:32.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.284+0000 7f789eeb6700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-26T21:05:32.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.284+0000 7f789eeb6700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-26T21:05:32.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: ** DB Stats ** 2024-03-26T21:05:32.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T21:05:32.557 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: 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-26T21:05:32.557 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T21:05:32.557 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T21:05:32.557 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: 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-26T21:05:32.557 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T21:05:32.557 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T21:05:32.557 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: ** Compaction Stats [default] ** 2024-03-26T21:05:32.557 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: 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-26T21:05:32.557 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-26T21:05:32.557 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: L0 2/0 85.57 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T21:05:32.557 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: Sum 2/0 85.57 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T21:05:32.557 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T21:05:32.557 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: ** Compaction Stats [default] ** 2024-03-26T21:05:32.557 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: 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-26T21:05:32.557 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-26T21:05:32.558 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 136.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T21:05:32.558 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-26T21:05:32.558 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T21:05:32.558 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-26T21:05:32.558 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-26T21:05:32.558 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: AddFile(Total Files): cumulative 0, interval 0 2024-03-26T21:05:32.558 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-26T21:05:32.558 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: AddFile(Keys): cumulative 0, interval 0 2024-03-26T21:05:32.558 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: Cumulative compaction: 0.00 GB write, 22.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T21:05:32.558 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: Interval compaction: 0.00 GB write, 22.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T21:05:32.558 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: 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-26T21:05:32.558 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: Block cache BinnedLRUCache@0x557c5f3ab090#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-26T21:05:32.558 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: 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-26T21:05:32.559 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: ** File Read Latency Histogram By Level [default] ** 2024-03-26T21:05:32.559 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.284+0000 7f78b075bc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] at bind addrs [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:05:32.559 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.284+0000 7f78b075bc80 1 mon.a@-1(???) e1 preinit fsid 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:05:32.559 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.284+0000 7f78b075bc80 0 mon.a@-1(???).mds e1 new map 2024-03-26T21:05:32.559 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.284+0000 7f78b075bc80 0 mon.a@-1(???).mds e1 print_map 2024-03-26T21:05:32.559 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: e1 2024-03-26T21:05:32.559 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-26T21:05:32.559 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: 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-26T21:05:32.559 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: legacy client fscid: -1 2024-03-26T21:05:32.559 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: 2024-03-26T21:05:32.560 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: No filesystems configured 2024-03-26T21:05:32.560 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.284+0000 7f78b075bc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-26T21:05:32.560 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.284+0000 7f78b075bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T21:05:32.560 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.284+0000 7f78b075bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T21:05:32.560 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.284+0000 7f78b075bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T21:05:32.560 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: debug 2024-03-26T21:05:32.284+0000 7f78b075bc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-26T21:05:32.560 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: cluster 2024-03-26T21:05:32.311564+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-26T21:05:32.560 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: cluster 2024-03-26T21:05:32.311629+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-03-26T21:05:32.560 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: cluster 2024-03-26T21:05:32.311646+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:05:32.560 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: cluster 2024-03-26T21:05:32.311662+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-03-26T21:05:22.625472+0000 2024-03-26T21:05:32.560 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: cluster 2024-03-26T21:05:32.311678+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-03-26T21:05:22.625472+0000 2024-03-26T21:05:32.560 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: cluster 2024-03-26T21:05:32.311692+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T21:05:32.560 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: cluster 2024-03-26T21:05:32.311701+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-03-26T21:05:32.560 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: cluster 2024-03-26T21:05:32.311713+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-03-26T21:05:32.560 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: cluster 2024-03-26T21:05:32.312124+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-03-26T21:05:32.561 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: cluster 2024-03-26T21:05:32.312152+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-26T21:05:32.561 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:32 smithi069 bash[21554]: cluster 2024-03-26T21:05:32.312536+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-03-26T21:05:33.081 INFO:teuthology.orchestra.run.smithi069.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-26T21:05:33.108 INFO:teuthology.orchestra.run.smithi069.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-26T21:05:33.108 INFO:teuthology.orchestra.run.smithi069.stdout:Creating mgr... 2024-03-26T21:05:33.108 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-26T21:05:33.108 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-26T21:05:33.452 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mgr.a 2024-03-26T21:05:33.452 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to reset failed state of unit ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mgr.a.service: Unit ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mgr.a.service not loaded. 2024-03-26T21:05:33.455 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:33 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:05:33.455 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:33 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:05:33.663 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-62808a52-ebb4-11ee-95d0-87774f69a715.target.wants/ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-62808a52-ebb4-11ee-95d0-87774f69a715@.service. 2024-03-26T21:05:33.671 INFO:teuthology.orchestra.run.smithi069.stdout:firewalld does not appear to be present 2024-03-26T21:05:33.672 INFO:teuthology.orchestra.run.smithi069.stdout:Not possible to enable service . firewalld.service is not available 2024-03-26T21:05:33.672 INFO:teuthology.orchestra.run.smithi069.stdout:firewalld does not appear to be present 2024-03-26T21:05:33.672 INFO:teuthology.orchestra.run.smithi069.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-26T21:05:33.672 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for mgr to start... 2024-03-26T21:05:33.672 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for mgr... 2024-03-26T21:05:33.711 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:33 smithi069 bash[21554]: audit 2024-03-26T21:05:32.531314+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.69:0/3506466707' entity='client.admin' 2024-03-26T21:05:33.711 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:33 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:05:33.712 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:33 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:05:33.712 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:33 smithi069 systemd[1]: Started Ceph mgr.a for 62808a52-ebb4-11ee-95d0-87774f69a715. 2024-03-26T21:05:35.116 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:35 smithi069 bash[21808]: debug 2024-03-26T21:05:35.000+0000 7f79f3cb3200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T21:05:35.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:35 smithi069 bash[21554]: audit 2024-03-26T21:05:35.179396+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.69:0/2568099623' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T21:05:35.750 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-03-26T21:05:35.751 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout { 2024-03-26T21:05:35.751 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "fsid": "62808a52-ebb4-11ee-95d0-87774f69a715", 2024-03-26T21:05:35.751 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T21:05:35.751 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T21:05:35.751 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T21:05:35.751 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T21:05:35.751 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:35.751 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T21:05:35.751 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T21:05:35.751 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 0 2024-03-26T21:05:35.751 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-03-26T21:05:35.751 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T21:05:35.752 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T21:05:35.752 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-03-26T21:05:35.752 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-26T21:05:35.752 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T21:05:35.752 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T21:05:35.752 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T21:05:35.752 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T21:05:35.752 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:35.752 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T21:05:35.752 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T21:05:35.752 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T21:05:35.752 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T21:05:35.752 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T21:05:35.752 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T21:05:35.752 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T21:05:35.753 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T21:05:35.756 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:35.756 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T21:05:35.756 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T21:05:35.756 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T21:05:35.756 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T21:05:35.756 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T21:05:35.757 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T21:05:35.757 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T21:05:35.757 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T21:05:35.757 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T21:05:35.757 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:35.757 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T21:05:35.757 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T21:05:35.757 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T21:05:35.757 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T21:05:35.757 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:35.757 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T21:05:35.757 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-26T21:05:35.757 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T21:05:35.757 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T21:05:35.757 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T21:05:35.758 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T21:05:35.758 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T21:05:35.758 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-03-26T21:05:35.758 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T21:05:35.758 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:35.758 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T21:05:35.758 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T21:05:35.758 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T21:05:26.720299+0000", 2024-03-26T21:05:35.758 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T21:05:35.758 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:35.759 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T21:05:35.759 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout } 2024-03-26T21:05:35.759 INFO:teuthology.orchestra.run.smithi069.stdout:mgr not available, waiting (1/15)... 2024-03-26T21:05:36.866 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:36 smithi069 bash[21808]: debug 2024-03-26T21:05:36.564+0000 7f79f3cb3200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T21:05:36.867 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:36 smithi069 bash[21808]: debug 2024-03-26T21:05:36.660+0000 7f79f3cb3200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T21:05:37.366 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:36 smithi069 bash[21808]: debug 2024-03-26T21:05:36.904+0000 7f79f3cb3200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T21:05:38.116 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:37 smithi069 bash[21808]: debug 2024-03-26T21:05:37.688+0000 7f79f3cb3200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T21:05:38.116 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:37 smithi069 bash[21808]: debug 2024-03-26T21:05:37.800+0000 7f79f3cb3200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T21:05:38.116 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:37 smithi069 bash[21808]: debug 2024-03-26T21:05:37.900+0000 7f79f3cb3200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T21:05:38.522 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:38 smithi069 bash[21808]: debug 2024-03-26T21:05:38.252+0000 7f79f3cb3200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T21:05:38.522 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:38 smithi069 bash[21808]: debug 2024-03-26T21:05:38.364+0000 7f79f3cb3200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T21:05:38.522 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:38 smithi069 bash[21808]: debug 2024-03-26T21:05:38.468+0000 7f79f3cb3200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T21:05:39.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:38 smithi069 bash[21554]: audit 2024-03-26T21:05:38.850085+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.69:0/4160373109' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T21:05:39.117 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:38 smithi069 bash[21808]: debug 2024-03-26T21:05:38.824+0000 7f79f3cb3200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T21:05:39.117 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:39 smithi069 bash[21808]: debug 2024-03-26T21:05:39.068+0000 7f79f3cb3200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T21:05:39.433 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-03-26T21:05:39.433 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout { 2024-03-26T21:05:39.433 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "fsid": "62808a52-ebb4-11ee-95d0-87774f69a715", 2024-03-26T21:05:39.433 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T21:05:39.433 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T21:05:39.433 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T21:05:39.433 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T21:05:39.433 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:39.433 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T21:05:39.434 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T21:05:39.434 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 0 2024-03-26T21:05:39.434 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-03-26T21:05:39.434 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T21:05:39.434 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T21:05:39.434 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-03-26T21:05:39.434 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-03-26T21:05:39.434 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T21:05:39.434 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T21:05:39.434 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T21:05:39.434 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T21:05:39.434 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:39.434 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T21:05:39.434 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T21:05:39.435 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T21:05:39.435 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T21:05:39.435 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T21:05:39.435 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T21:05:39.435 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T21:05:39.435 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T21:05:39.435 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:39.435 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T21:05:39.435 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T21:05:39.435 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T21:05:39.435 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T21:05:39.435 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T21:05:39.435 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T21:05:39.435 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T21:05:39.435 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T21:05:39.436 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T21:05:39.436 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:39.436 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T21:05:39.436 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T21:05:39.436 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T21:05:39.436 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T21:05:39.436 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:39.436 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T21:05:39.436 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-26T21:05:39.436 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T21:05:39.436 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T21:05:39.436 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T21:05:39.436 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T21:05:39.436 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T21:05:39.436 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-03-26T21:05:39.437 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T21:05:39.437 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:39.437 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T21:05:39.437 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T21:05:39.437 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T21:05:26.720299+0000", 2024-03-26T21:05:39.437 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T21:05:39.437 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:39.437 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T21:05:39.437 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout } 2024-03-26T21:05:39.437 INFO:teuthology.orchestra.run.smithi069.stdout:mgr not available, waiting (2/15)... 2024-03-26T21:05:39.616 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:39 smithi069 bash[21808]: debug 2024-03-26T21:05:39.324+0000 7f79f3cb3200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T21:05:39.616 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:39 smithi069 bash[21808]: debug 2024-03-26T21:05:39.436+0000 7f79f3cb3200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T21:05:40.109 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:39 smithi069 bash[21808]: debug 2024-03-26T21:05:39.704+0000 7f79f3cb3200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T21:05:40.366 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:40 smithi069 bash[21808]: debug 2024-03-26T21:05:40.112+0000 7f79f3cb3200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T21:05:40.367 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:40 smithi069 bash[21808]: debug 2024-03-26T21:05:40.348+0000 7f79f3cb3200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T21:05:40.866 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:40 smithi069 bash[21808]: debug 2024-03-26T21:05:40.464+0000 7f79f3cb3200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T21:05:40.867 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:40 smithi069 bash[21808]: debug 2024-03-26T21:05:40.704+0000 7f79f3cb3200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T21:05:41.805 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:41 smithi069 bash[21808]: debug 2024-03-26T21:05:41.696+0000 7f79f3cb3200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T21:05:42.366 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:41 smithi069 bash[21808]: debug 2024-03-26T21:05:41.808+0000 7f79f3cb3200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T21:05:42.366 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:42 smithi069 bash[21808]: debug 2024-03-26T21:05:42.104+0000 7f79f3cb3200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T21:05:42.366 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:42 smithi069 bash[21808]: debug 2024-03-26T21:05:42.220+0000 7f79f3cb3200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T21:05:42.785 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:42 smithi069 bash[21554]: audit 2024-03-26T21:05:42.449864+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.69:0/488450084' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T21:05:42.840 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:42 smithi069 bash[21808]: debug 2024-03-26T21:05:42.668+0000 7f79f3cb3200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T21:05:43.001 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-03-26T21:05:43.001 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout { 2024-03-26T21:05:43.001 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "fsid": "62808a52-ebb4-11ee-95d0-87774f69a715", 2024-03-26T21:05:43.001 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T21:05:43.002 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T21:05:43.002 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T21:05:43.002 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T21:05:43.002 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:43.002 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T21:05:43.002 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T21:05:43.002 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 0 2024-03-26T21:05:43.002 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-03-26T21:05:43.002 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T21:05:43.002 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T21:05:43.002 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-03-26T21:05:43.002 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-03-26T21:05:43.003 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T21:05:43.003 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T21:05:43.003 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T21:05:43.003 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T21:05:43.003 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:43.003 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T21:05:43.003 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T21:05:43.003 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T21:05:43.003 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T21:05:43.003 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T21:05:43.003 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T21:05:43.003 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T21:05:43.003 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T21:05:43.003 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:43.004 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T21:05:43.004 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T21:05:43.004 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T21:05:43.004 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T21:05:43.004 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T21:05:43.004 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T21:05:43.004 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T21:05:43.004 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T21:05:43.004 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T21:05:43.004 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:43.004 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T21:05:43.004 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T21:05:43.004 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T21:05:43.004 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T21:05:43.005 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:43.005 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T21:05:43.005 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-26T21:05:43.005 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T21:05:43.005 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T21:05:43.005 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T21:05:43.005 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T21:05:43.005 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T21:05:43.005 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-03-26T21:05:43.005 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T21:05:43.005 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:43.005 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T21:05:43.005 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T21:05:43.005 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T21:05:26.720299+0000", 2024-03-26T21:05:43.005 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T21:05:43.005 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:43.006 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T21:05:43.006 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout } 2024-03-26T21:05:43.006 INFO:teuthology.orchestra.run.smithi069.stdout:mgr not available, waiting (3/15)... 2024-03-26T21:05:43.116 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:42 smithi069 bash[21808]: debug 2024-03-26T21:05:42.788+0000 7f79f3cb3200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T21:05:43.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:43 smithi069 bash[21554]: cluster 2024-03-26T21:05:42.813301+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-03-26T21:05:43.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:43 smithi069 bash[21554]: cluster 2024-03-26T21:05:42.820501+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.0075206s) 2024-03-26T21:05:43.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:43 smithi069 bash[21554]: audit 2024-03-26T21:05:42.821517+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.69:0/1643191435' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T21:05:43.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:43 smithi069 bash[21554]: audit 2024-03-26T21:05:42.821703+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.69:0/1643191435' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T21:05:43.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:43 smithi069 bash[21554]: audit 2024-03-26T21:05:42.821896+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.69:0/1643191435' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T21:05:43.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:43 smithi069 bash[21554]: audit 2024-03-26T21:05:42.822060+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.69:0/1643191435' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:05:43.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:43 smithi069 bash[21554]: audit 2024-03-26T21:05:42.823471+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.69:0/1643191435' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T21:05:43.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:43 smithi069 bash[21554]: cluster 2024-03-26T21:05:42.830027+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-03-26T21:05:43.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:43 smithi069 bash[21554]: audit 2024-03-26T21:05:42.842626+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.69:0/1643191435' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T21:05:43.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:43 smithi069 bash[21554]: audit 2024-03-26T21:05:42.845374+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.69:0/1643191435' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T21:05:43.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:43 smithi069 bash[21554]: audit 2024-03-26T21:05:42.850966+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.69:0/1643191435' entity='mgr.a' 2024-03-26T21:05:43.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:43 smithi069 bash[21554]: audit 2024-03-26T21:05:42.856208+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.69:0/1643191435' entity='mgr.a' 2024-03-26T21:05:43.869 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:43 smithi069 bash[21554]: audit 2024-03-26T21:05:42.861434+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.69:0/1643191435' entity='mgr.a' 2024-03-26T21:05:45.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:44 smithi069 bash[21554]: cluster 2024-03-26T21:05:43.828772+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01579s) 2024-03-26T21:05:47.012 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-03-26T21:05:47.012 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout { 2024-03-26T21:05:47.012 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "fsid": "62808a52-ebb4-11ee-95d0-87774f69a715", 2024-03-26T21:05:47.013 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T21:05:47.013 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T21:05:47.013 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T21:05:47.013 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T21:05:47.013 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:47.013 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T21:05:47.013 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T21:05:47.013 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 0 2024-03-26T21:05:47.013 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-03-26T21:05:47.013 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T21:05:47.013 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T21:05:47.013 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-03-26T21:05:47.013 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-03-26T21:05:47.013 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T21:05:47.014 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T21:05:47.014 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T21:05:47.014 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T21:05:47.014 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:47.014 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T21:05:47.014 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T21:05:47.014 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T21:05:47.014 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T21:05:47.014 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T21:05:47.014 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T21:05:47.014 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T21:05:47.014 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T21:05:47.014 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:47.014 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T21:05:47.015 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T21:05:47.015 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T21:05:47.015 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T21:05:47.015 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T21:05:47.015 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T21:05:47.015 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T21:05:47.015 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T21:05:47.015 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T21:05:47.015 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:47.015 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T21:05:47.015 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T21:05:47.015 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T21:05:47.015 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T21:05:47.015 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:47.016 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T21:05:47.016 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-26T21:05:47.016 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T21:05:47.016 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T21:05:47.016 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T21:05:47.016 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T21:05:47.016 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T21:05:47.016 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-03-26T21:05:47.016 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T21:05:47.016 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:47.016 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T21:05:47.016 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T21:05:47.016 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T21:05:26.720299+0000", 2024-03-26T21:05:47.016 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T21:05:47.016 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-03-26T21:05:47.017 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T21:05:47.017 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout } 2024-03-26T21:05:47.017 INFO:teuthology.orchestra.run.smithi069.stdout:mgr is available 2024-03-26T21:05:47.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:46 smithi069 bash[21554]: cluster 2024-03-26T21:05:45.824916+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-03-26T21:05:47.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:46 smithi069 bash[21554]: audit 2024-03-26T21:05:46.407361+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.69:0/2648578431' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T21:05:48.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:48 smithi069 bash[21554]: audit 2024-03-26T21:05:48.259260+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.69:0/4094397455' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-26T21:05:48.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:48 smithi069 bash[21554]: audit 2024-03-26T21:05:48.263969+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.69:0/4094397455' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-26T21:05:48.904 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-03-26T21:05:48.904 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout [global] 2024-03-26T21:05:48.904 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout fsid = 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:05:48.905 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-26T21:05:48.905 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-26T21:05:48.905 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-26T21:05:48.906 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-26T21:05:48.906 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-03-26T21:05:48.906 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-26T21:05:48.906 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-26T21:05:48.906 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-03-26T21:05:48.906 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout [osd] 2024-03-26T21:05:48.907 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-26T21:05:48.907 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-26T21:05:48.907 INFO:teuthology.orchestra.run.smithi069.stdout:Enabling cephadm module... 2024-03-26T21:05:50.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:50 smithi069 bash[21554]: audit 2024-03-26T21:05:50.267902+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.69:0/1983956761' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-26T21:05:50.617 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:50 smithi069 bash[21808]: ignoring --setuser ceph since I am not root 2024-03-26T21:05:50.617 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:50 smithi069 bash[21808]: ignoring --setgroup ceph since I am not root 2024-03-26T21:05:50.617 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:50 smithi069 bash[21808]: debug 2024-03-26T21:05:50.508+0000 7fc281d33200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T21:05:51.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:51 smithi069 bash[21554]: audit 2024-03-26T21:05:50.319534+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.69:0/1983956761' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-26T21:05:51.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:51 smithi069 bash[21554]: cluster 2024-03-26T21:05:50.324666+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-03-26T21:05:52.355 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:52 smithi069 bash[21554]: audit 2024-03-26T21:05:52.176014+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.69:0/1687393198' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-26T21:05:52.355 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:52 smithi069 bash[21808]: debug 2024-03-26T21:05:52.072+0000 7fc281d33200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T21:05:52.355 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:52 smithi069 bash[21808]: debug 2024-03-26T21:05:52.168+0000 7fc281d33200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T21:05:52.616 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:52 smithi069 bash[21808]: debug 2024-03-26T21:05:52.420+0000 7fc281d33200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T21:05:52.729 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout { 2024-03-26T21:05:52.729 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-26T21:05:52.730 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-26T21:05:52.730 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-26T21:05:52.730 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-26T21:05:52.730 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout } 2024-03-26T21:05:52.730 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for the mgr to restart... 2024-03-26T21:05:52.730 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for mgr epoch 5... 2024-03-26T21:05:53.616 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:53 smithi069 bash[21808]: debug 2024-03-26T21:05:53.216+0000 7fc281d33200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T21:05:53.616 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:53 smithi069 bash[21808]: debug 2024-03-26T21:05:53.324+0000 7fc281d33200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T21:05:53.616 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:53 smithi069 bash[21808]: debug 2024-03-26T21:05:53.432+0000 7fc281d33200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T21:05:54.116 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:53 smithi069 bash[21808]: debug 2024-03-26T21:05:53.784+0000 7fc281d33200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T21:05:54.116 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:53 smithi069 bash[21808]: debug 2024-03-26T21:05:53.896+0000 7fc281d33200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T21:05:54.117 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:54 smithi069 bash[21808]: debug 2024-03-26T21:05:53.996+0000 7fc281d33200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T21:05:54.616 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:54 smithi069 bash[21808]: debug 2024-03-26T21:05:54.352+0000 7fc281d33200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T21:05:54.616 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:54 smithi069 bash[21808]: debug 2024-03-26T21:05:54.588+0000 7fc281d33200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T21:05:55.116 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:54 smithi069 bash[21808]: debug 2024-03-26T21:05:54.848+0000 7fc281d33200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T21:05:55.117 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:54 smithi069 bash[21808]: debug 2024-03-26T21:05:54.960+0000 7fc281d33200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T21:05:55.616 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:55 smithi069 bash[21808]: debug 2024-03-26T21:05:55.228+0000 7fc281d33200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T21:05:55.998 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:55 smithi069 bash[21808]: debug 2024-03-26T21:05:55.652+0000 7fc281d33200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T21:05:55.998 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:55 smithi069 bash[21808]: debug 2024-03-26T21:05:55.884+0000 7fc281d33200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T21:05:56.366 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:56 smithi069 bash[21808]: debug 2024-03-26T21:05:56.000+0000 7fc281d33200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T21:05:56.367 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:56 smithi069 bash[21808]: debug 2024-03-26T21:05:56.244+0000 7fc281d33200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T21:05:57.616 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:57 smithi069 bash[21808]: debug 2024-03-26T21:05:57.240+0000 7fc281d33200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T21:05:57.617 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:57 smithi069 bash[21808]: debug 2024-03-26T21:05:57.352+0000 7fc281d33200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T21:05:58.116 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:57 smithi069 bash[21808]: debug 2024-03-26T21:05:57.644+0000 7fc281d33200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T21:05:58.117 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:57 smithi069 bash[21808]: debug 2024-03-26T21:05:57.756+0000 7fc281d33200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T21:05:58.616 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:58 smithi069 bash[21808]: debug 2024-03-26T21:05:58.208+0000 7fc281d33200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T21:05:58.617 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:05:58 smithi069 bash[21808]: debug 2024-03-26T21:05:58.328+0000 7fc281d33200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T21:05:58.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:58 smithi069 bash[21554]: cluster 2024-03-26T21:05:58.353180+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-03-26T21:05:58.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:58 smithi069 bash[21554]: cluster 2024-03-26T21:05:58.353693+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-03-26T21:05:58.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:58 smithi069 bash[21554]: cluster 2024-03-26T21:05:58.360804+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-26T21:05:58.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:58 smithi069 bash[21554]: cluster 2024-03-26T21:05:58.361064+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00756357s) 2024-03-26T21:05:58.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:58 smithi069 bash[21554]: audit 2024-03-26T21:05:58.363146+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:05:58.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:58 smithi069 bash[21554]: audit 2024-03-26T21:05:58.364881+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T21:05:58.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:58 smithi069 bash[21554]: audit 2024-03-26T21:05:58.365864+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T21:05:58.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:58 smithi069 bash[21554]: audit 2024-03-26T21:05:58.366038+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T21:05:58.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:58 smithi069 bash[21554]: audit 2024-03-26T21:05:58.366219+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T21:05:58.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:58 smithi069 bash[21554]: cluster 2024-03-26T21:05:58.389402+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-03-26T21:05:59.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:59 smithi069 bash[21554]: cephadm 2024-03-26T21:05:58.407561+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-03-26T21:05:59.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:59 smithi069 bash[21554]: audit 2024-03-26T21:05:58.410021+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' 2024-03-26T21:05:59.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:59 smithi069 bash[21554]: audit 2024-03-26T21:05:58.412386+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' 2024-03-26T21:05:59.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:59 smithi069 bash[21554]: audit 2024-03-26T21:05:58.414785+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' 2024-03-26T21:05:59.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:59 smithi069 bash[21554]: audit 2024-03-26T21:05:58.418109+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:05:59.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:59 smithi069 bash[21554]: audit 2024-03-26T21:05:58.421497+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:05:59.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:59 smithi069 bash[21554]: audit 2024-03-26T21:05:58.430552+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T21:05:59.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:59 smithi069 bash[21554]: audit 2024-03-26T21:05:58.433595+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T21:05:59.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:59 smithi069 bash[21554]: audit 2024-03-26T21:05:58.598023+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' 2024-03-26T21:05:59.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:59 smithi069 bash[21554]: audit 2024-03-26T21:05:58.602723+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' 2024-03-26T21:05:59.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:59 smithi069 bash[21554]: audit 2024-03-26T21:05:59.363238+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-26T21:05:59.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:05:59 smithi069 bash[21554]: cluster 2024-03-26T21:05:59.365319+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e7: a(active, since 1.01182s) 2024-03-26T21:06:00.018 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout { 2024-03-26T21:06:00.019 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-26T21:06:00.019 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-26T21:06:00.019 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout } 2024-03-26T21:06:00.019 INFO:teuthology.orchestra.run.smithi069.stdout:mgr epoch 5 is available 2024-03-26T21:06:00.019 INFO:teuthology.orchestra.run.smithi069.stdout:Setting orchestrator backend to cephadm... 2024-03-26T21:06:00.663 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:00 smithi069 bash[21554]: audit 2024-03-26T21:05:59.378093+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-26T21:06:00.664 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:00 smithi069 bash[21554]: cephadm 2024-03-26T21:05:59.712077+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [26/Mar/2024:21:05:59] ENGINE Bus STARTING 2024-03-26T21:06:00.664 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:00 smithi069 bash[21554]: cephadm 2024-03-26T21:05:59.829023+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [26/Mar/2024:21:05:59] ENGINE Serving on https://172.21.15.69:7150 2024-03-26T21:06:00.664 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:00 smithi069 bash[21554]: cephadm 2024-03-26T21:05:59.930127+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [26/Mar/2024:21:05:59] ENGINE Serving on http://172.21.15.69:8765 2024-03-26T21:06:00.664 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:00 smithi069 bash[21554]: cephadm 2024-03-26T21:05:59.930262+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [26/Mar/2024:21:05:59] ENGINE Bus STARTED 2024-03-26T21:06:00.664 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:00 smithi069 bash[21554]: audit 2024-03-26T21:05:59.942972+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:06:01.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:01 smithi069 bash[21554]: cluster 2024-03-26T21:06:00.422916+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-03-26T21:06:01.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:01 smithi069 bash[21554]: audit 2024-03-26T21:06:01.223937+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-26T21:06:01.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:01 smithi069 bash[21554]: audit 2024-03-26T21:06:01.231227+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' 2024-03-26T21:06:01.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:01 smithi069 bash[21554]: audit 2024-03-26T21:06:01.262645+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:06:03.623 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-26T21:06:03.623 INFO:teuthology.orchestra.run.smithi069.stdout:Generating ssh key... 2024-03-26T21:06:03.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:03 smithi069 bash[21554]: audit 2024-03-26T21:06:03.016189+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-26T21:06:05.617 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:05 smithi069 bash[21808]: Generating public/private rsa key pair. 2024-03-26T21:06:05.617 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:05 smithi069 bash[21808]: Your identification has been saved in /tmp/tmpo_ubcegq/key. 2024-03-26T21:06:05.617 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:05 smithi069 bash[21808]: Your public key has been saved in /tmp/tmpo_ubcegq/key.pub. 2024-03-26T21:06:05.617 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:05 smithi069 bash[21808]: The key fingerprint is: 2024-03-26T21:06:05.617 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:05 smithi069 bash[21808]: SHA256:3l3ugu9mIwEo42vSCIlh1zYJIAzS3izxO/h0DR8qF9s ceph-62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:06:05.617 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:05 smithi069 bash[21808]: The key's randomart image is: 2024-03-26T21:06:05.617 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:05 smithi069 bash[21808]: +---[RSA 3072]----+ 2024-03-26T21:06:05.618 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:05 smithi069 bash[21808]: |*o. | 2024-03-26T21:06:05.618 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:05 smithi069 bash[21808]: |o.o. | 2024-03-26T21:06:05.618 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:05 smithi069 bash[21808]: | . =o .. | 2024-03-26T21:06:05.618 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:05 smithi069 bash[21808]: |..o.*=+ o | 2024-03-26T21:06:05.618 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:05 smithi069 bash[21808]: |oo.+.+.OSo . | 2024-03-26T21:06:05.618 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:05 smithi069 bash[21808]: |+ . * =.E... o | 2024-03-26T21:06:05.618 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:05 smithi069 bash[21808]: | . = * . .o. . | 2024-03-26T21:06:05.618 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:05 smithi069 bash[21808]: | o = o =. | 2024-03-26T21:06:05.618 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:05 smithi069 bash[21808]: | o *oo. | 2024-03-26T21:06:05.618 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:05 smithi069 bash[21808]: +----[SHA256]-----+ 2024-03-26T21:06:06.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:06 smithi069 bash[21554]: audit 2024-03-26T21:06:04.862579+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-26T21:06:06.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:06 smithi069 bash[21554]: cephadm 2024-03-26T21:06:04.862970+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-03-26T21:06:06.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:06 smithi069 bash[21554]: audit 2024-03-26T21:06:05.286553+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' 2024-03-26T21:06:06.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:06 smithi069 bash[21554]: audit 2024-03-26T21:06:05.291389+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' 2024-03-26T21:06:07.606 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3p/FDcduhLU7tejItDkEUzjcrLJqutt+p5cNsoGilTP7xJNOZ7BjGtNWoKBmRI/S5MoVkwwcBoAtNf0rB7ODt26i+SPE5Rqw/apupYnWCZhpK/iNvC68Dhcqaz5fbBnc2+ZeV+eQWpw1p1bNG/MMF6KpZSHGxx4qBjba3Qjj4mjuKWjZIw+etZCOb+vlTuEI4UTqSF4vStKzktQkFZzsV8QOd9eJFXKiKlDohU9xopOLH4gYbmmmurANxn2A7Fs+98Ug+ZN4WwonDqS5h/1qU4C69GXD2Jx5XQYJX+NbdtoTm6xW8CVMSu88O6/Xe3AOodG5lJ0RTfhW/llH42Iu4KoLvNjbheA0seKo6uUf2eZX7UCmPyT/lbKYdOTUSdqUgAODUU19wc0s7zH4AfryT1W+ML758DBybfdoLPSyrVn2yz7fph+ZCpfaPnbFa9BVBQ5IFS2+eVFe5pepZqLE02QcgeSEUPugPXG2QCPIk7v2ZsPfMyo+8yCH5QIU4iVE= ceph-62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:06:07.606 INFO:teuthology.orchestra.run.smithi069.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-26T21:06:07.606 INFO:teuthology.orchestra.run.smithi069.stdout:Adding key to root@localhost authorized_keys... 2024-03-26T21:06:07.607 INFO:teuthology.orchestra.run.smithi069.stdout:Adding host smithi069... 2024-03-26T21:06:07.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:07 smithi069 bash[21554]: audit 2024-03-26T21:06:07.036522+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-26T21:06:09.470 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:09 smithi069 bash[21554]: audit 2024-03-26T21:06:08.873489+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi069", "addr": "172.21.15.69", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:06:10.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:10 smithi069 bash[21554]: cephadm 2024-03-26T21:06:09.459276+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi069 2024-03-26T21:06:15.061 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout Added host 'smithi069' with addr '172.21.15.69' 2024-03-26T21:06:15.061 INFO:teuthology.orchestra.run.smithi069.stdout:Deploying unmanaged mon service... 2024-03-26T21:06:15.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:15 smithi069 bash[21554]: audit 2024-03-26T21:06:14.273896+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' 2024-03-26T21:06:15.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:15 smithi069 bash[21554]: cephadm 2024-03-26T21:06:14.274489+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi069 2024-03-26T21:06:15.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:15 smithi069 bash[21554]: audit 2024-03-26T21:06:14.319369+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:06:17.666 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-26T21:06:17.667 INFO:teuthology.orchestra.run.smithi069.stdout:Deploying unmanaged mgr service... 2024-03-26T21:06:18.315 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:17 smithi069 bash[21554]: audit 2024-03-26T21:06:16.945818+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-26T21:06:18.315 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:17 smithi069 bash[21554]: cephadm 2024-03-26T21:06:16.949089+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-26T21:06:18.316 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:17 smithi069 bash[21554]: audit 2024-03-26T21:06:16.953811+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' 2024-03-26T21:06:18.316 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:17 smithi069 bash[21554]: audit 2024-03-26T21:06:17.445372+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' 2024-03-26T21:06:19.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:18 smithi069 bash[21554]: audit 2024-03-26T21:06:17.981903+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' 2024-03-26T21:06:19.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:18 smithi069 bash[21554]: cluster 2024-03-26T21:06:18.367351+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:06:19.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:18 smithi069 bash[21554]: audit 2024-03-26T21:06:18.932029+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.69:0/1046072787' entity='mgr.a' 2024-03-26T21:06:19.577 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-26T21:06:20.283 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:19 smithi069 bash[21554]: audit 2024-03-26T21:06:18.924431+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:06:20.283 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:19 smithi069 bash[21554]: cephadm 2024-03-26T21:06:18.927112+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-26T21:06:21.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:20 smithi069 bash[21554]: cluster 2024-03-26T21:06:20.367679+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-26T21:06:21.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:20 smithi069 bash[21554]: audit 2024-03-26T21:06:20.870888+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.69:0/1508855819' entity='client.admin' 2024-03-26T21:06:22.764 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:22 smithi069 bash[21554]: cluster 2024-03-26T21:06:22.367953+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-26T21:06:23.372 INFO:teuthology.orchestra.run.smithi069.stdout:Enabling the dashboard module... 2024-03-26T21:06:24.017 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:23 smithi069 bash[21554]: audit 2024-03-26T21:06:22.756177+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.69:0/1463837001' entity='client.admin' 2024-03-26T21:06:25.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:24 smithi069 bash[21554]: cluster 2024-03-26T21:06:24.368289+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:06:25.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:24 smithi069 bash[21554]: audit 2024-03-26T21:06:24.705731+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.69:0/467563673' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-26T21:06:25.117 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:24 smithi069 bash[21808]: ignoring --setuser ceph since I am not root 2024-03-26T21:06:25.117 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:24 smithi069 bash[21808]: ignoring --setgroup ceph since I am not root 2024-03-26T21:06:25.117 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:24 smithi069 bash[21808]: debug 2024-03-26T21:06:24.951+0000 7f8a55c4a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T21:06:26.046 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:25 smithi069 bash[21554]: audit 2024-03-26T21:06:24.759165+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.69:0/467563673' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-26T21:06:26.047 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:25 smithi069 bash[21554]: cluster 2024-03-26T21:06:24.762861+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-03-26T21:06:26.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:26 smithi069 bash[21554]: audit 2024-03-26T21:06:26.745404+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.69:0/2393229239' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-26T21:06:26.867 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:26 smithi069 bash[21808]: debug 2024-03-26T21:06:26.547+0000 7f8a55c4a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T21:06:26.867 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:26 smithi069 bash[21808]: debug 2024-03-26T21:06:26.643+0000 7f8a55c4a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T21:06:27.366 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:26 smithi069 bash[21808]: debug 2024-03-26T21:06:26.895+0000 7f8a55c4a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T21:06:27.433 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout { 2024-03-26T21:06:27.433 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-26T21:06:27.433 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-26T21:06:27.433 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-26T21:06:27.434 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-26T21:06:27.434 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout } 2024-03-26T21:06:27.434 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for the mgr to restart... 2024-03-26T21:06:27.434 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for mgr epoch 9... 2024-03-26T21:06:27.805 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:27 smithi069 bash[21808]: debug 2024-03-26T21:06:27.695+0000 7f8a55c4a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T21:06:28.098 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:27 smithi069 bash[21808]: debug 2024-03-26T21:06:27.807+0000 7f8a55c4a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T21:06:28.101 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:27 smithi069 bash[21808]: debug 2024-03-26T21:06:27.911+0000 7f8a55c4a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T21:06:28.366 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:28 smithi069 bash[21808]: debug 2024-03-26T21:06:28.275+0000 7f8a55c4a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T21:06:28.846 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:28 smithi069 bash[21808]: debug 2024-03-26T21:06:28.391+0000 7f8a55c4a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T21:06:28.846 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:28 smithi069 bash[21808]: debug 2024-03-26T21:06:28.495+0000 7f8a55c4a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T21:06:29.116 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:28 smithi069 bash[21808]: debug 2024-03-26T21:06:28.847+0000 7f8a55c4a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T21:06:29.116 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:29 smithi069 bash[21808]: debug 2024-03-26T21:06:29.087+0000 7f8a55c4a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T21:06:29.617 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:29 smithi069 bash[21808]: debug 2024-03-26T21:06:29.347+0000 7f8a55c4a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T21:06:29.617 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:29 smithi069 bash[21808]: debug 2024-03-26T21:06:29.459+0000 7f8a55c4a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T21:06:30.117 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:29 smithi069 bash[21808]: debug 2024-03-26T21:06:29.731+0000 7f8a55c4a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T21:06:30.498 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:30 smithi069 bash[21808]: debug 2024-03-26T21:06:30.147+0000 7f8a55c4a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T21:06:30.498 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:30 smithi069 bash[21808]: debug 2024-03-26T21:06:30.383+0000 7f8a55c4a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T21:06:30.866 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:30 smithi069 bash[21808]: debug 2024-03-26T21:06:30.499+0000 7f8a55c4a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T21:06:30.867 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:30 smithi069 bash[21808]: debug 2024-03-26T21:06:30.747+0000 7f8a55c4a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T21:06:32.116 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:31 smithi069 bash[21808]: debug 2024-03-26T21:06:31.751+0000 7f8a55c4a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T21:06:32.117 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:31 smithi069 bash[21808]: debug 2024-03-26T21:06:31.867+0000 7f8a55c4a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T21:06:32.616 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:32 smithi069 bash[21808]: debug 2024-03-26T21:06:32.159+0000 7f8a55c4a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T21:06:32.616 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:32 smithi069 bash[21808]: debug 2024-03-26T21:06:32.275+0000 7f8a55c4a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T21:06:32.970 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:32 smithi069 bash[21808]: debug 2024-03-26T21:06:32.719+0000 7f8a55c4a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T21:06:32.970 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:32 smithi069 bash[21808]: debug 2024-03-26T21:06:32.839+0000 7f8a55c4a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T21:06:32.970 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:32 smithi069 bash[21554]: cluster 2024-03-26T21:06:32.864182+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-03-26T21:06:32.970 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:32 smithi069 bash[21554]: cluster 2024-03-26T21:06:32.865007+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-03-26T21:06:32.970 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:32 smithi069 bash[21554]: cluster 2024-03-26T21:06:32.872396+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-26T21:06:32.970 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:32 smithi069 bash[21554]: cluster 2024-03-26T21:06:32.872626+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00798669s) 2024-03-26T21:06:32.970 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:32 smithi069 bash[21554]: audit 2024-03-26T21:06:32.875318+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:06:32.970 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:32 smithi069 bash[21554]: audit 2024-03-26T21:06:32.877398+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T21:06:32.970 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:32 smithi069 bash[21554]: audit 2024-03-26T21:06:32.878425+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T21:06:32.971 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:32 smithi069 bash[21554]: audit 2024-03-26T21:06:32.878647+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T21:06:32.971 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:32 smithi069 bash[21554]: audit 2024-03-26T21:06:32.878845+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T21:06:32.971 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:32 smithi069 bash[21554]: cluster 2024-03-26T21:06:32.905422+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-03-26T21:06:34.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:33 smithi069 bash[21554]: audit 2024-03-26T21:06:32.929800+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:34.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:33 smithi069 bash[21554]: audit 2024-03-26T21:06:32.932297+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:06:34.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:33 smithi069 bash[21554]: audit 2024-03-26T21:06:32.951810+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T21:06:34.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:33 smithi069 bash[21554]: audit 2024-03-26T21:06:32.954686+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T21:06:34.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:33 smithi069 bash[21554]: cephadm 2024-03-26T21:06:33.758879+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [26/Mar/2024:21:06:33] ENGINE Bus STARTING 2024-03-26T21:06:34.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:33 smithi069 bash[21554]: cluster 2024-03-26T21:06:33.873534+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.0089s) 2024-03-26T21:06:34.606 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout { 2024-03-26T21:06:34.606 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-26T21:06:34.607 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-26T21:06:34.607 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout } 2024-03-26T21:06:34.607 INFO:teuthology.orchestra.run.smithi069.stdout:mgr epoch 9 is available 2024-03-26T21:06:34.607 INFO:teuthology.orchestra.run.smithi069.stdout:Generating a dashboard self-signed certificate... 2024-03-26T21:06:35.265 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:34 smithi069 bash[21554]: cephadm 2024-03-26T21:06:33.860931+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [26/Mar/2024:21:06:33] ENGINE Serving on http://172.21.15.69:8765 2024-03-26T21:06:35.265 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:34 smithi069 bash[21554]: audit 2024-03-26T21:06:33.874020+0000 mgr.a (mgr.14152) 3 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-26T21:06:35.265 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:34 smithi069 bash[21554]: audit 2024-03-26T21:06:33.885896+0000 mgr.a (mgr.14152) 4 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-26T21:06:35.265 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:34 smithi069 bash[21554]: cephadm 2024-03-26T21:06:33.980207+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [26/Mar/2024:21:06:33] ENGINE Serving on https://172.21.15.69:7150 2024-03-26T21:06:35.265 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:34 smithi069 bash[21554]: cephadm 2024-03-26T21:06:33.980299+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [26/Mar/2024:21:06:33] ENGINE Bus STARTED 2024-03-26T21:06:36.341 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:35 smithi069 bash[21554]: cluster 2024-03-26T21:06:34.936728+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-03-26T21:06:36.711 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-26T21:06:36.711 INFO:teuthology.orchestra.run.smithi069.stdout:Creating initial admin user... 2024-03-26T21:06:37.357 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:37 smithi069 bash[21554]: audit 2024-03-26T21:06:35.851366+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-26T21:06:37.357 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:37 smithi069 bash[21554]: audit 2024-03-26T21:06:36.108701+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:37.357 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:37 smithi069 bash[21554]: audit 2024-03-26T21:06:36.113362+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:38.774 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$1A3IkqkBYVOcauN0R2jo0u7TFHuGxkcu4Lq12ow8T0cNmir8MT3.C", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711487198, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-26T21:06:38.774 INFO:teuthology.orchestra.run.smithi069.stdout:Fetching dashboard port number... 2024-03-26T21:06:39.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:39 smithi069 bash[21554]: audit 2024-03-26T21:06:37.935914+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-26T21:06:39.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:39 smithi069 bash[21554]: audit 2024-03-26T21:06:38.173725+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:40.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:40 smithi069 bash[21554]: cluster 2024-03-26T21:06:39.178603+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-03-26T21:06:40.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:40 smithi069 bash[21554]: audit 2024-03-26T21:06:39.483172+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:40.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:40 smithi069 bash[21554]: audit 2024-03-26T21:06:39.483933+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:06:40.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:40 smithi069 bash[21554]: audit 2024-03-26T21:06:39.488094+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:40.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:40 smithi069 bash[21554]: audit 2024-03-26T21:06:39.489530+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]: dispatch 2024-03-26T21:06:40.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:40 smithi069 bash[21554]: audit 2024-03-26T21:06:39.490295+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]': finished 2024-03-26T21:06:40.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:40 smithi069 bash[21554]: audit 2024-03-26T21:06:39.971411+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.69:0/2363351931' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-26T21:06:40.623 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 8443 2024-03-26T21:06:40.623 INFO:teuthology.orchestra.run.smithi069.stdout:firewalld does not appear to be present 2024-03-26T21:06:40.623 INFO:teuthology.orchestra.run.smithi069.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-26T21:06:40.626 INFO:teuthology.orchestra.run.smithi069.stdout:Ceph Dashboard is now available at: 2024-03-26T21:06:40.626 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:06:40.626 INFO:teuthology.orchestra.run.smithi069.stdout: URL: https://smithi069.front.sepia.ceph.com:8443/ 2024-03-26T21:06:40.626 INFO:teuthology.orchestra.run.smithi069.stdout: User: admin 2024-03-26T21:06:40.627 INFO:teuthology.orchestra.run.smithi069.stdout: Password: xw7j756vqe 2024-03-26T21:06:40.627 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:06:40.627 INFO:teuthology.orchestra.run.smithi069.stdout:Saving cluster configuration to /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config directory 2024-03-26T21:06:40.628 INFO:teuthology.orchestra.run.smithi069.stdout:Enabling autotune for osd_memory_target 2024-03-26T21:06:41.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:41 smithi069 bash[21554]: cephadm 2024-03-26T21:06:39.963672+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi069 on smithi069 2024-03-26T21:06:44.525 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-26T21:06:44.525 INFO:teuthology.orchestra.run.smithi069.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-26T21:06:44.525 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:06:44.525 INFO:teuthology.orchestra.run.smithi069.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-26T21:06:44.525 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:06:44.525 INFO:teuthology.orchestra.run.smithi069.stdout:Or, if you are only running a single cluster on this host: 2024-03-26T21:06:44.525 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:06:44.525 INFO:teuthology.orchestra.run.smithi069.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-26T21:06:44.525 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:06:44.525 INFO:teuthology.orchestra.run.smithi069.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-26T21:06:44.525 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:06:44.526 INFO:teuthology.orchestra.run.smithi069.stdout: ceph telemetry on 2024-03-26T21:06:44.526 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:06:44.526 INFO:teuthology.orchestra.run.smithi069.stdout:For more information see: 2024-03-26T21:06:44.526 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:06:44.526 INFO:teuthology.orchestra.run.smithi069.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-26T21:06:44.526 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:06:44.526 INFO:teuthology.orchestra.run.smithi069.stdout:Bootstrap complete. 2024-03-26T21:06:44.584 INFO:tasks.cephadm:Fetching config... 2024-03-26T21:06:44.584 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T21:06:44.584 DEBUG:teuthology.orchestra.run.smithi069:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-26T21:06:44.589 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-26T21:06:44.590 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T21:06:44.590 DEBUG:teuthology.orchestra.run.smithi069:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-26T21:06:44.635 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-26T21:06:44.635 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T21:06:44.635 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-26T21:06:44.692 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-26T21:06:44.693 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T21:06:44.693 DEBUG:teuthology.orchestra.run.smithi069:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-26T21:06:44.739 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-26T21:06:44.740 DEBUG:teuthology.orchestra.run.smithi069:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3p/FDcduhLU7tejItDkEUzjcrLJqutt+p5cNsoGilTP7xJNOZ7BjGtNWoKBmRI/S5MoVkwwcBoAtNf0rB7ODt26i+SPE5Rqw/apupYnWCZhpK/iNvC68Dhcqaz5fbBnc2+ZeV+eQWpw1p1bNG/MMF6KpZSHGxx4qBjba3Qjj4mjuKWjZIw+etZCOb+vlTuEI4UTqSF4vStKzktQkFZzsV8QOd9eJFXKiKlDohU9xopOLH4gYbmmmurANxn2A7Fs+98Ug+ZN4WwonDqS5h/1qU4C69GXD2Jx5XQYJX+NbdtoTm6xW8CVMSu88O6/Xe3AOodG5lJ0RTfhW/llH42Iu4KoLvNjbheA0seKo6uUf2eZX7UCmPyT/lbKYdOTUSdqUgAODUU19wc0s7zH4AfryT1W+ML758DBybfdoLPSyrVn2yz7fph+ZCpfaPnbFa9BVBQ5IFS2+eVFe5pepZqLE02QcgeSEUPugPXG2QCPIk7v2ZsPfMyo+8yCH5QIU4iVE= ceph-62808a52-ebb4-11ee-95d0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-26T21:06:44.803 INFO:teuthology.orchestra.run.smithi069.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3p/FDcduhLU7tejItDkEUzjcrLJqutt+p5cNsoGilTP7xJNOZ7BjGtNWoKBmRI/S5MoVkwwcBoAtNf0rB7ODt26i+SPE5Rqw/apupYnWCZhpK/iNvC68Dhcqaz5fbBnc2+ZeV+eQWpw1p1bNG/MMF6KpZSHGxx4qBjba3Qjj4mjuKWjZIw+etZCOb+vlTuEI4UTqSF4vStKzktQkFZzsV8QOd9eJFXKiKlDohU9xopOLH4gYbmmmurANxn2A7Fs+98Ug+ZN4WwonDqS5h/1qU4C69GXD2Jx5XQYJX+NbdtoTm6xW8CVMSu88O6/Xe3AOodG5lJ0RTfhW/llH42Iu4KoLvNjbheA0seKo6uUf2eZX7UCmPyT/lbKYdOTUSdqUgAODUU19wc0s7zH4AfryT1W+ML758DBybfdoLPSyrVn2yz7fph+ZCpfaPnbFa9BVBQ5IFS2+eVFe5pepZqLE02QcgeSEUPugPXG2QCPIk7v2ZsPfMyo+8yCH5QIU4iVE= ceph-62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:06:44.811 DEBUG:teuthology.orchestra.run.smithi118:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3p/FDcduhLU7tejItDkEUzjcrLJqutt+p5cNsoGilTP7xJNOZ7BjGtNWoKBmRI/S5MoVkwwcBoAtNf0rB7ODt26i+SPE5Rqw/apupYnWCZhpK/iNvC68Dhcqaz5fbBnc2+ZeV+eQWpw1p1bNG/MMF6KpZSHGxx4qBjba3Qjj4mjuKWjZIw+etZCOb+vlTuEI4UTqSF4vStKzktQkFZzsV8QOd9eJFXKiKlDohU9xopOLH4gYbmmmurANxn2A7Fs+98Ug+ZN4WwonDqS5h/1qU4C69GXD2Jx5XQYJX+NbdtoTm6xW8CVMSu88O6/Xe3AOodG5lJ0RTfhW/llH42Iu4KoLvNjbheA0seKo6uUf2eZX7UCmPyT/lbKYdOTUSdqUgAODUU19wc0s7zH4AfryT1W+ML758DBybfdoLPSyrVn2yz7fph+ZCpfaPnbFa9BVBQ5IFS2+eVFe5pepZqLE02QcgeSEUPugPXG2QCPIk7v2ZsPfMyo+8yCH5QIU4iVE= ceph-62808a52-ebb4-11ee-95d0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-26T21:06:44.822 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:44 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:06:44.823 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:44 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:06:44.836 INFO:teuthology.orchestra.run.smithi118.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3p/FDcduhLU7tejItDkEUzjcrLJqutt+p5cNsoGilTP7xJNOZ7BjGtNWoKBmRI/S5MoVkwwcBoAtNf0rB7ODt26i+SPE5Rqw/apupYnWCZhpK/iNvC68Dhcqaz5fbBnc2+ZeV+eQWpw1p1bNG/MMF6KpZSHGxx4qBjba3Qjj4mjuKWjZIw+etZCOb+vlTuEI4UTqSF4vStKzktQkFZzsV8QOd9eJFXKiKlDohU9xopOLH4gYbmmmurANxn2A7Fs+98Ug+ZN4WwonDqS5h/1qU4C69GXD2Jx5XQYJX+NbdtoTm6xW8CVMSu88O6/Xe3AOodG5lJ0RTfhW/llH42Iu4KoLvNjbheA0seKo6uUf2eZX7UCmPyT/lbKYdOTUSdqUgAODUU19wc0s7zH4AfryT1W+ML758DBybfdoLPSyrVn2yz7fph+ZCpfaPnbFa9BVBQ5IFS2+eVFe5pepZqLE02QcgeSEUPugPXG2QCPIk7v2ZsPfMyo+8yCH5QIU4iVE= ceph-62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:06:44.845 DEBUG:teuthology.orchestra.run.smithi119:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3p/FDcduhLU7tejItDkEUzjcrLJqutt+p5cNsoGilTP7xJNOZ7BjGtNWoKBmRI/S5MoVkwwcBoAtNf0rB7ODt26i+SPE5Rqw/apupYnWCZhpK/iNvC68Dhcqaz5fbBnc2+ZeV+eQWpw1p1bNG/MMF6KpZSHGxx4qBjba3Qjj4mjuKWjZIw+etZCOb+vlTuEI4UTqSF4vStKzktQkFZzsV8QOd9eJFXKiKlDohU9xopOLH4gYbmmmurANxn2A7Fs+98Ug+ZN4WwonDqS5h/1qU4C69GXD2Jx5XQYJX+NbdtoTm6xW8CVMSu88O6/Xe3AOodG5lJ0RTfhW/llH42Iu4KoLvNjbheA0seKo6uUf2eZX7UCmPyT/lbKYdOTUSdqUgAODUU19wc0s7zH4AfryT1W+ML758DBybfdoLPSyrVn2yz7fph+ZCpfaPnbFa9BVBQ5IFS2+eVFe5pepZqLE02QcgeSEUPugPXG2QCPIk7v2ZsPfMyo+8yCH5QIU4iVE= ceph-62808a52-ebb4-11ee-95d0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-26T21:06:44.869 INFO:teuthology.orchestra.run.smithi119.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3p/FDcduhLU7tejItDkEUzjcrLJqutt+p5cNsoGilTP7xJNOZ7BjGtNWoKBmRI/S5MoVkwwcBoAtNf0rB7ODt26i+SPE5Rqw/apupYnWCZhpK/iNvC68Dhcqaz5fbBnc2+ZeV+eQWpw1p1bNG/MMF6KpZSHGxx4qBjba3Qjj4mjuKWjZIw+etZCOb+vlTuEI4UTqSF4vStKzktQkFZzsV8QOd9eJFXKiKlDohU9xopOLH4gYbmmmurANxn2A7Fs+98Ug+ZN4WwonDqS5h/1qU4C69GXD2Jx5XQYJX+NbdtoTm6xW8CVMSu88O6/Xe3AOodG5lJ0RTfhW/llH42Iu4KoLvNjbheA0seKo6uUf2eZX7UCmPyT/lbKYdOTUSdqUgAODUU19wc0s7zH4AfryT1W+ML758DBybfdoLPSyrVn2yz7fph+ZCpfaPnbFa9BVBQ5IFS2+eVFe5pepZqLE02QcgeSEUPugPXG2QCPIk7v2ZsPfMyo+8yCH5QIU4iVE= ceph-62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:06:44.878 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-26T21:06:45.116 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:06:44 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:06:45.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:44 smithi069 bash[21554]: audit 2024-03-26T21:06:43.936941+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.69:0/22588755' entity='client.admin' 2024-03-26T21:06:45.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:44 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:06:46.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:46 smithi069 bash[21554]: audit 2024-03-26T21:06:45.084102+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:46.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:46 smithi069 bash[21554]: audit 2024-03-26T21:06:45.091669+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:46.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:46 smithi069 bash[21554]: audit 2024-03-26T21:06:45.094117+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:46.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:46 smithi069 bash[21554]: audit 2024-03-26T21:06:45.110641+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:06:46.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:46 smithi069 bash[21554]: audit 2024-03-26T21:06:45.114186+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:46.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:46 smithi069 bash[21554]: audit 2024-03-26T21:06:45.116085+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:46.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:46 smithi069 bash[21554]: audit 2024-03-26T21:06:45.117930+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:46.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:46 smithi069 bash[21554]: audit 2024-03-26T21:06:45.119722+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:46.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:46 smithi069 bash[21554]: audit 2024-03-26T21:06:45.122407+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:46.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:46 smithi069 bash[21554]: audit 2024-03-26T21:06:45.139800+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:06:46.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:46 smithi069 bash[21554]: audit 2024-03-26T21:06:45.143875+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:46.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:46 smithi069 bash[21554]: audit 2024-03-26T21:06:45.495011+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:49.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:48 smithi069 bash[21554]: audit 2024-03-26T21:06:47.953187+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:49.590 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:06:51.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:51 smithi069 bash[21554]: audit 2024-03-26T21:06:50.076297+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:51.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:51 smithi069 bash[21554]: audit 2024-03-26T21:06:50.080348+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:53.051 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-26T21:06:53.051 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-26T21:06:53.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:53 smithi069 bash[21554]: audit 2024-03-26T21:06:52.450543+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.69:0/3738044534' entity='client.admin' 2024-03-26T21:06:53.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:53 smithi069 bash[21554]: audit 2024-03-26T21:06:52.493433+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:06:53.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:53 smithi069 bash[21554]: audit 2024-03-26T21:06:52.498563+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:54.738 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:54 smithi069 bash[21554]: cluster 2024-03-26T21:06:52.880167+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-26T21:06:56.796 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:56 smithi069 bash[21554]: cluster 2024-03-26T21:06:54.880582+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-26T21:06:57.643 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:06:58.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:58 smithi069 bash[21554]: cluster 2024-03-26T21:06:56.881005+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-26T21:06:58.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:58 smithi069 bash[21554]: audit 2024-03-26T21:06:57.351541+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:06:58.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:06:58 smithi069 bash[21554]: audit 2024-03-26T21:06:57.359982+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:00.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:00 smithi069 bash[21554]: cluster 2024-03-26T21:06:58.881366+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-26T21:07:00.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:00 smithi069 bash[21554]: audit 2024-03-26T21:07:00.255687+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:00.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:00 smithi069 bash[21554]: audit 2024-03-26T21:07:00.298594+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:07:00.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:00 smithi069 bash[21554]: audit 2024-03-26T21:07:00.300810+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:07:00.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:00 smithi069 bash[21554]: audit 2024-03-26T21:07:00.301692+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:07:00.981 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi118 2024-03-26T21:07:00.982 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-03-26T21:07:00.982 DEBUG:teuthology.orchestra.run.smithi118:> dd of=/etc/ceph/ceph.conf 2024-03-26T21:07:00.988 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-03-26T21:07:00.988 DEBUG:teuthology.orchestra.run.smithi118:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T21:07:01.036 INFO:tasks.cephadm:Adding host smithi118 to orchestrator... 2024-03-26T21:07:01.036 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph orch host add smithi118 2024-03-26T21:07:02.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:01 smithi069 bash[21554]: audit 2024-03-26T21:07:00.250873+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-26T21:07:02.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:01 smithi069 bash[21554]: cephadm 2024-03-26T21:07:00.303087+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-03-26T21:07:02.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:01 smithi069 bash[21554]: cephadm 2024-03-26T21:07:00.417193+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi069:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:07:02.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:01 smithi069 bash[21554]: cephadm 2024-03-26T21:07:00.531291+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.client.admin.keyring 2024-03-26T21:07:02.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:01 smithi069 bash[21554]: cephadm 2024-03-26T21:07:00.645599+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi069:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T21:07:02.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:01 smithi069 bash[21554]: audit 2024-03-26T21:07:00.764345+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:02.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:01 smithi069 bash[21554]: audit 2024-03-26T21:07:00.771057+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:02.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:01 smithi069 bash[21554]: audit 2024-03-26T21:07:00.774798+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:03.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:02 smithi069 bash[21554]: cluster 2024-03-26T21:07:00.881776+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-26T21:07:05.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:04 smithi069 bash[21554]: cluster 2024-03-26T21:07:02.882225+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-26T21:07:05.751 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:07:07.074 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:06 smithi069 bash[21554]: cluster 2024-03-26T21:07:04.882696+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-26T21:07:08.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:08 smithi069 bash[21554]: cluster 2024-03-26T21:07:06.883179+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-26T21:07:08.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:08 smithi069 bash[21554]: audit 2024-03-26T21:07:08.676215+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:08.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:08 smithi069 bash[21554]: audit 2024-03-26T21:07:08.678947+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:08.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:08 smithi069 bash[21554]: audit 2024-03-26T21:07:08.683392+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:11.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:10 smithi069 bash[21554]: cluster 2024-03-26T21:07:08.883544+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:07:11.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:10 smithi069 bash[21554]: audit 2024-03-26T21:07:09.730667+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi118", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:07:12.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:11 smithi069 bash[21554]: cephadm 2024-03-26T21:07:10.313755+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi118 2024-03-26T21:07:13.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:12 smithi069 bash[21554]: cluster 2024-03-26T21:07:10.883926+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-26T21:07:15.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:14 smithi069 bash[21554]: cluster 2024-03-26T21:07:12.884226+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-26T21:07:15.362 INFO:teuthology.orchestra.run.smithi069.stdout:Added host 'smithi118' with addr '172.21.15.118' 2024-03-26T21:07:15.994 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph orch host ls --format=json 2024-03-26T21:07:16.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:16 smithi069 bash[21554]: cluster 2024-03-26T21:07:14.884579+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:07:16.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:16 smithi069 bash[21554]: audit 2024-03-26T21:07:15.366884+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:16.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:16 smithi069 bash[21554]: cephadm 2024-03-26T21:07:15.367991+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi118 2024-03-26T21:07:16.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:16 smithi069 bash[21554]: audit 2024-03-26T21:07:15.371473+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:07:16.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:16 smithi069 bash[21554]: audit 2024-03-26T21:07:15.845619+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:18.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:18 smithi069 bash[21554]: cluster 2024-03-26T21:07:16.884995+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:07:18.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:18 smithi069 bash[21554]: audit 2024-03-26T21:07:17.320702+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:18.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:18 smithi069 bash[21554]: audit 2024-03-26T21:07:17.326975+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:18.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:18 smithi069 bash[21554]: audit 2024-03-26T21:07:17.328490+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi118", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:07:18.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:18 smithi069 bash[21554]: audit 2024-03-26T21:07:17.330451+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:07:18.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:18 smithi069 bash[21554]: audit 2024-03-26T21:07:17.332120+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:07:18.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:18 smithi069 bash[21554]: cephadm 2024-03-26T21:07:17.334700+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.conf 2024-03-26T21:07:18.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:18 smithi069 bash[21554]: cephadm 2024-03-26T21:07:17.550552+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi118:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:07:18.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:18 smithi069 bash[21554]: cephadm 2024-03-26T21:07:17.715269+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2024-03-26T21:07:18.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:18 smithi069 bash[21554]: audit 2024-03-26T21:07:18.049416+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:18.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:18 smithi069 bash[21554]: audit 2024-03-26T21:07:18.055940+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:18.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:18 smithi069 bash[21554]: audit 2024-03-26T21:07:18.059459+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi118", "caps": []}]: dispatch 2024-03-26T21:07:18.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:18 smithi069 bash[21554]: audit 2024-03-26T21:07:18.061385+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi118", "caps": []}]': finished 2024-03-26T21:07:19.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:19 smithi069 bash[21554]: cephadm 2024-03-26T21:07:17.879897+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi118:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T21:07:19.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:19 smithi069 bash[21554]: cephadm 2024-03-26T21:07:18.539873+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi118 on smithi118 2024-03-26T21:07:20.703 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:07:20.724 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:20 smithi069 bash[21554]: cluster 2024-03-26T21:07:18.885495+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-26T21:07:20.725 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:20 smithi069 bash[21554]: audit 2024-03-26T21:07:19.473104+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:20.725 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:20 smithi069 bash[21554]: audit 2024-03-26T21:07:19.516510+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:20.725 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:20 smithi069 bash[21554]: audit 2024-03-26T21:07:19.524459+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:20.725 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:20 smithi069 bash[21554]: audit 2024-03-26T21:07:19.591914+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:07:20.725 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:20 smithi069 bash[21554]: audit 2024-03-26T21:07:19.596133+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:07:20.725 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:20 smithi069 bash[21554]: audit 2024-03-26T21:07:19.597464+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:07:20.725 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:20 smithi069 bash[21554]: audit 2024-03-26T21:07:19.606849+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:20.725 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:20 smithi069 bash[21554]: audit 2024-03-26T21:07:19.675668+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:07:20.725 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:20 smithi069 bash[21554]: audit 2024-03-26T21:07:19.679969+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:07:20.725 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:20 smithi069 bash[21554]: audit 2024-03-26T21:07:19.681307+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:07:20.725 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:20 smithi069 bash[21554]: audit 2024-03-26T21:07:19.689565+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:20.725 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:20 smithi069 bash[21554]: audit 2024-03-26T21:07:19.945087+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:22.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:22 smithi069 bash[21554]: cluster 2024-03-26T21:07:20.885944+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-26T21:07:22.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:22 smithi069 bash[21554]: audit 2024-03-26T21:07:21.016592+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:22.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:22 smithi069 bash[21554]: audit 2024-03-26T21:07:21.024554+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:23.910 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:07:23.910 INFO:teuthology.orchestra.run.smithi069.stdout:[{"addr": "172.21.15.69", "hostname": "smithi069", "labels": [], "status": ""}, {"addr": "172.21.15.118", "hostname": "smithi118", "labels": [], "status": ""}] 2024-03-26T21:07:24.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:23 smithi069 bash[21554]: cluster 2024-03-26T21:07:22.886452+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:07:24.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:23 smithi069 bash[21554]: audit 2024-03-26T21:07:22.964379+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:24.997 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi119 2024-03-26T21:07:24.998 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-03-26T21:07:24.998 DEBUG:teuthology.orchestra.run.smithi119:> dd of=/etc/ceph/ceph.conf 2024-03-26T21:07:25.004 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-03-26T21:07:25.004 DEBUG:teuthology.orchestra.run.smithi119:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T21:07:25.053 INFO:tasks.cephadm:Adding host smithi119 to orchestrator... 2024-03-26T21:07:25.053 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph orch host add smithi119 2024-03-26T21:07:25.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:24 smithi069 bash[21554]: audit 2024-03-26T21:07:23.917796+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:07:26.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:25 smithi069 bash[21554]: cluster 2024-03-26T21:07:24.886924+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-26T21:07:28.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:27 smithi069 bash[21554]: cluster 2024-03-26T21:07:26.887347+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-26T21:07:29.761 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:07:30.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:29 smithi069 bash[21554]: audit 2024-03-26T21:07:28.881080+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:30.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:29 smithi069 bash[21554]: audit 2024-03-26T21:07:28.887653+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:30.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:29 smithi069 bash[21554]: cluster 2024-03-26T21:07:28.887670+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-26T21:07:30.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:29 smithi069 bash[21554]: audit 2024-03-26T21:07:28.893340+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:32.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:31 smithi069 bash[21554]: cluster 2024-03-26T21:07:30.888149+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-26T21:07:33.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:32 smithi069 bash[21554]: audit 2024-03-26T21:07:32.380301+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi119", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:07:34.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:33 smithi069 bash[21554]: cluster 2024-03-26T21:07:32.888596+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:07:34.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:33 smithi069 bash[21554]: cephadm 2024-03-26T21:07:33.168040+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi119 2024-03-26T21:07:35.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:35 smithi069 bash[21554]: audit 2024-03-26T21:07:34.071733+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:35.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:35 smithi069 bash[21554]: audit 2024-03-26T21:07:34.082028+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:36.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:36 smithi069 bash[21554]: cluster 2024-03-26T21:07:34.888886+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-26T21:07:38.283 INFO:teuthology.orchestra.run.smithi069.stdout:Added host 'smithi119' with addr '172.21.15.119' 2024-03-26T21:07:38.336 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:38 smithi069 bash[21554]: cluster 2024-03-26T21:07:36.889237+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-26T21:07:38.980 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph orch host ls --format=json 2024-03-26T21:07:39.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:39 smithi069 bash[21554]: audit 2024-03-26T21:07:38.289340+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:39.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:39 smithi069 bash[21554]: cephadm 2024-03-26T21:07:38.290225+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi119 2024-03-26T21:07:39.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:39 smithi069 bash[21554]: audit 2024-03-26T21:07:38.316469+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:07:39.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:39 smithi069 bash[21554]: audit 2024-03-26T21:07:38.793099+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:41.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:40 smithi069 bash[21554]: cluster 2024-03-26T21:07:38.889645+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-26T21:07:41.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:40 smithi069 bash[21554]: audit 2024-03-26T21:07:40.319810+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:41.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:40 smithi069 bash[21554]: audit 2024-03-26T21:07:40.325972+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:41.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:40 smithi069 bash[21554]: audit 2024-03-26T21:07:40.327505+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi119", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:07:41.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:40 smithi069 bash[21554]: audit 2024-03-26T21:07:40.329618+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:07:41.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:40 smithi069 bash[21554]: audit 2024-03-26T21:07:40.331280+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:07:41.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:40 smithi069 bash[21554]: audit 2024-03-26T21:07:40.584110+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:41.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:40 smithi069 bash[21554]: audit 2024-03-26T21:07:40.591617+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:41.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:40 smithi069 bash[21554]: audit 2024-03-26T21:07:40.600772+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:42.063 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:41 smithi069 bash[21554]: cephadm 2024-03-26T21:07:40.334164+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi119:/etc/ceph/ceph.conf 2024-03-26T21:07:42.063 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:41 smithi069 bash[21554]: cephadm 2024-03-26T21:07:40.550321+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi119:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:07:42.063 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:41 smithi069 bash[21554]: audit 2024-03-26T21:07:41.379410+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:42.063 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:41 smithi069 bash[21554]: audit 2024-03-26T21:07:41.385766+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:42.064 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:41 smithi069 bash[21554]: audit 2024-03-26T21:07:41.389023+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi119", "caps": []}]: dispatch 2024-03-26T21:07:42.064 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:41 smithi069 bash[21554]: audit 2024-03-26T21:07:41.390914+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi119", "caps": []}]': finished 2024-03-26T21:07:43.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:42 smithi069 bash[21554]: cluster 2024-03-26T21:07:40.890022+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:07:43.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:42 smithi069 bash[21554]: cephadm 2024-03-26T21:07:41.044338+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi119:/etc/ceph/ceph.client.admin.keyring 2024-03-26T21:07:43.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:42 smithi069 bash[21554]: cephadm 2024-03-26T21:07:41.209196+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi119:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T21:07:43.687 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:07:44.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:43 smithi069 bash[21554]: cephadm 2024-03-26T21:07:42.374264+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi119 on smithi119 2024-03-26T21:07:44.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:43 smithi069 bash[21554]: audit 2024-03-26T21:07:43.338999+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:44.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:43 smithi069 bash[21554]: audit 2024-03-26T21:07:43.350594+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:44.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:43 smithi069 bash[21554]: audit 2024-03-26T21:07:43.356496+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:44.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:43 smithi069 bash[21554]: audit 2024-03-26T21:07:43.455445+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:07:44.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:43 smithi069 bash[21554]: audit 2024-03-26T21:07:43.460112+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:07:44.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:43 smithi069 bash[21554]: audit 2024-03-26T21:07:43.461779+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:07:44.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:43 smithi069 bash[21554]: audit 2024-03-26T21:07:43.470455+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:44.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:43 smithi069 bash[21554]: audit 2024-03-26T21:07:43.569560+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:07:44.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:43 smithi069 bash[21554]: audit 2024-03-26T21:07:43.572005+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:07:44.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:43 smithi069 bash[21554]: audit 2024-03-26T21:07:43.572752+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:07:44.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:43 smithi069 bash[21554]: audit 2024-03-26T21:07:43.577280+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:45.037 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:44 smithi069 bash[21554]: cluster 2024-03-26T21:07:42.890371+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-26T21:07:45.037 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:44 smithi069 bash[21554]: audit 2024-03-26T21:07:43.813220+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:46.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:45 smithi069 bash[21554]: audit 2024-03-26T21:07:44.863937+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:46.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:45 smithi069 bash[21554]: audit 2024-03-26T21:07:44.870093+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:46.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:45 smithi069 bash[21554]: cluster 2024-03-26T21:07:44.890758+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-26T21:07:46.784 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:07:46.784 INFO:teuthology.orchestra.run.smithi069.stdout:[{"addr": "172.21.15.69", "hostname": "smithi069", "labels": [], "status": ""}, {"addr": "172.21.15.118", "hostname": "smithi118", "labels": [], "status": ""}, {"addr": "172.21.15.119", "hostname": "smithi119", "labels": [], "status": ""}] 2024-03-26T21:07:47.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:46 smithi069 bash[21554]: audit 2024-03-26T21:07:46.791143+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-26T21:07:47.461 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-26T21:07:47.461 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph osd crush tunables default 2024-03-26T21:07:48.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:47 smithi069 bash[21554]: cluster 2024-03-26T21:07:46.891041+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-26T21:07:49.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:48 smithi069 bash[21554]: audit 2024-03-26T21:07:47.971393+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:50.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:50 smithi069 bash[21554]: cluster 2024-03-26T21:07:48.891424+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-26T21:07:50.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:50 smithi069 bash[21554]: audit 2024-03-26T21:07:49.090283+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:50.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:50 smithi069 bash[21554]: audit 2024-03-26T21:07:49.096617+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:50.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:50 smithi069 bash[21554]: audit 2024-03-26T21:07:49.106356+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:51.938 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:07:52.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:52 smithi069 bash[21554]: cluster 2024-03-26T21:07:50.891809+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-26T21:07:54.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:54 smithi069 bash[21554]: cluster 2024-03-26T21:07:52.892085+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-26T21:07:55.094 INFO:teuthology.orchestra.run.smithi069.stderr:adjusted tunables profile to default 2024-03-26T21:07:55.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:55 smithi069 bash[21554]: audit 2024-03-26T21:07:54.584940+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.69:0/4212255173' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-26T21:07:55.750 INFO:tasks.cephadm:Adding mon.a on smithi069 2024-03-26T21:07:55.750 INFO:tasks.cephadm:Adding mon.b on smithi118 2024-03-26T21:07:55.750 INFO:tasks.cephadm:Adding mon.c on smithi119 2024-03-26T21:07:55.750 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph orch apply mon '3;smithi069:172.21.15.69=a;smithi118:172.21.15.118=b;smithi119:172.21.15.119=c' 2024-03-26T21:07:56.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:56 smithi069 bash[21554]: cluster 2024-03-26T21:07:54.892463+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:07:56.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:56 smithi069 bash[21554]: audit 2024-03-26T21:07:55.096928+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.69:0/4212255173' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-26T21:07:56.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:56 smithi069 bash[21554]: cluster 2024-03-26T21:07:55.102014+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T21:07:58.101 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:07:59.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:58 smithi069 bash[21554]: cluster 2024-03-26T21:07:56.892878+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-26T21:07:59.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:58 smithi069 bash[21554]: audit 2024-03-26T21:07:57.828549+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:07:59.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:07:58 smithi069 bash[21554]: audit 2024-03-26T21:07:57.837164+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:00.494 INFO:teuthology.orchestra.run.smithi119.stdout:Scheduled mon update... 2024-03-26T21:08:01.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:00 smithi069 bash[21554]: cluster 2024-03-26T21:07:58.893290+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:01.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:00 smithi069 bash[21554]: audit 2024-03-26T21:08:00.499851+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:01.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:00 smithi069 bash[21554]: audit 2024-03-26T21:08:00.531790+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:08:01.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:00 smithi069 bash[21554]: audit 2024-03-26T21:08:00.537372+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:01.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:00 smithi069 bash[21554]: audit 2024-03-26T21:08:00.539322+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:08:01.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:00 smithi069 bash[21554]: audit 2024-03-26T21:08:00.547911+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:01.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:00 smithi069 bash[21554]: audit 2024-03-26T21:08:00.553089+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T21:08:01.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:00 smithi069 bash[21554]: audit 2024-03-26T21:08:00.554830+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:01.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:00 smithi069 bash[21554]: audit 2024-03-26T21:08:00.790012+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:01.119 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:00 smithi069 bash[21554]: audit 2024-03-26T21:08:00.796527+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:01.119 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:00 smithi069 bash[21554]: audit 2024-03-26T21:08:00.804654+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:01.304 DEBUG:teuthology.orchestra.run.smithi118:mon.b> sudo journalctl -f -n 0 -u ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mon.b.service 2024-03-26T21:08:01.307 DEBUG:teuthology.orchestra.run.smithi119:mon.c> sudo journalctl -f -n 0 -u ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mon.c.service 2024-03-26T21:08:01.310 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-26T21:08:01.311 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph mon dump -f json 2024-03-26T21:08:02.099 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:01 smithi069 bash[21554]: audit 2024-03-26T21:08:00.488231+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi069:172.21.15.69=a;smithi118:172.21.15.118=b;smithi119:172.21.15.119=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:08:02.099 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:01 smithi069 bash[21554]: cephadm 2024-03-26T21:08:00.494122+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi069:172.21.15.69=a;smithi118:172.21.15.118=b;smithi119:172.21.15.119=c;count:3 2024-03-26T21:08:02.099 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:01 smithi069 bash[21554]: cephadm 2024-03-26T21:08:00.556835+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi119 2024-03-26T21:08:03.051 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:08:03.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:02 smithi069 bash[21554]: cluster 2024-03-26T21:08:00.893665+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-26T21:08:05.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:04 smithi069 bash[21554]: cluster 2024-03-26T21:08:02.893972+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-26T21:08:06.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:05 smithi069 bash[21554]: cluster 2024-03-26T21:08:04.894351+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:07.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:06 smithi069 bash[21554]: audit 2024-03-26T21:08:05.912143+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:07.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:06 smithi069 bash[21554]: audit 2024-03-26T21:08:05.918054+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:07.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:06 smithi069 bash[21554]: audit 2024-03-26T21:08:05.940635+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:07.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:06 smithi069 bash[21554]: audit 2024-03-26T21:08:05.942272+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T21:08:07.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:06 smithi069 bash[21554]: audit 2024-03-26T21:08:05.944318+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:07.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:06 smithi069 bash[21554]: cephadm 2024-03-26T21:08:05.946253+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi118 2024-03-26T21:08:07.836 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-03-26T21:08:07.836 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":1,"fsid":"62808a52-ebb4-11ee-95d0-87774f69a715","modified":"2024-03-26T21:05:22.625472Z","created":"2024-03-26T21:05:22.625472Z","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.69:3300","nonce":0},{"type":"v1","addr":"172.21.15.69:6789","nonce":0}]},"addr":"172.21.15.69:6789/0","public_addr":"172.21.15.69:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-26T21:08:07.839 INFO:teuthology.orchestra.run.smithi119.stderr:dumped monmap epoch 1 2024-03-26T21:08:07.961 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:07:49.090283+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:07.961 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:07:49.096617+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:07.962 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:07:49.106356+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:07.962 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: cluster 2024-03-26T21:07:50.891809+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-26T21:08:07.962 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: cluster 2024-03-26T21:07:52.892085+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-26T21:08:07.962 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:07:54.584940+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.69:0/4212255173' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-26T21:08:07.962 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: cluster 2024-03-26T21:07:54.892463+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:08.142 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:07:55.096928+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.69:0/4212255173' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-26T21:08:08.143 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: cluster 2024-03-26T21:07:55.102014+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T21:08:08.143 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: cluster 2024-03-26T21:07:56.892878+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-26T21:08:08.143 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:07:57.828549+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:08.143 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:07:57.837164+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:08.143 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: cluster 2024-03-26T21:07:58.893290+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:08.143 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:08:00.499851+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:08.143 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:08:00.531790+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:08:08.143 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:08:00.537372+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:08.143 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:08:00.539322+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:08:08.143 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:08:00.547911+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:08.144 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:08:00.553089+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T21:08:08.144 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:08:00.554830+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:08.144 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:08:00.790012+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:08.144 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:08:00.796527+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:08.144 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:08:00.804654+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:08.144 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:08:00.488231+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi069:172.21.15.69=a;smithi118:172.21.15.118=b;smithi119:172.21.15.119=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:08:08.144 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: cephadm 2024-03-26T21:08:00.494122+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi069:172.21.15.69=a;smithi118:172.21.15.118=b;smithi119:172.21.15.119=c;count:3 2024-03-26T21:08:08.144 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: cephadm 2024-03-26T21:08:00.556835+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi119 2024-03-26T21:08:08.144 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: cluster 2024-03-26T21:08:00.893665+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-26T21:08:08.144 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: cluster 2024-03-26T21:08:02.893972+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-26T21:08:08.144 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: cluster 2024-03-26T21:08:04.894351+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:08.144 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:08:05.912143+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:08.144 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:08:05.918054+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:08.145 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:08:05.940635+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:08.145 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:08:05.942272+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T21:08:08.145 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:08:05.944318+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:08.145 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: cephadm 2024-03-26T21:08:05.946253+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi118 2024-03-26T21:08:08.145 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: cluster 2024-03-26T21:08:06.894772+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-26T21:08:08.145 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: audit 2024-03-26T21:08:07.843726+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.119:0/3721957612' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T21:08:08.145 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:07 smithi119 bash[22161]: debug 2024-03-26T21:08:07.960+0000 7f563ba38700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-26T21:08:08.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:07 smithi069 bash[21554]: cluster 2024-03-26T21:08:06.894772+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-26T21:08:08.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:07 smithi069 bash[21554]: audit 2024-03-26T21:08:07.843726+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.119:0/3721957612' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T21:08:09.940 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-26T21:08:09.940 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph mon dump -f json 2024-03-26T21:08:11.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: cluster 2024-03-26T21:07:52.892085+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-26T21:08:11.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:07:54.584940+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.69:0/4212255173' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-26T21:08:11.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: cluster 2024-03-26T21:07:54.892463+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:11.343 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:07:55.096928+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.69:0/4212255173' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-26T21:08:11.343 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: cluster 2024-03-26T21:07:55.102014+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T21:08:11.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: cluster 2024-03-26T21:07:56.892878+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-26T21:08:11.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:07:57.828549+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:11.540 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:07:57.837164+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:11.540 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: cluster 2024-03-26T21:07:58.893290+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:11.540 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:08:00.499851+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:11.540 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:08:00.531790+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:08:11.540 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:08:00.537372+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:11.540 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:08:00.539322+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:08:11.540 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:08:00.547911+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:11.540 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:08:00.553089+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T21:08:11.540 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:08:00.554830+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:11.540 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:08:00.790012+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:11.540 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:08:00.796527+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:11.540 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:08:00.804654+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:11.540 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:08:00.488231+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi069:172.21.15.69=a;smithi118:172.21.15.118=b;smithi119:172.21.15.119=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:08:11.541 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: cephadm 2024-03-26T21:08:00.494122+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi069:172.21.15.69=a;smithi118:172.21.15.118=b;smithi119:172.21.15.119=c;count:3 2024-03-26T21:08:11.541 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: cephadm 2024-03-26T21:08:00.556835+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi119 2024-03-26T21:08:11.541 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: cluster 2024-03-26T21:08:00.893665+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-26T21:08:11.541 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: cluster 2024-03-26T21:08:02.893972+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-26T21:08:11.541 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: cluster 2024-03-26T21:08:04.894351+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:11.541 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:08:05.912143+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:11.541 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:08:05.918054+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:11.541 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:08:05.940635+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:11.541 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:08:05.942272+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T21:08:11.541 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:08:05.944318+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:11.541 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: cephadm 2024-03-26T21:08:05.946253+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi118 2024-03-26T21:08:11.541 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: cluster 2024-03-26T21:08:06.894772+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-26T21:08:11.541 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: audit 2024-03-26T21:08:07.843726+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.119:0/3721957612' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T21:08:11.541 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:11 smithi118 bash[22172]: debug 2024-03-26T21:08:11.340+0000 7f5c49f5e700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-26T21:08:13.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: audit 2024-03-26T21:08:07.975252+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:08:13.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: cluster 2024-03-26T21:08:07.975613+0000 mon.a (mon.0) 221 : cluster [INF] mon.a calling monitor election 2024-03-26T21:08:13.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: audit 2024-03-26T21:08:08.000497+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:13.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: cluster 2024-03-26T21:08:08.895268+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-26T21:08:13.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: audit 2024-03-26T21:08:08.969847+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:13.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: audit 2024-03-26T21:08:09.970365+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:13.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: cluster 2024-03-26T21:08:09.971760+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-26T21:08:13.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: cluster 2024-03-26T21:08:10.895616+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-26T21:08:13.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: audit 2024-03-26T21:08:10.970257+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:13.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: audit 2024-03-26T21:08:11.350364+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:13.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: audit 2024-03-26T21:08:11.970738+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:13.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: audit 2024-03-26T21:08:12.350533+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:13.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: audit 2024-03-26T21:08:12.970553+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:13.369 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: cluster 2024-03-26T21:08:13.021933+0000 mon.a (mon.0) 230 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T21:08:13.369 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: cluster 2024-03-26T21:08:13.028045+0000 mon.a (mon.0) 231 : cluster [DBG] monmap epoch 2 2024-03-26T21:08:13.369 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: cluster 2024-03-26T21:08:13.028082+0000 mon.a (mon.0) 232 : cluster [DBG] fsid 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:08:13.369 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: cluster 2024-03-26T21:08:13.028126+0000 mon.a (mon.0) 233 : cluster [DBG] last_changed 2024-03-26T21:08:07.969519+0000 2024-03-26T21:08:13.369 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: cluster 2024-03-26T21:08:13.028163+0000 mon.a (mon.0) 234 : cluster [DBG] created 2024-03-26T21:05:22.625472+0000 2024-03-26T21:08:13.369 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: cluster 2024-03-26T21:08:13.028200+0000 mon.a (mon.0) 235 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T21:08:13.369 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: cluster 2024-03-26T21:08:13.028234+0000 mon.a (mon.0) 236 : cluster [DBG] election_strategy: 1 2024-03-26T21:08:13.369 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: cluster 2024-03-26T21:08:13.028268+0000 mon.a (mon.0) 237 : cluster [DBG] 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-03-26T21:08:13.369 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: cluster 2024-03-26T21:08:13.028304+0000 mon.a (mon.0) 238 : cluster [DBG] 1: [v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0] mon.c 2024-03-26T21:08:13.369 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: cluster 2024-03-26T21:08:13.047988+0000 mon.a (mon.0) 239 : cluster [DBG] fsmap 2024-03-26T21:08:13.369 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: cluster 2024-03-26T21:08:13.048112+0000 mon.a (mon.0) 240 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T21:08:13.369 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: cluster 2024-03-26T21:08:13.048424+0000 mon.a (mon.0) 241 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-03-26T21:08:13.369 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: cluster 2024-03-26T21:08:13.048686+0000 mon.a (mon.0) 242 : cluster [INF] overall HEALTH_OK 2024-03-26T21:08:13.369 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: audit 2024-03-26T21:08:13.056132+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:13.369 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: audit 2024-03-26T21:08:13.062263+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:13.370 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: audit 2024-03-26T21:08:13.068015+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:13.370 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: audit 2024-03-26T21:08:13.073802+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:13.370 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: audit 2024-03-26T21:08:13.079869+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:13.370 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: audit 2024-03-26T21:08:13.085747+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:13.370 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21554]: audit 2024-03-26T21:08:13.094447+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:13.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: audit 2024-03-26T21:08:07.975252+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:08:13.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: cluster 2024-03-26T21:08:07.975613+0000 mon.a (mon.0) 221 : cluster [INF] mon.a calling monitor election 2024-03-26T21:08:13.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: audit 2024-03-26T21:08:08.000497+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:13.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: cluster 2024-03-26T21:08:08.895268+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-26T21:08:13.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: audit 2024-03-26T21:08:08.969847+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:13.390 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: audit 2024-03-26T21:08:09.970365+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:13.390 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: cluster 2024-03-26T21:08:09.971760+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-26T21:08:13.390 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: cluster 2024-03-26T21:08:10.895616+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-26T21:08:13.390 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: audit 2024-03-26T21:08:10.970257+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:13.390 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: audit 2024-03-26T21:08:11.350364+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:13.390 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: audit 2024-03-26T21:08:11.970738+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:13.390 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: audit 2024-03-26T21:08:12.350533+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:13.390 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: audit 2024-03-26T21:08:12.970553+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:13.390 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: cluster 2024-03-26T21:08:13.021933+0000 mon.a (mon.0) 230 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T21:08:13.390 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: cluster 2024-03-26T21:08:13.028045+0000 mon.a (mon.0) 231 : cluster [DBG] monmap epoch 2 2024-03-26T21:08:13.390 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: cluster 2024-03-26T21:08:13.028082+0000 mon.a (mon.0) 232 : cluster [DBG] fsid 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:08:13.390 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: cluster 2024-03-26T21:08:13.028126+0000 mon.a (mon.0) 233 : cluster [DBG] last_changed 2024-03-26T21:08:07.969519+0000 2024-03-26T21:08:13.391 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: cluster 2024-03-26T21:08:13.028163+0000 mon.a (mon.0) 234 : cluster [DBG] created 2024-03-26T21:05:22.625472+0000 2024-03-26T21:08:13.391 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: cluster 2024-03-26T21:08:13.028200+0000 mon.a (mon.0) 235 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T21:08:13.391 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: cluster 2024-03-26T21:08:13.028234+0000 mon.a (mon.0) 236 : cluster [DBG] election_strategy: 1 2024-03-26T21:08:13.391 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: cluster 2024-03-26T21:08:13.028268+0000 mon.a (mon.0) 237 : cluster [DBG] 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-03-26T21:08:13.391 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: cluster 2024-03-26T21:08:13.028304+0000 mon.a (mon.0) 238 : cluster [DBG] 1: [v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0] mon.c 2024-03-26T21:08:13.391 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: cluster 2024-03-26T21:08:13.047988+0000 mon.a (mon.0) 239 : cluster [DBG] fsmap 2024-03-26T21:08:13.391 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: cluster 2024-03-26T21:08:13.048112+0000 mon.a (mon.0) 240 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T21:08:13.391 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: cluster 2024-03-26T21:08:13.048424+0000 mon.a (mon.0) 241 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-03-26T21:08:13.391 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: cluster 2024-03-26T21:08:13.048686+0000 mon.a (mon.0) 242 : cluster [INF] overall HEALTH_OK 2024-03-26T21:08:13.391 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: audit 2024-03-26T21:08:13.056132+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:13.391 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: audit 2024-03-26T21:08:13.062263+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:13.391 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: audit 2024-03-26T21:08:13.068015+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:13.391 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: audit 2024-03-26T21:08:13.073802+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:13.392 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: audit 2024-03-26T21:08:13.079869+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:13.392 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: audit 2024-03-26T21:08:13.085747+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:13.392 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:13 smithi119 bash[22161]: audit 2024-03-26T21:08:13.094447+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:13.641 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T21:08:13.702 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: audit 2024-03-26T21:08:07.975252+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:08:13.703 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: cluster 2024-03-26T21:08:07.975613+0000 mon.a (mon.0) 221 : cluster [INF] mon.a calling monitor election 2024-03-26T21:08:13.703 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: audit 2024-03-26T21:08:08.000497+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:13.703 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: cluster 2024-03-26T21:08:08.895268+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-26T21:08:13.703 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: audit 2024-03-26T21:08:08.969847+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:13.703 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: audit 2024-03-26T21:08:09.970365+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:13.703 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: cluster 2024-03-26T21:08:09.971760+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-26T21:08:13.703 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: cluster 2024-03-26T21:08:10.895616+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-26T21:08:13.703 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: audit 2024-03-26T21:08:10.970257+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:13.703 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: audit 2024-03-26T21:08:11.350364+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:13.703 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: audit 2024-03-26T21:08:11.970738+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:13.703 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: audit 2024-03-26T21:08:12.350533+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:13.703 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: audit 2024-03-26T21:08:12.970553+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:13.703 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: cluster 2024-03-26T21:08:13.021933+0000 mon.a (mon.0) 230 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T21:08:13.704 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: cluster 2024-03-26T21:08:13.028045+0000 mon.a (mon.0) 231 : cluster [DBG] monmap epoch 2 2024-03-26T21:08:13.704 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: cluster 2024-03-26T21:08:13.028082+0000 mon.a (mon.0) 232 : cluster [DBG] fsid 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:08:13.704 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: cluster 2024-03-26T21:08:13.028126+0000 mon.a (mon.0) 233 : cluster [DBG] last_changed 2024-03-26T21:08:07.969519+0000 2024-03-26T21:08:13.704 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: cluster 2024-03-26T21:08:13.028163+0000 mon.a (mon.0) 234 : cluster [DBG] created 2024-03-26T21:05:22.625472+0000 2024-03-26T21:08:13.704 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: cluster 2024-03-26T21:08:13.028200+0000 mon.a (mon.0) 235 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T21:08:13.704 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: cluster 2024-03-26T21:08:13.028234+0000 mon.a (mon.0) 236 : cluster [DBG] election_strategy: 1 2024-03-26T21:08:13.704 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: cluster 2024-03-26T21:08:13.028268+0000 mon.a (mon.0) 237 : cluster [DBG] 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-03-26T21:08:13.704 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: cluster 2024-03-26T21:08:13.028304+0000 mon.a (mon.0) 238 : cluster [DBG] 1: [v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0] mon.c 2024-03-26T21:08:13.704 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: cluster 2024-03-26T21:08:13.047988+0000 mon.a (mon.0) 239 : cluster [DBG] fsmap 2024-03-26T21:08:13.704 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: cluster 2024-03-26T21:08:13.048112+0000 mon.a (mon.0) 240 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T21:08:13.704 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: cluster 2024-03-26T21:08:13.048424+0000 mon.a (mon.0) 241 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-03-26T21:08:13.704 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: cluster 2024-03-26T21:08:13.048686+0000 mon.a (mon.0) 242 : cluster [INF] overall HEALTH_OK 2024-03-26T21:08:13.704 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: audit 2024-03-26T21:08:13.056132+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:13.704 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: audit 2024-03-26T21:08:13.062263+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:13.704 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: audit 2024-03-26T21:08:13.068015+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:13.705 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: audit 2024-03-26T21:08:13.073802+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:13.705 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: audit 2024-03-26T21:08:13.079869+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:13.705 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: audit 2024-03-26T21:08:13.085747+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:13.705 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:13 smithi118 bash[22172]: audit 2024-03-26T21:08:13.094447+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:14.367 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:08:13 smithi069 bash[21808]: debug 2024-03-26T21:08:13.968+0000 7f8a143aa700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-03-26T21:08:18.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:12.895995+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-26T21:08:18.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cephadm 2024-03-26T21:08:13.249792+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-03-26T21:08:18.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cephadm 2024-03-26T21:08:13.250137+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.conf 2024-03-26T21:08:18.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cephadm 2024-03-26T21:08:13.250376+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi119:/etc/ceph/ceph.conf 2024-03-26T21:08:18.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: audit 2024-03-26T21:08:13.363395+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:08:18.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:13.363658+0000 mon.a (mon.0) 258 : cluster [INF] mon.a calling monitor election 2024-03-26T21:08:18.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:13.365902+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-26T21:08:18.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: audit 2024-03-26T21:08:13.383730+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:18.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: audit 2024-03-26T21:08:13.383868+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:18.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cephadm 2024-03-26T21:08:13.464909+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi069:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:08:18.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cephadm 2024-03-26T21:08:13.465108+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi118:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:08:18.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cephadm 2024-03-26T21:08:13.465844+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi119:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:08:18.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: audit 2024-03-26T21:08:14.351114+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:18.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:14.896338+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:18.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: audit 2024-03-26T21:08:15.351180+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:18.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:15.359677+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-26T21:08:18.791 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: audit 2024-03-26T21:08:16.351525+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:18.791 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:16.896719+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:18.791 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: audit 2024-03-26T21:08:17.351409+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:18.791 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: audit 2024-03-26T21:08:18.351486+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:18.791 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:18.368955+0000 mon.a (mon.0) 266 : cluster [INF] mon.a calling monitor election 2024-03-26T21:08:18.791 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:18.409882+0000 mon.a (mon.0) 267 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-26T21:08:18.791 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:18.415651+0000 mon.a (mon.0) 268 : cluster [DBG] monmap epoch 3 2024-03-26T21:08:18.791 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:18.415684+0000 mon.a (mon.0) 269 : cluster [DBG] fsid 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:08:18.791 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:18.415723+0000 mon.a (mon.0) 270 : cluster [DBG] last_changed 2024-03-26T21:08:13.357290+0000 2024-03-26T21:08:18.791 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:18.415758+0000 mon.a (mon.0) 271 : cluster [DBG] created 2024-03-26T21:05:22.625472+0000 2024-03-26T21:08:18.791 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:18.415791+0000 mon.a (mon.0) 272 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T21:08:18.792 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:18.415825+0000 mon.a (mon.0) 273 : cluster [DBG] election_strategy: 1 2024-03-26T21:08:18.792 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:18.415862+0000 mon.a (mon.0) 274 : cluster [DBG] 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-03-26T21:08:18.792 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:18.415893+0000 mon.a (mon.0) 275 : cluster [DBG] 1: [v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0] mon.c 2024-03-26T21:08:18.792 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:18.415927+0000 mon.a (mon.0) 276 : cluster [DBG] 2: [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon.b 2024-03-26T21:08:18.792 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:18.417012+0000 mon.a (mon.0) 277 : cluster [DBG] fsmap 2024-03-26T21:08:18.792 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:18.417100+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T21:08:18.792 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:18.417409+0000 mon.a (mon.0) 279 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-03-26T21:08:18.792 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: cluster 2024-03-26T21:08:18.417673+0000 mon.a (mon.0) 280 : cluster [INF] overall HEALTH_OK 2024-03-26T21:08:18.792 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: audit 2024-03-26T21:08:18.425482+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.792 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: audit 2024-03-26T21:08:18.431552+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.792 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: audit 2024-03-26T21:08:18.437966+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.792 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: audit 2024-03-26T21:08:18.444137+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.793 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: audit 2024-03-26T21:08:18.450045+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.793 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: audit 2024-03-26T21:08:18.456052+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.793 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: audit 2024-03-26T21:08:18.461757+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.793 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:18 smithi118 bash[22172]: audit 2024-03-26T21:08:18.467569+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:12.895995+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-26T21:08:18.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cephadm 2024-03-26T21:08:13.249792+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-03-26T21:08:18.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cephadm 2024-03-26T21:08:13.250137+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.conf 2024-03-26T21:08:18.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cephadm 2024-03-26T21:08:13.250376+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi119:/etc/ceph/ceph.conf 2024-03-26T21:08:18.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: audit 2024-03-26T21:08:13.363395+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:08:18.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:13.363658+0000 mon.a (mon.0) 258 : cluster [INF] mon.a calling monitor election 2024-03-26T21:08:18.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:13.365902+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-26T21:08:18.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: audit 2024-03-26T21:08:13.383730+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:18.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: audit 2024-03-26T21:08:13.383868+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:18.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cephadm 2024-03-26T21:08:13.464909+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi069:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:08:18.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cephadm 2024-03-26T21:08:13.465108+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi118:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:08:18.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cephadm 2024-03-26T21:08:13.465844+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi119:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:08:18.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: audit 2024-03-26T21:08:14.351114+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:18.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:14.896338+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:18.869 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: audit 2024-03-26T21:08:15.351180+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:18.869 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:15.359677+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-26T21:08:18.869 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: audit 2024-03-26T21:08:16.351525+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:18.869 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:16.896719+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:18.869 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: audit 2024-03-26T21:08:17.351409+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:18.869 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: audit 2024-03-26T21:08:18.351486+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:18.869 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:18.368955+0000 mon.a (mon.0) 266 : cluster [INF] mon.a calling monitor election 2024-03-26T21:08:18.869 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:18.409882+0000 mon.a (mon.0) 267 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-26T21:08:18.869 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:18.415651+0000 mon.a (mon.0) 268 : cluster [DBG] monmap epoch 3 2024-03-26T21:08:18.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:18.415684+0000 mon.a (mon.0) 269 : cluster [DBG] fsid 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:08:18.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:18.415723+0000 mon.a (mon.0) 270 : cluster [DBG] last_changed 2024-03-26T21:08:13.357290+0000 2024-03-26T21:08:18.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:18.415758+0000 mon.a (mon.0) 271 : cluster [DBG] created 2024-03-26T21:05:22.625472+0000 2024-03-26T21:08:18.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:18.415791+0000 mon.a (mon.0) 272 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T21:08:18.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:18.415825+0000 mon.a (mon.0) 273 : cluster [DBG] election_strategy: 1 2024-03-26T21:08:18.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:18.415862+0000 mon.a (mon.0) 274 : cluster [DBG] 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-03-26T21:08:18.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:18.415893+0000 mon.a (mon.0) 275 : cluster [DBG] 1: [v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0] mon.c 2024-03-26T21:08:18.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:18.415927+0000 mon.a (mon.0) 276 : cluster [DBG] 2: [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon.b 2024-03-26T21:08:18.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:18.417012+0000 mon.a (mon.0) 277 : cluster [DBG] fsmap 2024-03-26T21:08:18.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:18.417100+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T21:08:18.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:18.417409+0000 mon.a (mon.0) 279 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-03-26T21:08:18.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: cluster 2024-03-26T21:08:18.417673+0000 mon.a (mon.0) 280 : cluster [INF] overall HEALTH_OK 2024-03-26T21:08:18.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: audit 2024-03-26T21:08:18.425482+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: audit 2024-03-26T21:08:18.431552+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.871 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: audit 2024-03-26T21:08:18.437966+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.871 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: audit 2024-03-26T21:08:18.444137+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.871 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: audit 2024-03-26T21:08:18.450045+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.871 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: audit 2024-03-26T21:08:18.456052+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.871 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: audit 2024-03-26T21:08:18.461757+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.871 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:18 smithi069 bash[21554]: audit 2024-03-26T21:08:18.467569+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:12.895995+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-26T21:08:18.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cephadm 2024-03-26T21:08:13.249792+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-03-26T21:08:18.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cephadm 2024-03-26T21:08:13.250137+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.conf 2024-03-26T21:08:18.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cephadm 2024-03-26T21:08:13.250376+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi119:/etc/ceph/ceph.conf 2024-03-26T21:08:18.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: audit 2024-03-26T21:08:13.363395+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:08:18.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:13.363658+0000 mon.a (mon.0) 258 : cluster [INF] mon.a calling monitor election 2024-03-26T21:08:18.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:13.365902+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-26T21:08:18.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: audit 2024-03-26T21:08:13.383730+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:18.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: audit 2024-03-26T21:08:13.383868+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:08:18.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cephadm 2024-03-26T21:08:13.464909+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi069:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:08:18.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cephadm 2024-03-26T21:08:13.465108+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi118:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:08:18.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cephadm 2024-03-26T21:08:13.465844+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi119:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:08:18.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: audit 2024-03-26T21:08:14.351114+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:18.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:14.896338+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:18.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: audit 2024-03-26T21:08:15.351180+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:18.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:15.359677+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-26T21:08:18.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: audit 2024-03-26T21:08:16.351525+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:18.891 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:16.896719+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:18.891 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: audit 2024-03-26T21:08:17.351409+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:18.891 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: audit 2024-03-26T21:08:18.351486+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:18.891 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:18.368955+0000 mon.a (mon.0) 266 : cluster [INF] mon.a calling monitor election 2024-03-26T21:08:18.891 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:18.409882+0000 mon.a (mon.0) 267 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-26T21:08:18.891 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:18.415651+0000 mon.a (mon.0) 268 : cluster [DBG] monmap epoch 3 2024-03-26T21:08:18.891 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:18.415684+0000 mon.a (mon.0) 269 : cluster [DBG] fsid 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:08:18.891 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:18.415723+0000 mon.a (mon.0) 270 : cluster [DBG] last_changed 2024-03-26T21:08:13.357290+0000 2024-03-26T21:08:18.891 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:18.415758+0000 mon.a (mon.0) 271 : cluster [DBG] created 2024-03-26T21:05:22.625472+0000 2024-03-26T21:08:18.892 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:18.415791+0000 mon.a (mon.0) 272 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T21:08:18.892 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:18.415825+0000 mon.a (mon.0) 273 : cluster [DBG] election_strategy: 1 2024-03-26T21:08:18.892 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:18.415862+0000 mon.a (mon.0) 274 : cluster [DBG] 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-03-26T21:08:18.892 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:18.415893+0000 mon.a (mon.0) 275 : cluster [DBG] 1: [v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0] mon.c 2024-03-26T21:08:18.892 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:18.415927+0000 mon.a (mon.0) 276 : cluster [DBG] 2: [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon.b 2024-03-26T21:08:18.892 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:18.417012+0000 mon.a (mon.0) 277 : cluster [DBG] fsmap 2024-03-26T21:08:18.892 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:18.417100+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T21:08:18.892 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:18.417409+0000 mon.a (mon.0) 279 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-03-26T21:08:18.892 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: cluster 2024-03-26T21:08:18.417673+0000 mon.a (mon.0) 280 : cluster [INF] overall HEALTH_OK 2024-03-26T21:08:18.892 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: audit 2024-03-26T21:08:18.425482+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.892 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: audit 2024-03-26T21:08:18.431552+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.892 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: audit 2024-03-26T21:08:18.437966+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.892 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: audit 2024-03-26T21:08:18.444137+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.892 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: audit 2024-03-26T21:08:18.450045+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.893 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: audit 2024-03-26T21:08:18.456052+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.893 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: audit 2024-03-26T21:08:18.461757+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:18.893 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:18 smithi119 bash[22161]: audit 2024-03-26T21:08:18.467569+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:19.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:19 smithi118 bash[22172]: audit 2024-03-26T21:08:18.473742+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:19.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:19 smithi118 bash[22172]: audit 2024-03-26T21:08:18.484619+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:19.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:19 smithi118 bash[22172]: cephadm 2024-03-26T21:08:18.485757+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:08:19.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:19 smithi118 bash[22172]: audit 2024-03-26T21:08:18.491667+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:19.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:19 smithi118 bash[22172]: cephadm 2024-03-26T21:08:18.586628+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-26T21:08:19.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:19 smithi118 bash[22172]: audit 2024-03-26T21:08:18.587249+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T21:08:19.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:19 smithi118 bash[22172]: audit 2024-03-26T21:08:18.589126+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T21:08:19.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:19 smithi118 bash[22172]: audit 2024-03-26T21:08:18.590897+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:19.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:19 smithi118 bash[22172]: cephadm 2024-03-26T21:08:18.593026+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi069 2024-03-26T21:08:19.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:19 smithi118 bash[22172]: audit 2024-03-26T21:08:18.672630+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:19.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:19 smithi118 bash[22172]: audit 2024-03-26T21:08:18.680326+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:19.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:19 smithi118 bash[22172]: audit 2024-03-26T21:08:18.691117+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:19.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:19 smithi118 bash[22172]: audit 2024-03-26T21:08:19.352156+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:19.790 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:19 smithi069 bash[21554]: audit 2024-03-26T21:08:18.473742+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:19.790 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:19 smithi069 bash[21554]: audit 2024-03-26T21:08:18.484619+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:19.791 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:19 smithi069 bash[21554]: cephadm 2024-03-26T21:08:18.485757+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:08:19.791 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:19 smithi069 bash[21554]: audit 2024-03-26T21:08:18.491667+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:19.791 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:19 smithi069 bash[21554]: cephadm 2024-03-26T21:08:18.586628+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-26T21:08:19.791 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:19 smithi069 bash[21554]: audit 2024-03-26T21:08:18.587249+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T21:08:19.791 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:19 smithi069 bash[21554]: audit 2024-03-26T21:08:18.589126+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T21:08:19.791 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:19 smithi069 bash[21554]: audit 2024-03-26T21:08:18.590897+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:19.791 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:19 smithi069 bash[21554]: cephadm 2024-03-26T21:08:18.593026+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi069 2024-03-26T21:08:19.791 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:19 smithi069 bash[21554]: audit 2024-03-26T21:08:18.672630+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:19.791 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:19 smithi069 bash[21554]: audit 2024-03-26T21:08:18.680326+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:19.791 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:19 smithi069 bash[21554]: audit 2024-03-26T21:08:18.691117+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:19.791 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:19 smithi069 bash[21554]: audit 2024-03-26T21:08:19.352156+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:19.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:19 smithi119 bash[22161]: audit 2024-03-26T21:08:18.473742+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:19.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:19 smithi119 bash[22161]: audit 2024-03-26T21:08:18.484619+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:19.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:19 smithi119 bash[22161]: cephadm 2024-03-26T21:08:18.485757+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:08:19.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:19 smithi119 bash[22161]: audit 2024-03-26T21:08:18.491667+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:19.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:19 smithi119 bash[22161]: cephadm 2024-03-26T21:08:18.586628+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-26T21:08:19.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:19 smithi119 bash[22161]: audit 2024-03-26T21:08:18.587249+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T21:08:19.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:19 smithi119 bash[22161]: audit 2024-03-26T21:08:18.589126+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T21:08:19.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:19 smithi119 bash[22161]: audit 2024-03-26T21:08:18.590897+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:19.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:19 smithi119 bash[22161]: cephadm 2024-03-26T21:08:18.593026+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi069 2024-03-26T21:08:19.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:19 smithi119 bash[22161]: audit 2024-03-26T21:08:18.672630+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:19.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:19 smithi119 bash[22161]: audit 2024-03-26T21:08:18.680326+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:19.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:19 smithi119 bash[22161]: audit 2024-03-26T21:08:18.691117+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:19.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:19 smithi119 bash[22161]: audit 2024-03-26T21:08:19.352156+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:08:19.996 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-03-26T21:08:19.996 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":3,"fsid":"62808a52-ebb4-11ee-95d0-87774f69a715","modified":"2024-03-26T21:08:13.357290Z","created":"2024-03-26T21:05:22.625472Z","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.69:3300","nonce":0},{"type":"v1","addr":"172.21.15.69:6789","nonce":0}]},"addr":"172.21.15.69:6789/0","public_addr":"172.21.15.69:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:3300","nonce":0},{"type":"v1","addr":"172.21.15.119:6789","nonce":0}]},"addr":"172.21.15.119:6789/0","public_addr":"172.21.15.119:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:3300","nonce":0},{"type":"v1","addr":"172.21.15.118:6789","nonce":0}]},"addr":"172.21.15.118:6789/0","public_addr":"172.21.15.118:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-03-26T21:08:19.999 INFO:teuthology.orchestra.run.smithi119.stderr:dumped monmap epoch 3 2024-03-26T21:08:20.642 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-26T21:08:20.642 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph config generate-minimal-conf 2024-03-26T21:08:20.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:20 smithi119 bash[22161]: cluster 2024-03-26T21:08:18.897056+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-26T21:08:20.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:20 smithi119 bash[22161]: audit 2024-03-26T21:08:19.635016+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:20.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:20 smithi119 bash[22161]: audit 2024-03-26T21:08:20.003484+0000 mon.a (mon.0) 300 : audit [DBG] from='client.? 172.21.15.119:0/1555866162' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T21:08:20.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:20 smithi119 bash[22161]: audit 2024-03-26T21:08:20.279245+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:20.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:20 smithi119 bash[22161]: audit 2024-03-26T21:08:20.286892+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:20.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:20 smithi119 bash[22161]: audit 2024-03-26T21:08:20.296595+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:20.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:20 smithi119 bash[22161]: audit 2024-03-26T21:08:20.490919+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:20.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:20 smithi119 bash[22161]: audit 2024-03-26T21:08:20.498376+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:20.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:20 smithi119 bash[22161]: audit 2024-03-26T21:08:20.513219+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T21:08:20.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:20 smithi119 bash[22161]: audit 2024-03-26T21:08:20.514879+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T21:08:20.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:20 smithi119 bash[22161]: audit 2024-03-26T21:08:20.516525+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:20.932 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:20 smithi118 bash[22172]: cluster 2024-03-26T21:08:18.897056+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-26T21:08:20.932 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:20 smithi118 bash[22172]: audit 2024-03-26T21:08:19.635016+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:20.932 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:20 smithi118 bash[22172]: audit 2024-03-26T21:08:20.003484+0000 mon.a (mon.0) 300 : audit [DBG] from='client.? 172.21.15.119:0/1555866162' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T21:08:20.932 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:20 smithi118 bash[22172]: audit 2024-03-26T21:08:20.279245+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:20.932 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:20 smithi118 bash[22172]: audit 2024-03-26T21:08:20.286892+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:20.933 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:20 smithi118 bash[22172]: audit 2024-03-26T21:08:20.296595+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:20.933 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:20 smithi118 bash[22172]: audit 2024-03-26T21:08:20.490919+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:20.933 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:20 smithi118 bash[22172]: audit 2024-03-26T21:08:20.498376+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:20.933 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:20 smithi118 bash[22172]: audit 2024-03-26T21:08:20.513219+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T21:08:20.933 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:20 smithi118 bash[22172]: audit 2024-03-26T21:08:20.514879+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T21:08:20.933 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:20 smithi118 bash[22172]: audit 2024-03-26T21:08:20.516525+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:20.986 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:20 smithi069 bash[21554]: cluster 2024-03-26T21:08:18.897056+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-26T21:08:20.986 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:20 smithi069 bash[21554]: audit 2024-03-26T21:08:19.635016+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:20.986 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:20 smithi069 bash[21554]: audit 2024-03-26T21:08:20.003484+0000 mon.a (mon.0) 300 : audit [DBG] from='client.? 172.21.15.119:0/1555866162' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T21:08:20.987 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:20 smithi069 bash[21554]: audit 2024-03-26T21:08:20.279245+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:20.987 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:20 smithi069 bash[21554]: audit 2024-03-26T21:08:20.286892+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:20.987 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:20 smithi069 bash[21554]: audit 2024-03-26T21:08:20.296595+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:20.987 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:20 smithi069 bash[21554]: audit 2024-03-26T21:08:20.490919+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:20.987 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:20 smithi069 bash[21554]: audit 2024-03-26T21:08:20.498376+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:20.987 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:20 smithi069 bash[21554]: audit 2024-03-26T21:08:20.513219+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T21:08:20.987 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:20 smithi069 bash[21554]: audit 2024-03-26T21:08:20.514879+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T21:08:20.987 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:20 smithi069 bash[21554]: audit 2024-03-26T21:08:20.516525+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:21.888 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:21 smithi119 bash[22161]: cephadm 2024-03-26T21:08:20.512577+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-26T21:08:21.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:21 smithi119 bash[22161]: cephadm 2024-03-26T21:08:20.518529+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi118 2024-03-26T21:08:21.916 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:21 smithi069 bash[21554]: cephadm 2024-03-26T21:08:20.512577+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-26T21:08:21.916 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:21 smithi069 bash[21554]: cephadm 2024-03-26T21:08:20.518529+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi118 2024-03-26T21:08:21.931 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:21 smithi118 bash[22172]: cephadm 2024-03-26T21:08:20.512577+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-26T21:08:21.931 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:21 smithi118 bash[22172]: cephadm 2024-03-26T21:08:20.518529+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi118 2024-03-26T21:08:22.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:22 smithi069 bash[21554]: cluster 2024-03-26T21:08:20.897432+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-26T21:08:22.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:22 smithi069 bash[21554]: audit 2024-03-26T21:08:22.285048+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:22.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:22 smithi069 bash[21554]: audit 2024-03-26T21:08:22.292686+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:22.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:22 smithi069 bash[21554]: audit 2024-03-26T21:08:22.339755+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T21:08:22.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:22 smithi069 bash[21554]: audit 2024-03-26T21:08:22.341844+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T21:08:22.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:22 smithi069 bash[21554]: audit 2024-03-26T21:08:22.343762+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:22.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:22 smithi119 bash[22161]: cluster 2024-03-26T21:08:20.897432+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-26T21:08:22.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:22 smithi119 bash[22161]: audit 2024-03-26T21:08:22.285048+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:22.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:22 smithi119 bash[22161]: audit 2024-03-26T21:08:22.292686+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:22.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:22 smithi119 bash[22161]: audit 2024-03-26T21:08:22.339755+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T21:08:22.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:22 smithi119 bash[22161]: audit 2024-03-26T21:08:22.341844+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T21:08:22.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:22 smithi119 bash[22161]: audit 2024-03-26T21:08:22.343762+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:23.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:22 smithi118 bash[22172]: cluster 2024-03-26T21:08:20.897432+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-26T21:08:23.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:22 smithi118 bash[22172]: audit 2024-03-26T21:08:22.285048+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:23.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:22 smithi118 bash[22172]: audit 2024-03-26T21:08:22.292686+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:23.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:22 smithi118 bash[22172]: audit 2024-03-26T21:08:22.339755+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T21:08:23.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:22 smithi118 bash[22172]: audit 2024-03-26T21:08:22.341844+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T21:08:23.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:22 smithi118 bash[22172]: audit 2024-03-26T21:08:22.343762+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:23.777 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:23 smithi119 bash[22161]: cephadm 2024-03-26T21:08:22.338963+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-26T21:08:23.777 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:23 smithi119 bash[22161]: cephadm 2024-03-26T21:08:22.345907+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi119 2024-03-26T21:08:24.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:23 smithi118 bash[22172]: cephadm 2024-03-26T21:08:22.338963+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-26T21:08:24.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:23 smithi118 bash[22172]: cephadm 2024-03-26T21:08:22.345907+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi119 2024-03-26T21:08:24.069 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:23 smithi069 bash[21554]: cephadm 2024-03-26T21:08:22.338963+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-26T21:08:24.069 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:23 smithi069 bash[21554]: cephadm 2024-03-26T21:08:22.345907+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi119 2024-03-26T21:08:25.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:24 smithi118 bash[22172]: cluster 2024-03-26T21:08:22.897912+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-26T21:08:25.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:24 smithi118 bash[22172]: audit 2024-03-26T21:08:24.175700+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:25.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:24 smithi118 bash[22172]: audit 2024-03-26T21:08:24.179971+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:25.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:24 smithi118 bash[22172]: audit 2024-03-26T21:08:24.214934+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:08:25.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:24 smithi118 bash[22172]: audit 2024-03-26T21:08:24.220300+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:25.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:24 smithi118 bash[22172]: audit 2024-03-26T21:08:24.221986+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:08:25.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:24 smithi069 bash[21554]: cluster 2024-03-26T21:08:22.897912+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-26T21:08:25.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:24 smithi069 bash[21554]: audit 2024-03-26T21:08:24.175700+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:25.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:24 smithi069 bash[21554]: audit 2024-03-26T21:08:24.179971+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:25.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:24 smithi069 bash[21554]: audit 2024-03-26T21:08:24.214934+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:08:25.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:24 smithi069 bash[21554]: audit 2024-03-26T21:08:24.220300+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:25.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:24 smithi069 bash[21554]: audit 2024-03-26T21:08:24.221986+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:08:25.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:24 smithi119 bash[22161]: cluster 2024-03-26T21:08:22.897912+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-26T21:08:25.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:24 smithi119 bash[22161]: audit 2024-03-26T21:08:24.175700+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:25.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:24 smithi119 bash[22161]: audit 2024-03-26T21:08:24.179971+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:25.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:24 smithi119 bash[22161]: audit 2024-03-26T21:08:24.214934+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:08:25.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:24 smithi119 bash[22161]: audit 2024-03-26T21:08:24.220300+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:25.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:24 smithi119 bash[22161]: audit 2024-03-26T21:08:24.221986+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:08:25.349 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:08:26.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:25 smithi118 bash[22172]: cephadm 2024-03-26T21:08:24.224488+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-03-26T21:08:26.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:25 smithi118 bash[22172]: cephadm 2024-03-26T21:08:24.225251+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.conf 2024-03-26T21:08:26.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:25 smithi118 bash[22172]: cephadm 2024-03-26T21:08:24.226404+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi119:/etc/ceph/ceph.conf 2024-03-26T21:08:26.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:25 smithi118 bash[22172]: cephadm 2024-03-26T21:08:24.540529+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi069:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:08:26.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:25 smithi118 bash[22172]: cephadm 2024-03-26T21:08:24.541696+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi118:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:08:26.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:25 smithi118 bash[22172]: cephadm 2024-03-26T21:08:24.542899+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi119:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:08:26.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:25 smithi118 bash[22172]: audit 2024-03-26T21:08:24.762474+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:26.040 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:25 smithi118 bash[22172]: audit 2024-03-26T21:08:24.768359+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:26.040 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:25 smithi118 bash[22172]: audit 2024-03-26T21:08:24.774213+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:26.040 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:25 smithi118 bash[22172]: audit 2024-03-26T21:08:24.780084+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:26.040 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:25 smithi118 bash[22172]: audit 2024-03-26T21:08:24.785799+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:26.040 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:25 smithi118 bash[22172]: audit 2024-03-26T21:08:24.792941+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:26.040 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:25 smithi118 bash[22172]: audit 2024-03-26T21:08:24.800457+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:26.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:25 smithi069 bash[21554]: cephadm 2024-03-26T21:08:24.224488+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-03-26T21:08:26.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:25 smithi069 bash[21554]: cephadm 2024-03-26T21:08:24.225251+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.conf 2024-03-26T21:08:26.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:25 smithi069 bash[21554]: cephadm 2024-03-26T21:08:24.226404+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi119:/etc/ceph/ceph.conf 2024-03-26T21:08:26.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:25 smithi069 bash[21554]: cephadm 2024-03-26T21:08:24.540529+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi069:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:08:26.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:25 smithi069 bash[21554]: cephadm 2024-03-26T21:08:24.541696+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi118:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:08:26.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:25 smithi069 bash[21554]: cephadm 2024-03-26T21:08:24.542899+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi119:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:08:26.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:25 smithi069 bash[21554]: audit 2024-03-26T21:08:24.762474+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:26.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:25 smithi069 bash[21554]: audit 2024-03-26T21:08:24.768359+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:26.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:25 smithi069 bash[21554]: audit 2024-03-26T21:08:24.774213+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:26.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:25 smithi069 bash[21554]: audit 2024-03-26T21:08:24.780084+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:26.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:25 smithi069 bash[21554]: audit 2024-03-26T21:08:24.785799+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:26.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:25 smithi069 bash[21554]: audit 2024-03-26T21:08:24.792941+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:26.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:25 smithi069 bash[21554]: audit 2024-03-26T21:08:24.800457+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:26.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:25 smithi119 bash[22161]: cephadm 2024-03-26T21:08:24.224488+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-03-26T21:08:26.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:25 smithi119 bash[22161]: cephadm 2024-03-26T21:08:24.225251+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.conf 2024-03-26T21:08:26.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:25 smithi119 bash[22161]: cephadm 2024-03-26T21:08:24.226404+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi119:/etc/ceph/ceph.conf 2024-03-26T21:08:26.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:25 smithi119 bash[22161]: cephadm 2024-03-26T21:08:24.540529+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi069:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:08:26.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:25 smithi119 bash[22161]: cephadm 2024-03-26T21:08:24.541696+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi118:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:08:26.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:25 smithi119 bash[22161]: cephadm 2024-03-26T21:08:24.542899+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi119:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:08:26.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:25 smithi119 bash[22161]: audit 2024-03-26T21:08:24.762474+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:26.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:25 smithi119 bash[22161]: audit 2024-03-26T21:08:24.768359+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:26.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:25 smithi119 bash[22161]: audit 2024-03-26T21:08:24.774213+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:26.140 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:25 smithi119 bash[22161]: audit 2024-03-26T21:08:24.780084+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:26.140 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:25 smithi119 bash[22161]: audit 2024-03-26T21:08:24.785799+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:26.140 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:25 smithi119 bash[22161]: audit 2024-03-26T21:08:24.792941+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:26.140 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:25 smithi119 bash[22161]: audit 2024-03-26T21:08:24.800457+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:27.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:26 smithi069 bash[21554]: cluster 2024-03-26T21:08:24.898261+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:27.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:26 smithi119 bash[22161]: cluster 2024-03-26T21:08:24.898261+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:27.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:26 smithi118 bash[22172]: cluster 2024-03-26T21:08:24.898261+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:28.080 INFO:teuthology.orchestra.run.smithi069.stdout:# minimal ceph.conf for 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:08:28.081 INFO:teuthology.orchestra.run.smithi069.stdout:[global] 2024-03-26T21:08:28.081 INFO:teuthology.orchestra.run.smithi069.stdout: fsid = 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:08:28.081 INFO:teuthology.orchestra.run.smithi069.stdout: mon_host = [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] [v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0] 2024-03-26T21:08:28.732 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-26T21:08:28.732 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T21:08:28.732 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/ceph/ceph.conf 2024-03-26T21:08:28.746 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T21:08:28.746 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T21:08:28.803 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-03-26T21:08:28.803 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.conf 2024-03-26T21:08:28.817 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-03-26T21:08:28.817 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T21:08:28.871 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-03-26T21:08:28.871 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/etc/ceph/ceph.conf 2024-03-26T21:08:28.886 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-03-26T21:08:28.886 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T21:08:28.940 INFO:tasks.cephadm:Adding mgr.a on smithi069 2024-03-26T21:08:28.940 INFO:tasks.cephadm:Adding mgr.b on smithi118 2024-03-26T21:08:28.940 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph orch apply mgr '2;smithi069=a;smithi118=b' 2024-03-26T21:08:29.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:28 smithi069 bash[21554]: cluster 2024-03-26T21:08:26.898708+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:29.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:28 smithi069 bash[21554]: audit 2024-03-26T21:08:28.088149+0000 mon.a (mon.0) 326 : audit [DBG] from='client.? 172.21.15.69:0/3929037500' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:29.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:28 smithi119 bash[22161]: cluster 2024-03-26T21:08:26.898708+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:29.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:28 smithi119 bash[22161]: audit 2024-03-26T21:08:28.088149+0000 mon.a (mon.0) 326 : audit [DBG] from='client.? 172.21.15.69:0/3929037500' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:29.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:28 smithi118 bash[22172]: cluster 2024-03-26T21:08:26.898708+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:29.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:28 smithi118 bash[22172]: audit 2024-03-26T21:08:28.088149+0000 mon.a (mon.0) 326 : audit [DBG] from='client.? 172.21.15.69:0/3929037500' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:30.992 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:30 smithi119 bash[22161]: cluster 2024-03-26T21:08:28.899087+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:31.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:30 smithi069 bash[21554]: cluster 2024-03-26T21:08:28.899087+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:31.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:30 smithi118 bash[22172]: cluster 2024-03-26T21:08:28.899087+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:33.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:32 smithi069 bash[21554]: cluster 2024-03-26T21:08:30.899464+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:33.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:32 smithi069 bash[21554]: audit 2024-03-26T21:08:32.304934+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:33.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:32 smithi069 bash[21554]: audit 2024-03-26T21:08:32.313159+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:33.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:32 smithi069 bash[21554]: audit 2024-03-26T21:08:32.323348+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:33.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:32 smithi119 bash[22161]: cluster 2024-03-26T21:08:30.899464+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:33.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:32 smithi119 bash[22161]: audit 2024-03-26T21:08:32.304934+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:33.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:32 smithi119 bash[22161]: audit 2024-03-26T21:08:32.313159+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:33.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:32 smithi119 bash[22161]: audit 2024-03-26T21:08:32.323348+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:33.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:32 smithi118 bash[22172]: cluster 2024-03-26T21:08:30.899464+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:33.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:32 smithi118 bash[22172]: audit 2024-03-26T21:08:32.304934+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:33.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:32 smithi118 bash[22172]: audit 2024-03-26T21:08:32.313159+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:33.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:32 smithi118 bash[22172]: audit 2024-03-26T21:08:32.323348+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:33.867 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T21:08:35.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:34 smithi069 bash[21554]: cluster 2024-03-26T21:08:32.899897+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:35.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:34 smithi119 bash[22161]: cluster 2024-03-26T21:08:32.899897+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:35.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:34 smithi118 bash[22172]: cluster 2024-03-26T21:08:32.899897+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:36.287 INFO:teuthology.orchestra.run.smithi119.stdout:Scheduled mgr update... 2024-03-26T21:08:36.914 DEBUG:teuthology.orchestra.run.smithi118:mgr.b> sudo journalctl -f -n 0 -u ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mgr.b.service 2024-03-26T21:08:36.917 INFO:tasks.cephadm:Deploying OSDs... 2024-03-26T21:08:36.917 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T21:08:36.917 DEBUG:teuthology.orchestra.run.smithi069:> dd if=/scratch_devs of=/dev/stdout 2024-03-26T21:08:36.924 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-26T21:08:36.924 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_1 2024-03-26T21:08:36.973 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-26T21:08:36.973 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T21:08:36.973 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 885 Links: 1 2024-03-26T21:08:36.973 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T21:08:36.973 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-03-26 20:58:28.793368489 +0000 2024-03-26T21:08:36.973 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-03-26 20:58:28.545370702 +0000 2024-03-26T21:08:36.973 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-03-26 20:58:28.545370702 +0000 2024-03-26T21:08:36.973 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2024-03-26T21:08:36.974 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-26T21:08:37.026 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-03-26T21:08:37.027 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-03-26T21:08:37.027 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000402232 s, 1.3 MB/s 2024-03-26T21:08:37.028 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-26T21:08:37.082 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_2 2024-03-26T21:08:37.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:36 smithi069 bash[21554]: cluster 2024-03-26T21:08:34.900317+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:37.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:36 smithi069 bash[21554]: audit 2024-03-26T21:08:36.293214+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:37.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:36 smithi069 bash[21554]: audit 2024-03-26T21:08:36.343567+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:08:37.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:36 smithi069 bash[21554]: audit 2024-03-26T21:08:36.349058+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:37.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:36 smithi069 bash[21554]: audit 2024-03-26T21:08:36.350634+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:08:37.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:36 smithi069 bash[21554]: audit 2024-03-26T21:08:36.361325+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:37.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:36 smithi069 bash[21554]: audit 2024-03-26T21:08:36.365819+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T21:08:37.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:36 smithi069 bash[21554]: audit 2024-03-26T21:08:36.370119+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-26T21:08:37.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:36 smithi069 bash[21554]: audit 2024-03-26T21:08:36.375027+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T21:08:37.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:36 smithi069 bash[21554]: audit 2024-03-26T21:08:36.377748+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:37.122 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-26T21:08:37.123 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T21:08:37.123 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 905 Links: 1 2024-03-26T21:08:37.123 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T21:08:37.123 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-03-26 20:58:29.317363815 +0000 2024-03-26T21:08:37.123 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-03-26 20:58:29.037366312 +0000 2024-03-26T21:08:37.123 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-03-26 20:58:29.037366312 +0000 2024-03-26T21:08:37.123 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2024-03-26T21:08:37.123 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-26T21:08:37.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:36 smithi119 bash[22161]: cluster 2024-03-26T21:08:34.900317+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:37.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:36 smithi119 bash[22161]: audit 2024-03-26T21:08:36.293214+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:37.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:36 smithi119 bash[22161]: audit 2024-03-26T21:08:36.343567+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:08:37.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:36 smithi119 bash[22161]: audit 2024-03-26T21:08:36.349058+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:37.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:36 smithi119 bash[22161]: audit 2024-03-26T21:08:36.350634+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:08:37.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:36 smithi119 bash[22161]: audit 2024-03-26T21:08:36.361325+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:37.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:36 smithi119 bash[22161]: audit 2024-03-26T21:08:36.365819+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T21:08:37.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:36 smithi119 bash[22161]: audit 2024-03-26T21:08:36.370119+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-26T21:08:37.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:36 smithi119 bash[22161]: audit 2024-03-26T21:08:36.375027+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T21:08:37.140 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:36 smithi119 bash[22161]: audit 2024-03-26T21:08:36.377748+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:37.177 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-03-26T21:08:37.178 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-03-26T21:08:37.178 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000344939 s, 1.5 MB/s 2024-03-26T21:08:37.179 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-26T21:08:37.229 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_3 2024-03-26T21:08:37.276 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-26T21:08:37.276 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T21:08:37.276 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 920 Links: 1 2024-03-26T21:08:37.276 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T21:08:37.276 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-03-26 20:58:29.793359568 +0000 2024-03-26T21:08:37.276 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-03-26 20:58:29.541361816 +0000 2024-03-26T21:08:37.276 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-03-26 20:58:29.541361816 +0000 2024-03-26T21:08:37.276 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2024-03-26T21:08:37.277 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-26T21:08:37.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:36 smithi118 bash[22172]: cluster 2024-03-26T21:08:34.900317+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:37.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:36 smithi118 bash[22172]: audit 2024-03-26T21:08:36.293214+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:37.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:36 smithi118 bash[22172]: audit 2024-03-26T21:08:36.343567+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:08:37.290 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:36 smithi118 bash[22172]: audit 2024-03-26T21:08:36.349058+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:37.290 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:36 smithi118 bash[22172]: audit 2024-03-26T21:08:36.350634+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:08:37.290 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:36 smithi118 bash[22172]: audit 2024-03-26T21:08:36.361325+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:37.290 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:36 smithi118 bash[22172]: audit 2024-03-26T21:08:36.365819+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T21:08:37.290 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:36 smithi118 bash[22172]: audit 2024-03-26T21:08:36.370119+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-26T21:08:37.290 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:36 smithi118 bash[22172]: audit 2024-03-26T21:08:36.375027+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T21:08:37.290 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:36 smithi118 bash[22172]: audit 2024-03-26T21:08:36.377748+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:37.330 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-03-26T21:08:37.330 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-03-26T21:08:37.330 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.00037392 s, 1.4 MB/s 2024-03-26T21:08:37.332 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-26T21:08:37.381 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_4 2024-03-26T21:08:37.427 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-26T21:08:37.427 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T21:08:37.428 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 932 Links: 1 2024-03-26T21:08:37.428 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T21:08:37.428 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-03-26 20:58:30.309354965 +0000 2024-03-26T21:08:37.428 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-03-26 20:58:30.025357499 +0000 2024-03-26T21:08:37.428 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-03-26 20:58:30.025357499 +0000 2024-03-26T21:08:37.428 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2024-03-26T21:08:37.428 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-26T21:08:37.481 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-03-26T21:08:37.482 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-03-26T21:08:37.482 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000421328 s, 1.2 MB/s 2024-03-26T21:08:37.483 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-26T21:08:37.534 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-03-26T21:08:37.534 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/scratch_devs of=/dev/stdout 2024-03-26T21:08:37.541 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-26T21:08:37.541 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_1 2024-03-26T21:08:37.588 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-26T21:08:37.588 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T21:08:37.588 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 887 Links: 1 2024-03-26T21:08:37.588 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T21:08:37.588 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-03-26 20:58:28.837911163 +0000 2024-03-26T21:08:37.588 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-03-26 20:58:28.577913485 +0000 2024-03-26T21:08:37.589 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-03-26 20:58:28.577913485 +0000 2024-03-26T21:08:37.589 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-03-26T21:08:37.589 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-26T21:08:37.642 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-03-26T21:08:37.643 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-03-26T21:08:37.643 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000313421 s, 1.6 MB/s 2024-03-26T21:08:37.644 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-26T21:08:37.693 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_2 2024-03-26T21:08:37.739 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-26T21:08:37.740 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T21:08:37.740 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 903 Links: 1 2024-03-26T21:08:37.740 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T21:08:37.740 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-03-26 20:58:29.317906874 +0000 2024-03-26T21:08:37.740 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-03-26 20:58:29.053909233 +0000 2024-03-26T21:08:37.740 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-03-26 20:58:29.053909233 +0000 2024-03-26T21:08:37.740 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-03-26T21:08:37.740 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-26T21:08:37.794 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-03-26T21:08:37.794 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-03-26T21:08:37.794 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.00020191 s, 2.5 MB/s 2024-03-26T21:08:37.795 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-26T21:08:37.845 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_3 2024-03-26T21:08:37.892 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-26T21:08:37.892 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T21:08:37.892 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 922 Links: 1 2024-03-26T21:08:37.892 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T21:08:37.892 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-03-26 20:58:29.813902444 +0000 2024-03-26T21:08:37.892 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-03-26 20:58:29.573904588 +0000 2024-03-26T21:08:37.892 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-03-26 20:58:29.573904588 +0000 2024-03-26T21:08:37.892 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-03-26T21:08:37.892 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-26T21:08:37.948 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:37 smithi118 bash[22172]: audit 2024-03-26T21:08:36.281691+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi069=a;smithi118=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:08:37.948 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:37 smithi118 bash[22172]: cephadm 2024-03-26T21:08:36.285285+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi069=a;smithi118=b;count:2 2024-03-26T21:08:37.948 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:37 smithi118 bash[22172]: cephadm 2024-03-26T21:08:36.379790+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi118 2024-03-26T21:08:37.948 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:37 smithi118 bash[22172]: audit 2024-03-26T21:08:36.864006+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:37.948 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:37 smithi118 bash[22172]: audit 2024-03-26T21:08:36.873112+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:37.948 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:37 smithi118 bash[22172]: audit 2024-03-26T21:08:36.882152+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:37.950 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-03-26T21:08:37.950 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-03-26T21:08:37.950 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000298108 s, 1.7 MB/s 2024-03-26T21:08:37.952 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-26T21:08:38.001 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_4 2024-03-26T21:08:38.047 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-26T21:08:38.048 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T21:08:38.048 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 934 Links: 1 2024-03-26T21:08:38.048 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T21:08:38.048 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-03-26 20:58:30.285898229 +0000 2024-03-26T21:08:38.048 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-03-26 20:58:30.025900551 +0000 2024-03-26T21:08:38.048 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-03-26 20:58:30.025900551 +0000 2024-03-26T21:08:38.048 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-03-26T21:08:38.048 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-26T21:08:38.102 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-03-26T21:08:38.102 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-03-26T21:08:38.102 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000194108 s, 2.6 MB/s 2024-03-26T21:08:38.103 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-26T21:08:38.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:37 smithi069 bash[21554]: audit 2024-03-26T21:08:36.281691+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi069=a;smithi118=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:08:38.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:37 smithi069 bash[21554]: cephadm 2024-03-26T21:08:36.285285+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi069=a;smithi118=b;count:2 2024-03-26T21:08:38.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:37 smithi069 bash[21554]: cephadm 2024-03-26T21:08:36.379790+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi118 2024-03-26T21:08:38.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:37 smithi069 bash[21554]: audit 2024-03-26T21:08:36.864006+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:38.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:37 smithi069 bash[21554]: audit 2024-03-26T21:08:36.873112+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:38.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:37 smithi069 bash[21554]: audit 2024-03-26T21:08:36.882152+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:38.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:37 smithi119 bash[22161]: audit 2024-03-26T21:08:36.281691+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi069=a;smithi118=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:08:38.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:37 smithi119 bash[22161]: cephadm 2024-03-26T21:08:36.285285+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi069=a;smithi118=b;count:2 2024-03-26T21:08:38.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:37 smithi119 bash[22161]: cephadm 2024-03-26T21:08:36.379790+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi118 2024-03-26T21:08:38.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:37 smithi119 bash[22161]: audit 2024-03-26T21:08:36.864006+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:38.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:37 smithi119 bash[22161]: audit 2024-03-26T21:08:36.873112+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:38.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:37 smithi119 bash[22161]: audit 2024-03-26T21:08:36.882152+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:38.154 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-03-26T21:08:38.154 DEBUG:teuthology.orchestra.run.smithi119:> dd if=/scratch_devs of=/dev/stdout 2024-03-26T21:08:38.161 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-26T21:08:38.161 DEBUG:teuthology.orchestra.run.smithi119:> stat /dev/vg_nvme/lv_1 2024-03-26T21:08:38.210 INFO:teuthology.orchestra.run.smithi119.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-26T21:08:38.210 INFO:teuthology.orchestra.run.smithi119.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T21:08:38.210 INFO:teuthology.orchestra.run.smithi119.stdout:Device: 5h/5d Inode: 889 Links: 1 2024-03-26T21:08:38.210 INFO:teuthology.orchestra.run.smithi119.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T21:08:38.210 INFO:teuthology.orchestra.run.smithi119.stdout:Access: 2024-03-26 20:58:29.650512475 +0000 2024-03-26T21:08:38.210 INFO:teuthology.orchestra.run.smithi119.stdout:Modify: 2024-03-26 20:58:29.394514762 +0000 2024-03-26T21:08:38.210 INFO:teuthology.orchestra.run.smithi119.stdout:Change: 2024-03-26 20:58:29.394514762 +0000 2024-03-26T21:08:38.210 INFO:teuthology.orchestra.run.smithi119.stdout: Birth: - 2024-03-26T21:08:38.211 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-26T21:08:38.264 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records in 2024-03-26T21:08:38.264 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records out 2024-03-26T21:08:38.264 INFO:teuthology.orchestra.run.smithi119.stderr:512 bytes copied, 0.000385208 s, 1.3 MB/s 2024-03-26T21:08:38.265 DEBUG:teuthology.orchestra.run.smithi119:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-26T21:08:38.314 DEBUG:teuthology.orchestra.run.smithi119:> stat /dev/vg_nvme/lv_2 2024-03-26T21:08:38.361 INFO:teuthology.orchestra.run.smithi119.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-26T21:08:38.361 INFO:teuthology.orchestra.run.smithi119.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T21:08:38.361 INFO:teuthology.orchestra.run.smithi119.stdout:Device: 5h/5d Inode: 904 Links: 1 2024-03-26T21:08:38.361 INFO:teuthology.orchestra.run.smithi119.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T21:08:38.361 INFO:teuthology.orchestra.run.smithi119.stdout:Access: 2024-03-26 20:58:30.170507831 +0000 2024-03-26T21:08:38.361 INFO:teuthology.orchestra.run.smithi119.stdout:Modify: 2024-03-26 20:58:29.910510153 +0000 2024-03-26T21:08:38.361 INFO:teuthology.orchestra.run.smithi119.stdout:Change: 2024-03-26 20:58:29.910510153 +0000 2024-03-26T21:08:38.361 INFO:teuthology.orchestra.run.smithi119.stdout: Birth: - 2024-03-26T21:08:38.362 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-26T21:08:38.415 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records in 2024-03-26T21:08:38.415 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records out 2024-03-26T21:08:38.416 INFO:teuthology.orchestra.run.smithi119.stderr:512 bytes copied, 0.000410472 s, 1.2 MB/s 2024-03-26T21:08:38.417 DEBUG:teuthology.orchestra.run.smithi119:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-26T21:08:38.466 DEBUG:teuthology.orchestra.run.smithi119:> stat /dev/vg_nvme/lv_3 2024-03-26T21:08:38.513 INFO:teuthology.orchestra.run.smithi119.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-26T21:08:38.513 INFO:teuthology.orchestra.run.smithi119.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T21:08:38.513 INFO:teuthology.orchestra.run.smithi119.stdout:Device: 5h/5d Inode: 921 Links: 1 2024-03-26T21:08:38.514 INFO:teuthology.orchestra.run.smithi119.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T21:08:38.514 INFO:teuthology.orchestra.run.smithi119.stdout:Access: 2024-03-26 20:58:30.634503686 +0000 2024-03-26T21:08:38.514 INFO:teuthology.orchestra.run.smithi119.stdout:Modify: 2024-03-26 20:58:30.386505902 +0000 2024-03-26T21:08:38.514 INFO:teuthology.orchestra.run.smithi119.stdout:Change: 2024-03-26 20:58:30.386505902 +0000 2024-03-26T21:08:38.514 INFO:teuthology.orchestra.run.smithi119.stdout: Birth: - 2024-03-26T21:08:38.515 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-26T21:08:38.567 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records in 2024-03-26T21:08:38.567 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records out 2024-03-26T21:08:38.567 INFO:teuthology.orchestra.run.smithi119.stderr:512 bytes copied, 0.000365226 s, 1.4 MB/s 2024-03-26T21:08:38.568 DEBUG:teuthology.orchestra.run.smithi119:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-26T21:08:38.622 DEBUG:teuthology.orchestra.run.smithi119:> stat /dev/vg_nvme/lv_4 2024-03-26T21:08:38.669 INFO:teuthology.orchestra.run.smithi119.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-26T21:08:38.669 INFO:teuthology.orchestra.run.smithi119.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T21:08:38.669 INFO:teuthology.orchestra.run.smithi119.stdout:Device: 5h/5d Inode: 937 Links: 1 2024-03-26T21:08:38.669 INFO:teuthology.orchestra.run.smithi119.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T21:08:38.669 INFO:teuthology.orchestra.run.smithi119.stdout:Access: 2024-03-26 20:58:31.114499398 +0000 2024-03-26T21:08:38.669 INFO:teuthology.orchestra.run.smithi119.stdout:Modify: 2024-03-26 20:58:30.858501685 +0000 2024-03-26T21:08:38.669 INFO:teuthology.orchestra.run.smithi119.stdout:Change: 2024-03-26 20:58:30.858501685 +0000 2024-03-26T21:08:38.669 INFO:teuthology.orchestra.run.smithi119.stdout: Birth: - 2024-03-26T21:08:38.670 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-26T21:08:38.722 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records in 2024-03-26T21:08:38.722 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records out 2024-03-26T21:08:38.722 INFO:teuthology.orchestra.run.smithi119.stderr:512 bytes copied, 0.000261485 s, 2.0 MB/s 2024-03-26T21:08:38.723 DEBUG:teuthology.orchestra.run.smithi119:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-26T21:08:38.774 INFO:tasks.cephadm:Deploying osd.0 on smithi069 with /dev/vg_nvme/lv_4... 2024-03-26T21:08:38.774 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-26T21:08:39.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:38 smithi069 bash[21554]: cluster 2024-03-26T21:08:36.900785+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:39.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:38 smithi119 bash[22161]: cluster 2024-03-26T21:08:36.900785+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:39.290 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:38 smithi118 bash[22172]: cluster 2024-03-26T21:08:36.900785+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:39.818 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:39 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:08:39.819 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:39 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:08:39.819 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:39 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:08:39.819 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:39 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:08:40.074 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:39 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:08:40.074 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:39 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:08:40.074 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:40 smithi118 systemd[1]: Started Ceph mgr.b for 62808a52-ebb4-11ee-95d0-87774f69a715. 2024-03-26T21:08:41.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:40 smithi069 bash[21554]: cluster 2024-03-26T21:08:38.901261+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:41.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:40 smithi069 bash[21554]: audit 2024-03-26T21:08:40.088475+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:40 smithi069 bash[21554]: audit 2024-03-26T21:08:40.096202+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:40 smithi069 bash[21554]: audit 2024-03-26T21:08:40.110105+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:40 smithi069 bash[21554]: audit 2024-03-26T21:08:40.117072+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:40 smithi069 bash[21554]: audit 2024-03-26T21:08:40.219257+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:08:41.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:40 smithi069 bash[21554]: audit 2024-03-26T21:08:40.223938+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:41.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:40 smithi069 bash[21554]: audit 2024-03-26T21:08:40.225429+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:08:41.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:40 smithi069 bash[21554]: audit 2024-03-26T21:08:40.235517+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:40 smithi069 bash[21554]: audit 2024-03-26T21:08:40.336793+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T21:08:41.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:40 smithi069 bash[21554]: audit 2024-03-26T21:08:40.339090+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T21:08:41.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:40 smithi069 bash[21554]: audit 2024-03-26T21:08:40.340779+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:41.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:40 smithi069 bash[21554]: audit 2024-03-26T21:08:40.441367+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:40 smithi069 bash[21554]: audit 2024-03-26T21:08:40.448888+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:40 smithi069 bash[21554]: audit 2024-03-26T21:08:40.457942+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:40 smithi119 bash[22161]: cluster 2024-03-26T21:08:38.901261+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:41.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:40 smithi119 bash[22161]: audit 2024-03-26T21:08:40.088475+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:40 smithi119 bash[22161]: audit 2024-03-26T21:08:40.096202+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:40 smithi119 bash[22161]: audit 2024-03-26T21:08:40.110105+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:40 smithi119 bash[22161]: audit 2024-03-26T21:08:40.117072+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:40 smithi119 bash[22161]: audit 2024-03-26T21:08:40.219257+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:08:41.140 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:40 smithi119 bash[22161]: audit 2024-03-26T21:08:40.223938+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:41.140 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:40 smithi119 bash[22161]: audit 2024-03-26T21:08:40.225429+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:08:41.140 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:40 smithi119 bash[22161]: audit 2024-03-26T21:08:40.235517+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.140 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:40 smithi119 bash[22161]: audit 2024-03-26T21:08:40.336793+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T21:08:41.140 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:40 smithi119 bash[22161]: audit 2024-03-26T21:08:40.339090+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T21:08:41.140 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:40 smithi119 bash[22161]: audit 2024-03-26T21:08:40.340779+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:41.140 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:40 smithi119 bash[22161]: audit 2024-03-26T21:08:40.441367+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.140 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:40 smithi119 bash[22161]: audit 2024-03-26T21:08:40.448888+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.140 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:40 smithi119 bash[22161]: audit 2024-03-26T21:08:40.457942+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.212 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:40 smithi118 bash[22172]: cluster 2024-03-26T21:08:38.901261+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:41.212 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:40 smithi118 bash[22172]: audit 2024-03-26T21:08:40.088475+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.212 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:40 smithi118 bash[22172]: audit 2024-03-26T21:08:40.096202+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.213 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:40 smithi118 bash[22172]: audit 2024-03-26T21:08:40.110105+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.213 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:40 smithi118 bash[22172]: audit 2024-03-26T21:08:40.117072+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.213 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:40 smithi118 bash[22172]: audit 2024-03-26T21:08:40.219257+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:08:41.213 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:40 smithi118 bash[22172]: audit 2024-03-26T21:08:40.223938+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:41.213 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:40 smithi118 bash[22172]: audit 2024-03-26T21:08:40.225429+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:08:41.213 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:40 smithi118 bash[22172]: audit 2024-03-26T21:08:40.235517+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.213 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:40 smithi118 bash[22172]: audit 2024-03-26T21:08:40.336793+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T21:08:41.213 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:40 smithi118 bash[22172]: audit 2024-03-26T21:08:40.339090+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T21:08:41.213 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:40 smithi118 bash[22172]: audit 2024-03-26T21:08:40.340779+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:41.213 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:40 smithi118 bash[22172]: audit 2024-03-26T21:08:40.441367+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.213 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:40 smithi118 bash[22172]: audit 2024-03-26T21:08:40.448888+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.213 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:40 smithi118 bash[22172]: audit 2024-03-26T21:08:40.457942+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:41.541 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:41 smithi118 bash[23257]: debug 2024-03-26T21:08:41.424+0000 7eff815ca700 1 -- 172.21.15.118:0/3886218969 <== mon.2 v2:172.21.15.118:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55e31c9645a0 con 0x55e31d6e4400 2024-03-26T21:08:41.834 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:41 smithi118 bash[23257]: debug 2024-03-26T21:08:41.567+0000 7eff8b7d9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T21:08:42.061 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:41 smithi069 bash[21554]: cephadm 2024-03-26T21:08:40.236527+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:08:42.061 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:41 smithi069 bash[21554]: cephadm 2024-03-26T21:08:40.335899+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-26T21:08:42.061 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:41 smithi069 bash[21554]: cephadm 2024-03-26T21:08:40.342499+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi069 2024-03-26T21:08:42.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:41 smithi119 bash[22161]: cephadm 2024-03-26T21:08:40.236527+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:08:42.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:41 smithi119 bash[22161]: cephadm 2024-03-26T21:08:40.335899+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-26T21:08:42.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:41 smithi119 bash[22161]: cephadm 2024-03-26T21:08:40.342499+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi069 2024-03-26T21:08:42.248 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:41 smithi118 bash[22172]: cephadm 2024-03-26T21:08:40.236527+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:08:42.249 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:41 smithi118 bash[22172]: cephadm 2024-03-26T21:08:40.335899+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-26T21:08:42.249 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:41 smithi118 bash[22172]: cephadm 2024-03-26T21:08:40.342499+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi069 2024-03-26T21:08:43.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:42 smithi118 bash[22172]: cluster 2024-03-26T21:08:40.901639+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:43.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:42 smithi069 bash[21554]: cluster 2024-03-26T21:08:40.901639+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:43.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:42 smithi119 bash[22161]: cluster 2024-03-26T21:08:40.901639+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:43.432 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:43 smithi118 bash[23257]: debug 2024-03-26T21:08:43.167+0000 7eff8b7d9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T21:08:43.432 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:43 smithi118 bash[23257]: debug 2024-03-26T21:08:43.263+0000 7eff8b7d9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T21:08:43.484 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:08:43.740 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:43 smithi118 bash[23257]: debug 2024-03-26T21:08:43.515+0000 7eff8b7d9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T21:08:44.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:43 smithi118 bash[22172]: cluster 2024-03-26T21:08:42.902051+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:44.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:43 smithi118 bash[22172]: audit 2024-03-26T21:08:42.925475+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:44.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:43 smithi118 bash[22172]: audit 2024-03-26T21:08:42.930850+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:44.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:43 smithi118 bash[22172]: audit 2024-03-26T21:08:42.964068+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:08:44.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:43 smithi118 bash[22172]: audit 2024-03-26T21:08:42.969024+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:44.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:43 smithi118 bash[22172]: audit 2024-03-26T21:08:42.970677+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:08:44.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:43 smithi118 bash[22172]: audit 2024-03-26T21:08:42.979466+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:44.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:43 smithi118 bash[22172]: cephadm 2024-03-26T21:08:42.980181+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:08:44.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:43 smithi118 bash[22172]: audit 2024-03-26T21:08:43.458582+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:44.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:43 smithi069 bash[21554]: cluster 2024-03-26T21:08:42.902051+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:44.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:43 smithi069 bash[21554]: audit 2024-03-26T21:08:42.925475+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:44.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:43 smithi069 bash[21554]: audit 2024-03-26T21:08:42.930850+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:44.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:43 smithi069 bash[21554]: audit 2024-03-26T21:08:42.964068+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:08:44.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:43 smithi069 bash[21554]: audit 2024-03-26T21:08:42.969024+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:44.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:43 smithi069 bash[21554]: audit 2024-03-26T21:08:42.970677+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:08:44.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:43 smithi069 bash[21554]: audit 2024-03-26T21:08:42.979466+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:44.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:43 smithi069 bash[21554]: cephadm 2024-03-26T21:08:42.980181+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:08:44.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:43 smithi069 bash[21554]: audit 2024-03-26T21:08:43.458582+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:44.390 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:43 smithi119 bash[22161]: cluster 2024-03-26T21:08:42.902051+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:44.390 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:43 smithi119 bash[22161]: audit 2024-03-26T21:08:42.925475+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:44.390 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:43 smithi119 bash[22161]: audit 2024-03-26T21:08:42.930850+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:44.390 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:43 smithi119 bash[22161]: audit 2024-03-26T21:08:42.964068+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:08:44.390 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:43 smithi119 bash[22161]: audit 2024-03-26T21:08:42.969024+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:44.391 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:43 smithi119 bash[22161]: audit 2024-03-26T21:08:42.970677+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:08:44.391 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:43 smithi119 bash[22161]: audit 2024-03-26T21:08:42.979466+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:44.391 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:43 smithi119 bash[22161]: cephadm 2024-03-26T21:08:42.980181+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:08:44.391 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:43 smithi119 bash[22161]: audit 2024-03-26T21:08:43.458582+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:44.528 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:44 smithi118 bash[23257]: debug 2024-03-26T21:08:44.319+0000 7eff8b7d9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T21:08:44.529 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:44 smithi118 bash[23257]: debug 2024-03-26T21:08:44.431+0000 7eff8b7d9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T21:08:44.529 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:44 smithi118 bash[23257]: debug 2024-03-26T21:08:44.531+0000 7eff8b7d9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T21:08:45.288 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:44 smithi118 bash[23257]: debug 2024-03-26T21:08:44.907+0000 7eff8b7d9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T21:08:45.289 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:45 smithi118 bash[23257]: debug 2024-03-26T21:08:45.023+0000 7eff8b7d9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T21:08:45.289 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:45 smithi118 bash[23257]: debug 2024-03-26T21:08:45.127+0000 7eff8b7d9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T21:08:45.788 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:45 smithi118 bash[23257]: debug 2024-03-26T21:08:45.487+0000 7eff8b7d9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T21:08:45.789 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:45 smithi118 bash[23257]: debug 2024-03-26T21:08:45.727+0000 7eff8b7d9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T21:08:46.114 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:46 smithi118 bash[23257]: debug 2024-03-26T21:08:45.995+0000 7eff8b7d9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T21:08:46.115 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:45 smithi118 bash[22172]: cluster 2024-03-26T21:08:44.902431+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:46.115 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:45 smithi118 bash[22172]: audit 2024-03-26T21:08:44.998443+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:46.279 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:45 smithi069 bash[21554]: cluster 2024-03-26T21:08:44.902431+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:46.279 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:45 smithi069 bash[21554]: audit 2024-03-26T21:08:44.998443+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:46.387 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:46 smithi118 bash[23257]: debug 2024-03-26T21:08:46.115+0000 7eff8b7d9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T21:08:46.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:45 smithi119 bash[22161]: cluster 2024-03-26T21:08:44.902431+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:46.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:45 smithi119 bash[22161]: audit 2024-03-26T21:08:44.998443+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:46.788 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:46 smithi118 bash[23257]: debug 2024-03-26T21:08:46.387+0000 7eff8b7d9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T21:08:47.185 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:46 smithi118 bash[23257]: debug 2024-03-26T21:08:46.835+0000 7eff8b7d9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T21:08:47.185 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:47 smithi118 bash[23257]: debug 2024-03-26T21:08:47.071+0000 7eff8b7d9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T21:08:47.185 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:47 smithi118 bash[23257]: debug 2024-03-26T21:08:47.187+0000 7eff8b7d9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T21:08:47.538 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:47 smithi118 bash[23257]: debug 2024-03-26T21:08:47.431+0000 7eff8b7d9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T21:08:47.565 INFO:teuthology.orchestra.run.smithi069.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-26T21:08:47.565 INFO:teuthology.orchestra.run.smithi069.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-26T21:08:47.565 INFO:teuthology.orchestra.run.smithi069.stderr: stderr: 10+0 records in 2024-03-26T21:08:47.565 INFO:teuthology.orchestra.run.smithi069.stderr:10+0 records out 2024-03-26T21:08:47.566 INFO:teuthology.orchestra.run.smithi069.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0150342 s, 697 MB/s 2024-03-26T21:08:47.566 INFO:teuthology.orchestra.run.smithi069.stderr:--> Zapping successful for: 2024-03-26T21:08:47.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:47 smithi069 bash[21554]: audit 2024-03-26T21:08:46.626161+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:47.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:47 smithi119 bash[22161]: audit 2024-03-26T21:08:46.626161+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:47.975 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:47 smithi118 bash[22172]: audit 2024-03-26T21:08:46.626161+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:48.269 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi069:vg_nvme/lv_4 2024-03-26T21:08:48.789 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:48 smithi118 bash[23257]: debug 2024-03-26T21:08:48.443+0000 7eff8b7d9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T21:08:48.789 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:48 smithi118 bash[23257]: debug 2024-03-26T21:08:48.559+0000 7eff8b7d9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T21:08:48.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:48 smithi118 bash[22172]: cluster 2024-03-26T21:08:46.902855+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:48.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:48 smithi118 bash[22172]: audit 2024-03-26T21:08:48.139291+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:48.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:48 smithi118 bash[22172]: audit 2024-03-26T21:08:48.148715+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:48.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:48 smithi118 bash[22172]: audit 2024-03-26T21:08:48.154856+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:08:48.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:48 smithi118 bash[22172]: audit 2024-03-26T21:08:48.161546+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:48.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:48 smithi118 bash[22172]: audit 2024-03-26T21:08:48.163330+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:48.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:48 smithi118 bash[22172]: audit 2024-03-26T21:08:48.165684+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:08:48.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:48 smithi118 bash[22172]: audit 2024-03-26T21:08:48.174409+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:48.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:48 smithi119 bash[22161]: cluster 2024-03-26T21:08:46.902855+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:48.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:48 smithi119 bash[22161]: audit 2024-03-26T21:08:48.139291+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:48.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:48 smithi119 bash[22161]: audit 2024-03-26T21:08:48.148715+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:48.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:48 smithi119 bash[22161]: audit 2024-03-26T21:08:48.154856+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:08:48.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:48 smithi119 bash[22161]: audit 2024-03-26T21:08:48.161546+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:48.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:48 smithi119 bash[22161]: audit 2024-03-26T21:08:48.163330+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:48.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:48 smithi119 bash[22161]: audit 2024-03-26T21:08:48.165684+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:08:48.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:48 smithi119 bash[22161]: audit 2024-03-26T21:08:48.174409+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:49.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:48 smithi069 bash[21554]: cluster 2024-03-26T21:08:46.902855+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:49.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:48 smithi069 bash[21554]: audit 2024-03-26T21:08:48.139291+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:49.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:48 smithi069 bash[21554]: audit 2024-03-26T21:08:48.148715+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:49.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:48 smithi069 bash[21554]: audit 2024-03-26T21:08:48.154856+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:08:49.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:48 smithi069 bash[21554]: audit 2024-03-26T21:08:48.161546+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:49.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:48 smithi069 bash[21554]: audit 2024-03-26T21:08:48.163330+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:49.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:48 smithi069 bash[21554]: audit 2024-03-26T21:08:48.165684+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:08:49.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:48 smithi069 bash[21554]: audit 2024-03-26T21:08:48.174409+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:49.288 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:48 smithi118 bash[23257]: debug 2024-03-26T21:08:48.843+0000 7eff8b7d9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T21:08:49.289 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:48 smithi118 bash[23257]: debug 2024-03-26T21:08:48.955+0000 7eff8b7d9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T21:08:49.789 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:49 smithi118 bash[23257]: debug 2024-03-26T21:08:49.403+0000 7eff8b7d9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T21:08:49.789 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:08:49 smithi118 bash[23257]: debug 2024-03-26T21:08:49.519+0000 7eff8b7d9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T21:08:49.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:49 smithi118 bash[22172]: cluster 2024-03-26T21:08:49.546828+0000 mon.a (mon.0) 372 : cluster [DBG] Standby manager daemon b started 2024-03-26T21:08:49.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:49 smithi118 bash[22172]: audit 2024-03-26T21:08:49.549446+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.118:0/2462846493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T21:08:49.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:49 smithi118 bash[22172]: audit 2024-03-26T21:08:49.550034+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.118:0/2462846493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T21:08:49.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:49 smithi118 bash[22172]: audit 2024-03-26T21:08:49.551789+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.118:0/2462846493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T21:08:49.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:49 smithi118 bash[22172]: audit 2024-03-26T21:08:49.552196+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.118:0/2462846493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T21:08:49.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:49 smithi119 bash[22161]: cluster 2024-03-26T21:08:49.546828+0000 mon.a (mon.0) 372 : cluster [DBG] Standby manager daemon b started 2024-03-26T21:08:49.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:49 smithi119 bash[22161]: audit 2024-03-26T21:08:49.549446+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.118:0/2462846493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T21:08:49.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:49 smithi119 bash[22161]: audit 2024-03-26T21:08:49.550034+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.118:0/2462846493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T21:08:49.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:49 smithi119 bash[22161]: audit 2024-03-26T21:08:49.551789+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.118:0/2462846493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T21:08:49.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:49 smithi119 bash[22161]: audit 2024-03-26T21:08:49.552196+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.118:0/2462846493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T21:08:50.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:49 smithi069 bash[21554]: cluster 2024-03-26T21:08:49.546828+0000 mon.a (mon.0) 372 : cluster [DBG] Standby manager daemon b started 2024-03-26T21:08:50.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:49 smithi069 bash[21554]: audit 2024-03-26T21:08:49.549446+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.118:0/2462846493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T21:08:50.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:49 smithi069 bash[21554]: audit 2024-03-26T21:08:49.550034+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.118:0/2462846493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T21:08:50.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:49 smithi069 bash[21554]: audit 2024-03-26T21:08:49.551789+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.118:0/2462846493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T21:08:50.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:49 smithi069 bash[21554]: audit 2024-03-26T21:08:49.552196+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.118:0/2462846493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T21:08:50.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:50 smithi119 bash[22161]: cluster 2024-03-26T21:08:48.903328+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:50.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:50 smithi119 bash[22161]: cluster 2024-03-26T21:08:49.653822+0000 mon.a (mon.0) 373 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-26T21:08:50.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:50 smithi119 bash[22161]: audit 2024-03-26T21:08:49.654144+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T21:08:51.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:50 smithi118 bash[22172]: cluster 2024-03-26T21:08:48.903328+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:51.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:50 smithi118 bash[22172]: cluster 2024-03-26T21:08:49.653822+0000 mon.a (mon.0) 373 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-26T21:08:51.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:50 smithi118 bash[22172]: audit 2024-03-26T21:08:49.654144+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T21:08:51.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:50 smithi069 bash[21554]: cluster 2024-03-26T21:08:48.903328+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:51.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:50 smithi069 bash[21554]: cluster 2024-03-26T21:08:49.653822+0000 mon.a (mon.0) 373 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-26T21:08:51.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:50 smithi069 bash[21554]: audit 2024-03-26T21:08:49.654144+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T21:08:52.788 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:08:52.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:52 smithi118 bash[22172]: cluster 2024-03-26T21:08:50.903743+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:52.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:52 smithi118 bash[22172]: audit 2024-03-26T21:08:51.526533+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:52.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:52 smithi118 bash[22172]: audit 2024-03-26T21:08:51.534295+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:52.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:52 smithi118 bash[22172]: audit 2024-03-26T21:08:51.544261+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:52.808 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:52 smithi069 bash[21554]: cluster 2024-03-26T21:08:50.903743+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:52.808 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:52 smithi069 bash[21554]: audit 2024-03-26T21:08:51.526533+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:52.808 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:52 smithi069 bash[21554]: audit 2024-03-26T21:08:51.534295+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:52.809 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:52 smithi069 bash[21554]: audit 2024-03-26T21:08:51.544261+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:52.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:52 smithi119 bash[22161]: cluster 2024-03-26T21:08:50.903743+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:52.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:52 smithi119 bash[22161]: audit 2024-03-26T21:08:51.526533+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:52.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:52 smithi119 bash[22161]: audit 2024-03-26T21:08:51.534295+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:52.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:52 smithi119 bash[22161]: audit 2024-03-26T21:08:51.544261+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:54.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:54 smithi069 bash[21554]: cluster 2024-03-26T21:08:52.904165+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:54.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:54 smithi118 bash[22172]: cluster 2024-03-26T21:08:52.904165+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:54.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:54 smithi119 bash[22161]: cluster 2024-03-26T21:08:52.904165+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:55.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:55 smithi118 bash[22172]: audit 2024-03-26T21:08:55.382040+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T21:08:55.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:55 smithi118 bash[22172]: audit 2024-03-26T21:08:55.387954+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T21:08:55.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:55 smithi118 bash[22172]: audit 2024-03-26T21:08:55.389363+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:55.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:55 smithi069 bash[21554]: audit 2024-03-26T21:08:55.382040+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T21:08:55.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:55 smithi069 bash[21554]: audit 2024-03-26T21:08:55.387954+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T21:08:55.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:55 smithi069 bash[21554]: audit 2024-03-26T21:08:55.389363+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:55.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:55 smithi119 bash[22161]: audit 2024-03-26T21:08:55.382040+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T21:08:55.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:55 smithi119 bash[22161]: audit 2024-03-26T21:08:55.387954+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T21:08:55.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:55 smithi119 bash[22161]: audit 2024-03-26T21:08:55.389363+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:08:56.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:56 smithi118 bash[22172]: cluster 2024-03-26T21:08:54.904580+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:56.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:56 smithi118 bash[22172]: audit 2024-03-26T21:08:55.377383+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi069:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:08:56.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:56 smithi069 bash[21554]: cluster 2024-03-26T21:08:54.904580+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:56.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:56 smithi069 bash[21554]: audit 2024-03-26T21:08:55.377383+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi069:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:08:56.888 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:56 smithi119 bash[22161]: cluster 2024-03-26T21:08:54.904580+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:56.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:56 smithi119 bash[22161]: audit 2024-03-26T21:08:55.377383+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi069:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:08:58.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:58 smithi069 bash[21554]: cluster 2024-03-26T21:08:56.905032+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:58.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:58 smithi069 bash[21554]: audit 2024-03-26T21:08:57.085200+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:58.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:58 smithi069 bash[21554]: audit 2024-03-26T21:08:57.094510+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:58.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:08:58 smithi069 bash[21554]: audit 2024-03-26T21:08:57.105657+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:58.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:58 smithi119 bash[22161]: cluster 2024-03-26T21:08:56.905032+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:58.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:58 smithi119 bash[22161]: audit 2024-03-26T21:08:57.085200+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:58.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:58 smithi119 bash[22161]: audit 2024-03-26T21:08:57.094510+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:58.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:08:58 smithi119 bash[22161]: audit 2024-03-26T21:08:57.105657+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:58.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:58 smithi118 bash[22172]: cluster 2024-03-26T21:08:56.905032+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:08:58.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:58 smithi118 bash[22172]: audit 2024-03-26T21:08:57.085200+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:58.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:58 smithi118 bash[22172]: audit 2024-03-26T21:08:57.094510+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:08:58.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:08:58 smithi118 bash[22172]: audit 2024-03-26T21:08:57.105657+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:00.358 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:00 smithi069 bash[21554]: cluster 2024-03-26T21:08:58.905476+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:00.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:00 smithi119 bash[22161]: cluster 2024-03-26T21:08:58.905476+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:00.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:00 smithi118 bash[22172]: cluster 2024-03-26T21:08:58.905476+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:02.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:02 smithi069 bash[21554]: cluster 2024-03-26T21:09:00.905918+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:02.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:02 smithi119 bash[22161]: cluster 2024-03-26T21:09:00.905918+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:02.480 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:02 smithi118 bash[22172]: cluster 2024-03-26T21:09:00.905918+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:04.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:04 smithi118 bash[22172]: cluster 2024-03-26T21:09:02.906241+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:04.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:04 smithi118 bash[22172]: audit 2024-03-26T21:09:03.811174+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.69:0/2729965671' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0edd35c-5e5c-4cad-8653-ea5499f43fec"}]: dispatch 2024-03-26T21:09:04.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:04 smithi118 bash[22172]: audit 2024-03-26T21:09:03.814630+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.69:0/2729965671' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0edd35c-5e5c-4cad-8653-ea5499f43fec"}]': finished 2024-03-26T21:09:04.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:04 smithi118 bash[22172]: cluster 2024-03-26T21:09:03.819466+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-26T21:09:04.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:04 smithi118 bash[22172]: audit 2024-03-26T21:09:03.819769+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:09:04.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:04 smithi069 bash[21554]: cluster 2024-03-26T21:09:02.906241+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:04.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:04 smithi069 bash[21554]: audit 2024-03-26T21:09:03.811174+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.69:0/2729965671' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0edd35c-5e5c-4cad-8653-ea5499f43fec"}]: dispatch 2024-03-26T21:09:04.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:04 smithi069 bash[21554]: audit 2024-03-26T21:09:03.814630+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.69:0/2729965671' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0edd35c-5e5c-4cad-8653-ea5499f43fec"}]': finished 2024-03-26T21:09:04.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:04 smithi069 bash[21554]: cluster 2024-03-26T21:09:03.819466+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-26T21:09:04.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:04 smithi069 bash[21554]: audit 2024-03-26T21:09:03.819769+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:09:04.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:04 smithi119 bash[22161]: cluster 2024-03-26T21:09:02.906241+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:04.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:04 smithi119 bash[22161]: audit 2024-03-26T21:09:03.811174+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.69:0/2729965671' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0edd35c-5e5c-4cad-8653-ea5499f43fec"}]: dispatch 2024-03-26T21:09:04.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:04 smithi119 bash[22161]: audit 2024-03-26T21:09:03.814630+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.69:0/2729965671' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0edd35c-5e5c-4cad-8653-ea5499f43fec"}]': finished 2024-03-26T21:09:04.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:04 smithi119 bash[22161]: cluster 2024-03-26T21:09:03.819466+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-26T21:09:04.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:04 smithi119 bash[22161]: audit 2024-03-26T21:09:03.819769+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:09:05.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:05 smithi069 bash[21554]: audit 2024-03-26T21:09:04.502277+0000 mon.a (mon.0) 388 : audit [DBG] from='client.? 172.21.15.69:0/3152851518' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T21:09:05.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:05 smithi119 bash[22161]: audit 2024-03-26T21:09:04.502277+0000 mon.a (mon.0) 388 : audit [DBG] from='client.? 172.21.15.69:0/3152851518' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T21:09:05.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:05 smithi118 bash[22172]: audit 2024-03-26T21:09:04.502277+0000 mon.a (mon.0) 388 : audit [DBG] from='client.? 172.21.15.69:0/3152851518' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T21:09:06.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:06 smithi118 bash[22172]: cluster 2024-03-26T21:09:04.906656+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:06.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:06 smithi069 bash[21554]: cluster 2024-03-26T21:09:04.906656+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:06.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:06 smithi119 bash[22161]: cluster 2024-03-26T21:09:04.906656+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:08.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:08 smithi069 bash[21554]: cluster 2024-03-26T21:09:06.906959+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:08.373 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:08 smithi118 bash[22172]: cluster 2024-03-26T21:09:06.906959+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:08.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:08 smithi119 bash[22161]: cluster 2024-03-26T21:09:06.906959+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:09.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:09 smithi069 bash[21554]: audit 2024-03-26T21:09:08.363043+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:09.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:09 smithi069 bash[21554]: audit 2024-03-26T21:09:08.372197+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:09.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:09 smithi069 bash[21554]: audit 2024-03-26T21:09:08.378836+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:09.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:09 smithi119 bash[22161]: audit 2024-03-26T21:09:08.363043+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:09.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:09 smithi119 bash[22161]: audit 2024-03-26T21:09:08.372197+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:09.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:09 smithi119 bash[22161]: audit 2024-03-26T21:09:08.378836+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:09.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:09 smithi118 bash[22172]: audit 2024-03-26T21:09:08.363043+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:09.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:09 smithi118 bash[22172]: audit 2024-03-26T21:09:08.372197+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:09.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:09 smithi118 bash[22172]: audit 2024-03-26T21:09:08.378836+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:10.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:10 smithi119 bash[22161]: cluster 2024-03-26T21:09:08.907418+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:10.759 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:10 smithi069 bash[21554]: cluster 2024-03-26T21:09:08.907418+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:10.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:10 smithi118 bash[22172]: cluster 2024-03-26T21:09:08.907418+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:12.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:11 smithi118 bash[22172]: audit 2024-03-26T21:09:10.744876+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:12.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:11 smithi118 bash[22172]: audit 2024-03-26T21:09:10.753658+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:12.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:11 smithi118 bash[22172]: cephadm 2024-03-26T21:09:10.756954+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi069 2024-03-26T21:09:12.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:11 smithi118 bash[22172]: audit 2024-03-26T21:09:10.764130+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:12.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:11 smithi069 bash[21554]: audit 2024-03-26T21:09:10.744876+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:12.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:11 smithi069 bash[21554]: audit 2024-03-26T21:09:10.753658+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:12.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:11 smithi069 bash[21554]: cephadm 2024-03-26T21:09:10.756954+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi069 2024-03-26T21:09:12.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:11 smithi069 bash[21554]: audit 2024-03-26T21:09:10.764130+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:12.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:11 smithi119 bash[22161]: audit 2024-03-26T21:09:10.744876+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:12.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:11 smithi119 bash[22161]: audit 2024-03-26T21:09:10.753658+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:12.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:11 smithi119 bash[22161]: cephadm 2024-03-26T21:09:10.756954+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi069 2024-03-26T21:09:12.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:11 smithi119 bash[22161]: audit 2024-03-26T21:09:10.764130+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:13.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:12 smithi118 bash[22172]: cluster 2024-03-26T21:09:10.907821+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:13.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:12 smithi069 bash[21554]: cluster 2024-03-26T21:09:10.907821+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:13.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:12 smithi119 bash[22161]: cluster 2024-03-26T21:09:10.907821+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:14.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:14 smithi069 bash[21554]: cluster 2024-03-26T21:09:12.908252+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:15.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:14 smithi118 bash[22172]: cluster 2024-03-26T21:09:12.908252+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:15.061 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:14 smithi119 bash[22161]: cluster 2024-03-26T21:09:12.908252+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:16.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:15 smithi118 bash[22172]: audit 2024-03-26T21:09:15.753983+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-26T21:09:16.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:15 smithi118 bash[22172]: audit 2024-03-26T21:09:15.755490+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:09:16.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:15 smithi069 bash[21554]: audit 2024-03-26T21:09:15.753983+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-26T21:09:16.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:15 smithi069 bash[21554]: audit 2024-03-26T21:09:15.755490+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:09:16.142 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:15 smithi119 bash[22161]: audit 2024-03-26T21:09:15.753983+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-26T21:09:16.142 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:15 smithi119 bash[22161]: audit 2024-03-26T21:09:15.755490+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:09:17.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:16 smithi118 bash[22172]: cluster 2024-03-26T21:09:14.908575+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:17.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:16 smithi118 bash[22172]: cephadm 2024-03-26T21:09:15.756907+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi069 2024-03-26T21:09:17.039 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:16 smithi069 bash[21554]: cluster 2024-03-26T21:09:14.908575+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:17.039 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:16 smithi069 bash[21554]: cephadm 2024-03-26T21:09:15.756907+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi069 2024-03-26T21:09:17.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:16 smithi119 bash[22161]: cluster 2024-03-26T21:09:14.908575+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:17.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:16 smithi119 bash[22161]: cephadm 2024-03-26T21:09:15.756907+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi069 2024-03-26T21:09:18.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:18 smithi069 bash[21554]: cluster 2024-03-26T21:09:16.908931+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:18.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:18 smithi069 bash[21554]: audit 2024-03-26T21:09:17.307817+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:18.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:18 smithi069 bash[21554]: audit 2024-03-26T21:09:17.317755+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:18.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:18 smithi069 bash[21554]: audit 2024-03-26T21:09:17.328134+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:18.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:18 smithi119 bash[22161]: cluster 2024-03-26T21:09:16.908931+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:18.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:18 smithi119 bash[22161]: audit 2024-03-26T21:09:17.307817+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:18.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:18 smithi119 bash[22161]: audit 2024-03-26T21:09:17.317755+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:18.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:18 smithi119 bash[22161]: audit 2024-03-26T21:09:17.328134+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:18.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:18 smithi118 bash[22172]: cluster 2024-03-26T21:09:16.908931+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:18.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:18 smithi118 bash[22172]: audit 2024-03-26T21:09:17.307817+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:18.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:18 smithi118 bash[22172]: audit 2024-03-26T21:09:17.317755+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:18.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:18 smithi118 bash[22172]: audit 2024-03-26T21:09:17.328134+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:19.867 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:09:19 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:09:19.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:19 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:09:20.302 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:19 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:09:20.303 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:09:19 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:09:20.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:20 smithi069 bash[21554]: cluster 2024-03-26T21:09:18.909305+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:20.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:20 smithi069 bash[21554]: audit 2024-03-26T21:09:20.069459+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:09:20.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:20 smithi069 bash[21554]: audit 2024-03-26T21:09:20.073130+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:20.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:20 smithi069 bash[21554]: audit 2024-03-26T21:09:20.073428+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:09:20.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:20 smithi069 bash[21554]: audit 2024-03-26T21:09:20.074481+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:09:20.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:20 smithi069 bash[21554]: audit 2024-03-26T21:09:20.077288+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:20.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:20 smithi069 bash[21554]: audit 2024-03-26T21:09:20.081673+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:20.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:20 smithi119 bash[22161]: cluster 2024-03-26T21:09:18.909305+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:20.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:20 smithi119 bash[22161]: audit 2024-03-26T21:09:20.069459+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:09:20.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:20 smithi119 bash[22161]: audit 2024-03-26T21:09:20.073130+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:20.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:20 smithi119 bash[22161]: audit 2024-03-26T21:09:20.073428+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:09:20.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:20 smithi119 bash[22161]: audit 2024-03-26T21:09:20.074481+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:09:20.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:20 smithi119 bash[22161]: audit 2024-03-26T21:09:20.077288+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:20.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:20 smithi119 bash[22161]: audit 2024-03-26T21:09:20.081673+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:20.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:20 smithi118 bash[22172]: cluster 2024-03-26T21:09:18.909305+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:20.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:20 smithi118 bash[22172]: audit 2024-03-26T21:09:20.069459+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:09:20.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:20 smithi118 bash[22172]: audit 2024-03-26T21:09:20.073130+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:20.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:20 smithi118 bash[22172]: audit 2024-03-26T21:09:20.073428+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:09:20.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:20 smithi118 bash[22172]: audit 2024-03-26T21:09:20.074481+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:09:20.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:20 smithi118 bash[22172]: audit 2024-03-26T21:09:20.077288+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:20.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:20 smithi118 bash[22172]: audit 2024-03-26T21:09:20.081673+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:22.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:22 smithi069 bash[21554]: cluster 2024-03-26T21:09:20.909686+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:22.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:22 smithi119 bash[22161]: cluster 2024-03-26T21:09:20.909686+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:22.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:22 smithi118 bash[22172]: cluster 2024-03-26T21:09:20.909686+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:24.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:24 smithi118 bash[22172]: cluster 2024-03-26T21:09:22.910065+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:24.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:24 smithi069 bash[21554]: cluster 2024-03-26T21:09:22.910065+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:24.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:24 smithi119 bash[22161]: cluster 2024-03-26T21:09:22.910065+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:26.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:26 smithi069 bash[21554]: cluster 2024-03-26T21:09:24.910473+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:26.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:26 smithi119 bash[22161]: cluster 2024-03-26T21:09:24.910473+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:26.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:26 smithi118 bash[22172]: cluster 2024-03-26T21:09:24.910473+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:27.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:27 smithi069 bash[21554]: audit 2024-03-26T21:09:26.503700+0000 mon.a (mon.0) 406 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3132770527,v1:172.21.15.69:6803/3132770527]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T21:09:27.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:27 smithi119 bash[22161]: audit 2024-03-26T21:09:26.503700+0000 mon.a (mon.0) 406 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3132770527,v1:172.21.15.69:6803/3132770527]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T21:09:27.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:27 smithi118 bash[22172]: audit 2024-03-26T21:09:26.503700+0000 mon.a (mon.0) 406 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3132770527,v1:172.21.15.69:6803/3132770527]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T21:09:28.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:28 smithi069 bash[21554]: cluster 2024-03-26T21:09:26.910887+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:28.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:28 smithi069 bash[21554]: audit 2024-03-26T21:09:27.329127+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3132770527,v1:172.21.15.69:6803/3132770527]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-26T21:09:28.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:28 smithi069 bash[21554]: cluster 2024-03-26T21:09:27.333319+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-26T21:09:28.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:28 smithi069 bash[21554]: audit 2024-03-26T21:09:27.333883+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3132770527,v1:172.21.15.69:6803/3132770527]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-03-26T21:09:28.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:28 smithi069 bash[21554]: audit 2024-03-26T21:09:27.334454+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:09:28.633 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:28 smithi118 bash[22172]: cluster 2024-03-26T21:09:26.910887+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:28.633 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:28 smithi118 bash[22172]: audit 2024-03-26T21:09:27.329127+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3132770527,v1:172.21.15.69:6803/3132770527]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-26T21:09:28.633 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:28 smithi118 bash[22172]: cluster 2024-03-26T21:09:27.333319+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-26T21:09:28.633 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:28 smithi118 bash[22172]: audit 2024-03-26T21:09:27.333883+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3132770527,v1:172.21.15.69:6803/3132770527]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-03-26T21:09:28.633 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:28 smithi118 bash[22172]: audit 2024-03-26T21:09:27.334454+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:09:28.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:28 smithi119 bash[22161]: cluster 2024-03-26T21:09:26.910887+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:28.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:28 smithi119 bash[22161]: audit 2024-03-26T21:09:27.329127+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3132770527,v1:172.21.15.69:6803/3132770527]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-26T21:09:28.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:28 smithi119 bash[22161]: cluster 2024-03-26T21:09:27.333319+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-26T21:09:28.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:28 smithi119 bash[22161]: audit 2024-03-26T21:09:27.333883+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3132770527,v1:172.21.15.69:6803/3132770527]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-03-26T21:09:28.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:28 smithi119 bash[22161]: audit 2024-03-26T21:09:27.334454+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:09:29.228 INFO:teuthology.orchestra.run.smithi069.stdout:Created osd(s) 0 on host 'smithi069' 2024-03-26T21:09:29.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:29 smithi069 bash[21554]: audit 2024-03-26T21:09:28.330709+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3132770527,v1:172.21.15.69:6803/3132770527]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2024-03-26T21:09:29.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:29 smithi069 bash[21554]: cluster 2024-03-26T21:09:28.333184+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-26T21:09:29.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:29 smithi069 bash[21554]: audit 2024-03-26T21:09:28.334119+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:09:29.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:29 smithi069 bash[21554]: audit 2024-03-26T21:09:28.338024+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:09:29.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:29 smithi069 bash[21554]: audit 2024-03-26T21:09:28.577186+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:29 smithi069 bash[21554]: audit 2024-03-26T21:09:28.611301+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:29 smithi069 bash[21554]: audit 2024-03-26T21:09:28.638887+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:29 smithi069 bash[21554]: audit 2024-03-26T21:09:28.770907+0000 mon.a (mon.0) 418 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3132770527,v1:172.21.15.69:6803/3132770527]' entity='osd.0' 2024-03-26T21:09:29.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:29 smithi069 bash[21554]: audit 2024-03-26T21:09:29.189113+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:29 smithi069 bash[21554]: audit 2024-03-26T21:09:29.197366+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:29 smithi069 bash[21554]: audit 2024-03-26T21:09:29.217351+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:09:29.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:29 smithi069 bash[21554]: audit 2024-03-26T21:09:29.222764+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:09:29.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:29 smithi069 bash[21554]: audit 2024-03-26T21:09:29.230680+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:29 smithi069 bash[21554]: audit 2024-03-26T21:09:29.234664+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:09:29.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:29 smithi069 bash[21554]: audit 2024-03-26T21:09:29.235771+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:09:29.619 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:29 smithi069 bash[21554]: audit 2024-03-26T21:09:29.246010+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.619 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:29 smithi069 bash[21554]: audit 2024-03-26T21:09:29.337115+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:09:29.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:29 smithi119 bash[22161]: audit 2024-03-26T21:09:28.330709+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3132770527,v1:172.21.15.69:6803/3132770527]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2024-03-26T21:09:29.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:29 smithi119 bash[22161]: cluster 2024-03-26T21:09:28.333184+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-26T21:09:29.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:29 smithi119 bash[22161]: audit 2024-03-26T21:09:28.334119+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:09:29.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:29 smithi119 bash[22161]: audit 2024-03-26T21:09:28.338024+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:09:29.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:29 smithi119 bash[22161]: audit 2024-03-26T21:09:28.577186+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:29 smithi119 bash[22161]: audit 2024-03-26T21:09:28.611301+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:29 smithi119 bash[22161]: audit 2024-03-26T21:09:28.638887+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.640 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:29 smithi119 bash[22161]: audit 2024-03-26T21:09:28.770907+0000 mon.a (mon.0) 418 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3132770527,v1:172.21.15.69:6803/3132770527]' entity='osd.0' 2024-03-26T21:09:29.640 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:29 smithi119 bash[22161]: audit 2024-03-26T21:09:29.189113+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.640 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:29 smithi119 bash[22161]: audit 2024-03-26T21:09:29.197366+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.640 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:29 smithi119 bash[22161]: audit 2024-03-26T21:09:29.217351+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:09:29.640 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:29 smithi119 bash[22161]: audit 2024-03-26T21:09:29.222764+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:09:29.640 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:29 smithi119 bash[22161]: audit 2024-03-26T21:09:29.230680+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.640 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:29 smithi119 bash[22161]: audit 2024-03-26T21:09:29.234664+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:09:29.640 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:29 smithi119 bash[22161]: audit 2024-03-26T21:09:29.235771+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:09:29.640 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:29 smithi119 bash[22161]: audit 2024-03-26T21:09:29.246010+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.640 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:29 smithi119 bash[22161]: audit 2024-03-26T21:09:29.337115+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:09:29.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:29 smithi118 bash[22172]: audit 2024-03-26T21:09:28.330709+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3132770527,v1:172.21.15.69:6803/3132770527]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2024-03-26T21:09:29.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:29 smithi118 bash[22172]: cluster 2024-03-26T21:09:28.333184+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-26T21:09:29.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:29 smithi118 bash[22172]: audit 2024-03-26T21:09:28.334119+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:09:29.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:29 smithi118 bash[22172]: audit 2024-03-26T21:09:28.338024+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:09:29.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:29 smithi118 bash[22172]: audit 2024-03-26T21:09:28.577186+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:29 smithi118 bash[22172]: audit 2024-03-26T21:09:28.611301+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:29 smithi118 bash[22172]: audit 2024-03-26T21:09:28.638887+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:29 smithi118 bash[22172]: audit 2024-03-26T21:09:28.770907+0000 mon.a (mon.0) 418 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3132770527,v1:172.21.15.69:6803/3132770527]' entity='osd.0' 2024-03-26T21:09:29.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:29 smithi118 bash[22172]: audit 2024-03-26T21:09:29.189113+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:29 smithi118 bash[22172]: audit 2024-03-26T21:09:29.197366+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:29 smithi118 bash[22172]: audit 2024-03-26T21:09:29.217351+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:09:29.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:29 smithi118 bash[22172]: audit 2024-03-26T21:09:29.222764+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:09:29.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:29 smithi118 bash[22172]: audit 2024-03-26T21:09:29.230680+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:29 smithi118 bash[22172]: audit 2024-03-26T21:09:29.234664+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:09:29.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:29 smithi118 bash[22172]: audit 2024-03-26T21:09:29.235771+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:09:29.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:29 smithi118 bash[22172]: audit 2024-03-26T21:09:29.246010+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:29.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:29 smithi118 bash[22172]: audit 2024-03-26T21:09:29.337115+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:09:30.303 DEBUG:teuthology.orchestra.run.smithi069:osd.0> sudo journalctl -f -n 0 -u ceph-62808a52-ebb4-11ee-95d0-87774f69a715@osd.0.service 2024-03-26T21:09:30.305 INFO:tasks.cephadm:Deploying osd.1 on smithi118 with /dev/vg_nvme/lv_4... 2024-03-26T21:09:30.305 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-26T21:09:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:30 smithi069 bash[21554]: cluster 2024-03-26T21:09:27.481391+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T21:09:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:30 smithi069 bash[21554]: cluster 2024-03-26T21:09:27.481513+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T21:09:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:30 smithi069 bash[21554]: cluster 2024-03-26T21:09:28.911325+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:30 smithi069 bash[21554]: cephadm 2024-03-26T21:09:29.224030+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Adjusting osd_memory_target on smithi069 to 16241M 2024-03-26T21:09:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:30 smithi069 bash[21554]: cluster 2024-03-26T21:09:29.778851+0000 mon.a (mon.0) 428 : cluster [INF] osd.0 [v2:172.21.15.69:6802/3132770527,v1:172.21.15.69:6803/3132770527] boot 2024-03-26T21:09:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:30 smithi069 bash[21554]: cluster 2024-03-26T21:09:29.778975+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-26T21:09:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:30 smithi069 bash[21554]: audit 2024-03-26T21:09:29.780086+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:09:30.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:30 smithi119 bash[22161]: cluster 2024-03-26T21:09:27.481391+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T21:09:30.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:30 smithi119 bash[22161]: cluster 2024-03-26T21:09:27.481513+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T21:09:30.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:30 smithi119 bash[22161]: cluster 2024-03-26T21:09:28.911325+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:30.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:30 smithi119 bash[22161]: cephadm 2024-03-26T21:09:29.224030+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Adjusting osd_memory_target on smithi069 to 16241M 2024-03-26T21:09:30.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:30 smithi119 bash[22161]: cluster 2024-03-26T21:09:29.778851+0000 mon.a (mon.0) 428 : cluster [INF] osd.0 [v2:172.21.15.69:6802/3132770527,v1:172.21.15.69:6803/3132770527] boot 2024-03-26T21:09:30.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:30 smithi119 bash[22161]: cluster 2024-03-26T21:09:29.778975+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-26T21:09:30.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:30 smithi119 bash[22161]: audit 2024-03-26T21:09:29.780086+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:09:30.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:30 smithi118 bash[22172]: cluster 2024-03-26T21:09:27.481391+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T21:09:30.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:30 smithi118 bash[22172]: cluster 2024-03-26T21:09:27.481513+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T21:09:30.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:30 smithi118 bash[22172]: cluster 2024-03-26T21:09:28.911325+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T21:09:30.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:30 smithi118 bash[22172]: cephadm 2024-03-26T21:09:29.224030+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Adjusting osd_memory_target on smithi069 to 16241M 2024-03-26T21:09:30.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:30 smithi118 bash[22172]: cluster 2024-03-26T21:09:29.778851+0000 mon.a (mon.0) 428 : cluster [INF] osd.0 [v2:172.21.15.69:6802/3132770527,v1:172.21.15.69:6803/3132770527] boot 2024-03-26T21:09:30.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:30 smithi118 bash[22172]: cluster 2024-03-26T21:09:29.778975+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-26T21:09:30.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:30 smithi118 bash[22172]: audit 2024-03-26T21:09:29.780086+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:09:32.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:31 smithi119 bash[22161]: audit 2024-03-26T21:09:30.908571+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:32.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:31 smithi119 bash[22161]: cluster 2024-03-26T21:09:30.911713+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:32.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:31 smithi119 bash[22161]: audit 2024-03-26T21:09:30.915956+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:32.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:31 smithi119 bash[22161]: audit 2024-03-26T21:09:30.924320+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:32.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:31 smithi119 bash[22161]: audit 2024-03-26T21:09:30.962976+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:09:32.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:31 smithi119 bash[22161]: audit 2024-03-26T21:09:30.965796+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:09:32.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:31 smithi119 bash[22161]: audit 2024-03-26T21:09:30.966645+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:09:32.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:31 smithi119 bash[22161]: cluster 2024-03-26T21:09:30.968456+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:32.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:31 smithi119 bash[22161]: audit 2024-03-26T21:09:30.975594+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:32.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:31 smithi119 bash[22161]: cluster 2024-03-26T21:09:31.372867+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-26T21:09:32.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:31 smithi118 bash[22172]: audit 2024-03-26T21:09:30.908571+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:32.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:31 smithi118 bash[22172]: cluster 2024-03-26T21:09:30.911713+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:32.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:31 smithi118 bash[22172]: audit 2024-03-26T21:09:30.915956+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:32.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:31 smithi118 bash[22172]: audit 2024-03-26T21:09:30.924320+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:32.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:31 smithi118 bash[22172]: audit 2024-03-26T21:09:30.962976+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:09:32.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:31 smithi118 bash[22172]: audit 2024-03-26T21:09:30.965796+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:09:32.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:31 smithi118 bash[22172]: audit 2024-03-26T21:09:30.966645+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:09:32.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:31 smithi118 bash[22172]: cluster 2024-03-26T21:09:30.968456+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:32.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:31 smithi118 bash[22172]: audit 2024-03-26T21:09:30.975594+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:32.290 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:31 smithi118 bash[22172]: cluster 2024-03-26T21:09:31.372867+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-26T21:09:32.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:31 smithi069 bash[21554]: audit 2024-03-26T21:09:30.908571+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:32.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:31 smithi069 bash[21554]: cluster 2024-03-26T21:09:30.911713+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:32.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:31 smithi069 bash[21554]: audit 2024-03-26T21:09:30.915956+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:32.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:31 smithi069 bash[21554]: audit 2024-03-26T21:09:30.924320+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:32.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:31 smithi069 bash[21554]: audit 2024-03-26T21:09:30.962976+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:09:32.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:31 smithi069 bash[21554]: audit 2024-03-26T21:09:30.965796+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:09:32.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:31 smithi069 bash[21554]: audit 2024-03-26T21:09:30.966645+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:09:32.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:31 smithi069 bash[21554]: cluster 2024-03-26T21:09:30.968456+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:32.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:31 smithi069 bash[21554]: audit 2024-03-26T21:09:30.975594+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:32.368 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:31 smithi069 bash[21554]: cluster 2024-03-26T21:09:31.372867+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-26T21:09:33.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:32 smithi118 bash[22172]: cluster 2024-03-26T21:09:31.906419+0000 mon.a (mon.0) 439 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T21:09:33.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:32 smithi069 bash[21554]: cluster 2024-03-26T21:09:31.906419+0000 mon.a (mon.0) 439 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T21:09:33.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:32 smithi119 bash[22161]: cluster 2024-03-26T21:09:31.906419+0000 mon.a (mon.0) 439 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T21:09:34.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:33 smithi119 bash[22161]: cluster 2024-03-26T21:09:32.968842+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:34.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:33 smithi118 bash[22172]: cluster 2024-03-26T21:09:32.968842+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:34.370 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:33 smithi069 bash[21554]: cluster 2024-03-26T21:09:32.968842+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:35.018 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.b/config 2024-03-26T21:09:36.266 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:36 smithi118 bash[22172]: cluster 2024-03-26T21:09:34.969272+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:36.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:36 smithi069 bash[21554]: cluster 2024-03-26T21:09:34.969272+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:36.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:36 smithi119 bash[22161]: cluster 2024-03-26T21:09:34.969272+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:38.113 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-26T21:09:38.113 INFO:teuthology.orchestra.run.smithi118.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-26T21:09:38.113 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 10+0 records in 2024-03-26T21:09:38.113 INFO:teuthology.orchestra.run.smithi118.stderr:10+0 records out 2024-03-26T21:09:38.113 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0121274 s, 865 MB/s 2024-03-26T21:09:38.113 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping successful for: 2024-03-26T21:09:38.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:38 smithi118 bash[22172]: cluster 2024-03-26T21:09:36.969705+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:38.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:38 smithi118 bash[22172]: audit 2024-03-26T21:09:37.510485+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:38.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:38 smithi118 bash[22172]: audit 2024-03-26T21:09:37.515376+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:38.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:38 smithi118 bash[22172]: audit 2024-03-26T21:09:37.521825+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:38.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:38 smithi118 bash[22172]: audit 2024-03-26T21:09:37.564644+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:38.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:38 smithi118 bash[22172]: audit 2024-03-26T21:09:37.571291+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:38.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:38 smithi118 bash[22172]: audit 2024-03-26T21:09:37.578572+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:38.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:38 smithi118 bash[22172]: audit 2024-03-26T21:09:37.607169+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:09:38.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:38 smithi118 bash[22172]: audit 2024-03-26T21:09:37.612070+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:09:38.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:38 smithi118 bash[22172]: audit 2024-03-26T21:09:37.613596+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:09:38.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:38 smithi118 bash[22172]: cluster 2024-03-26T21:09:37.616544+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:38.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:38 smithi118 bash[22172]: audit 2024-03-26T21:09:37.621950+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:38.825 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi118:vg_nvme/lv_4 2024-03-26T21:09:38.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:38 smithi069 bash[21554]: cluster 2024-03-26T21:09:36.969705+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:38.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:38 smithi069 bash[21554]: audit 2024-03-26T21:09:37.510485+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:38.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:38 smithi069 bash[21554]: audit 2024-03-26T21:09:37.515376+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:38.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:38 smithi069 bash[21554]: audit 2024-03-26T21:09:37.521825+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:38.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:38 smithi069 bash[21554]: audit 2024-03-26T21:09:37.564644+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:38.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:38 smithi069 bash[21554]: audit 2024-03-26T21:09:37.571291+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:38.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:38 smithi069 bash[21554]: audit 2024-03-26T21:09:37.578572+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:38.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:38 smithi069 bash[21554]: audit 2024-03-26T21:09:37.607169+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:09:38.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:38 smithi069 bash[21554]: audit 2024-03-26T21:09:37.612070+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:09:38.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:38 smithi069 bash[21554]: audit 2024-03-26T21:09:37.613596+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:09:38.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:38 smithi069 bash[21554]: cluster 2024-03-26T21:09:37.616544+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:38.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:38 smithi069 bash[21554]: audit 2024-03-26T21:09:37.621950+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:38.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:38 smithi119 bash[22161]: cluster 2024-03-26T21:09:36.969705+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:38.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:38 smithi119 bash[22161]: audit 2024-03-26T21:09:37.510485+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:38.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:38 smithi119 bash[22161]: audit 2024-03-26T21:09:37.515376+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:38.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:38 smithi119 bash[22161]: audit 2024-03-26T21:09:37.521825+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:38.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:38 smithi119 bash[22161]: audit 2024-03-26T21:09:37.564644+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:38.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:38 smithi119 bash[22161]: audit 2024-03-26T21:09:37.571291+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:38.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:38 smithi119 bash[22161]: audit 2024-03-26T21:09:37.578572+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:38.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:38 smithi119 bash[22161]: audit 2024-03-26T21:09:37.607169+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:09:38.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:38 smithi119 bash[22161]: audit 2024-03-26T21:09:37.612070+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:09:38.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:38 smithi119 bash[22161]: audit 2024-03-26T21:09:37.613596+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:09:38.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:38 smithi119 bash[22161]: cluster 2024-03-26T21:09:37.616544+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:38.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:38 smithi119 bash[22161]: audit 2024-03-26T21:09:37.621950+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:39.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:39 smithi118 bash[22172]: cluster 2024-03-26T21:09:38.575187+0000 mon.a (mon.0) 450 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T21:09:39.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:39 smithi118 bash[22172]: cluster 2024-03-26T21:09:38.575239+0000 mon.a (mon.0) 451 : cluster [INF] Cluster is now healthy 2024-03-26T21:09:39.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:39 smithi069 bash[21554]: cluster 2024-03-26T21:09:38.575187+0000 mon.a (mon.0) 450 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T21:09:39.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:39 smithi069 bash[21554]: cluster 2024-03-26T21:09:38.575239+0000 mon.a (mon.0) 451 : cluster [INF] Cluster is now healthy 2024-03-26T21:09:39.888 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:39 smithi119 bash[22161]: cluster 2024-03-26T21:09:38.575187+0000 mon.a (mon.0) 450 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T21:09:39.888 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:39 smithi119 bash[22161]: cluster 2024-03-26T21:09:38.575239+0000 mon.a (mon.0) 451 : cluster [INF] Cluster is now healthy 2024-03-26T21:09:40.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:40 smithi118 bash[22172]: cluster 2024-03-26T21:09:39.616985+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:40.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:40 smithi069 bash[21554]: cluster 2024-03-26T21:09:39.616985+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:40.888 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:40 smithi119 bash[22161]: cluster 2024-03-26T21:09:39.616985+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:43.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:42 smithi118 bash[22172]: cluster 2024-03-26T21:09:41.617451+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:43.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:42 smithi069 bash[21554]: cluster 2024-03-26T21:09:41.617451+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:43.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:42 smithi119 bash[22161]: cluster 2024-03-26T21:09:41.617451+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:43.534 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.b/config 2024-03-26T21:09:44.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:44 smithi118 bash[22172]: cluster 2024-03-26T21:09:43.617914+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:45.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:44 smithi069 bash[21554]: cluster 2024-03-26T21:09:43.617914+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:45.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:44 smithi119 bash[22161]: cluster 2024-03-26T21:09:43.617914+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:46.932 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:46 smithi069 bash[21554]: cluster 2024-03-26T21:09:45.618351+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:47.012 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:46 smithi118 bash[22172]: cluster 2024-03-26T21:09:45.618351+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:47.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:46 smithi119 bash[22161]: cluster 2024-03-26T21:09:45.618351+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:49.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:48 smithi118 bash[22172]: cluster 2024-03-26T21:09:47.618830+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:49.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:48 smithi118 bash[22172]: audit 2024-03-26T21:09:47.714674+0000 mgr.a (mgr.14152) 157 : audit [DBG] from='client.24113 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:09:49.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:48 smithi118 bash[22172]: audit 2024-03-26T21:09:47.722087+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T21:09:49.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:48 smithi118 bash[22172]: audit 2024-03-26T21:09:47.728977+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T21:09:49.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:48 smithi118 bash[22172]: audit 2024-03-26T21:09:47.730446+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:09:49.052 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:48 smithi069 bash[21554]: cluster 2024-03-26T21:09:47.618830+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:49.052 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:48 smithi069 bash[21554]: audit 2024-03-26T21:09:47.714674+0000 mgr.a (mgr.14152) 157 : audit [DBG] from='client.24113 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:09:49.052 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:48 smithi069 bash[21554]: audit 2024-03-26T21:09:47.722087+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T21:09:49.052 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:48 smithi069 bash[21554]: audit 2024-03-26T21:09:47.728977+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T21:09:49.052 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:48 smithi069 bash[21554]: audit 2024-03-26T21:09:47.730446+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:09:49.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:48 smithi119 bash[22161]: cluster 2024-03-26T21:09:47.618830+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:49.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:48 smithi119 bash[22161]: audit 2024-03-26T21:09:47.714674+0000 mgr.a (mgr.14152) 157 : audit [DBG] from='client.24113 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:09:49.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:48 smithi119 bash[22161]: audit 2024-03-26T21:09:47.722087+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T21:09:49.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:48 smithi119 bash[22161]: audit 2024-03-26T21:09:47.728977+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T21:09:49.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:48 smithi119 bash[22161]: audit 2024-03-26T21:09:47.730446+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:09:50.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:49 smithi069 bash[21554]: audit 2024-03-26T21:09:48.809502+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:50.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:49 smithi069 bash[21554]: audit 2024-03-26T21:09:48.817741+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:50.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:49 smithi069 bash[21554]: audit 2024-03-26T21:09:48.826008+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:50.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:49 smithi119 bash[22161]: audit 2024-03-26T21:09:48.809502+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:50.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:49 smithi119 bash[22161]: audit 2024-03-26T21:09:48.817741+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:50.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:49 smithi119 bash[22161]: audit 2024-03-26T21:09:48.826008+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:50.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:49 smithi118 bash[22172]: audit 2024-03-26T21:09:48.809502+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:50.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:49 smithi118 bash[22172]: audit 2024-03-26T21:09:48.817741+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:50.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:49 smithi118 bash[22172]: audit 2024-03-26T21:09:48.826008+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:51.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:50 smithi069 bash[21554]: cluster 2024-03-26T21:09:49.619340+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:51.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:50 smithi119 bash[22161]: cluster 2024-03-26T21:09:49.619340+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:51.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:50 smithi118 bash[22172]: cluster 2024-03-26T21:09:49.619340+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:53.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:52 smithi118 bash[22172]: cluster 2024-03-26T21:09:51.619765+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:53.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:52 smithi069 bash[21554]: cluster 2024-03-26T21:09:51.619765+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:53.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:52 smithi119 bash[22161]: cluster 2024-03-26T21:09:51.619765+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:55.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:54 smithi069 bash[21554]: cluster 2024-03-26T21:09:53.620203+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:55.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:54 smithi119 bash[22161]: cluster 2024-03-26T21:09:53.620203+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:55.167 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:54 smithi118 bash[22172]: cluster 2024-03-26T21:09:53.620203+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:57.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:56 smithi069 bash[21554]: cluster 2024-03-26T21:09:55.620695+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:57.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:56 smithi069 bash[21554]: audit 2024-03-26T21:09:56.119096+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.118:0/1431436480' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bdbb9cc-686d-4bcf-bd5d-d101aea2e384"}]: dispatch 2024-03-26T21:09:57.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:56 smithi069 bash[21554]: audit 2024-03-26T21:09:56.119297+0000 mon.a (mon.0) 458 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bdbb9cc-686d-4bcf-bd5d-d101aea2e384"}]: dispatch 2024-03-26T21:09:57.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:56 smithi069 bash[21554]: audit 2024-03-26T21:09:56.122237+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2bdbb9cc-686d-4bcf-bd5d-d101aea2e384"}]': finished 2024-03-26T21:09:57.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:56 smithi069 bash[21554]: cluster 2024-03-26T21:09:56.127732+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-26T21:09:57.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:56 smithi069 bash[21554]: audit 2024-03-26T21:09:56.127985+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T21:09:57.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:56 smithi069 bash[21554]: audit 2024-03-26T21:09:56.167555+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:57.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:56 smithi069 bash[21554]: audit 2024-03-26T21:09:56.176081+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:57.118 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:56 smithi069 bash[21554]: audit 2024-03-26T21:09:56.184190+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:57.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:56 smithi119 bash[22161]: cluster 2024-03-26T21:09:55.620695+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:57.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:56 smithi119 bash[22161]: audit 2024-03-26T21:09:56.119096+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.118:0/1431436480' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bdbb9cc-686d-4bcf-bd5d-d101aea2e384"}]: dispatch 2024-03-26T21:09:57.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:56 smithi119 bash[22161]: audit 2024-03-26T21:09:56.119297+0000 mon.a (mon.0) 458 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bdbb9cc-686d-4bcf-bd5d-d101aea2e384"}]: dispatch 2024-03-26T21:09:57.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:56 smithi119 bash[22161]: audit 2024-03-26T21:09:56.122237+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2bdbb9cc-686d-4bcf-bd5d-d101aea2e384"}]': finished 2024-03-26T21:09:57.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:56 smithi119 bash[22161]: cluster 2024-03-26T21:09:56.127732+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-26T21:09:57.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:56 smithi119 bash[22161]: audit 2024-03-26T21:09:56.127985+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T21:09:57.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:56 smithi119 bash[22161]: audit 2024-03-26T21:09:56.167555+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:57.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:56 smithi119 bash[22161]: audit 2024-03-26T21:09:56.176081+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:57.140 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:56 smithi119 bash[22161]: audit 2024-03-26T21:09:56.184190+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:57.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:56 smithi118 bash[22172]: cluster 2024-03-26T21:09:55.620695+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:57.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:56 smithi118 bash[22172]: audit 2024-03-26T21:09:56.119096+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.118:0/1431436480' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bdbb9cc-686d-4bcf-bd5d-d101aea2e384"}]: dispatch 2024-03-26T21:09:57.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:56 smithi118 bash[22172]: audit 2024-03-26T21:09:56.119297+0000 mon.a (mon.0) 458 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bdbb9cc-686d-4bcf-bd5d-d101aea2e384"}]: dispatch 2024-03-26T21:09:57.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:56 smithi118 bash[22172]: audit 2024-03-26T21:09:56.122237+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2bdbb9cc-686d-4bcf-bd5d-d101aea2e384"}]': finished 2024-03-26T21:09:57.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:56 smithi118 bash[22172]: cluster 2024-03-26T21:09:56.127732+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-26T21:09:57.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:56 smithi118 bash[22172]: audit 2024-03-26T21:09:56.127985+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T21:09:57.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:56 smithi118 bash[22172]: audit 2024-03-26T21:09:56.167555+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:57.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:56 smithi118 bash[22172]: audit 2024-03-26T21:09:56.176081+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:57.290 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:56 smithi118 bash[22172]: audit 2024-03-26T21:09:56.184190+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:58.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:57 smithi069 bash[21554]: audit 2024-03-26T21:09:56.837023+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.118:0/714128698' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T21:09:58.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:57 smithi069 bash[21554]: audit 2024-03-26T21:09:57.726228+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:58.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:57 smithi069 bash[21554]: audit 2024-03-26T21:09:57.736861+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:58.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:57 smithi069 bash[21554]: audit 2024-03-26T21:09:57.749284+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:58.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:57 smithi119 bash[22161]: audit 2024-03-26T21:09:56.837023+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.118:0/714128698' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T21:09:58.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:57 smithi119 bash[22161]: audit 2024-03-26T21:09:57.726228+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:58.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:57 smithi119 bash[22161]: audit 2024-03-26T21:09:57.736861+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:58.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:57 smithi119 bash[22161]: audit 2024-03-26T21:09:57.749284+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:58.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:57 smithi118 bash[22172]: audit 2024-03-26T21:09:56.837023+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.118:0/714128698' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T21:09:58.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:57 smithi118 bash[22172]: audit 2024-03-26T21:09:57.726228+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:58.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:57 smithi118 bash[22172]: audit 2024-03-26T21:09:57.736861+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:58.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:57 smithi118 bash[22172]: audit 2024-03-26T21:09:57.749284+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:09:59.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:09:58 smithi069 bash[21554]: cluster 2024-03-26T21:09:57.621145+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:59.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:09:58 smithi119 bash[22161]: cluster 2024-03-26T21:09:57.621145+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:09:59.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:09:58 smithi118 bash[22172]: cluster 2024-03-26T21:09:57.621145+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:01.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:00 smithi069 bash[21554]: cluster 2024-03-26T21:09:59.621608+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:01.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:00 smithi069 bash[21554]: cluster 2024-03-26T21:10:00.000173+0000 mon.a (mon.0) 468 : cluster [INF] overall HEALTH_OK 2024-03-26T21:10:01.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:00 smithi119 bash[22161]: cluster 2024-03-26T21:09:59.621608+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:01.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:00 smithi119 bash[22161]: cluster 2024-03-26T21:10:00.000173+0000 mon.a (mon.0) 468 : cluster [INF] overall HEALTH_OK 2024-03-26T21:10:01.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:00 smithi118 bash[22172]: cluster 2024-03-26T21:09:59.621608+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:01.401 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:00 smithi118 bash[22172]: cluster 2024-03-26T21:10:00.000173+0000 mon.a (mon.0) 468 : cluster [INF] overall HEALTH_OK 2024-03-26T21:10:03.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:02 smithi069 bash[21554]: cluster 2024-03-26T21:10:01.622051+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:03.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:02 smithi119 bash[22161]: cluster 2024-03-26T21:10:01.622051+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:03.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:02 smithi118 bash[22172]: cluster 2024-03-26T21:10:01.622051+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:04.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:03 smithi118 bash[22172]: cluster 2024-03-26T21:10:03.622481+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:04.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:03 smithi069 bash[21554]: cluster 2024-03-26T21:10:03.622481+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:04.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:03 smithi119 bash[22161]: cluster 2024-03-26T21:10:03.622481+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:06.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:06 smithi118 bash[22172]: cluster 2024-03-26T21:10:05.623033+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:07.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:06 smithi069 bash[21554]: cluster 2024-03-26T21:10:05.623033+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:07.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:06 smithi119 bash[22161]: cluster 2024-03-26T21:10:05.623033+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:09.019 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:08 smithi118 bash[22172]: cluster 2024-03-26T21:10:07.623493+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:09.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:08 smithi069 bash[21554]: cluster 2024-03-26T21:10:07.623493+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:09.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:08 smithi119 bash[22161]: cluster 2024-03-26T21:10:07.623493+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:10.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:10 smithi118 bash[22172]: audit 2024-03-26T21:10:09.005605+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:10.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:10 smithi118 bash[22172]: audit 2024-03-26T21:10:09.014044+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:10.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:10 smithi118 bash[22172]: audit 2024-03-26T21:10:09.024148+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:10.289 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:10 smithi118 bash[22172]: cluster 2024-03-26T21:10:09.623938+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:10.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:10 smithi069 bash[21554]: audit 2024-03-26T21:10:09.005605+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:10.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:10 smithi069 bash[21554]: audit 2024-03-26T21:10:09.014044+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:10.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:10 smithi069 bash[21554]: audit 2024-03-26T21:10:09.024148+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:10.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:10 smithi069 bash[21554]: cluster 2024-03-26T21:10:09.623938+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:10.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:10 smithi119 bash[22161]: audit 2024-03-26T21:10:09.005605+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:10.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:10 smithi119 bash[22161]: audit 2024-03-26T21:10:09.014044+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:10.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:10 smithi119 bash[22161]: audit 2024-03-26T21:10:09.024148+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:10.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:10 smithi119 bash[22161]: cluster 2024-03-26T21:10:09.623938+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:11.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:11 smithi118 bash[22172]: audit 2024-03-26T21:10:11.150143+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-26T21:10:11.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:11 smithi118 bash[22172]: audit 2024-03-26T21:10:11.151883+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:10:11.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:11 smithi069 bash[21554]: audit 2024-03-26T21:10:11.150143+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-26T21:10:11.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:11 smithi069 bash[21554]: audit 2024-03-26T21:10:11.151883+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:10:11.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:11 smithi119 bash[22161]: audit 2024-03-26T21:10:11.150143+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-26T21:10:11.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:11 smithi119 bash[22161]: audit 2024-03-26T21:10:11.151883+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:10:12.458 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:12 smithi119 bash[22161]: cephadm 2024-03-26T21:10:11.153418+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi118 2024-03-26T21:10:12.458 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:12 smithi119 bash[22161]: cluster 2024-03-26T21:10:11.624368+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:12.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:12 smithi118 bash[22172]: cephadm 2024-03-26T21:10:11.153418+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi118 2024-03-26T21:10:12.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:12 smithi118 bash[22172]: cluster 2024-03-26T21:10:11.624368+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:12.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:12 smithi069 bash[21554]: cephadm 2024-03-26T21:10:11.153418+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi118 2024-03-26T21:10:12.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:12 smithi069 bash[21554]: cluster 2024-03-26T21:10:11.624368+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:14.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:14 smithi069 bash[21554]: cluster 2024-03-26T21:10:13.624819+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:15.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:14 smithi118 bash[22172]: cluster 2024-03-26T21:10:13.624819+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:15.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:14 smithi119 bash[22161]: cluster 2024-03-26T21:10:13.624819+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:15.315 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:15 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:10:15.315 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:10:15 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:10:15.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:15 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:10:15.789 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:10:15 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:10:16.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:16 smithi118 bash[22172]: audit 2024-03-26T21:10:15.465865+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:16.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:16 smithi118 bash[22172]: audit 2024-03-26T21:10:15.475668+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:16.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:16 smithi118 bash[22172]: audit 2024-03-26T21:10:15.494383+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:10:16.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:16 smithi118 bash[22172]: audit 2024-03-26T21:10:15.502658+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:10:16.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:16 smithi118 bash[22172]: audit 2024-03-26T21:10:15.505399+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:10:16.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:16 smithi118 bash[22172]: audit 2024-03-26T21:10:15.520211+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:16.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:16 smithi118 bash[22172]: cluster 2024-03-26T21:10:15.625301+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:16.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:16 smithi118 bash[22172]: audit 2024-03-26T21:10:16.378156+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:16.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:16 smithi118 bash[22172]: audit 2024-03-26T21:10:16.388646+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:16.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:16 smithi118 bash[22172]: audit 2024-03-26T21:10:16.398947+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:16.769 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:16 smithi119 bash[22161]: audit 2024-03-26T21:10:15.465865+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:16.769 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:16 smithi119 bash[22161]: audit 2024-03-26T21:10:15.475668+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:16.769 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:16 smithi119 bash[22161]: audit 2024-03-26T21:10:15.494383+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:10:16.769 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:16 smithi119 bash[22161]: audit 2024-03-26T21:10:15.502658+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:10:16.769 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:16 smithi119 bash[22161]: audit 2024-03-26T21:10:15.505399+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:10:16.770 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:16 smithi119 bash[22161]: audit 2024-03-26T21:10:15.520211+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:16.770 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:16 smithi119 bash[22161]: cluster 2024-03-26T21:10:15.625301+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:16.770 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:16 smithi119 bash[22161]: audit 2024-03-26T21:10:16.378156+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:16.770 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:16 smithi119 bash[22161]: audit 2024-03-26T21:10:16.388646+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:16.770 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:16 smithi119 bash[22161]: audit 2024-03-26T21:10:16.398947+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:16.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:16 smithi069 bash[21554]: audit 2024-03-26T21:10:15.465865+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:16.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:16 smithi069 bash[21554]: audit 2024-03-26T21:10:15.475668+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:16.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:16 smithi069 bash[21554]: audit 2024-03-26T21:10:15.494383+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:10:16.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:16 smithi069 bash[21554]: audit 2024-03-26T21:10:15.502658+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:10:16.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:16 smithi069 bash[21554]: audit 2024-03-26T21:10:15.505399+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:10:16.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:16 smithi069 bash[21554]: audit 2024-03-26T21:10:15.520211+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:16.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:16 smithi069 bash[21554]: cluster 2024-03-26T21:10:15.625301+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:16.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:16 smithi069 bash[21554]: audit 2024-03-26T21:10:16.378156+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:16.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:16 smithi069 bash[21554]: audit 2024-03-26T21:10:16.388646+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:16.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:16 smithi069 bash[21554]: audit 2024-03-26T21:10:16.398947+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:19.006 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:18 smithi118 bash[22172]: cluster 2024-03-26T21:10:17.625778+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:19.006 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:18 smithi118 bash[22172]: audit 2024-03-26T21:10:17.931499+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:19.006 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:18 smithi118 bash[22172]: audit 2024-03-26T21:10:17.939970+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:19.006 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:18 smithi118 bash[22172]: audit 2024-03-26T21:10:17.950390+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:19.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:18 smithi069 bash[21554]: cluster 2024-03-26T21:10:17.625778+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:19.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:18 smithi069 bash[21554]: audit 2024-03-26T21:10:17.931499+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:19.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:18 smithi069 bash[21554]: audit 2024-03-26T21:10:17.939970+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:19.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:18 smithi069 bash[21554]: audit 2024-03-26T21:10:17.950390+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:19.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:18 smithi119 bash[22161]: cluster 2024-03-26T21:10:17.625778+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:19.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:18 smithi119 bash[22161]: audit 2024-03-26T21:10:17.931499+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:19.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:18 smithi119 bash[22161]: audit 2024-03-26T21:10:17.939970+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:19.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:18 smithi119 bash[22161]: audit 2024-03-26T21:10:17.950390+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:20.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:20 smithi118 bash[22172]: cluster 2024-03-26T21:10:19.626204+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:21.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:20 smithi069 bash[21554]: cluster 2024-03-26T21:10:19.626204+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:21.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:20 smithi119 bash[22161]: cluster 2024-03-26T21:10:19.626204+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:23.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:22 smithi118 bash[22172]: cluster 2024-03-26T21:10:21.626648+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:23.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:22 smithi118 bash[22172]: audit 2024-03-26T21:10:22.031812+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.118:6800/3442246286,v1:172.21.15.118:6801/3442246286]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T21:10:23.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:22 smithi118 bash[22172]: audit 2024-03-26T21:10:22.032187+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T21:10:23.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:22 smithi069 bash[21554]: cluster 2024-03-26T21:10:21.626648+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:23.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:22 smithi069 bash[21554]: audit 2024-03-26T21:10:22.031812+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.118:6800/3442246286,v1:172.21.15.118:6801/3442246286]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T21:10:23.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:22 smithi069 bash[21554]: audit 2024-03-26T21:10:22.032187+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T21:10:23.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:22 smithi119 bash[22161]: cluster 2024-03-26T21:10:21.626648+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:23.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:22 smithi119 bash[22161]: audit 2024-03-26T21:10:22.031812+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.118:6800/3442246286,v1:172.21.15.118:6801/3442246286]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T21:10:23.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:22 smithi119 bash[22161]: audit 2024-03-26T21:10:22.032187+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T21:10:24.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:23 smithi118 bash[22172]: audit 2024-03-26T21:10:22.696394+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-26T21:10:24.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:23 smithi118 bash[22172]: cluster 2024-03-26T21:10:22.701434+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-26T21:10:24.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:23 smithi118 bash[22172]: audit 2024-03-26T21:10:22.701892+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T21:10:24.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:23 smithi118 bash[22172]: audit 2024-03-26T21:10:22.702082+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.118:6800/3442246286,v1:172.21.15.118:6801/3442246286]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-03-26T21:10:24.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:23 smithi118 bash[22172]: audit 2024-03-26T21:10:22.702707+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-03-26T21:10:24.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:23 smithi069 bash[21554]: audit 2024-03-26T21:10:22.696394+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-26T21:10:24.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:23 smithi069 bash[21554]: cluster 2024-03-26T21:10:22.701434+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-26T21:10:24.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:23 smithi069 bash[21554]: audit 2024-03-26T21:10:22.701892+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T21:10:24.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:23 smithi069 bash[21554]: audit 2024-03-26T21:10:22.702082+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.118:6800/3442246286,v1:172.21.15.118:6801/3442246286]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-03-26T21:10:24.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:23 smithi069 bash[21554]: audit 2024-03-26T21:10:22.702707+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-03-26T21:10:24.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:23 smithi119 bash[22161]: audit 2024-03-26T21:10:22.696394+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-26T21:10:24.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:23 smithi119 bash[22161]: cluster 2024-03-26T21:10:22.701434+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-26T21:10:24.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:23 smithi119 bash[22161]: audit 2024-03-26T21:10:22.701892+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T21:10:24.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:23 smithi119 bash[22161]: audit 2024-03-26T21:10:22.702082+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.118:6800/3442246286,v1:172.21.15.118:6801/3442246286]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-03-26T21:10:24.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:23 smithi119 bash[22161]: audit 2024-03-26T21:10:22.702707+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-03-26T21:10:24.234 INFO:teuthology.orchestra.run.smithi118.stdout:Created osd(s) 1 on host 'smithi118' 2024-03-26T21:10:24.938 DEBUG:teuthology.orchestra.run.smithi118:osd.1> sudo journalctl -f -n 0 -u ceph-62808a52-ebb4-11ee-95d0-87774f69a715@osd.1.service 2024-03-26T21:10:24.941 INFO:tasks.cephadm:Deploying osd.2 on smithi119 with /dev/vg_nvme/lv_4... 2024-03-26T21:10:24.941 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-26T21:10:24.985 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:24 smithi119 bash[22161]: cluster 2024-03-26T21:10:23.627120+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:24.985 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:24 smithi119 bash[22161]: audit 2024-03-26T21:10:23.704862+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-03-26T21:10:24.985 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:24 smithi119 bash[22161]: cluster 2024-03-26T21:10:23.711675+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-26T21:10:24.985 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:24 smithi119 bash[22161]: audit 2024-03-26T21:10:23.712662+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T21:10:24.985 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:24 smithi119 bash[22161]: audit 2024-03-26T21:10:23.717956+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T21:10:24.985 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:24 smithi119 bash[22161]: audit 2024-03-26T21:10:24.210005+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:24.986 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:24 smithi119 bash[22161]: audit 2024-03-26T21:10:24.218537+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:24.986 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:24 smithi119 bash[22161]: audit 2024-03-26T21:10:24.250069+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:10:24.986 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:24 smithi119 bash[22161]: audit 2024-03-26T21:10:24.255426+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:10:24.986 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:24 smithi119 bash[22161]: audit 2024-03-26T21:10:24.262937+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:24.986 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:24 smithi119 bash[22161]: audit 2024-03-26T21:10:24.266827+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:10:24.986 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:24 smithi119 bash[22161]: audit 2024-03-26T21:10:24.268628+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:10:24.986 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:24 smithi119 bash[22161]: audit 2024-03-26T21:10:24.278530+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:24.995 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:24 smithi069 bash[21554]: cluster 2024-03-26T21:10:23.627120+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:24.995 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:24 smithi069 bash[21554]: audit 2024-03-26T21:10:23.704862+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-03-26T21:10:24.996 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:24 smithi069 bash[21554]: cluster 2024-03-26T21:10:23.711675+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-26T21:10:24.996 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:24 smithi069 bash[21554]: audit 2024-03-26T21:10:23.712662+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T21:10:24.996 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:24 smithi069 bash[21554]: audit 2024-03-26T21:10:23.717956+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T21:10:24.996 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:24 smithi069 bash[21554]: audit 2024-03-26T21:10:24.210005+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:24.996 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:24 smithi069 bash[21554]: audit 2024-03-26T21:10:24.218537+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:24.996 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:24 smithi069 bash[21554]: audit 2024-03-26T21:10:24.250069+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:10:24.996 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:24 smithi069 bash[21554]: audit 2024-03-26T21:10:24.255426+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:10:24.996 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:24 smithi069 bash[21554]: audit 2024-03-26T21:10:24.262937+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:24.996 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:24 smithi069 bash[21554]: audit 2024-03-26T21:10:24.266827+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:10:24.996 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:24 smithi069 bash[21554]: audit 2024-03-26T21:10:24.268628+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:10:24.996 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:24 smithi069 bash[21554]: audit 2024-03-26T21:10:24.278530+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:25.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:24 smithi118 bash[22172]: cluster 2024-03-26T21:10:23.627120+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T21:10:25.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:24 smithi118 bash[22172]: audit 2024-03-26T21:10:23.704862+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-03-26T21:10:25.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:24 smithi118 bash[22172]: cluster 2024-03-26T21:10:23.711675+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-26T21:10:25.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:24 smithi118 bash[22172]: audit 2024-03-26T21:10:23.712662+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T21:10:25.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:24 smithi118 bash[22172]: audit 2024-03-26T21:10:23.717956+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T21:10:25.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:24 smithi118 bash[22172]: audit 2024-03-26T21:10:24.210005+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:25.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:24 smithi118 bash[22172]: audit 2024-03-26T21:10:24.218537+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:25.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:24 smithi118 bash[22172]: audit 2024-03-26T21:10:24.250069+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:10:25.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:24 smithi118 bash[22172]: audit 2024-03-26T21:10:24.255426+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:10:25.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:24 smithi118 bash[22172]: audit 2024-03-26T21:10:24.262937+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:25.040 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:24 smithi118 bash[22172]: audit 2024-03-26T21:10:24.266827+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:10:25.040 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:24 smithi118 bash[22172]: audit 2024-03-26T21:10:24.268628+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:10:25.040 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:24 smithi118 bash[22172]: audit 2024-03-26T21:10:24.278530+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:26.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:25 smithi118 bash[22172]: cluster 2024-03-26T21:10:23.040587+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T21:10:26.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:25 smithi118 bash[22172]: cluster 2024-03-26T21:10:23.040685+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T21:10:26.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:25 smithi118 bash[22172]: cephadm 2024-03-26T21:10:24.256816+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi118 to 16241M 2024-03-26T21:10:26.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:25 smithi118 bash[22172]: cluster 2024-03-26T21:10:24.712623+0000 mon.a (mon.0) 503 : cluster [INF] osd.1 [v2:172.21.15.118:6800/3442246286,v1:172.21.15.118:6801/3442246286] boot 2024-03-26T21:10:26.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:25 smithi118 bash[22172]: cluster 2024-03-26T21:10:24.712715+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-26T21:10:26.039 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:25 smithi118 bash[22172]: audit 2024-03-26T21:10:24.713320+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T21:10:26.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:25 smithi069 bash[21554]: cluster 2024-03-26T21:10:23.040587+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T21:10:26.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:25 smithi069 bash[21554]: cluster 2024-03-26T21:10:23.040685+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T21:10:26.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:25 smithi069 bash[21554]: cephadm 2024-03-26T21:10:24.256816+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi118 to 16241M 2024-03-26T21:10:26.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:25 smithi069 bash[21554]: cluster 2024-03-26T21:10:24.712623+0000 mon.a (mon.0) 503 : cluster [INF] osd.1 [v2:172.21.15.118:6800/3442246286,v1:172.21.15.118:6801/3442246286] boot 2024-03-26T21:10:26.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:25 smithi069 bash[21554]: cluster 2024-03-26T21:10:24.712715+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-26T21:10:26.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:25 smithi069 bash[21554]: audit 2024-03-26T21:10:24.713320+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T21:10:26.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:25 smithi119 bash[22161]: cluster 2024-03-26T21:10:23.040587+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T21:10:26.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:25 smithi119 bash[22161]: cluster 2024-03-26T21:10:23.040685+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T21:10:26.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:25 smithi119 bash[22161]: cephadm 2024-03-26T21:10:24.256816+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi118 to 16241M 2024-03-26T21:10:26.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:25 smithi119 bash[22161]: cluster 2024-03-26T21:10:24.712623+0000 mon.a (mon.0) 503 : cluster [INF] osd.1 [v2:172.21.15.118:6800/3442246286,v1:172.21.15.118:6801/3442246286] boot 2024-03-26T21:10:26.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:25 smithi119 bash[22161]: cluster 2024-03-26T21:10:24.712715+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-26T21:10:26.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:25 smithi119 bash[22161]: audit 2024-03-26T21:10:24.713320+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T21:10:26.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:26 smithi118 bash[22172]: cluster 2024-03-26T21:10:25.627580+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:26.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:26 smithi118 bash[22172]: cluster 2024-03-26T21:10:25.727258+0000 mon.a (mon.0) 506 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-26T21:10:27.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:26 smithi069 bash[21554]: cluster 2024-03-26T21:10:25.627580+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:27.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:26 smithi069 bash[21554]: cluster 2024-03-26T21:10:25.727258+0000 mon.a (mon.0) 506 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-26T21:10:27.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:26 smithi119 bash[22161]: cluster 2024-03-26T21:10:25.627580+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:27.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:26 smithi119 bash[22161]: cluster 2024-03-26T21:10:25.727258+0000 mon.a (mon.0) 506 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-26T21:10:28.643 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T21:10:29.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:28 smithi118 bash[22172]: cluster 2024-03-26T21:10:27.628058+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:29.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:28 smithi069 bash[21554]: cluster 2024-03-26T21:10:27.628058+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:29.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:28 smithi119 bash[22161]: cluster 2024-03-26T21:10:27.628058+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:30.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:30 smithi118 bash[22172]: audit 2024-03-26T21:10:29.202632+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:30.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:30 smithi118 bash[22172]: audit 2024-03-26T21:10:29.211197+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:30.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:30 smithi118 bash[22172]: cephadm 2024-03-26T21:10:29.214515+0000 mgr.a (mgr.14152) 180 : cephadm [INF] Detected new or changed devices on smithi118 2024-03-26T21:10:30.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:30 smithi118 bash[22172]: audit 2024-03-26T21:10:29.222142+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:30.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:30 smithi118 bash[22172]: audit 2024-03-26T21:10:29.245781+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:10:30.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:30 smithi118 bash[22172]: audit 2024-03-26T21:10:29.251715+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:10:30.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:30 smithi118 bash[22172]: audit 2024-03-26T21:10:29.253553+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:10:30.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:30 smithi118 bash[22172]: cluster 2024-03-26T21:10:29.257409+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:30.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:30 smithi118 bash[22172]: audit 2024-03-26T21:10:29.263652+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:30.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:30 smithi118 bash[22172]: audit 2024-03-26T21:10:30.180374+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:30.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:30 smithi118 bash[22172]: audit 2024-03-26T21:10:30.189585+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:30 smithi069 bash[21554]: audit 2024-03-26T21:10:29.202632+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:30 smithi069 bash[21554]: audit 2024-03-26T21:10:29.211197+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:30 smithi069 bash[21554]: cephadm 2024-03-26T21:10:29.214515+0000 mgr.a (mgr.14152) 180 : cephadm [INF] Detected new or changed devices on smithi118 2024-03-26T21:10:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:30 smithi069 bash[21554]: audit 2024-03-26T21:10:29.222142+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:30 smithi069 bash[21554]: audit 2024-03-26T21:10:29.245781+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:10:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:30 smithi069 bash[21554]: audit 2024-03-26T21:10:29.251715+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:10:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:30 smithi069 bash[21554]: audit 2024-03-26T21:10:29.253553+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:10:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:30 smithi069 bash[21554]: cluster 2024-03-26T21:10:29.257409+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:30.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:30 smithi069 bash[21554]: audit 2024-03-26T21:10:29.263652+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:30.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:30 smithi069 bash[21554]: audit 2024-03-26T21:10:30.180374+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:30.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:30 smithi069 bash[21554]: audit 2024-03-26T21:10:30.189585+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:30.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:30 smithi119 bash[22161]: audit 2024-03-26T21:10:29.202632+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:30.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:30 smithi119 bash[22161]: audit 2024-03-26T21:10:29.211197+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:30.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:30 smithi119 bash[22161]: cephadm 2024-03-26T21:10:29.214515+0000 mgr.a (mgr.14152) 180 : cephadm [INF] Detected new or changed devices on smithi118 2024-03-26T21:10:30.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:30 smithi119 bash[22161]: audit 2024-03-26T21:10:29.222142+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:30.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:30 smithi119 bash[22161]: audit 2024-03-26T21:10:29.245781+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:10:30.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:30 smithi119 bash[22161]: audit 2024-03-26T21:10:29.251715+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:10:30.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:30 smithi119 bash[22161]: audit 2024-03-26T21:10:29.253553+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:10:30.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:30 smithi119 bash[22161]: cluster 2024-03-26T21:10:29.257409+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:30.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:30 smithi119 bash[22161]: audit 2024-03-26T21:10:29.263652+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:30.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:30 smithi119 bash[22161]: audit 2024-03-26T21:10:30.180374+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:30.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:30 smithi119 bash[22161]: audit 2024-03-26T21:10:30.189585+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:31.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:31 smithi119 bash[22161]: audit 2024-03-26T21:10:30.200133+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:31.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:31 smithi119 bash[22161]: cluster 2024-03-26T21:10:30.218353+0000 mon.a (mon.0) 517 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T21:10:31.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:31 smithi119 bash[22161]: audit 2024-03-26T21:10:30.237653+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:10:31.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:31 smithi119 bash[22161]: audit 2024-03-26T21:10:30.243125+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:10:31.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:31 smithi119 bash[22161]: audit 2024-03-26T21:10:30.244956+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:10:31.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:31 smithi119 bash[22161]: cluster 2024-03-26T21:10:30.248369+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:31.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:31 smithi119 bash[22161]: audit 2024-03-26T21:10:30.255083+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:31.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:31 smithi118 bash[22172]: audit 2024-03-26T21:10:30.200133+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:31.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:31 smithi118 bash[22172]: cluster 2024-03-26T21:10:30.218353+0000 mon.a (mon.0) 517 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T21:10:31.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:31 smithi118 bash[22172]: audit 2024-03-26T21:10:30.237653+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:10:31.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:31 smithi118 bash[22172]: audit 2024-03-26T21:10:30.243125+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:10:31.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:31 smithi118 bash[22172]: audit 2024-03-26T21:10:30.244956+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:10:31.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:31 smithi118 bash[22172]: cluster 2024-03-26T21:10:30.248369+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:31.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:31 smithi118 bash[22172]: audit 2024-03-26T21:10:30.255083+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:31.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:31 smithi069 bash[21554]: audit 2024-03-26T21:10:30.200133+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:31.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:31 smithi069 bash[21554]: cluster 2024-03-26T21:10:30.218353+0000 mon.a (mon.0) 517 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T21:10:31.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:31 smithi069 bash[21554]: audit 2024-03-26T21:10:30.237653+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:10:31.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:31 smithi069 bash[21554]: audit 2024-03-26T21:10:30.243125+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:10:31.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:31 smithi069 bash[21554]: audit 2024-03-26T21:10:30.244956+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:10:31.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:31 smithi069 bash[21554]: cluster 2024-03-26T21:10:30.248369+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:31.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:31 smithi069 bash[21554]: audit 2024-03-26T21:10:30.255083+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:31.747 INFO:teuthology.orchestra.run.smithi119.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-26T21:10:31.747 INFO:teuthology.orchestra.run.smithi119.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-26T21:10:31.747 INFO:teuthology.orchestra.run.smithi119.stderr: stderr: 10+0 records in 2024-03-26T21:10:31.747 INFO:teuthology.orchestra.run.smithi119.stderr:10+0 records out 2024-03-26T21:10:31.747 INFO:teuthology.orchestra.run.smithi119.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0127788 s, 821 MB/s 2024-03-26T21:10:31.748 INFO:teuthology.orchestra.run.smithi119.stderr:--> Zapping successful for: 2024-03-26T21:10:32.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:32 smithi118 bash[22172]: cluster 2024-03-26T21:10:31.220183+0000 mon.a (mon.0) 522 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T21:10:32.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:32 smithi118 bash[22172]: cluster 2024-03-26T21:10:31.220234+0000 mon.a (mon.0) 523 : cluster [INF] Cluster is now healthy 2024-03-26T21:10:32.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:32 smithi069 bash[21554]: cluster 2024-03-26T21:10:31.220183+0000 mon.a (mon.0) 522 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T21:10:32.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:32 smithi069 bash[21554]: cluster 2024-03-26T21:10:31.220234+0000 mon.a (mon.0) 523 : cluster [INF] Cluster is now healthy 2024-03-26T21:10:32.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:32 smithi119 bash[22161]: cluster 2024-03-26T21:10:31.220183+0000 mon.a (mon.0) 522 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T21:10:32.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:32 smithi119 bash[22161]: cluster 2024-03-26T21:10:31.220234+0000 mon.a (mon.0) 523 : cluster [INF] Cluster is now healthy 2024-03-26T21:10:32.662 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi119:vg_nvme/lv_4 2024-03-26T21:10:33.322 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:33 smithi119 bash[22161]: cluster 2024-03-26T21:10:32.248970+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:33.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:33 smithi118 bash[22172]: cluster 2024-03-26T21:10:32.248970+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:33.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:33 smithi069 bash[21554]: cluster 2024-03-26T21:10:32.248970+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:35.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:35 smithi069 bash[21554]: cluster 2024-03-26T21:10:34.249468+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:35.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:35 smithi119 bash[22161]: cluster 2024-03-26T21:10:34.249468+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:35.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:35 smithi118 bash[22172]: cluster 2024-03-26T21:10:34.249468+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:36.406 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T21:10:37.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:37 smithi119 bash[22161]: cluster 2024-03-26T21:10:36.249928+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:37.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:37 smithi119 bash[22161]: audit 2024-03-26T21:10:36.556940+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:37.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:37 smithi119 bash[22161]: audit 2024-03-26T21:10:36.564327+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:37.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:37 smithi119 bash[22161]: audit 2024-03-26T21:10:36.574744+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:37.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:37 smithi069 bash[21554]: cluster 2024-03-26T21:10:36.249928+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:37.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:37 smithi069 bash[21554]: audit 2024-03-26T21:10:36.556940+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:37.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:37 smithi069 bash[21554]: audit 2024-03-26T21:10:36.564327+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:37.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:37 smithi069 bash[21554]: audit 2024-03-26T21:10:36.574744+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:38.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:37 smithi118 bash[22172]: cluster 2024-03-26T21:10:36.249928+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:38.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:37 smithi118 bash[22172]: audit 2024-03-26T21:10:36.556940+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:38.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:37 smithi118 bash[22172]: audit 2024-03-26T21:10:36.564327+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:38.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:37 smithi118 bash[22172]: audit 2024-03-26T21:10:36.574744+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:39.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:39 smithi069 bash[21554]: audit 2024-03-26T21:10:38.114880+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:39.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:39 smithi069 bash[21554]: audit 2024-03-26T21:10:38.122976+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:39.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:39 smithi069 bash[21554]: audit 2024-03-26T21:10:38.132700+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:39.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:39 smithi069 bash[21554]: cluster 2024-03-26T21:10:38.250369+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:39.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:39 smithi069 bash[21554]: audit 2024-03-26T21:10:38.992329+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T21:10:39.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:39 smithi069 bash[21554]: audit 2024-03-26T21:10:38.998724+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T21:10:39.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:39 smithi069 bash[21554]: audit 2024-03-26T21:10:39.000526+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:10:39.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:39 smithi119 bash[22161]: audit 2024-03-26T21:10:38.114880+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:39.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:39 smithi119 bash[22161]: audit 2024-03-26T21:10:38.122976+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:39.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:39 smithi119 bash[22161]: audit 2024-03-26T21:10:38.132700+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:39.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:39 smithi119 bash[22161]: cluster 2024-03-26T21:10:38.250369+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:39.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:39 smithi119 bash[22161]: audit 2024-03-26T21:10:38.992329+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T21:10:39.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:39 smithi119 bash[22161]: audit 2024-03-26T21:10:38.998724+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T21:10:39.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:39 smithi119 bash[22161]: audit 2024-03-26T21:10:39.000526+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:10:39.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:39 smithi118 bash[22172]: audit 2024-03-26T21:10:38.114880+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:39.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:39 smithi118 bash[22172]: audit 2024-03-26T21:10:38.122976+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:39.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:39 smithi118 bash[22172]: audit 2024-03-26T21:10:38.132700+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:39.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:39 smithi118 bash[22172]: cluster 2024-03-26T21:10:38.250369+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:39.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:39 smithi118 bash[22172]: audit 2024-03-26T21:10:38.992329+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T21:10:39.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:39 smithi118 bash[22172]: audit 2024-03-26T21:10:38.998724+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T21:10:39.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:39 smithi118 bash[22172]: audit 2024-03-26T21:10:39.000526+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:10:40.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:40 smithi119 bash[22161]: audit 2024-03-26T21:10:38.984911+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi119:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:10:40.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:40 smithi118 bash[22172]: audit 2024-03-26T21:10:38.984911+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi119:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:10:40.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:40 smithi069 bash[21554]: audit 2024-03-26T21:10:38.984911+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi119:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:10:41.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:41 smithi119 bash[22161]: cluster 2024-03-26T21:10:40.250821+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:41.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:41 smithi118 bash[22172]: cluster 2024-03-26T21:10:40.250821+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:41.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:41 smithi069 bash[21554]: cluster 2024-03-26T21:10:40.250821+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:43.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:43 smithi069 bash[21554]: cluster 2024-03-26T21:10:42.251266+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:43.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:43 smithi119 bash[22161]: cluster 2024-03-26T21:10:42.251266+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:43.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:43 smithi118 bash[22172]: cluster 2024-03-26T21:10:42.251266+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:45.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:45 smithi119 bash[22161]: cluster 2024-03-26T21:10:44.251737+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:45.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:45 smithi118 bash[22172]: cluster 2024-03-26T21:10:44.251737+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:45.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:45 smithi069 bash[21554]: cluster 2024-03-26T21:10:44.251737+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:47.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:47 smithi069 bash[21554]: cluster 2024-03-26T21:10:46.252190+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:47.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:47 smithi069 bash[21554]: audit 2024-03-26T21:10:47.217982+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.119:0/1865543469' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5b12513-bc56-4c28-a639-783ab01b5f3f"}]: dispatch 2024-03-26T21:10:47.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:47 smithi069 bash[21554]: audit 2024-03-26T21:10:47.218448+0000 mon.a (mon.0) 533 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5b12513-bc56-4c28-a639-783ab01b5f3f"}]: dispatch 2024-03-26T21:10:47.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:47 smithi069 bash[21554]: audit 2024-03-26T21:10:47.221606+0000 mon.a (mon.0) 534 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e5b12513-bc56-4c28-a639-783ab01b5f3f"}]': finished 2024-03-26T21:10:47.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:47 smithi069 bash[21554]: cluster 2024-03-26T21:10:47.226473+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-26T21:10:47.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:47 smithi069 bash[21554]: audit 2024-03-26T21:10:47.226845+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T21:10:47.610 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:47 smithi118 bash[22172]: cluster 2024-03-26T21:10:46.252190+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:47.610 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:47 smithi118 bash[22172]: audit 2024-03-26T21:10:47.217982+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.119:0/1865543469' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5b12513-bc56-4c28-a639-783ab01b5f3f"}]: dispatch 2024-03-26T21:10:47.610 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:47 smithi118 bash[22172]: audit 2024-03-26T21:10:47.218448+0000 mon.a (mon.0) 533 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5b12513-bc56-4c28-a639-783ab01b5f3f"}]: dispatch 2024-03-26T21:10:47.610 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:47 smithi118 bash[22172]: audit 2024-03-26T21:10:47.221606+0000 mon.a (mon.0) 534 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e5b12513-bc56-4c28-a639-783ab01b5f3f"}]': finished 2024-03-26T21:10:47.610 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:47 smithi118 bash[22172]: cluster 2024-03-26T21:10:47.226473+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-26T21:10:47.610 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:47 smithi118 bash[22172]: audit 2024-03-26T21:10:47.226845+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T21:10:47.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:47 smithi119 bash[22161]: cluster 2024-03-26T21:10:46.252190+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:47.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:47 smithi119 bash[22161]: audit 2024-03-26T21:10:47.217982+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.119:0/1865543469' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5b12513-bc56-4c28-a639-783ab01b5f3f"}]: dispatch 2024-03-26T21:10:47.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:47 smithi119 bash[22161]: audit 2024-03-26T21:10:47.218448+0000 mon.a (mon.0) 533 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5b12513-bc56-4c28-a639-783ab01b5f3f"}]: dispatch 2024-03-26T21:10:47.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:47 smithi119 bash[22161]: audit 2024-03-26T21:10:47.221606+0000 mon.a (mon.0) 534 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e5b12513-bc56-4c28-a639-783ab01b5f3f"}]': finished 2024-03-26T21:10:47.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:47 smithi119 bash[22161]: cluster 2024-03-26T21:10:47.226473+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-26T21:10:47.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:47 smithi119 bash[22161]: audit 2024-03-26T21:10:47.226845+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T21:10:48.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:48 smithi069 bash[21554]: audit 2024-03-26T21:10:47.890226+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.119:0/1537367588' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T21:10:48.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:48 smithi119 bash[22161]: audit 2024-03-26T21:10:47.890226+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.119:0/1537367588' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T21:10:48.670 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:48 smithi118 bash[22172]: audit 2024-03-26T21:10:47.890226+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.119:0/1537367588' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T21:10:49.606 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:49 smithi118 bash[22172]: cluster 2024-03-26T21:10:48.252665+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:49.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:49 smithi069 bash[21554]: cluster 2024-03-26T21:10:48.252665+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:49.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:49 smithi119 bash[22161]: cluster 2024-03-26T21:10:48.252665+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:51.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:50 smithi118 bash[22172]: audit 2024-03-26T21:10:49.774095+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:51.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:50 smithi118 bash[22172]: audit 2024-03-26T21:10:49.784176+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:51.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:50 smithi118 bash[22172]: audit 2024-03-26T21:10:49.795722+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:51.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:50 smithi069 bash[21554]: audit 2024-03-26T21:10:49.774095+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:51.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:50 smithi069 bash[21554]: audit 2024-03-26T21:10:49.784176+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:51.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:50 smithi069 bash[21554]: audit 2024-03-26T21:10:49.795722+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:51.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:50 smithi119 bash[22161]: audit 2024-03-26T21:10:49.774095+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:51.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:50 smithi119 bash[22161]: audit 2024-03-26T21:10:49.784176+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:51.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:50 smithi119 bash[22161]: audit 2024-03-26T21:10:49.795722+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:52.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:51 smithi069 bash[21554]: cluster 2024-03-26T21:10:50.253122+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:52.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:51 smithi119 bash[22161]: cluster 2024-03-26T21:10:50.253122+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:52.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:51 smithi118 bash[22172]: cluster 2024-03-26T21:10:50.253122+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:53.885 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:53 smithi119 bash[22161]: cluster 2024-03-26T21:10:52.253670+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:54.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:53 smithi069 bash[21554]: cluster 2024-03-26T21:10:52.253670+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:54.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:53 smithi118 bash[22172]: cluster 2024-03-26T21:10:52.253670+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:56.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:55 smithi069 bash[21554]: cluster 2024-03-26T21:10:54.254141+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:56.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:55 smithi119 bash[22161]: cluster 2024-03-26T21:10:54.254141+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:56.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:55 smithi118 bash[22172]: cluster 2024-03-26T21:10:54.254141+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:58.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:57 smithi118 bash[22172]: cluster 2024-03-26T21:10:56.254639+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:58.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:57 smithi118 bash[22172]: audit 2024-03-26T21:10:56.778872+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:58.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:57 smithi118 bash[22172]: audit 2024-03-26T21:10:56.788924+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:58.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:57 smithi118 bash[22172]: audit 2024-03-26T21:10:56.799040+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:58.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:57 smithi069 bash[21554]: cluster 2024-03-26T21:10:56.254639+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:58.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:57 smithi069 bash[21554]: audit 2024-03-26T21:10:56.778872+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:58.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:57 smithi069 bash[21554]: audit 2024-03-26T21:10:56.788924+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:58.117 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:57 smithi069 bash[21554]: audit 2024-03-26T21:10:56.799040+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:58.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:57 smithi119 bash[22161]: cluster 2024-03-26T21:10:56.254639+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:58.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:57 smithi119 bash[22161]: audit 2024-03-26T21:10:56.778872+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:58.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:57 smithi119 bash[22161]: audit 2024-03-26T21:10:56.788924+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:58.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:57 smithi119 bash[22161]: audit 2024-03-26T21:10:56.799040+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:59.593 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:59 smithi119 bash[22161]: cluster 2024-03-26T21:10:58.255130+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:59.594 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:59 smithi119 bash[22161]: audit 2024-03-26T21:10:58.302790+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:59.594 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:59 smithi119 bash[22161]: audit 2024-03-26T21:10:58.310928+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:59.594 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:59 smithi119 bash[22161]: cephadm 2024-03-26T21:10:58.313973+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi119 2024-03-26T21:10:59.594 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:10:59 smithi119 bash[22161]: audit 2024-03-26T21:10:58.321206+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:59.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:59 smithi069 bash[21554]: cluster 2024-03-26T21:10:58.255130+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:59.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:59 smithi069 bash[21554]: audit 2024-03-26T21:10:58.302790+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:59.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:59 smithi069 bash[21554]: audit 2024-03-26T21:10:58.310928+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:59.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:59 smithi069 bash[21554]: cephadm 2024-03-26T21:10:58.313973+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi119 2024-03-26T21:10:59.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:10:59 smithi069 bash[21554]: audit 2024-03-26T21:10:58.321206+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:59.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:59 smithi118 bash[22172]: cluster 2024-03-26T21:10:58.255130+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:10:59.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:59 smithi118 bash[22172]: audit 2024-03-26T21:10:58.302790+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:59.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:59 smithi118 bash[22172]: audit 2024-03-26T21:10:58.310928+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:10:59.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:59 smithi118 bash[22172]: cephadm 2024-03-26T21:10:58.313973+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi119 2024-03-26T21:10:59.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:10:59 smithi118 bash[22172]: audit 2024-03-26T21:10:58.321206+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:00.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:00 smithi069 bash[21554]: audit 2024-03-26T21:11:00.053978+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-26T21:11:00.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:00 smithi069 bash[21554]: audit 2024-03-26T21:11:00.055864+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:11:00.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:00 smithi119 bash[22161]: audit 2024-03-26T21:11:00.053978+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-26T21:11:00.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:00 smithi119 bash[22161]: audit 2024-03-26T21:11:00.055864+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:11:00.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:00 smithi118 bash[22172]: audit 2024-03-26T21:11:00.053978+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-26T21:11:00.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:00 smithi118 bash[22172]: audit 2024-03-26T21:11:00.055864+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:11:01.567 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:01 smithi119 bash[22161]: cephadm 2024-03-26T21:11:00.057541+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Deploying daemon osd.2 on smithi119 2024-03-26T21:11:01.567 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:01 smithi119 bash[22161]: cluster 2024-03-26T21:11:00.255554+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:01.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:01 smithi069 bash[21554]: cephadm 2024-03-26T21:11:00.057541+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Deploying daemon osd.2 on smithi119 2024-03-26T21:11:01.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:01 smithi069 bash[21554]: cluster 2024-03-26T21:11:00.255554+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:01.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:01 smithi118 bash[22172]: cephadm 2024-03-26T21:11:00.057541+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Deploying daemon osd.2 on smithi119 2024-03-26T21:11:01.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:01 smithi118 bash[22172]: cluster 2024-03-26T21:11:00.255554+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:03.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:03 smithi069 bash[21554]: cluster 2024-03-26T21:11:02.256051+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:03.637 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:03 smithi119 bash[22161]: cluster 2024-03-26T21:11:02.256051+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:03.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:03 smithi118 bash[22172]: cluster 2024-03-26T21:11:02.256051+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:04.156 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:04 smithi119 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:11:04.425 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:04 smithi119 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:11:05.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:05 smithi119 bash[22161]: cluster 2024-03-26T21:11:04.256515+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:05.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:05 smithi119 bash[22161]: audit 2024-03-26T21:11:04.435443+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:05.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:05 smithi119 bash[22161]: audit 2024-03-26T21:11:04.443433+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:05.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:05 smithi119 bash[22161]: audit 2024-03-26T21:11:04.478917+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:11:05.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:05 smithi119 bash[22161]: audit 2024-03-26T21:11:04.489160+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:11:05.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:05 smithi119 bash[22161]: audit 2024-03-26T21:11:04.490911+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:11:05.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:05 smithi119 bash[22161]: audit 2024-03-26T21:11:04.503047+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:05.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:05 smithi118 bash[22172]: cluster 2024-03-26T21:11:04.256515+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:05.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:05 smithi118 bash[22172]: audit 2024-03-26T21:11:04.435443+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:05.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:05 smithi118 bash[22172]: audit 2024-03-26T21:11:04.443433+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:05.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:05 smithi118 bash[22172]: audit 2024-03-26T21:11:04.478917+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:11:05.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:05 smithi118 bash[22172]: audit 2024-03-26T21:11:04.489160+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:11:05.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:05 smithi118 bash[22172]: audit 2024-03-26T21:11:04.490911+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:11:05.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:05 smithi118 bash[22172]: audit 2024-03-26T21:11:04.503047+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:05.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:05 smithi069 bash[21554]: cluster 2024-03-26T21:11:04.256515+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:05.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:05 smithi069 bash[21554]: audit 2024-03-26T21:11:04.435443+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:05.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:05 smithi069 bash[21554]: audit 2024-03-26T21:11:04.443433+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:05.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:05 smithi069 bash[21554]: audit 2024-03-26T21:11:04.478917+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:11:05.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:05 smithi069 bash[21554]: audit 2024-03-26T21:11:04.489160+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:11:05.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:05 smithi069 bash[21554]: audit 2024-03-26T21:11:04.490911+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:11:05.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:05 smithi069 bash[21554]: audit 2024-03-26T21:11:04.503047+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:07.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:07 smithi119 bash[22161]: cluster 2024-03-26T21:11:06.256862+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:07.700 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:07 smithi069 bash[21554]: cluster 2024-03-26T21:11:06.256862+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:07.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:07 smithi118 bash[22172]: cluster 2024-03-26T21:11:06.256862+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:09.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:09 smithi118 bash[22172]: cluster 2024-03-26T21:11:08.257283+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:09.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:09 smithi069 bash[21554]: cluster 2024-03-26T21:11:08.257283+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:09.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:09 smithi119 bash[22161]: cluster 2024-03-26T21:11:08.257283+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:11.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:10 smithi118 bash[22172]: audit 2024-03-26T21:11:09.997958+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:11.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:10 smithi118 bash[22172]: audit 2024-03-26T21:11:10.006918+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:11.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:10 smithi118 bash[22172]: audit 2024-03-26T21:11:10.017448+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:11.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:10 smithi118 bash[22172]: cluster 2024-03-26T21:11:10.257741+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:11.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:10 smithi118 bash[22172]: audit 2024-03-26T21:11:10.849129+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.119:6800/3218084711,v1:172.21.15.119:6801/3218084711]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T21:11:11.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:10 smithi118 bash[22172]: audit 2024-03-26T21:11:10.849747+0000 mon.a (mon.0) 557 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T21:11:11.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:10 smithi069 bash[21554]: audit 2024-03-26T21:11:09.997958+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:11.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:10 smithi069 bash[21554]: audit 2024-03-26T21:11:10.006918+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:11.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:10 smithi069 bash[21554]: audit 2024-03-26T21:11:10.017448+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:11.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:10 smithi069 bash[21554]: cluster 2024-03-26T21:11:10.257741+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:11.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:10 smithi069 bash[21554]: audit 2024-03-26T21:11:10.849129+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.119:6800/3218084711,v1:172.21.15.119:6801/3218084711]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T21:11:11.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:10 smithi069 bash[21554]: audit 2024-03-26T21:11:10.849747+0000 mon.a (mon.0) 557 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T21:11:11.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:10 smithi119 bash[22161]: audit 2024-03-26T21:11:09.997958+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:11.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:10 smithi119 bash[22161]: audit 2024-03-26T21:11:10.006918+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:11.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:10 smithi119 bash[22161]: audit 2024-03-26T21:11:10.017448+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:11.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:10 smithi119 bash[22161]: cluster 2024-03-26T21:11:10.257741+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:11.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:10 smithi119 bash[22161]: audit 2024-03-26T21:11:10.849129+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.119:6800/3218084711,v1:172.21.15.119:6801/3218084711]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T21:11:11.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:10 smithi119 bash[22161]: audit 2024-03-26T21:11:10.849747+0000 mon.a (mon.0) 557 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T21:11:12.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:12 smithi118 bash[22172]: audit 2024-03-26T21:11:11.021268+0000 mon.a (mon.0) 558 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-26T21:11:12.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:12 smithi118 bash[22172]: cluster 2024-03-26T21:11:11.026273+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-26T21:11:12.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:12 smithi118 bash[22172]: audit 2024-03-26T21:11:11.026734+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.119:6800/3218084711,v1:172.21.15.119:6801/3218084711]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2024-03-26T21:11:12.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:12 smithi118 bash[22172]: audit 2024-03-26T21:11:11.026767+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T21:11:12.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:12 smithi118 bash[22172]: audit 2024-03-26T21:11:11.027512+0000 mon.a (mon.0) 561 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2024-03-26T21:11:12.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:12 smithi069 bash[21554]: audit 2024-03-26T21:11:11.021268+0000 mon.a (mon.0) 558 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-26T21:11:12.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:12 smithi069 bash[21554]: cluster 2024-03-26T21:11:11.026273+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-26T21:11:12.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:12 smithi069 bash[21554]: audit 2024-03-26T21:11:11.026734+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.119:6800/3218084711,v1:172.21.15.119:6801/3218084711]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2024-03-26T21:11:12.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:12 smithi069 bash[21554]: audit 2024-03-26T21:11:11.026767+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T21:11:12.367 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:12 smithi069 bash[21554]: audit 2024-03-26T21:11:11.027512+0000 mon.a (mon.0) 561 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2024-03-26T21:11:12.387 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:12 smithi119 bash[22161]: audit 2024-03-26T21:11:11.021268+0000 mon.a (mon.0) 558 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-26T21:11:12.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:12 smithi119 bash[22161]: cluster 2024-03-26T21:11:11.026273+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-26T21:11:12.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:12 smithi119 bash[22161]: audit 2024-03-26T21:11:11.026734+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.119:6800/3218084711,v1:172.21.15.119:6801/3218084711]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2024-03-26T21:11:12.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:12 smithi119 bash[22161]: audit 2024-03-26T21:11:11.026767+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T21:11:12.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:12 smithi119 bash[22161]: audit 2024-03-26T21:11:11.027512+0000 mon.a (mon.0) 561 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2024-03-26T21:11:13.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:13 smithi118 bash[22172]: audit 2024-03-26T21:11:12.023807+0000 mon.a (mon.0) 562 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]': finished 2024-03-26T21:11:13.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:13 smithi118 bash[22172]: cluster 2024-03-26T21:11:12.031240+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-26T21:11:13.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:13 smithi118 bash[22172]: audit 2024-03-26T21:11:12.032437+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T21:11:13.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:13 smithi118 bash[22172]: cluster 2024-03-26T21:11:12.258134+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:13.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:13 smithi118 bash[22172]: audit 2024-03-26T21:11:12.501166+0000 mon.a (mon.0) 565 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-26T21:11:13.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:13 smithi118 bash[22172]: audit 2024-03-26T21:11:13.032612+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T21:11:13.294 INFO:teuthology.orchestra.run.smithi119.stdout:Created osd(s) 2 on host 'smithi119' 2024-03-26T21:11:13.311 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:13 smithi119 bash[22161]: audit 2024-03-26T21:11:12.023807+0000 mon.a (mon.0) 562 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]': finished 2024-03-26T21:11:13.311 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:13 smithi119 bash[22161]: cluster 2024-03-26T21:11:12.031240+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-26T21:11:13.311 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:13 smithi119 bash[22161]: audit 2024-03-26T21:11:12.032437+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T21:11:13.311 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:13 smithi119 bash[22161]: cluster 2024-03-26T21:11:12.258134+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:13.311 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:13 smithi119 bash[22161]: audit 2024-03-26T21:11:12.501166+0000 mon.a (mon.0) 565 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-26T21:11:13.311 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:13 smithi119 bash[22161]: audit 2024-03-26T21:11:13.032612+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T21:11:13.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:13 smithi069 bash[21554]: audit 2024-03-26T21:11:12.023807+0000 mon.a (mon.0) 562 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]': finished 2024-03-26T21:11:13.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:13 smithi069 bash[21554]: cluster 2024-03-26T21:11:12.031240+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-26T21:11:13.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:13 smithi069 bash[21554]: audit 2024-03-26T21:11:12.032437+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T21:11:13.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:13 smithi069 bash[21554]: cluster 2024-03-26T21:11:12.258134+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-26T21:11:13.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:13 smithi069 bash[21554]: audit 2024-03-26T21:11:12.501166+0000 mon.a (mon.0) 565 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-26T21:11:13.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:13 smithi069 bash[21554]: audit 2024-03-26T21:11:13.032612+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T21:11:14.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:14 smithi119 bash[22161]: cluster 2024-03-26T21:11:11.800469+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T21:11:14.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:14 smithi119 bash[22161]: cluster 2024-03-26T21:11:11.800617+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T21:11:14.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:14 smithi119 bash[22161]: audit 2024-03-26T21:11:13.250856+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:14.388 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:14 smithi119 bash[22161]: audit 2024-03-26T21:11:13.251583+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:11:14.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:14 smithi119 bash[22161]: audit 2024-03-26T21:11:13.260186+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:14.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:14 smithi119 bash[22161]: audit 2024-03-26T21:11:13.260964+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:11:14.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:14 smithi119 bash[22161]: cephadm 2024-03-26T21:11:13.262314+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Adjusting osd_memory_target on smithi119 to 20337M 2024-03-26T21:11:14.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:14 smithi119 bash[22161]: audit 2024-03-26T21:11:13.268343+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:14.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:14 smithi119 bash[22161]: audit 2024-03-26T21:11:13.272449+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:11:14.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:14 smithi119 bash[22161]: audit 2024-03-26T21:11:13.274072+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:11:14.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:14 smithi119 bash[22161]: audit 2024-03-26T21:11:13.284721+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:14.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:14 smithi119 bash[22161]: cluster 2024-03-26T21:11:13.508549+0000 mon.a (mon.0) 575 : cluster [INF] osd.2 [v2:172.21.15.119:6800/3218084711,v1:172.21.15.119:6801/3218084711] boot 2024-03-26T21:11:14.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:14 smithi119 bash[22161]: cluster 2024-03-26T21:11:13.508626+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-26T21:11:14.389 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:14 smithi119 bash[22161]: audit 2024-03-26T21:11:13.508891+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T21:11:14.508 DEBUG:teuthology.orchestra.run.smithi119:osd.2> sudo journalctl -f -n 0 -u ceph-62808a52-ebb4-11ee-95d0-87774f69a715@osd.2.service 2024-03-26T21:11:14.510 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-03-26T21:11:14.511 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph osd stat -f json 2024-03-26T21:11:14.522 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:14 smithi069 bash[21554]: cluster 2024-03-26T21:11:11.800469+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T21:11:14.522 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:14 smithi069 bash[21554]: cluster 2024-03-26T21:11:11.800617+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T21:11:14.522 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:14 smithi069 bash[21554]: audit 2024-03-26T21:11:13.250856+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:14.522 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:14 smithi069 bash[21554]: audit 2024-03-26T21:11:13.251583+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:11:14.522 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:14 smithi069 bash[21554]: audit 2024-03-26T21:11:13.260186+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:14.522 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:14 smithi069 bash[21554]: audit 2024-03-26T21:11:13.260964+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:11:14.522 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:14 smithi069 bash[21554]: cephadm 2024-03-26T21:11:13.262314+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Adjusting osd_memory_target on smithi119 to 20337M 2024-03-26T21:11:14.522 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:14 smithi069 bash[21554]: audit 2024-03-26T21:11:13.268343+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:14.522 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:14 smithi069 bash[21554]: audit 2024-03-26T21:11:13.272449+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:11:14.522 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:14 smithi069 bash[21554]: audit 2024-03-26T21:11:13.274072+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:11:14.522 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:14 smithi069 bash[21554]: audit 2024-03-26T21:11:13.284721+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:14.523 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:14 smithi069 bash[21554]: cluster 2024-03-26T21:11:13.508549+0000 mon.a (mon.0) 575 : cluster [INF] osd.2 [v2:172.21.15.119:6800/3218084711,v1:172.21.15.119:6801/3218084711] boot 2024-03-26T21:11:14.523 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:14 smithi069 bash[21554]: cluster 2024-03-26T21:11:13.508626+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-26T21:11:14.523 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:14 smithi069 bash[21554]: audit 2024-03-26T21:11:13.508891+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T21:11:14.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:14 smithi118 bash[22172]: cluster 2024-03-26T21:11:11.800469+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T21:11:14.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:14 smithi118 bash[22172]: cluster 2024-03-26T21:11:11.800617+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T21:11:14.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:14 smithi118 bash[22172]: audit 2024-03-26T21:11:13.250856+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:14.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:14 smithi118 bash[22172]: audit 2024-03-26T21:11:13.251583+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:11:14.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:14 smithi118 bash[22172]: audit 2024-03-26T21:11:13.260186+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:14.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:14 smithi118 bash[22172]: audit 2024-03-26T21:11:13.260964+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:11:14.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:14 smithi118 bash[22172]: cephadm 2024-03-26T21:11:13.262314+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Adjusting osd_memory_target on smithi119 to 20337M 2024-03-26T21:11:14.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:14 smithi118 bash[22172]: audit 2024-03-26T21:11:13.268343+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:14.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:14 smithi118 bash[22172]: audit 2024-03-26T21:11:13.272449+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:11:14.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:14 smithi118 bash[22172]: audit 2024-03-26T21:11:13.274072+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:11:14.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:14 smithi118 bash[22172]: audit 2024-03-26T21:11:13.284721+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:14.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:14 smithi118 bash[22172]: cluster 2024-03-26T21:11:13.508549+0000 mon.a (mon.0) 575 : cluster [INF] osd.2 [v2:172.21.15.119:6800/3218084711,v1:172.21.15.119:6801/3218084711] boot 2024-03-26T21:11:14.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:14 smithi118 bash[22172]: cluster 2024-03-26T21:11:13.508626+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-26T21:11:14.539 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:14 smithi118 bash[22172]: audit 2024-03-26T21:11:13.508891+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T21:11:15.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:15 smithi118 bash[22172]: cluster 2024-03-26T21:11:14.258550+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:15.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:15 smithi118 bash[22172]: cluster 2024-03-26T21:11:14.511610+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-26T21:11:15.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:15 smithi118 bash[22172]: audit 2024-03-26T21:11:15.082517+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' 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-26T21:11:15.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:15 smithi069 bash[21554]: cluster 2024-03-26T21:11:14.258550+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:15.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:15 smithi069 bash[21554]: cluster 2024-03-26T21:11:14.511610+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-26T21:11:15.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:15 smithi069 bash[21554]: audit 2024-03-26T21:11:15.082517+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' 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-26T21:11:15.888 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:15 smithi119 bash[22161]: cluster 2024-03-26T21:11:14.258550+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:15.888 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:15 smithi119 bash[22161]: cluster 2024-03-26T21:11:14.511610+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-26T21:11:15.888 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:15 smithi119 bash[22161]: audit 2024-03-26T21:11:15.082517+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' 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-26T21:11:16.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:16 smithi118 bash[22172]: audit 2024-03-26T21:11:15.518592+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' 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-26T21:11:16.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:16 smithi118 bash[22172]: cluster 2024-03-26T21:11:15.525693+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-26T21:11:16.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:16 smithi118 bash[22172]: audit 2024-03-26T21:11:15.527682+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-26T21:11:16.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:16 smithi069 bash[21554]: audit 2024-03-26T21:11:15.518592+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' 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-26T21:11:16.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:16 smithi069 bash[21554]: cluster 2024-03-26T21:11:15.525693+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-26T21:11:16.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:16 smithi069 bash[21554]: audit 2024-03-26T21:11:15.527682+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-26T21:11:16.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:16 smithi119 bash[22161]: audit 2024-03-26T21:11:15.518592+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' 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-26T21:11:16.888 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:16 smithi119 bash[22161]: cluster 2024-03-26T21:11:15.525693+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-26T21:11:16.888 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:16 smithi119 bash[22161]: audit 2024-03-26T21:11:15.527682+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-26T21:11:17.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: cluster 2024-03-26T21:11:16.259232+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:17.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: cluster 2024-03-26T21:11:16.518483+0000 mon.a (mon.0) 583 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-26T21:11:17.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:16.528763+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-26T21:11:17.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: cluster 2024-03-26T21:11:16.538489+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-26T21:11:17.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:16.844282+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:17.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:16.937215+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:17.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:16.941782+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:17.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:16.946990+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:17.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:16.952491+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:17.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:17.039866+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:17.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:17.042481+0000 mon.a (mon.0) 592 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T21:11:17.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:17.094540+0000 mon.a (mon.0) 593 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T21:11:17.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:17.095474+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:11:17.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:17.095835+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:11:17.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:17.096030+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:11:17.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:17.098666+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:11:17.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:17.098708+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T21:11:17.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:17.098944+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:11:17.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:17.099197+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:11:17.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:17.141039+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T21:11:17.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:17.144356+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T21:11:17.791 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:17.144405+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:11:17.791 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:17.144788+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:11:17.791 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:17.145108+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:11:17.791 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:17 smithi118 bash[22172]: audit 2024-03-26T21:11:17.199386+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T21:11:17.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: cluster 2024-03-26T21:11:16.259232+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:17.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: cluster 2024-03-26T21:11:16.518483+0000 mon.a (mon.0) 583 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-26T21:11:17.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:16.528763+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-26T21:11:17.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: cluster 2024-03-26T21:11:16.538489+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-26T21:11:17.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:16.844282+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:17.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:16.937215+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:17.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:16.941782+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:17.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:16.946990+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:17.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:16.952491+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:17.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:17.039866+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:17.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:17.042481+0000 mon.a (mon.0) 592 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T21:11:17.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:17.094540+0000 mon.a (mon.0) 593 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T21:11:17.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:17.095474+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:11:17.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:17.095835+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:11:17.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:17.096030+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:11:17.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:17.098666+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:11:17.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:17.098708+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T21:11:17.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:17.098944+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:11:17.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:17.099197+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:11:17.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:17.141039+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T21:11:17.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:17.144356+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T21:11:17.869 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:17.144405+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:11:17.869 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:17.144788+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:11:17.869 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:17.145108+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:11:17.869 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:17 smithi069 bash[21554]: audit 2024-03-26T21:11:17.199386+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T21:11:17.888 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: cluster 2024-03-26T21:11:16.259232+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:17.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: cluster 2024-03-26T21:11:16.518483+0000 mon.a (mon.0) 583 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-26T21:11:17.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:16.528763+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-26T21:11:17.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: cluster 2024-03-26T21:11:16.538489+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-26T21:11:17.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:16.844282+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:17.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:16.937215+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:17.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:16.941782+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:17.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:16.946990+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:17.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:16.952491+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:17.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:17.039866+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:17.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:17.042481+0000 mon.a (mon.0) 592 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T21:11:17.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:17.094540+0000 mon.a (mon.0) 593 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T21:11:17.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:17.095474+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:11:17.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:17.095835+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:11:17.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:17.096030+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:11:17.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:17.098666+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:11:17.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:17.098708+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T21:11:17.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:17.098944+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:11:17.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:17.099197+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:11:17.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:17.141039+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T21:11:17.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:17.144356+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T21:11:17.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:17.144405+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:11:17.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:17.144788+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:11:17.891 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:17.145108+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:11:17.891 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:17 smithi119 bash[22161]: audit 2024-03-26T21:11:17.199386+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T21:11:18.382 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:11:18.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:18 smithi118 bash[22172]: cluster 2024-03-26T21:11:17.538877+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-26T21:11:18.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:18 smithi118 bash[22172]: cluster 2024-03-26T21:11:18.052752+0000 mon.a (mon.0) 604 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-26T21:11:18.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:18 smithi118 bash[22172]: audit 2024-03-26T21:11:18.520643+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:18.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:18 smithi118 bash[22172]: audit 2024-03-26T21:11:18.528809+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:18.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:18 smithi118 bash[22172]: audit 2024-03-26T21:11:18.540384+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:18.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:18 smithi069 bash[21554]: cluster 2024-03-26T21:11:17.538877+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-26T21:11:18.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:18 smithi069 bash[21554]: cluster 2024-03-26T21:11:18.052752+0000 mon.a (mon.0) 604 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-26T21:11:18.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:18 smithi069 bash[21554]: audit 2024-03-26T21:11:18.520643+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:18.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:18 smithi069 bash[21554]: audit 2024-03-26T21:11:18.528809+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:18.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:18 smithi069 bash[21554]: audit 2024-03-26T21:11:18.540384+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:18.888 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:18 smithi119 bash[22161]: cluster 2024-03-26T21:11:17.538877+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-26T21:11:18.888 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:18 smithi119 bash[22161]: cluster 2024-03-26T21:11:18.052752+0000 mon.a (mon.0) 604 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-26T21:11:18.888 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:18 smithi119 bash[22161]: audit 2024-03-26T21:11:18.520643+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:18.888 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:18 smithi119 bash[22161]: audit 2024-03-26T21:11:18.528809+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:18.888 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:18 smithi119 bash[22161]: audit 2024-03-26T21:11:18.540384+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:19.730 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:19 smithi069 bash[21554]: cluster 2024-03-26T21:11:18.259722+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:19.730 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:19 smithi069 bash[21554]: audit 2024-03-26T21:11:18.566937+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:11:19.730 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:19 smithi069 bash[21554]: audit 2024-03-26T21:11:18.572334+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:11:19.730 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:19 smithi069 bash[21554]: audit 2024-03-26T21:11:18.574104+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:11:19.730 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:19 smithi069 bash[21554]: cluster 2024-03-26T21:11:18.578024+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:19.730 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:19 smithi069 bash[21554]: audit 2024-03-26T21:11:18.584735+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:19.731 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:19 smithi069 bash[21554]: cluster 2024-03-26T21:11:19.040785+0000 mon.a (mon.0) 612 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T21:11:19.731 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:19 smithi069 bash[21554]: cluster 2024-03-26T21:11:19.040843+0000 mon.a (mon.0) 613 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-26T21:11:19.888 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:19 smithi119 bash[22161]: cluster 2024-03-26T21:11:18.259722+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:19.888 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:19 smithi119 bash[22161]: audit 2024-03-26T21:11:18.566937+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:11:19.888 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:19 smithi119 bash[22161]: audit 2024-03-26T21:11:18.572334+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:11:19.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:19 smithi119 bash[22161]: audit 2024-03-26T21:11:18.574104+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:11:19.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:19 smithi119 bash[22161]: cluster 2024-03-26T21:11:18.578024+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:19.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:19 smithi119 bash[22161]: audit 2024-03-26T21:11:18.584735+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:19.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:19 smithi119 bash[22161]: cluster 2024-03-26T21:11:19.040785+0000 mon.a (mon.0) 612 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T21:11:19.889 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:19 smithi119 bash[22161]: cluster 2024-03-26T21:11:19.040843+0000 mon.a (mon.0) 613 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-26T21:11:20.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:19 smithi118 bash[22172]: cluster 2024-03-26T21:11:18.259722+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:20.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:19 smithi118 bash[22172]: audit 2024-03-26T21:11:18.566937+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:11:20.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:19 smithi118 bash[22172]: audit 2024-03-26T21:11:18.572334+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:11:20.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:19 smithi118 bash[22172]: audit 2024-03-26T21:11:18.574104+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:11:20.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:19 smithi118 bash[22172]: cluster 2024-03-26T21:11:18.578024+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:20.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:19 smithi118 bash[22172]: audit 2024-03-26T21:11:18.584735+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:20.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:19 smithi118 bash[22172]: cluster 2024-03-26T21:11:19.040785+0000 mon.a (mon.0) 612 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T21:11:20.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:19 smithi118 bash[22172]: cluster 2024-03-26T21:11:19.040843+0000 mon.a (mon.0) 613 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-26T21:11:21.185 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:11:21.847 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":22,"num_osds":3,"num_up_osds":3,"osd_up_since":1711487473,"num_in_osds":3,"osd_in_since":1711487447,"num_remapped_pgs":0} 2024-03-26T21:11:21.847 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph osd dump --format=json 2024-03-26T21:11:21.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:21 smithi119 bash[22161]: cluster 2024-03-26T21:11:20.578575+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:21.888 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:21 smithi119 bash[22161]: audit 2024-03-26T21:11:21.193572+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.69:0/2893931563' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T21:11:22.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:21 smithi118 bash[22172]: cluster 2024-03-26T21:11:20.578575+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:22.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:21 smithi118 bash[22172]: audit 2024-03-26T21:11:21.193572+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.69:0/2893931563' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T21:11:22.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:21 smithi069 bash[21554]: cluster 2024-03-26T21:11:20.578575+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:22.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:21 smithi069 bash[21554]: audit 2024-03-26T21:11:21.193572+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.69:0/2893931563' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T21:11:23.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:23 smithi119 bash[22161]: cluster 2024-03-26T21:11:22.579184+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:24.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:23 smithi118 bash[22172]: cluster 2024-03-26T21:11:22.579184+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:24.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:23 smithi069 bash[21554]: cluster 2024-03-26T21:11:22.579184+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:26.027 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:25 smithi069 bash[21554]: cluster 2024-03-26T21:11:24.579586+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:26.027 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:25 smithi069 bash[21554]: audit 2024-03-26T21:11:24.713901+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:26.028 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:25 smithi069 bash[21554]: audit 2024-03-26T21:11:24.722261+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:26.028 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:25 smithi069 bash[21554]: audit 2024-03-26T21:11:24.732475+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:26.028 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:25 smithi069 bash[21554]: audit 2024-03-26T21:11:24.772805+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:11:26.028 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:25 smithi069 bash[21554]: audit 2024-03-26T21:11:24.778670+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:11:26.028 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:25 smithi069 bash[21554]: audit 2024-03-26T21:11:24.780439+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:11:26.028 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:25 smithi069 bash[21554]: cluster 2024-03-26T21:11:24.783985+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:26.028 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:25 smithi069 bash[21554]: audit 2024-03-26T21:11:24.790689+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:26.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:25 smithi118 bash[22172]: cluster 2024-03-26T21:11:24.579586+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:26.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:25 smithi118 bash[22172]: audit 2024-03-26T21:11:24.713901+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:26.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:25 smithi118 bash[22172]: audit 2024-03-26T21:11:24.722261+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:26.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:25 smithi118 bash[22172]: audit 2024-03-26T21:11:24.732475+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:26.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:25 smithi118 bash[22172]: audit 2024-03-26T21:11:24.772805+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:11:26.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:25 smithi118 bash[22172]: audit 2024-03-26T21:11:24.778670+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:11:26.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:25 smithi118 bash[22172]: audit 2024-03-26T21:11:24.780439+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:11:26.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:25 smithi118 bash[22172]: cluster 2024-03-26T21:11:24.783985+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:26.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:25 smithi118 bash[22172]: audit 2024-03-26T21:11:24.790689+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:26.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:25 smithi119 bash[22161]: cluster 2024-03-26T21:11:24.579586+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:26.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:25 smithi119 bash[22161]: audit 2024-03-26T21:11:24.713901+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:26.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:25 smithi119 bash[22161]: audit 2024-03-26T21:11:24.722261+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:26.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:25 smithi119 bash[22161]: audit 2024-03-26T21:11:24.732475+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:26.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:25 smithi119 bash[22161]: audit 2024-03-26T21:11:24.772805+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:11:26.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:25 smithi119 bash[22161]: audit 2024-03-26T21:11:24.778670+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:11:26.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:25 smithi119 bash[22161]: audit 2024-03-26T21:11:24.780439+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:11:26.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:25 smithi119 bash[22161]: cluster 2024-03-26T21:11:24.783985+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:26.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:25 smithi119 bash[22161]: audit 2024-03-26T21:11:24.790689+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:26.567 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:11:26.964 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:26 smithi118 bash[22172]: cluster 2024-03-26T21:11:25.728872+0000 mon.a (mon.0) 622 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T21:11:26.964 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:26 smithi118 bash[22172]: cluster 2024-03-26T21:11:25.728922+0000 mon.a (mon.0) 623 : cluster [INF] Cluster is now healthy 2024-03-26T21:11:27.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:26 smithi069 bash[21554]: cluster 2024-03-26T21:11:25.728872+0000 mon.a (mon.0) 622 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T21:11:27.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:26 smithi069 bash[21554]: cluster 2024-03-26T21:11:25.728922+0000 mon.a (mon.0) 623 : cluster [INF] Cluster is now healthy 2024-03-26T21:11:27.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:26 smithi119 bash[22161]: cluster 2024-03-26T21:11:25.728872+0000 mon.a (mon.0) 622 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T21:11:27.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:26 smithi119 bash[22161]: cluster 2024-03-26T21:11:25.728922+0000 mon.a (mon.0) 623 : cluster [INF] Cluster is now healthy 2024-03-26T21:11:28.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:27 smithi118 bash[22172]: cluster 2024-03-26T21:11:26.784492+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:28.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:27 smithi069 bash[21554]: cluster 2024-03-26T21:11:26.784492+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:28.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:27 smithi119 bash[22161]: cluster 2024-03-26T21:11:26.784492+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:29.968 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:11:29.968 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":22,"fsid":"62808a52-ebb4-11ee-95d0-87774f69a715","created":"2024-03-26T21:05:26.719785+0000","modified":"2024-03-26T21:11:17.528776+0000","last_up_change":"2024-03-26T21:11:13.497240+0000","last_in_change":"2024-03-26T21:10:47.219348+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-26T21:11:15.089222+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"e0edd35c-5e5c-4cad-8653-ea5499f43fec","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.69:6802","nonce":3132770527},{"type":"v1","addr":"172.21.15.69:6803","nonce":3132770527}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6804","nonce":3132770527},{"type":"v1","addr":"172.21.15.69:6805","nonce":3132770527}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6808","nonce":3132770527},{"type":"v1","addr":"172.21.15.69:6809","nonce":3132770527}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6806","nonce":3132770527},{"type":"v1","addr":"172.21.15.69:6807","nonce":3132770527}]},"public_addr":"172.21.15.69:6803/3132770527","cluster_addr":"172.21.15.69:6805/3132770527","heartbeat_back_addr":"172.21.15.69:6809/3132770527","heartbeat_front_addr":"172.21.15.69:6807/3132770527","state":["exists","up"]},{"osd":1,"uuid":"2bdbb9cc-686d-4bcf-bd5d-d101aea2e384","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6800","nonce":3442246286},{"type":"v1","addr":"172.21.15.118:6801","nonce":3442246286}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3442246286},{"type":"v1","addr":"172.21.15.118:6803","nonce":3442246286}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3442246286},{"type":"v1","addr":"172.21.15.118:6807","nonce":3442246286}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3442246286},{"type":"v1","addr":"172.21.15.118:6805","nonce":3442246286}]},"public_addr":"172.21.15.118:6801/3442246286","cluster_addr":"172.21.15.118:6803/3442246286","heartbeat_back_addr":"172.21.15.118:6807/3442246286","heartbeat_front_addr":"172.21.15.118:6805/3442246286","state":["exists","up"]},{"osd":2,"uuid":"e5b12513-bc56-4c28-a639-783ab01b5f3f","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.119:6800","nonce":3218084711},{"type":"v1","addr":"172.21.15.119:6801","nonce":3218084711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6802","nonce":3218084711},{"type":"v1","addr":"172.21.15.119:6803","nonce":3218084711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6806","nonce":3218084711},{"type":"v1","addr":"172.21.15.119:6807","nonce":3218084711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6804","nonce":3218084711},{"type":"v1","addr":"172.21.15.119:6805","nonce":3218084711}]},"public_addr":"172.21.15.119:6801/3218084711","cluster_addr":"172.21.15.119:6803/3218084711","heartbeat_back_addr":"172.21.15.119:6807/3218084711","heartbeat_front_addr":"172.21.15.119:6805/3218084711","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-26T21:09:27.481519+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-26T21:10:23.040689+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-26T21:11:11.800624+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.69:6801/1028637904":"2024-03-27T21:06:32.864248+0000","172.21.15.69:0/950208329":"2024-03-27T21:06:32.864248+0000","172.21.15.69:0/3463392549":"2024-03-27T21:05:58.353219+0000","172.21.15.69:6800/2882536685":"2024-03-27T21:05:58.353219+0000","172.21.15.69:0/1706639103":"2024-03-27T21:05:58.353219+0000","172.21.15.69:0/342126719":"2024-03-27T21:06:32.864248+0000","172.21.15.69:6801/2882536685":"2024-03-27T21:05:58.353219+0000","172.21.15.69:6800/1028637904":"2024-03-27T21:06:32.864248+0000","172.21.15.69:0/2495370499":"2024-03-27T21:05:58.353219+0000","172.21.15.69:0/828483626":"2024-03-27T21:06:32.864248+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-26T21:11:30.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:29 smithi069 bash[21554]: cluster 2024-03-26T21:11:28.785022+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:30.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:29 smithi119 bash[22161]: cluster 2024-03-26T21:11:28.785022+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:30.230 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:29 smithi118 bash[22172]: cluster 2024-03-26T21:11:28.785022+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:30.823 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-26T21:11:15.089222+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-03-26T21:11:30.824 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-26T21:11:31.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:30 smithi069 bash[21554]: audit 2024-03-26T21:11:29.975531+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.69:0/316361016' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T21:11:31.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:30 smithi069 bash[21554]: audit 2024-03-26T21:11:30.216995+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:31.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:30 smithi069 bash[21554]: audit 2024-03-26T21:11:30.228690+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:31.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:30 smithi069 bash[21554]: audit 2024-03-26T21:11:30.236993+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:31.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:30 smithi119 bash[22161]: audit 2024-03-26T21:11:29.975531+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.69:0/316361016' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T21:11:31.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:30 smithi119 bash[22161]: audit 2024-03-26T21:11:30.216995+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:31.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:30 smithi119 bash[22161]: audit 2024-03-26T21:11:30.228690+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:31.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:30 smithi119 bash[22161]: audit 2024-03-26T21:11:30.236993+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:31.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:30 smithi118 bash[22172]: audit 2024-03-26T21:11:29.975531+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.69:0/316361016' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T21:11:31.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:30 smithi118 bash[22172]: audit 2024-03-26T21:11:30.216995+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:31.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:30 smithi118 bash[22172]: audit 2024-03-26T21:11:30.228690+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:31.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:30 smithi118 bash[22172]: audit 2024-03-26T21:11:30.236993+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:32.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:31 smithi069 bash[21554]: cluster 2024-03-26T21:11:30.785525+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:32.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:31 smithi119 bash[22161]: cluster 2024-03-26T21:11:30.785525+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:32.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:31 smithi118 bash[22172]: cluster 2024-03-26T21:11:30.785525+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:34.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:33 smithi069 bash[21554]: cluster 2024-03-26T21:11:32.786052+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:34.246 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:33 smithi119 bash[22161]: cluster 2024-03-26T21:11:32.786052+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:34.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:33 smithi118 bash[22172]: cluster 2024-03-26T21:11:32.786052+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:35.549 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:11:35.890 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:35 smithi119 bash[22161]: cluster 2024-03-26T21:11:34.786597+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:36.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:35 smithi069 bash[21554]: cluster 2024-03-26T21:11:34.786597+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:36.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:35 smithi118 bash[22172]: cluster 2024-03-26T21:11:34.786597+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:38.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:37 smithi069 bash[21554]: cluster 2024-03-26T21:11:36.787209+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:38.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:37 smithi069 bash[21554]: audit 2024-03-26T21:11:37.088635+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:38.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:37 smithi069 bash[21554]: audit 2024-03-26T21:11:37.094374+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:38.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:37 smithi069 bash[21554]: audit 2024-03-26T21:11:37.102890+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:38.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:37 smithi119 bash[22161]: cluster 2024-03-26T21:11:36.787209+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:38.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:37 smithi119 bash[22161]: audit 2024-03-26T21:11:37.088635+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:38.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:37 smithi119 bash[22161]: audit 2024-03-26T21:11:37.094374+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:38.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:37 smithi119 bash[22161]: audit 2024-03-26T21:11:37.102890+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:38.257 INFO:teuthology.orchestra.run.smithi069.stdout:pg_num: 1 2024-03-26T21:11:38.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:37 smithi118 bash[22172]: cluster 2024-03-26T21:11:36.787209+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:38.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:37 smithi118 bash[22172]: audit 2024-03-26T21:11:37.088635+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:38.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:37 smithi118 bash[22172]: audit 2024-03-26T21:11:37.094374+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:38.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:37 smithi118 bash[22172]: audit 2024-03-26T21:11:37.102890+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:38.954 INFO:tasks.cephadm:Setting up client nodes... 2024-03-26T21:11:38.955 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-26T21:11:38.955 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-26T21:11:38.955 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph mgr dump --format=json 2024-03-26T21:11:39.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:38 smithi069 bash[21554]: audit 2024-03-26T21:11:38.265951+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.69:0/2502201967' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-26T21:11:39.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:38 smithi119 bash[22161]: audit 2024-03-26T21:11:38.265951+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.69:0/2502201967' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-26T21:11:39.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:38 smithi118 bash[22172]: audit 2024-03-26T21:11:38.265951+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.69:0/2502201967' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-26T21:11:40.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:39 smithi069 bash[21554]: cluster 2024-03-26T21:11:38.787709+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:40.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:39 smithi119 bash[22161]: cluster 2024-03-26T21:11:38.787709+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:40.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:39 smithi118 bash[22172]: cluster 2024-03-26T21:11:38.787709+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:42.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:41 smithi069 bash[21554]: cluster 2024-03-26T21:11:40.788351+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:42.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:41 smithi119 bash[22161]: cluster 2024-03-26T21:11:40.788351+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:42.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:41 smithi118 bash[22172]: cluster 2024-03-26T21:11:40.788351+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:43.677 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:11:44.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:43 smithi069 bash[21554]: cluster 2024-03-26T21:11:42.788985+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:44.121 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:43 smithi119 bash[22161]: cluster 2024-03-26T21:11:42.788985+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:44.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:43 smithi118 bash[22172]: cluster 2024-03-26T21:11:42.788985+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:45.537 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:45 smithi118 bash[22172]: audit 2024-03-26T21:11:44.288165+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:45.537 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:45 smithi118 bash[22172]: audit 2024-03-26T21:11:44.298225+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:45.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:45 smithi118 bash[22172]: audit 2024-03-26T21:11:44.309556+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:45.538 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:45 smithi118 bash[22172]: cluster 2024-03-26T21:11:44.789390+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:45.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:45 smithi069 bash[21554]: audit 2024-03-26T21:11:44.288165+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:45.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:45 smithi069 bash[21554]: audit 2024-03-26T21:11:44.298225+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:45.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:45 smithi069 bash[21554]: audit 2024-03-26T21:11:44.309556+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:45.616 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:45 smithi069 bash[21554]: cluster 2024-03-26T21:11:44.789390+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:45.637 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:45 smithi119 bash[22161]: audit 2024-03-26T21:11:44.288165+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:45.637 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:45 smithi119 bash[22161]: audit 2024-03-26T21:11:44.298225+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:45.637 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:45 smithi119 bash[22161]: audit 2024-03-26T21:11:44.309556+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:45.637 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:45 smithi119 bash[22161]: cluster 2024-03-26T21:11:44.789390+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:46.550 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:11:46.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:46 smithi069 bash[21554]: audit 2024-03-26T21:11:46.548093+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.69:0/2900796687' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-26T21:11:46.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:46 smithi119 bash[22161]: audit 2024-03-26T21:11:46.548093+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.69:0/2900796687' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-26T21:11:47.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:46 smithi118 bash[22172]: audit 2024-03-26T21:11:46.548093+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.69:0/2900796687' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-26T21:11:47.287 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6800","nonce":2349620330},{"type":"v1","addr":"172.21.15.69:6801","nonce":2349620330}]},"active_addr":"172.21.15.69:6801/2349620330","active_change":"2024-03-26T21:06:32.864621+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24104,"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.69: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.69:0","nonce":510589658}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.69:0","nonce":3374363662}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.69:0","nonce":2735638582}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.69:0","nonce":3689512368}]}]} 2024-03-26T21:11:47.293 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-26T21:11:47.294 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-26T21:11:47.294 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph osd dump --format=json 2024-03-26T21:11:47.862 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:47 smithi069 bash[21554]: cluster 2024-03-26T21:11:46.789835+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:47.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:47 smithi119 bash[22161]: cluster 2024-03-26T21:11:46.789835+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:47.978 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:47 smithi118 bash[22172]: cluster 2024-03-26T21:11:46.789835+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:50.103 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:49 smithi069 bash[21554]: cluster 2024-03-26T21:11:48.790359+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:50.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:49 smithi119 bash[22161]: cluster 2024-03-26T21:11:48.790359+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:50.228 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:49 smithi118 bash[22172]: cluster 2024-03-26T21:11:48.790359+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:51.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:51 smithi118 bash[22172]: audit 2024-03-26T21:11:50.437661+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:51.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:51 smithi118 bash[22172]: audit 2024-03-26T21:11:50.446699+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:51.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:51 smithi118 bash[22172]: audit 2024-03-26T21:11:50.456883+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:51.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:51 smithi118 bash[22172]: cluster 2024-03-26T21:11:50.790854+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:51.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:51 smithi069 bash[21554]: audit 2024-03-26T21:11:50.437661+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:51.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:51 smithi069 bash[21554]: audit 2024-03-26T21:11:50.446699+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:51.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:51 smithi069 bash[21554]: audit 2024-03-26T21:11:50.456883+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:51.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:51 smithi069 bash[21554]: cluster 2024-03-26T21:11:50.790854+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:51.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:51 smithi119 bash[22161]: audit 2024-03-26T21:11:50.437661+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:51.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:51 smithi119 bash[22161]: audit 2024-03-26T21:11:50.446699+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:51.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:51 smithi119 bash[22161]: audit 2024-03-26T21:11:50.456883+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:51.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:51 smithi119 bash[22161]: cluster 2024-03-26T21:11:50.790854+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:53.200 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:11:54.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:53 smithi069 bash[21554]: cluster 2024-03-26T21:11:52.791495+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:54.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:53 smithi119 bash[22161]: cluster 2024-03-26T21:11:52.791495+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:54.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:53 smithi118 bash[22172]: cluster 2024-03-26T21:11:52.791495+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:55.904 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:11:55.904 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":22,"fsid":"62808a52-ebb4-11ee-95d0-87774f69a715","created":"2024-03-26T21:05:26.719785+0000","modified":"2024-03-26T21:11:17.528776+0000","last_up_change":"2024-03-26T21:11:13.497240+0000","last_in_change":"2024-03-26T21:10:47.219348+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-26T21:11:15.089222+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"e0edd35c-5e5c-4cad-8653-ea5499f43fec","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.69:6802","nonce":3132770527},{"type":"v1","addr":"172.21.15.69:6803","nonce":3132770527}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6804","nonce":3132770527},{"type":"v1","addr":"172.21.15.69:6805","nonce":3132770527}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6808","nonce":3132770527},{"type":"v1","addr":"172.21.15.69:6809","nonce":3132770527}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6806","nonce":3132770527},{"type":"v1","addr":"172.21.15.69:6807","nonce":3132770527}]},"public_addr":"172.21.15.69:6803/3132770527","cluster_addr":"172.21.15.69:6805/3132770527","heartbeat_back_addr":"172.21.15.69:6809/3132770527","heartbeat_front_addr":"172.21.15.69:6807/3132770527","state":["exists","up"]},{"osd":1,"uuid":"2bdbb9cc-686d-4bcf-bd5d-d101aea2e384","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6800","nonce":3442246286},{"type":"v1","addr":"172.21.15.118:6801","nonce":3442246286}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3442246286},{"type":"v1","addr":"172.21.15.118:6803","nonce":3442246286}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3442246286},{"type":"v1","addr":"172.21.15.118:6807","nonce":3442246286}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3442246286},{"type":"v1","addr":"172.21.15.118:6805","nonce":3442246286}]},"public_addr":"172.21.15.118:6801/3442246286","cluster_addr":"172.21.15.118:6803/3442246286","heartbeat_back_addr":"172.21.15.118:6807/3442246286","heartbeat_front_addr":"172.21.15.118:6805/3442246286","state":["exists","up"]},{"osd":2,"uuid":"e5b12513-bc56-4c28-a639-783ab01b5f3f","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.119:6800","nonce":3218084711},{"type":"v1","addr":"172.21.15.119:6801","nonce":3218084711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6802","nonce":3218084711},{"type":"v1","addr":"172.21.15.119:6803","nonce":3218084711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6806","nonce":3218084711},{"type":"v1","addr":"172.21.15.119:6807","nonce":3218084711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6804","nonce":3218084711},{"type":"v1","addr":"172.21.15.119:6805","nonce":3218084711}]},"public_addr":"172.21.15.119:6801/3218084711","cluster_addr":"172.21.15.119:6803/3218084711","heartbeat_back_addr":"172.21.15.119:6807/3218084711","heartbeat_front_addr":"172.21.15.119:6805/3218084711","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-26T21:09:27.481519+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-26T21:10:23.040689+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-26T21:11:11.800624+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.69:6801/1028637904":"2024-03-27T21:06:32.864248+0000","172.21.15.69:0/950208329":"2024-03-27T21:06:32.864248+0000","172.21.15.69:0/3463392549":"2024-03-27T21:05:58.353219+0000","172.21.15.69:6800/2882536685":"2024-03-27T21:05:58.353219+0000","172.21.15.69:0/1706639103":"2024-03-27T21:05:58.353219+0000","172.21.15.69:0/342126719":"2024-03-27T21:06:32.864248+0000","172.21.15.69:6801/2882536685":"2024-03-27T21:05:58.353219+0000","172.21.15.69:6800/1028637904":"2024-03-27T21:06:32.864248+0000","172.21.15.69:0/2495370499":"2024-03-27T21:05:58.353219+0000","172.21.15.69:0/828483626":"2024-03-27T21:06:32.864248+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-26T21:11:56.107 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:55 smithi069 bash[21554]: cluster 2024-03-26T21:11:54.792095+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:56.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:55 smithi119 bash[22161]: cluster 2024-03-26T21:11:54.792095+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:56.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:55 smithi118 bash[22172]: cluster 2024-03-26T21:11:54.792095+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:56.581 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-26T21:11:56.581 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph osd dump --format=json 2024-03-26T21:11:56.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:56 smithi119 bash[22161]: audit 2024-03-26T21:11:55.911632+0000 mon.a (mon.0) 639 : audit [DBG] from='client.? 172.21.15.69:0/1589856036' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T21:11:57.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:56 smithi069 bash[21554]: audit 2024-03-26T21:11:55.911632+0000 mon.a (mon.0) 639 : audit [DBG] from='client.? 172.21.15.69:0/1589856036' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T21:11:57.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:56 smithi118 bash[22172]: audit 2024-03-26T21:11:55.911632+0000 mon.a (mon.0) 639 : audit [DBG] from='client.? 172.21.15.69:0/1589856036' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T21:11:58.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:57 smithi069 bash[21554]: cluster 2024-03-26T21:11:56.792646+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:58.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:57 smithi069 bash[21554]: audit 2024-03-26T21:11:57.304534+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:58.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:57 smithi069 bash[21554]: audit 2024-03-26T21:11:57.312006+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:58.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:57 smithi069 bash[21554]: audit 2024-03-26T21:11:57.321739+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:58.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:57 smithi119 bash[22161]: cluster 2024-03-26T21:11:56.792646+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:58.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:57 smithi119 bash[22161]: audit 2024-03-26T21:11:57.304534+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:58.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:57 smithi119 bash[22161]: audit 2024-03-26T21:11:57.312006+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:58.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:57 smithi119 bash[22161]: audit 2024-03-26T21:11:57.321739+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:58.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:57 smithi118 bash[22172]: cluster 2024-03-26T21:11:56.792646+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:11:58.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:57 smithi118 bash[22172]: audit 2024-03-26T21:11:57.304534+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:58.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:57 smithi118 bash[22172]: audit 2024-03-26T21:11:57.312006+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:11:58.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:57 smithi118 bash[22172]: audit 2024-03-26T21:11:57.321739+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:00.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:11:59 smithi069 bash[21554]: cluster 2024-03-26T21:11:58.793056+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:00.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:11:59 smithi119 bash[22161]: cluster 2024-03-26T21:11:58.793056+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:00.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:11:59 smithi118 bash[22172]: cluster 2024-03-26T21:11:58.793056+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:01.301 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:12:02.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:01 smithi069 bash[21554]: cluster 2024-03-26T21:12:00.793569+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:02.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:01 smithi119 bash[22161]: cluster 2024-03-26T21:12:00.793569+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:02.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:01 smithi118 bash[22172]: cluster 2024-03-26T21:12:00.793569+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:04.001 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:12:04.002 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":22,"fsid":"62808a52-ebb4-11ee-95d0-87774f69a715","created":"2024-03-26T21:05:26.719785+0000","modified":"2024-03-26T21:11:17.528776+0000","last_up_change":"2024-03-26T21:11:13.497240+0000","last_in_change":"2024-03-26T21:10:47.219348+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-26T21:11:15.089222+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"e0edd35c-5e5c-4cad-8653-ea5499f43fec","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.69:6802","nonce":3132770527},{"type":"v1","addr":"172.21.15.69:6803","nonce":3132770527}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6804","nonce":3132770527},{"type":"v1","addr":"172.21.15.69:6805","nonce":3132770527}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6808","nonce":3132770527},{"type":"v1","addr":"172.21.15.69:6809","nonce":3132770527}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6806","nonce":3132770527},{"type":"v1","addr":"172.21.15.69:6807","nonce":3132770527}]},"public_addr":"172.21.15.69:6803/3132770527","cluster_addr":"172.21.15.69:6805/3132770527","heartbeat_back_addr":"172.21.15.69:6809/3132770527","heartbeat_front_addr":"172.21.15.69:6807/3132770527","state":["exists","up"]},{"osd":1,"uuid":"2bdbb9cc-686d-4bcf-bd5d-d101aea2e384","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6800","nonce":3442246286},{"type":"v1","addr":"172.21.15.118:6801","nonce":3442246286}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3442246286},{"type":"v1","addr":"172.21.15.118:6803","nonce":3442246286}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3442246286},{"type":"v1","addr":"172.21.15.118:6807","nonce":3442246286}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3442246286},{"type":"v1","addr":"172.21.15.118:6805","nonce":3442246286}]},"public_addr":"172.21.15.118:6801/3442246286","cluster_addr":"172.21.15.118:6803/3442246286","heartbeat_back_addr":"172.21.15.118:6807/3442246286","heartbeat_front_addr":"172.21.15.118:6805/3442246286","state":["exists","up"]},{"osd":2,"uuid":"e5b12513-bc56-4c28-a639-783ab01b5f3f","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.119:6800","nonce":3218084711},{"type":"v1","addr":"172.21.15.119:6801","nonce":3218084711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6802","nonce":3218084711},{"type":"v1","addr":"172.21.15.119:6803","nonce":3218084711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6806","nonce":3218084711},{"type":"v1","addr":"172.21.15.119:6807","nonce":3218084711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6804","nonce":3218084711},{"type":"v1","addr":"172.21.15.119:6805","nonce":3218084711}]},"public_addr":"172.21.15.119:6801/3218084711","cluster_addr":"172.21.15.119:6803/3218084711","heartbeat_back_addr":"172.21.15.119:6807/3218084711","heartbeat_front_addr":"172.21.15.119:6805/3218084711","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-26T21:09:27.481519+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-26T21:10:23.040689+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-26T21:11:11.800624+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.69:6801/1028637904":"2024-03-27T21:06:32.864248+0000","172.21.15.69:0/950208329":"2024-03-27T21:06:32.864248+0000","172.21.15.69:0/3463392549":"2024-03-27T21:05:58.353219+0000","172.21.15.69:6800/2882536685":"2024-03-27T21:05:58.353219+0000","172.21.15.69:0/1706639103":"2024-03-27T21:05:58.353219+0000","172.21.15.69:0/342126719":"2024-03-27T21:06:32.864248+0000","172.21.15.69:6801/2882536685":"2024-03-27T21:05:58.353219+0000","172.21.15.69:6800/1028637904":"2024-03-27T21:06:32.864248+0000","172.21.15.69:0/2495370499":"2024-03-27T21:05:58.353219+0000","172.21.15.69:0/828483626":"2024-03-27T21:06:32.864248+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-26T21:12:04.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:03 smithi119 bash[22161]: cluster 2024-03-26T21:12:02.794053+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:04.214 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:03 smithi069 bash[21554]: cluster 2024-03-26T21:12:02.794053+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:04.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:03 smithi118 bash[22172]: cluster 2024-03-26T21:12:02.794053+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:04.673 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-26T21:12:04.674 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-26T21:12:04.674 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-26T21:12:05.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:04 smithi069 bash[21554]: audit 2024-03-26T21:12:04.009547+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.69:0/20012443' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T21:12:05.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:04 smithi069 bash[21554]: audit 2024-03-26T21:12:04.517723+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:05.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:04 smithi069 bash[21554]: audit 2024-03-26T21:12:04.526225+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:05.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:04 smithi069 bash[21554]: audit 2024-03-26T21:12:04.536350+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:05.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:04 smithi119 bash[22161]: audit 2024-03-26T21:12:04.009547+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.69:0/20012443' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T21:12:05.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:04 smithi119 bash[22161]: audit 2024-03-26T21:12:04.517723+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:05.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:04 smithi119 bash[22161]: audit 2024-03-26T21:12:04.526225+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:05.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:04 smithi119 bash[22161]: audit 2024-03-26T21:12:04.536350+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:05.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:04 smithi118 bash[22172]: audit 2024-03-26T21:12:04.009547+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.69:0/20012443' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T21:12:05.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:04 smithi118 bash[22172]: audit 2024-03-26T21:12:04.517723+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:05.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:04 smithi118 bash[22172]: audit 2024-03-26T21:12:04.526225+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:05.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:04 smithi118 bash[22172]: audit 2024-03-26T21:12:04.536350+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:06.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:05 smithi119 bash[22161]: cluster 2024-03-26T21:12:04.794594+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:06.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:05 smithi118 bash[22172]: cluster 2024-03-26T21:12:04.794594+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:06.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:05 smithi069 bash[21554]: cluster 2024-03-26T21:12:04.794594+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:08.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:07 smithi118 bash[22172]: cluster 2024-03-26T21:12:06.795205+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:08.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:07 smithi069 bash[21554]: cluster 2024-03-26T21:12:06.795205+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:08.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:07 smithi119 bash[22161]: cluster 2024-03-26T21:12:06.795205+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:09.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:08 smithi118 bash[22172]: cluster 2024-03-26T21:12:08.795803+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:09.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:08 smithi069 bash[21554]: cluster 2024-03-26T21:12:08.795803+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:09.387 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:08 smithi119 bash[22161]: cluster 2024-03-26T21:12:08.795803+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:09.395 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:12:09.395 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:12:09.395 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:12:11.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:11 smithi069 bash[21554]: audit 2024-03-26T21:12:10.628123+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:11.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:11 smithi069 bash[21554]: audit 2024-03-26T21:12:10.638547+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:11.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:11 smithi069 bash[21554]: audit 2024-03-26T21:12:10.648842+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:11.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:11 smithi069 bash[21554]: cluster 2024-03-26T21:12:10.796304+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:11.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:11 smithi119 bash[22161]: audit 2024-03-26T21:12:10.628123+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:11.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:11 smithi119 bash[22161]: audit 2024-03-26T21:12:10.638547+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:11.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:11 smithi119 bash[22161]: audit 2024-03-26T21:12:10.648842+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:11.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:11 smithi119 bash[22161]: cluster 2024-03-26T21:12:10.796304+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:12.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:11 smithi118 bash[22172]: audit 2024-03-26T21:12:10.628123+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:12.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:11 smithi118 bash[22172]: audit 2024-03-26T21:12:10.638547+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:12.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:11 smithi118 bash[22172]: audit 2024-03-26T21:12:10.648842+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:12.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:11 smithi118 bash[22172]: cluster 2024-03-26T21:12:10.796304+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:13.637 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:13 smithi119 bash[22161]: cluster 2024-03-26T21:12:12.796810+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:13.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:13 smithi118 bash[22172]: cluster 2024-03-26T21:12:12.796810+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:13.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:13 smithi069 bash[21554]: cluster 2024-03-26T21:12:12.796810+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:15.282 INFO:teuthology.orchestra.run.smithi069.stdout:55834574872 2024-03-26T21:12:15.283 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-26T21:12:16.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:15 smithi069 bash[21554]: cluster 2024-03-26T21:12:14.797148+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:16.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:15 smithi119 bash[22161]: cluster 2024-03-26T21:12:14.797148+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:16.166 INFO:teuthology.orchestra.run.smithi069.stdout:77309411344 2024-03-26T21:12:16.167 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-26T21:12:16.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:15 smithi118 bash[22172]: cluster 2024-03-26T21:12:14.797148+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:16.293 INFO:teuthology.orchestra.run.smithi069.stdout:34359738404 2024-03-26T21:12:16.293 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-26T21:12:18.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:17 smithi069 bash[21554]: cluster 2024-03-26T21:12:16.797563+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:18.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:17 smithi069 bash[21554]: audit 2024-03-26T21:12:17.521493+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:18.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:17 smithi069 bash[21554]: audit 2024-03-26T21:12:17.528071+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:18.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:17 smithi069 bash[21554]: audit 2024-03-26T21:12:17.538280+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:18.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:17 smithi119 bash[22161]: cluster 2024-03-26T21:12:16.797563+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:18.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:17 smithi119 bash[22161]: audit 2024-03-26T21:12:17.521493+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:18.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:17 smithi119 bash[22161]: audit 2024-03-26T21:12:17.528071+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:18.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:17 smithi119 bash[22161]: audit 2024-03-26T21:12:17.538280+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:18.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:17 smithi118 bash[22172]: cluster 2024-03-26T21:12:16.797563+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:18.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:17 smithi118 bash[22172]: audit 2024-03-26T21:12:17.521493+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:18.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:17 smithi118 bash[22172]: audit 2024-03-26T21:12:17.528071+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:18.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:17 smithi118 bash[22172]: audit 2024-03-26T21:12:17.538280+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:19.791 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:12:20.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:19 smithi069 bash[21554]: cluster 2024-03-26T21:12:18.797908+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:20.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:19 smithi119 bash[22161]: cluster 2024-03-26T21:12:18.797908+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:20.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:19 smithi118 bash[22172]: cluster 2024-03-26T21:12:18.797908+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:20.799 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:12:20.800 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:12:22.129 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:21 smithi069 bash[21554]: cluster 2024-03-26T21:12:20.798280+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:22.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:21 smithi119 bash[22161]: cluster 2024-03-26T21:12:20.798280+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:22.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:21 smithi118 bash[22172]: cluster 2024-03-26T21:12:20.798280+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:24.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:23 smithi069 bash[21554]: cluster 2024-03-26T21:12:22.798780+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:24.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:23 smithi119 bash[22161]: cluster 2024-03-26T21:12:22.798780+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:24.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:23 smithi118 bash[22172]: cluster 2024-03-26T21:12:22.798780+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:24.683 INFO:teuthology.orchestra.run.smithi069.stdout:55834574874 2024-03-26T21:12:25.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:24 smithi069 bash[21554]: audit 2024-03-26T21:12:24.692157+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.69:0/4160785712' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-26T21:12:25.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:24 smithi069 bash[21554]: audit 2024-03-26T21:12:24.723499+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:25.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:24 smithi069 bash[21554]: audit 2024-03-26T21:12:24.727359+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:25.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:24 smithi069 bash[21554]: audit 2024-03-26T21:12:24.732306+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:25.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:24 smithi119 bash[22161]: audit 2024-03-26T21:12:24.692157+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.69:0/4160785712' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-26T21:12:25.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:24 smithi119 bash[22161]: audit 2024-03-26T21:12:24.723499+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:25.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:24 smithi119 bash[22161]: audit 2024-03-26T21:12:24.727359+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:25.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:24 smithi119 bash[22161]: audit 2024-03-26T21:12:24.732306+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:25.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:24 smithi118 bash[22172]: audit 2024-03-26T21:12:24.692157+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.69:0/4160785712' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-26T21:12:25.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:24 smithi118 bash[22172]: audit 2024-03-26T21:12:24.723499+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:25.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:24 smithi118 bash[22172]: audit 2024-03-26T21:12:24.727359+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:25.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:24 smithi118 bash[22172]: audit 2024-03-26T21:12:24.732306+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:26.094 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:25 smithi069 bash[21554]: cluster 2024-03-26T21:12:24.799119+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:26.094 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:25 smithi069 bash[21554]: audit 2024-03-26T21:12:24.897927+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:12:26.094 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:25 smithi069 bash[21554]: audit 2024-03-26T21:12:24.902972+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:12:26.094 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:25 smithi069 bash[21554]: audit 2024-03-26T21:12:24.904591+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:12:26.094 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:25 smithi069 bash[21554]: audit 2024-03-26T21:12:24.913693+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:26.095 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574872 got 55834574874 for osd.1 2024-03-26T21:12:26.096 DEBUG:teuthology.parallel:result is None 2024-03-26T21:12:26.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:25 smithi119 bash[22161]: cluster 2024-03-26T21:12:24.799119+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:26.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:25 smithi119 bash[22161]: audit 2024-03-26T21:12:24.897927+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:12:26.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:25 smithi119 bash[22161]: audit 2024-03-26T21:12:24.902972+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:12:26.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:25 smithi119 bash[22161]: audit 2024-03-26T21:12:24.904591+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:12:26.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:25 smithi119 bash[22161]: audit 2024-03-26T21:12:24.913693+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:26.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:25 smithi118 bash[22172]: cluster 2024-03-26T21:12:24.799119+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:26.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:25 smithi118 bash[22172]: audit 2024-03-26T21:12:24.897927+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:12:26.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:25 smithi118 bash[22172]: audit 2024-03-26T21:12:24.902972+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:12:26.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:25 smithi118 bash[22172]: audit 2024-03-26T21:12:24.904591+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:12:26.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:25 smithi118 bash[22172]: audit 2024-03-26T21:12:24.913693+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:26.612 INFO:teuthology.orchestra.run.smithi069.stdout:77309411346 2024-03-26T21:12:26.793 INFO:teuthology.orchestra.run.smithi069.stdout:34359738406 2024-03-26T21:12:26.901 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:26 smithi069 bash[21554]: audit 2024-03-26T21:12:26.621467+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.69:0/2778552294' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-26T21:12:26.901 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:26 smithi069 bash[21554]: audit 2024-03-26T21:12:26.802617+0000 mon.a (mon.0) 662 : audit [DBG] from='client.? 172.21.15.69:0/1051875716' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-26T21:12:27.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:26 smithi119 bash[22161]: audit 2024-03-26T21:12:26.621467+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.69:0/2778552294' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-26T21:12:27.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:26 smithi119 bash[22161]: audit 2024-03-26T21:12:26.802617+0000 mon.a (mon.0) 662 : audit [DBG] from='client.? 172.21.15.69:0/1051875716' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-26T21:12:27.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:26 smithi118 bash[22172]: audit 2024-03-26T21:12:26.621467+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.69:0/2778552294' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-26T21:12:27.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:26 smithi118 bash[22172]: audit 2024-03-26T21:12:26.802617+0000 mon.a (mon.0) 662 : audit [DBG] from='client.? 172.21.15.69:0/1051875716' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-26T21:12:27.967 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411344 got 77309411346 for osd.2 2024-03-26T21:12:27.968 DEBUG:teuthology.parallel:result is None 2024-03-26T21:12:28.080 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738404 got 34359738406 for osd.0 2024-03-26T21:12:28.080 DEBUG:teuthology.parallel:result is None 2024-03-26T21:12:28.080 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-26T21:12:28.081 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph pg dump --format=json 2024-03-26T21:12:28.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:27 smithi119 bash[22161]: cluster 2024-03-26T21:12:26.799582+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:28.280 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:27 smithi069 bash[21554]: cluster 2024-03-26T21:12:26.799582+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:28.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:27 smithi118 bash[22172]: cluster 2024-03-26T21:12:26.799582+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:30.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:29 smithi069 bash[21554]: cluster 2024-03-26T21:12:28.800083+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:30.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:29 smithi119 bash[22161]: cluster 2024-03-26T21:12:28.800083+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:30.218 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:29 smithi118 bash[22172]: cluster 2024-03-26T21:12:28.800083+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:32.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:31 smithi118 bash[22172]: cluster 2024-03-26T21:12:30.800659+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:32.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:31 smithi118 bash[22172]: audit 2024-03-26T21:12:30.853349+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:32.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:31 smithi118 bash[22172]: audit 2024-03-26T21:12:30.861996+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:32.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:31 smithi118 bash[22172]: audit 2024-03-26T21:12:30.873770+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:32.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:31 smithi069 bash[21554]: cluster 2024-03-26T21:12:30.800659+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:32.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:31 smithi069 bash[21554]: audit 2024-03-26T21:12:30.853349+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:32.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:31 smithi069 bash[21554]: audit 2024-03-26T21:12:30.861996+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:32.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:31 smithi069 bash[21554]: audit 2024-03-26T21:12:30.873770+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:32.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:31 smithi119 bash[22161]: cluster 2024-03-26T21:12:30.800659+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:32.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:31 smithi119 bash[22161]: audit 2024-03-26T21:12:30.853349+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:32.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:31 smithi119 bash[22161]: audit 2024-03-26T21:12:30.861996+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:32.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:31 smithi119 bash[22161]: audit 2024-03-26T21:12:30.873770+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:34.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:33 smithi069 bash[21554]: cluster 2024-03-26T21:12:32.801128+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:34.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:33 smithi119 bash[22161]: cluster 2024-03-26T21:12:32.801128+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:34.154 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:12:34.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:33 smithi118 bash[22172]: cluster 2024-03-26T21:12:32.801128+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:36.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:35 smithi069 bash[21554]: cluster 2024-03-26T21:12:34.801520+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:36.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:35 smithi119 bash[22161]: cluster 2024-03-26T21:12:34.801520+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:36.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:35 smithi118 bash[22172]: cluster 2024-03-26T21:12:34.801520+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:36.684 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:12:36.687 INFO:teuthology.orchestra.run.smithi069.stderr:dumped all 2024-03-26T21:12:37.370 INFO:teuthology.orchestra.run.smithi069.stdout:{"pg_ready":true,"pg_map":{"version":197,"stamp":"2024-03-26T21:12:34.801363+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":88760,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146696,"statfs":{"total":287985106944,"available":287894216704,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002821"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-03-26T21:11:17.534896+0000","last_change":"2024-03-26T21:11:16.538008+0000","last_active":"2024-03-26T21:11:17.534896+0000","last_peered":"2024-03-26T21:11:17.534896+0000","last_clean":"2024-03-26T21:11:17.534896+0000","last_became_active":"2024-03-26T21:11:16.537209+0000","last_became_peered":"2024-03-26T21:11:16.537209+0000","last_unstale":"2024-03-26T21:11:17.534896+0000","last_undegraded":"2024-03-26T21:11:17.534896+0000","last_fullsized":"2024-03-26T21:11:17.534896+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-26T21:11:15.504940+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-26T21:11:15.504940+0000","last_clean_scrub_stamp":"2024-03-26T21:11:15.504940+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-28T00:18:15.292227+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411348,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32568,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712584,"statfs":{"total":95995035648,"available":95961686016,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738408,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27784,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717368,"statfs":{"total":95995035648,"available":95966584832,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574877,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28408,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716744,"statfs":{"total":95995035648,"available":95965945856,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,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-26T21:12:37.371 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph pg dump --format=json 2024-03-26T21:12:38.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:37 smithi069 bash[21554]: audit 2024-03-26T21:12:36.691764+0000 mgr.a (mgr.14152) 251 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:12:38.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:37 smithi069 bash[21554]: cluster 2024-03-26T21:12:36.801829+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:38.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:37 smithi069 bash[21554]: audit 2024-03-26T21:12:37.656754+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:38.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:37 smithi069 bash[21554]: audit 2024-03-26T21:12:37.662192+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:38.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:37 smithi069 bash[21554]: audit 2024-03-26T21:12:37.667104+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:38.149 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:37 smithi119 bash[22161]: audit 2024-03-26T21:12:36.691764+0000 mgr.a (mgr.14152) 251 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:12:38.150 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:37 smithi119 bash[22161]: cluster 2024-03-26T21:12:36.801829+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:38.150 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:37 smithi119 bash[22161]: audit 2024-03-26T21:12:37.656754+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:38.150 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:37 smithi119 bash[22161]: audit 2024-03-26T21:12:37.662192+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:38.150 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:37 smithi119 bash[22161]: audit 2024-03-26T21:12:37.667104+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:38.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:37 smithi118 bash[22172]: audit 2024-03-26T21:12:36.691764+0000 mgr.a (mgr.14152) 251 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:12:38.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:37 smithi118 bash[22172]: cluster 2024-03-26T21:12:36.801829+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:38.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:37 smithi118 bash[22172]: audit 2024-03-26T21:12:37.656754+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:38.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:37 smithi118 bash[22172]: audit 2024-03-26T21:12:37.662192+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:38.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:37 smithi118 bash[22172]: audit 2024-03-26T21:12:37.667104+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:40.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:39 smithi069 bash[21554]: cluster 2024-03-26T21:12:38.802295+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:40.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:39 smithi119 bash[22161]: cluster 2024-03-26T21:12:38.802295+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:40.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:39 smithi118 bash[22172]: cluster 2024-03-26T21:12:38.802295+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:41.853 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:12:42.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:41 smithi069 bash[21554]: cluster 2024-03-26T21:12:40.802850+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:42.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:41 smithi119 bash[22161]: cluster 2024-03-26T21:12:40.802850+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:42.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:41 smithi118 bash[22172]: cluster 2024-03-26T21:12:40.802850+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:44.116 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:43 smithi069 bash[21554]: cluster 2024-03-26T21:12:42.803404+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:44.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:43 smithi119 bash[22161]: cluster 2024-03-26T21:12:42.803404+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:44.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:43 smithi118 bash[22172]: cluster 2024-03-26T21:12:42.803404+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:44.463 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:12:44.466 INFO:teuthology.orchestra.run.smithi069.stderr:dumped all 2024-03-26T21:12:45.097 INFO:teuthology.orchestra.run.smithi069.stdout:{"pg_ready":true,"pg_map":{"version":201,"stamp":"2024-03-26T21:12:42.803157+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":88760,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146696,"statfs":{"total":287985106944,"available":287894216704,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002773"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-03-26T21:11:17.534896+0000","last_change":"2024-03-26T21:11:16.538008+0000","last_active":"2024-03-26T21:11:17.534896+0000","last_peered":"2024-03-26T21:11:17.534896+0000","last_clean":"2024-03-26T21:11:17.534896+0000","last_became_active":"2024-03-26T21:11:16.537209+0000","last_became_peered":"2024-03-26T21:11:16.537209+0000","last_unstale":"2024-03-26T21:11:17.534896+0000","last_undegraded":"2024-03-26T21:11:17.534896+0000","last_fullsized":"2024-03-26T21:11:17.534896+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-26T21:11:15.504940+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-26T21:11:15.504940+0000","last_clean_scrub_stamp":"2024-03-26T21:11:15.504940+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-28T00:18:15.292227+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":32568,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712584,"statfs":{"total":95995035648,"available":95961686016,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738410,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27784,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717368,"statfs":{"total":95995035648,"available":95966584832,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574878,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28408,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716744,"statfs":{"total":95995035648,"available":95965945856,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,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-26T21:12:45.098 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-26T21:12:45.098 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-26T21:12:45.098 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-26T21:12:45.098 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- ceph health --format=json 2024-03-26T21:12:46.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:45 smithi119 bash[22161]: audit 2024-03-26T21:12:44.471165+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:12:46.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:45 smithi119 bash[22161]: cluster 2024-03-26T21:12:44.803896+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:46.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:45 smithi119 bash[22161]: audit 2024-03-26T21:12:44.931791+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:46.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:45 smithi119 bash[22161]: audit 2024-03-26T21:12:44.940136+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:46.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:45 smithi119 bash[22161]: audit 2024-03-26T21:12:44.950024+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:46.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:45 smithi118 bash[22172]: audit 2024-03-26T21:12:44.471165+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:12:46.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:45 smithi118 bash[22172]: cluster 2024-03-26T21:12:44.803896+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:46.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:45 smithi118 bash[22172]: audit 2024-03-26T21:12:44.931791+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:46.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:45 smithi118 bash[22172]: audit 2024-03-26T21:12:44.940136+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:46.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:45 smithi118 bash[22172]: audit 2024-03-26T21:12:44.950024+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:46.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:45 smithi069 bash[21554]: audit 2024-03-26T21:12:44.471165+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:12:46.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:45 smithi069 bash[21554]: cluster 2024-03-26T21:12:44.803896+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:46.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:45 smithi069 bash[21554]: audit 2024-03-26T21:12:44.931791+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:46.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:45 smithi069 bash[21554]: audit 2024-03-26T21:12:44.940136+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:46.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:45 smithi069 bash[21554]: audit 2024-03-26T21:12:44.950024+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:48.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:47 smithi119 bash[22161]: cluster 2024-03-26T21:12:46.804363+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:48.145 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:47 smithi069 bash[21554]: cluster 2024-03-26T21:12:46.804363+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:48.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:47 smithi118 bash[22172]: cluster 2024-03-26T21:12:46.804363+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:49.813 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:12:50.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:49 smithi119 bash[22161]: cluster 2024-03-26T21:12:48.804854+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:50.191 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:49 smithi069 bash[21554]: cluster 2024-03-26T21:12:48.804854+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:50.232 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:49 smithi118 bash[22172]: cluster 2024-03-26T21:12:48.804854+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:51.187 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:50 smithi069 bash[21554]: cluster 2024-03-26T21:12:50.805414+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:51.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:50 smithi118 bash[22172]: cluster 2024-03-26T21:12:50.805414+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:51.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:50 smithi119 bash[22161]: cluster 2024-03-26T21:12:50.805414+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:52.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:52 smithi069 bash[21554]: audit 2024-03-26T21:12:51.075443+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:52.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:52 smithi069 bash[21554]: audit 2024-03-26T21:12:51.086376+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:52.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:52 smithi069 bash[21554]: audit 2024-03-26T21:12:51.097980+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:52.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:52 smithi119 bash[22161]: audit 2024-03-26T21:12:51.075443+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:52.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:52 smithi119 bash[22161]: audit 2024-03-26T21:12:51.086376+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:52.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:52 smithi119 bash[22161]: audit 2024-03-26T21:12:51.097980+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:52.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:52 smithi118 bash[22172]: audit 2024-03-26T21:12:51.075443+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:52.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:52 smithi118 bash[22172]: audit 2024-03-26T21:12:51.086376+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:52.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:52 smithi118 bash[22172]: audit 2024-03-26T21:12:51.097980+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:53.174 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:12:53.174 INFO:teuthology.orchestra.run.smithi069.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-26T21:12:53.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:53 smithi069 bash[21554]: cluster 2024-03-26T21:12:52.805821+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:53.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:53 smithi119 bash[22161]: cluster 2024-03-26T21:12:52.805821+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:53.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:53 smithi118 bash[22172]: cluster 2024-03-26T21:12:52.805821+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:53.848 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-26T21:12:53.848 INFO:tasks.cephadm:Setup complete, yielding 2024-03-26T21:12:53.848 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-26T21:12:53.859 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi069.front.sepia.ceph.com 2024-03-26T21:12:53.859 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:42fc52b86b14d4f88c40d75eb7102e0ab3918f55 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 -- bash -c 'set -e 2024-03-26T21:12:53.859 DEBUG:teuthology.orchestra.run.smithi069:> set -x 2024-03-26T21:12:53.859 DEBUG:teuthology.orchestra.run.smithi069:> ceph orch apply node-exporter 2024-03-26T21:12:53.859 DEBUG:teuthology.orchestra.run.smithi069:> ceph orch apply grafana 2024-03-26T21:12:53.859 DEBUG:teuthology.orchestra.run.smithi069:> ceph orch apply alertmanager 2024-03-26T21:12:53.859 DEBUG:teuthology.orchestra.run.smithi069:> ceph orch apply prometheus 2024-03-26T21:12:53.859 DEBUG:teuthology.orchestra.run.smithi069:> sleep 240 2024-03-26T21:12:53.860 DEBUG:teuthology.orchestra.run.smithi069:> ceph orch ls 2024-03-26T21:12:53.860 DEBUG:teuthology.orchestra.run.smithi069:> ceph orch ps 2024-03-26T21:12:53.860 DEBUG:teuthology.orchestra.run.smithi069:> ceph orch host ls 2024-03-26T21:12:53.860 DEBUG:teuthology.orchestra.run.smithi069:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-03-26T21:12:53.860 DEBUG:teuthology.orchestra.run.smithi069:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-26T21:12:53.860 DEBUG:teuthology.orchestra.run.smithi069:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-26T21:12:53.860 DEBUG:teuthology.orchestra.run.smithi069:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-26T21:12:53.860 DEBUG:teuthology.orchestra.run.smithi069:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-03-26T21:12:53.860 DEBUG:teuthology.orchestra.run.smithi069:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-03-26T21:12:53.860 DEBUG:teuthology.orchestra.run.smithi069:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-03-26T21:12:53.860 DEBUG:teuthology.orchestra.run.smithi069:> # check each host node-exporter metrics endpoint is responsive 2024-03-26T21:12:53.860 DEBUG:teuthology.orchestra.run.smithi069:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-03-26T21:12:53.860 DEBUG:teuthology.orchestra.run.smithi069:> for ip in $ALL_HOST_IPS; do 2024-03-26T21:12:53.860 DEBUG:teuthology.orchestra.run.smithi069:> curl -s http://${ip}:9100/metric 2024-03-26T21:12:53.860 DEBUG:teuthology.orchestra.run.smithi069:> done 2024-03-26T21:12:53.860 DEBUG:teuthology.orchestra.run.smithi069:> # check grafana endpoints are responsive and database health is okay 2024-03-26T21:12:53.860 DEBUG:teuthology.orchestra.run.smithi069:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-03-26T21:12:53.861 DEBUG:teuthology.orchestra.run.smithi069:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-03-26T21:12:53.861 DEBUG:teuthology.orchestra.run.smithi069:> # stop mon daemon in order to trigger an alert 2024-03-26T21:12:53.861 DEBUG:teuthology.orchestra.run.smithi069:> ceph orch daemon stop $MON_DAEMON 2024-03-26T21:12:53.861 DEBUG:teuthology.orchestra.run.smithi069:> sleep 120 2024-03-26T21:12:53.861 DEBUG:teuthology.orchestra.run.smithi069:> # check prometheus endpoints are responsive and mon down alert is firing 2024-03-26T21:12:53.861 DEBUG:teuthology.orchestra.run.smithi069:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-03-26T21:12:53.861 DEBUG:teuthology.orchestra.run.smithi069:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-03-26T21:12:53.861 DEBUG:teuthology.orchestra.run.smithi069:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-03-26T21:12:53.861 DEBUG:teuthology.orchestra.run.smithi069:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-03-26T21:12:53.861 DEBUG:teuthology.orchestra.run.smithi069:> # check alertmanager endpoints are responsive and mon down alert is active 2024-03-26T21:12:53.861 DEBUG:teuthology.orchestra.run.smithi069:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-03-26T21:12:53.861 DEBUG:teuthology.orchestra.run.smithi069:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-03-26T21:12:53.861 DEBUG:teuthology.orchestra.run.smithi069:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-03-26T21:12:53.861 DEBUG:teuthology.orchestra.run.smithi069:> ' 2024-03-26T21:12:54.114 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:54 smithi069 bash[21554]: audit 2024-03-26T21:12:53.183953+0000 mon.a (mon.0) 675 : audit [DBG] from='client.? 172.21.15.69:0/1267335888' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-26T21:12:54.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:54 smithi119 bash[22161]: audit 2024-03-26T21:12:53.183953+0000 mon.a (mon.0) 675 : audit [DBG] from='client.? 172.21.15.69:0/1267335888' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-26T21:12:54.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:54 smithi118 bash[22172]: audit 2024-03-26T21:12:53.183953+0000 mon.a (mon.0) 675 : audit [DBG] from='client.? 172.21.15.69:0/1267335888' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-26T21:12:55.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:55 smithi069 bash[21554]: cluster 2024-03-26T21:12:54.806335+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:55.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:55 smithi119 bash[22161]: cluster 2024-03-26T21:12:54.806335+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:55.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:55 smithi118 bash[22172]: cluster 2024-03-26T21:12:54.806335+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:58.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:57 smithi069 bash[21554]: cluster 2024-03-26T21:12:56.806815+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:58.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:57 smithi119 bash[22161]: cluster 2024-03-26T21:12:56.806815+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:58.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:57 smithi118 bash[22172]: cluster 2024-03-26T21:12:56.806815+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:12:58.584 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T21:12:59.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:58 smithi069 bash[21554]: audit 2024-03-26T21:12:57.874023+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:59.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:58 smithi069 bash[21554]: audit 2024-03-26T21:12:57.882954+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:59.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:58 smithi069 bash[21554]: audit 2024-03-26T21:12:57.893244+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:59.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:58 smithi119 bash[22161]: audit 2024-03-26T21:12:57.874023+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:59.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:58 smithi119 bash[22161]: audit 2024-03-26T21:12:57.882954+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:59.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:58 smithi119 bash[22161]: audit 2024-03-26T21:12:57.893244+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:59.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:58 smithi118 bash[22172]: audit 2024-03-26T21:12:57.874023+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:59.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:58 smithi118 bash[22172]: audit 2024-03-26T21:12:57.882954+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:12:59.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:58 smithi118 bash[22172]: audit 2024-03-26T21:12:57.893244+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:00.115 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:12:59 smithi069 bash[21554]: cluster 2024-03-26T21:12:58.807369+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:00.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:12:59 smithi119 bash[22161]: cluster 2024-03-26T21:12:58.807369+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:00.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:12:59 smithi118 bash[22172]: cluster 2024-03-26T21:12:58.807369+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:01.141 INFO:teuthology.orchestra.run.smithi069.stderr:+ ceph orch apply node-exporter 2024-03-26T21:13:01.503 INFO:teuthology.orchestra.run.smithi069.stdout:Scheduled node-exporter update... 2024-03-26T21:13:01.518 INFO:teuthology.orchestra.run.smithi069.stderr:+ ceph orch apply grafana 2024-03-26T21:13:01.891 INFO:teuthology.orchestra.run.smithi069.stdout:Scheduled grafana update... 2024-03-26T21:13:01.905 INFO:teuthology.orchestra.run.smithi069.stderr:+ ceph orch apply alertmanager 2024-03-26T21:13:02.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:01 smithi119 bash[22161]: cluster 2024-03-26T21:13:00.807857+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:02.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:01 smithi119 bash[22161]: audit 2024-03-26T21:13:01.512271+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:02.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:01 smithi119 bash[22161]: audit 2024-03-26T21:13:01.525108+0000 mon.a (mon.0) 680 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:13:02.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:01 smithi119 bash[22161]: audit 2024-03-26T21:13:01.529063+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:13:02.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:01 smithi119 bash[22161]: audit 2024-03-26T21:13:01.529887+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:13:02.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:01 smithi119 bash[22161]: audit 2024-03-26T21:13:01.535470+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:02.167 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:01 smithi069 bash[21554]: cluster 2024-03-26T21:13:00.807857+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:02.167 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:01 smithi069 bash[21554]: audit 2024-03-26T21:13:01.512271+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:02.167 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:01 smithi069 bash[21554]: audit 2024-03-26T21:13:01.525108+0000 mon.a (mon.0) 680 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:13:02.167 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:01 smithi069 bash[21554]: audit 2024-03-26T21:13:01.529063+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:13:02.167 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:01 smithi069 bash[21554]: audit 2024-03-26T21:13:01.529887+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:13:02.167 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:01 smithi069 bash[21554]: audit 2024-03-26T21:13:01.535470+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:02.272 INFO:teuthology.orchestra.run.smithi069.stdout:Scheduled alertmanager update... 2024-03-26T21:13:02.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:01 smithi118 bash[22172]: cluster 2024-03-26T21:13:00.807857+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:02.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:01 smithi118 bash[22172]: audit 2024-03-26T21:13:01.512271+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:02.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:01 smithi118 bash[22172]: audit 2024-03-26T21:13:01.525108+0000 mon.a (mon.0) 680 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:13:02.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:01 smithi118 bash[22172]: audit 2024-03-26T21:13:01.529063+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:13:02.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:01 smithi118 bash[22172]: audit 2024-03-26T21:13:01.529887+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:13:02.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:01 smithi118 bash[22172]: audit 2024-03-26T21:13:01.535470+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:02.287 INFO:teuthology.orchestra.run.smithi069.stderr:+ ceph orch apply prometheus 2024-03-26T21:13:02.492 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:02 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:02.492 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:02 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:02.493 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:02 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:02.493 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:02 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:02.493 INFO:journalctl@ceph.osd.0.smithi069.stdout:Mar 26 21:13:02 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:02.493 INFO:journalctl@ceph.osd.0.smithi069.stdout:Mar 26 21:13:02 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:02.633 INFO:teuthology.orchestra.run.smithi069.stdout:Scheduled prometheus update... 2024-03-26T21:13:02.646 INFO:teuthology.orchestra.run.smithi069.stderr:+ sleep 240 2024-03-26T21:13:03.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:02 smithi119 bash[22161]: audit 2024-03-26T21:13:01.502851+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:13:03.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:02 smithi119 bash[22161]: cephadm 2024-03-26T21:13:01.505572+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-26T21:13:03.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:02 smithi119 bash[22161]: cephadm 2024-03-26T21:13:01.537710+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Deploying daemon node-exporter.smithi069 on smithi069 2024-03-26T21:13:03.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:02 smithi119 bash[22161]: audit 2024-03-26T21:13:01.887765+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:13:03.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:02 smithi119 bash[22161]: audit 2024-03-26T21:13:01.899654+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:03.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:02 smithi119 bash[22161]: audit 2024-03-26T21:13:02.281955+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:03.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:02 smithi119 bash[22161]: audit 2024-03-26T21:13:02.546917+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:03.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:02 smithi119 bash[22161]: audit 2024-03-26T21:13:02.553070+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:03.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:02 smithi119 bash[22161]: audit 2024-03-26T21:13:02.606496+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:03.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:02 smithi119 bash[22161]: audit 2024-03-26T21:13:02.642700+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:03.224 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:02 smithi118 bash[22172]: audit 2024-03-26T21:13:01.502851+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:13:03.224 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:02 smithi118 bash[22172]: cephadm 2024-03-26T21:13:01.505572+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-26T21:13:03.224 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:02 smithi118 bash[22172]: cephadm 2024-03-26T21:13:01.537710+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Deploying daemon node-exporter.smithi069 on smithi069 2024-03-26T21:13:03.224 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:02 smithi118 bash[22172]: audit 2024-03-26T21:13:01.887765+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:13:03.224 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:02 smithi118 bash[22172]: audit 2024-03-26T21:13:01.899654+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:03.224 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:02 smithi118 bash[22172]: audit 2024-03-26T21:13:02.281955+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:03.224 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:02 smithi118 bash[22172]: audit 2024-03-26T21:13:02.546917+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:03.224 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:02 smithi118 bash[22172]: audit 2024-03-26T21:13:02.553070+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:03.224 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:02 smithi118 bash[22172]: audit 2024-03-26T21:13:02.606496+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:03.224 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:02 smithi118 bash[22172]: audit 2024-03-26T21:13:02.642700+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:03.329 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:02 smithi069 bash[21554]: audit 2024-03-26T21:13:01.502851+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:13:03.329 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:02 smithi069 bash[21554]: cephadm 2024-03-26T21:13:01.505572+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-26T21:13:03.329 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:02 smithi069 bash[21554]: cephadm 2024-03-26T21:13:01.537710+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Deploying daemon node-exporter.smithi069 on smithi069 2024-03-26T21:13:03.329 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:02 smithi069 bash[21554]: audit 2024-03-26T21:13:01.887765+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:13:03.329 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:02 smithi069 bash[21554]: audit 2024-03-26T21:13:01.899654+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:03.329 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:02 smithi069 bash[21554]: audit 2024-03-26T21:13:02.281955+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:03.329 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:02 smithi069 bash[21554]: audit 2024-03-26T21:13:02.546917+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:03.329 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:02 smithi069 bash[21554]: audit 2024-03-26T21:13:02.553070+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:03.329 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:02 smithi069 bash[21554]: audit 2024-03-26T21:13:02.606496+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:03.329 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:02 smithi069 bash[21554]: audit 2024-03-26T21:13:02.642700+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:03.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:03 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:03.536 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:03 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:03.537 INFO:journalctl@ceph.osd.1.smithi118.stdout:Mar 26 21:13:03 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:03.873 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:03 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:03.874 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:03 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:03.874 INFO:journalctl@ceph.osd.1.smithi118.stdout:Mar 26 21:13:03 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:04.093 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:03 smithi069 bash[21554]: cephadm 2024-03-26T21:13:01.891872+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-26T21:13:04.093 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:03 smithi069 bash[21554]: audit 2024-03-26T21:13:02.275186+0000 mgr.a (mgr.14152) 271 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:13:04.093 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:03 smithi069 bash[21554]: cephadm 2024-03-26T21:13:02.276482+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-26T21:13:04.093 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:03 smithi069 bash[21554]: cephadm 2024-03-26T21:13:02.607234+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Deploying daemon node-exporter.smithi118 on smithi118 2024-03-26T21:13:04.094 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:03 smithi069 bash[21554]: audit 2024-03-26T21:13:02.633690+0000 mgr.a (mgr.14152) 274 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:13:04.094 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:03 smithi069 bash[21554]: cephadm 2024-03-26T21:13:02.635035+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-26T21:13:04.094 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:03 smithi069 bash[21554]: cluster 2024-03-26T21:13:02.808482+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:04.094 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:03 smithi069 bash[21554]: audit 2024-03-26T21:13:03.721737+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:04.094 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:03 smithi069 bash[21554]: audit 2024-03-26T21:13:03.727190+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:04.094 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:03 smithi069 bash[21554]: audit 2024-03-26T21:13:03.779254+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:04.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:03 smithi119 bash[22161]: cephadm 2024-03-26T21:13:01.891872+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-26T21:13:04.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:03 smithi119 bash[22161]: audit 2024-03-26T21:13:02.275186+0000 mgr.a (mgr.14152) 271 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:13:04.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:03 smithi119 bash[22161]: cephadm 2024-03-26T21:13:02.276482+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-26T21:13:04.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:03 smithi119 bash[22161]: cephadm 2024-03-26T21:13:02.607234+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Deploying daemon node-exporter.smithi118 on smithi118 2024-03-26T21:13:04.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:03 smithi119 bash[22161]: audit 2024-03-26T21:13:02.633690+0000 mgr.a (mgr.14152) 274 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:13:04.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:03 smithi119 bash[22161]: cephadm 2024-03-26T21:13:02.635035+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-26T21:13:04.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:03 smithi119 bash[22161]: cluster 2024-03-26T21:13:02.808482+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:04.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:03 smithi119 bash[22161]: audit 2024-03-26T21:13:03.721737+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:04.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:03 smithi119 bash[22161]: audit 2024-03-26T21:13:03.727190+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:04.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:03 smithi119 bash[22161]: audit 2024-03-26T21:13:03.779254+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:04.227 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:03 smithi118 bash[22172]: cephadm 2024-03-26T21:13:01.891872+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-26T21:13:04.227 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:03 smithi118 bash[22172]: audit 2024-03-26T21:13:02.275186+0000 mgr.a (mgr.14152) 271 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:13:04.227 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:03 smithi118 bash[22172]: cephadm 2024-03-26T21:13:02.276482+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-26T21:13:04.228 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:03 smithi118 bash[22172]: cephadm 2024-03-26T21:13:02.607234+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Deploying daemon node-exporter.smithi118 on smithi118 2024-03-26T21:13:04.228 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:03 smithi118 bash[22172]: audit 2024-03-26T21:13:02.633690+0000 mgr.a (mgr.14152) 274 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:13:04.228 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:03 smithi118 bash[22172]: cephadm 2024-03-26T21:13:02.635035+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-26T21:13:04.228 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:03 smithi118 bash[22172]: cluster 2024-03-26T21:13:02.808482+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:04.228 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:03 smithi118 bash[22172]: audit 2024-03-26T21:13:03.721737+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:04.228 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:03 smithi118 bash[22172]: audit 2024-03-26T21:13:03.727190+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:04.228 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:03 smithi118 bash[22172]: audit 2024-03-26T21:13:03.779254+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:04.786 INFO:journalctl@ceph.osd.2.smithi119.stdout:Mar 26 21:13:04 smithi119 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:04.787 INFO:journalctl@ceph.osd.2.smithi119.stdout:Mar 26 21:13:04 smithi119 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:04.787 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:04 smithi119 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:04.787 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:04 smithi119 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:05.126 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:04 smithi119 bash[22161]: cephadm 2024-03-26T21:13:03.780420+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Deploying daemon node-exporter.smithi119 on smithi119 2024-03-26T21:13:05.126 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:04 smithi119 bash[22161]: audit 2024-03-26T21:13:04.846922+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:05.126 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:04 smithi119 bash[22161]: audit 2024-03-26T21:13:04.854936+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:05.189 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:04 smithi118 bash[22172]: cephadm 2024-03-26T21:13:03.780420+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Deploying daemon node-exporter.smithi119 on smithi119 2024-03-26T21:13:05.189 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:04 smithi118 bash[22172]: audit 2024-03-26T21:13:04.846922+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:05.189 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:04 smithi118 bash[22172]: audit 2024-03-26T21:13:04.854936+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:05.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:04 smithi069 bash[21554]: cephadm 2024-03-26T21:13:03.780420+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Deploying daemon node-exporter.smithi119 on smithi119 2024-03-26T21:13:05.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:04 smithi069 bash[21554]: audit 2024-03-26T21:13:04.846922+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:05.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:04 smithi069 bash[21554]: audit 2024-03-26T21:13:04.854936+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:05 smithi119 bash[22161]: cluster 2024-03-26T21:13:04.809007+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:06.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:05 smithi119 bash[22161]: audit 2024-03-26T21:13:04.902362+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:05 smithi119 bash[22161]: audit 2024-03-26T21:13:04.909070+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:05 smithi119 bash[22161]: audit 2024-03-26T21:13:05.012752+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:13:06.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:05 smithi119 bash[22161]: audit 2024-03-26T21:13:05.016578+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:13:06.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:05 smithi119 bash[22161]: audit 2024-03-26T21:13:05.017834+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:13:06.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:05 smithi119 bash[22161]: audit 2024-03-26T21:13:05.027305+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:05 smithi119 bash[22161]: audit 2024-03-26T21:13:05.119664+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:05 smithi119 bash[22161]: audit 2024-03-26T21:13:05.125246+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:05 smithi119 bash[22161]: audit 2024-03-26T21:13:05.128476+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:13:06.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:05 smithi119 bash[22161]: audit 2024-03-26T21:13:05.134282+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:05 smithi119 bash[22161]: audit 2024-03-26T21:13:05.135046+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:13:06.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:05 smithi119 bash[22161]: audit 2024-03-26T21:13:05.136052+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:13:06.137 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:05 smithi119 bash[22161]: audit 2024-03-26T21:13:05.143582+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.260 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:05 smithi069 bash[21554]: cluster 2024-03-26T21:13:04.809007+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:06.260 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:05 smithi069 bash[21554]: audit 2024-03-26T21:13:04.902362+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.260 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:05 smithi069 bash[21554]: audit 2024-03-26T21:13:04.909070+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.260 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:05 smithi069 bash[21554]: audit 2024-03-26T21:13:05.012752+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:13:06.260 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:05 smithi069 bash[21554]: audit 2024-03-26T21:13:05.016578+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:13:06.260 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:05 smithi069 bash[21554]: audit 2024-03-26T21:13:05.017834+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:13:06.260 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:05 smithi069 bash[21554]: audit 2024-03-26T21:13:05.027305+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.260 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:05 smithi069 bash[21554]: audit 2024-03-26T21:13:05.119664+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.260 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:05 smithi069 bash[21554]: audit 2024-03-26T21:13:05.125246+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.261 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:05 smithi069 bash[21554]: audit 2024-03-26T21:13:05.128476+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:13:06.261 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:05 smithi069 bash[21554]: audit 2024-03-26T21:13:05.134282+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.261 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:05 smithi069 bash[21554]: audit 2024-03-26T21:13:05.135046+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:13:06.261 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:05 smithi069 bash[21554]: audit 2024-03-26T21:13:05.136052+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:13:06.261 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:05 smithi069 bash[21554]: audit 2024-03-26T21:13:05.143582+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:05 smithi118 bash[22172]: cluster 2024-03-26T21:13:04.809007+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:06.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:05 smithi118 bash[22172]: audit 2024-03-26T21:13:04.902362+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:05 smithi118 bash[22172]: audit 2024-03-26T21:13:04.909070+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:05 smithi118 bash[22172]: audit 2024-03-26T21:13:05.012752+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:13:06.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:05 smithi118 bash[22172]: audit 2024-03-26T21:13:05.016578+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:13:06.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:05 smithi118 bash[22172]: audit 2024-03-26T21:13:05.017834+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:13:06.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:05 smithi118 bash[22172]: audit 2024-03-26T21:13:05.027305+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:05 smithi118 bash[22172]: audit 2024-03-26T21:13:05.119664+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:05 smithi118 bash[22172]: audit 2024-03-26T21:13:05.125246+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:05 smithi118 bash[22172]: audit 2024-03-26T21:13:05.128476+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:13:06.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:05 smithi118 bash[22172]: audit 2024-03-26T21:13:05.134282+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:06.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:05 smithi118 bash[22172]: audit 2024-03-26T21:13:05.135046+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:13:06.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:05 smithi118 bash[22172]: audit 2024-03-26T21:13:05.136052+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:13:06.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:05 smithi118 bash[22172]: audit 2024-03-26T21:13:05.143582+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:07.034 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:06 smithi119 bash[22161]: cephadm 2024-03-26T21:13:05.027816+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:13:07.035 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:06 smithi119 bash[22161]: cephadm 2024-03-26T21:13:05.144142+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:13:07.157 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:06 smithi069 bash[21554]: cephadm 2024-03-26T21:13:05.027816+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:13:07.158 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:06 smithi069 bash[21554]: cephadm 2024-03-26T21:13:05.144142+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:13:07.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:06 smithi118 bash[22172]: cephadm 2024-03-26T21:13:05.027816+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:13:07.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:06 smithi118 bash[22172]: cephadm 2024-03-26T21:13:05.144142+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:13:07.978 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:07 smithi118 bash[22172]: cluster 2024-03-26T21:13:06.809463+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:08.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:07 smithi119 bash[22161]: cluster 2024-03-26T21:13:06.809463+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:08.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:07 smithi069 bash[21554]: cluster 2024-03-26T21:13:06.809463+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:09.657 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:09 smithi119 bash[22161]: audit 2024-03-26T21:13:08.477386+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:09.657 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:09 smithi119 bash[22161]: cluster 2024-03-26T21:13:08.809884+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:09.657 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:09 smithi119 bash[22161]: audit 2024-03-26T21:13:08.834291+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:09.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:09 smithi118 bash[22172]: audit 2024-03-26T21:13:08.477386+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:09.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:09 smithi118 bash[22172]: cluster 2024-03-26T21:13:08.809884+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:09.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:09 smithi118 bash[22172]: audit 2024-03-26T21:13:08.834291+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:09.854 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:09 smithi069 bash[21554]: audit 2024-03-26T21:13:08.477386+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:09.854 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:09 smithi069 bash[21554]: cluster 2024-03-26T21:13:08.809884+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:09.855 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:09 smithi069 bash[21554]: audit 2024-03-26T21:13:08.834291+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:11.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:11 smithi118 bash[22172]: audit 2024-03-26T21:13:10.485291+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:11.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:11 smithi118 bash[22172]: audit 2024-03-26T21:13:10.608957+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:11.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:11 smithi118 bash[22172]: audit 2024-03-26T21:13:10.618044+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:11.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:11 smithi118 bash[22172]: audit 2024-03-26T21:13:10.628870+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:11.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:11 smithi118 bash[22172]: audit 2024-03-26T21:13:10.669097+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:13:11.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:11 smithi118 bash[22172]: audit 2024-03-26T21:13:10.675159+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:13:11.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:11 smithi118 bash[22172]: audit 2024-03-26T21:13:10.677119+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:13:11.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:11 smithi118 bash[22172]: audit 2024-03-26T21:13:10.687443+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:11.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:11 smithi118 bash[22172]: cephadm 2024-03-26T21:13:10.688543+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:13:11.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:11 smithi118 bash[22172]: cluster 2024-03-26T21:13:10.810530+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:11.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:11 smithi118 bash[22172]: audit 2024-03-26T21:13:11.126424+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:11.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:11 smithi069 bash[21554]: audit 2024-03-26T21:13:10.485291+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:11.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:11 smithi069 bash[21554]: audit 2024-03-26T21:13:10.608957+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:11.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:11 smithi069 bash[21554]: audit 2024-03-26T21:13:10.618044+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:11.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:11 smithi069 bash[21554]: audit 2024-03-26T21:13:10.628870+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:11.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:11 smithi069 bash[21554]: audit 2024-03-26T21:13:10.669097+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:13:11.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:11 smithi069 bash[21554]: audit 2024-03-26T21:13:10.675159+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:13:11.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:11 smithi069 bash[21554]: audit 2024-03-26T21:13:10.677119+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:13:11.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:11 smithi069 bash[21554]: audit 2024-03-26T21:13:10.687443+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:11.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:11 smithi069 bash[21554]: cephadm 2024-03-26T21:13:10.688543+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:13:11.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:11 smithi069 bash[21554]: cluster 2024-03-26T21:13:10.810530+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:11.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:11 smithi069 bash[21554]: audit 2024-03-26T21:13:11.126424+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:11.886 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:11 smithi119 bash[22161]: audit 2024-03-26T21:13:10.485291+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:11.886 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:11 smithi119 bash[22161]: audit 2024-03-26T21:13:10.608957+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:11.886 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:11 smithi119 bash[22161]: audit 2024-03-26T21:13:10.618044+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:11.886 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:11 smithi119 bash[22161]: audit 2024-03-26T21:13:10.628870+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:11.886 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:11 smithi119 bash[22161]: audit 2024-03-26T21:13:10.669097+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:13:11.886 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:11 smithi119 bash[22161]: audit 2024-03-26T21:13:10.675159+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:13:11.886 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:11 smithi119 bash[22161]: audit 2024-03-26T21:13:10.677119+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:13:11.886 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:11 smithi119 bash[22161]: audit 2024-03-26T21:13:10.687443+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:11.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:11 smithi119 bash[22161]: cephadm 2024-03-26T21:13:10.688543+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:13:11.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:11 smithi119 bash[22161]: cluster 2024-03-26T21:13:10.810530+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:11.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:11 smithi119 bash[22161]: audit 2024-03-26T21:13:11.126424+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:12.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:12 smithi118 bash[22172]: audit 2024-03-26T21:13:11.520770+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:12.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:12 smithi118 bash[22172]: audit 2024-03-26T21:13:11.529852+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:12.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:12 smithi118 bash[22172]: audit 2024-03-26T21:13:11.540514+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:12.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:12 smithi069 bash[21554]: audit 2024-03-26T21:13:11.520770+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:12.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:12 smithi069 bash[21554]: audit 2024-03-26T21:13:11.529852+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:12.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:12 smithi069 bash[21554]: audit 2024-03-26T21:13:11.540514+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:12.886 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:12 smithi119 bash[22161]: audit 2024-03-26T21:13:11.520770+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:12.886 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:12 smithi119 bash[22161]: audit 2024-03-26T21:13:11.529852+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:12.886 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:12 smithi119 bash[22161]: audit 2024-03-26T21:13:11.540514+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:13.615 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:13 smithi069 bash[21554]: cluster 2024-03-26T21:13:12.811080+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:13.615 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:13 smithi069 bash[21554]: audit 2024-03-26T21:13:13.347894+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:13.615 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:13 smithi069 bash[21554]: audit 2024-03-26T21:13:13.352877+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:13.615 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:13 smithi069 bash[21554]: audit 2024-03-26T21:13:13.359220+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:13.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:13 smithi118 bash[22172]: cluster 2024-03-26T21:13:12.811080+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:13.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:13 smithi118 bash[22172]: audit 2024-03-26T21:13:13.347894+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:13.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:13 smithi118 bash[22172]: audit 2024-03-26T21:13:13.352877+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:13.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:13 smithi118 bash[22172]: audit 2024-03-26T21:13:13.359220+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:13.886 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:13 smithi119 bash[22161]: cluster 2024-03-26T21:13:12.811080+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:13.886 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:13 smithi119 bash[22161]: audit 2024-03-26T21:13:13.347894+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:13.886 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:13 smithi119 bash[22161]: audit 2024-03-26T21:13:13.352877+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:13.886 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:13 smithi119 bash[22161]: audit 2024-03-26T21:13:13.359220+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:14 smithi118 bash[22172]: audit 2024-03-26T21:13:13.994593+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:14 smithi118 bash[22172]: audit 2024-03-26T21:13:14.004238+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:14 smithi118 bash[22172]: audit 2024-03-26T21:13:14.015086+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:14 smithi118 bash[22172]: audit 2024-03-26T21:13:14.019328+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:13:15.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:14 smithi118 bash[22172]: audit 2024-03-26T21:13:14.024885+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:13:15.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:14 smithi118 bash[22172]: audit 2024-03-26T21:13:14.026438+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:13:15.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:14 smithi118 bash[22172]: audit 2024-03-26T21:13:14.036022+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:14 smithi118 bash[22172]: cephadm 2024-03-26T21:13:14.087765+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-26T21:13:15.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:14 smithi118 bash[22172]: audit 2024-03-26T21:13:14.269363+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:14 smithi118 bash[22172]: audit 2024-03-26T21:13:14.275871+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:14 smithi118 bash[22172]: audit 2024-03-26T21:13:14.286811+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-26T21:13:15.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:14 smithi118 bash[22172]: audit 2024-03-26T21:13:14.287292+0000 mgr.a (mgr.14152) 287 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-26T21:13:15.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:14 smithi118 bash[22172]: audit 2024-03-26T21:13:14.293240+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:14 smithi118 bash[22172]: cephadm 2024-03-26T21:13:14.318782+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon grafana.smithi069 on smithi069 2024-03-26T21:13:15.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:14 smithi118 bash[22172]: cluster 2024-03-26T21:13:14.811394+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:15.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:14 smithi069 bash[21554]: audit 2024-03-26T21:13:13.994593+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:14 smithi069 bash[21554]: audit 2024-03-26T21:13:14.004238+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:14 smithi069 bash[21554]: audit 2024-03-26T21:13:14.015086+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:14 smithi069 bash[21554]: audit 2024-03-26T21:13:14.019328+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:13:15.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:14 smithi069 bash[21554]: audit 2024-03-26T21:13:14.024885+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:13:15.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:14 smithi069 bash[21554]: audit 2024-03-26T21:13:14.026438+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:13:15.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:14 smithi069 bash[21554]: audit 2024-03-26T21:13:14.036022+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:14 smithi069 bash[21554]: cephadm 2024-03-26T21:13:14.087765+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-26T21:13:15.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:14 smithi069 bash[21554]: audit 2024-03-26T21:13:14.269363+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:14 smithi069 bash[21554]: audit 2024-03-26T21:13:14.275871+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:14 smithi069 bash[21554]: audit 2024-03-26T21:13:14.286811+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-26T21:13:15.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:14 smithi069 bash[21554]: audit 2024-03-26T21:13:14.287292+0000 mgr.a (mgr.14152) 287 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-26T21:13:15.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:14 smithi069 bash[21554]: audit 2024-03-26T21:13:14.293240+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:14 smithi069 bash[21554]: cephadm 2024-03-26T21:13:14.318782+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon grafana.smithi069 on smithi069 2024-03-26T21:13:15.366 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:14 smithi069 bash[21554]: cluster 2024-03-26T21:13:14.811394+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:15.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:14 smithi119 bash[22161]: audit 2024-03-26T21:13:13.994593+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:14 smithi119 bash[22161]: audit 2024-03-26T21:13:14.004238+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:14 smithi119 bash[22161]: audit 2024-03-26T21:13:14.015086+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:14 smithi119 bash[22161]: audit 2024-03-26T21:13:14.019328+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:13:15.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:14 smithi119 bash[22161]: audit 2024-03-26T21:13:14.024885+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:13:15.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:14 smithi119 bash[22161]: audit 2024-03-26T21:13:14.026438+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:13:15.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:14 smithi119 bash[22161]: audit 2024-03-26T21:13:14.036022+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.387 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:14 smithi119 bash[22161]: cephadm 2024-03-26T21:13:14.087765+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-26T21:13:15.387 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:14 smithi119 bash[22161]: audit 2024-03-26T21:13:14.269363+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.387 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:14 smithi119 bash[22161]: audit 2024-03-26T21:13:14.275871+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.387 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:14 smithi119 bash[22161]: audit 2024-03-26T21:13:14.286811+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-26T21:13:15.387 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:14 smithi119 bash[22161]: audit 2024-03-26T21:13:14.287292+0000 mgr.a (mgr.14152) 287 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-26T21:13:15.387 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:14 smithi119 bash[22161]: audit 2024-03-26T21:13:14.293240+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:15.387 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:14 smithi119 bash[22161]: cephadm 2024-03-26T21:13:14.318782+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon grafana.smithi069 on smithi069 2024-03-26T21:13:15.387 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:14 smithi119 bash[22161]: cluster 2024-03-26T21:13:14.811394+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:18.114 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:17 smithi069 bash[21554]: cluster 2024-03-26T21:13:16.811872+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:18.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:17 smithi119 bash[22161]: cluster 2024-03-26T21:13:16.811872+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:18.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:17 smithi118 bash[22172]: cluster 2024-03-26T21:13:16.811872+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:20.114 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:19 smithi069 bash[21554]: cluster 2024-03-26T21:13:18.812443+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:20.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:19 smithi119 bash[22161]: cluster 2024-03-26T21:13:18.812443+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:20.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:19 smithi118 bash[22172]: cluster 2024-03-26T21:13:18.812443+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:22.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:21 smithi119 bash[22161]: cluster 2024-03-26T21:13:20.812946+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:22.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:21 smithi118 bash[22172]: cluster 2024-03-26T21:13:20.812946+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:22.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:21 smithi069 bash[21554]: cluster 2024-03-26T21:13:20.812946+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:24.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:23 smithi119 bash[22161]: cluster 2024-03-26T21:13:22.813573+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:24.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:23 smithi118 bash[22172]: cluster 2024-03-26T21:13:22.813573+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:24.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:23 smithi069 bash[21554]: cluster 2024-03-26T21:13:22.813573+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:26.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:25 smithi119 bash[22161]: cluster 2024-03-26T21:13:24.814290+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:26.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:25 smithi118 bash[22172]: cluster 2024-03-26T21:13:24.814290+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:26.346 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:25 smithi069 bash[21554]: cluster 2024-03-26T21:13:24.814290+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:27.978 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:27 smithi069 bash[21554]: cluster 2024-03-26T21:13:26.814863+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:28.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:27 smithi119 bash[22161]: cluster 2024-03-26T21:13:26.814863+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:28.170 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:27 smithi118 bash[22172]: cluster 2024-03-26T21:13:26.814863+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:30.008 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:29 smithi069 bash[21554]: cluster 2024-03-26T21:13:28.815395+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:30.041 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:29 smithi119 bash[22161]: cluster 2024-03-26T21:13:28.815395+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:30.146 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:29 smithi118 bash[22172]: cluster 2024-03-26T21:13:28.815395+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:30.772 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:30 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:30.773 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:30 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:30.773 INFO:journalctl@ceph.osd.0.smithi069.stdout:Mar 26 21:13:30 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:31.024 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:30 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:31.024 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:30 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:31.025 INFO:journalctl@ceph.osd.0.smithi069.stdout:Mar 26 21:13:30 smithi069 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:32.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:31 smithi119 bash[22161]: cluster 2024-03-26T21:13:30.815774+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:32.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:31 smithi119 bash[22161]: audit 2024-03-26T21:13:31.038213+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:32.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:31 smithi119 bash[22161]: audit 2024-03-26T21:13:31.043419+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:32.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:31 smithi119 bash[22161]: audit 2024-03-26T21:13:31.091011+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:32.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:31 smithi119 bash[22161]: audit 2024-03-26T21:13:31.095631+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:32.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:31 smithi119 bash[22161]: audit 2024-03-26T21:13:31.673731+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:32.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:31 smithi119 bash[22161]: audit 2024-03-26T21:13:31.680265+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:32.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:31 smithi119 bash[22161]: audit 2024-03-26T21:13:31.688425+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:32.199 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:31 smithi069 bash[21554]: cluster 2024-03-26T21:13:30.815774+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:32.199 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:31 smithi069 bash[21554]: audit 2024-03-26T21:13:31.038213+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:32.199 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:31 smithi069 bash[21554]: audit 2024-03-26T21:13:31.043419+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:32.199 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:31 smithi069 bash[21554]: audit 2024-03-26T21:13:31.091011+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:32.199 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:31 smithi069 bash[21554]: audit 2024-03-26T21:13:31.095631+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:32.199 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:31 smithi069 bash[21554]: audit 2024-03-26T21:13:31.673731+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:32.199 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:31 smithi069 bash[21554]: audit 2024-03-26T21:13:31.680265+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:32.199 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:31 smithi069 bash[21554]: audit 2024-03-26T21:13:31.688425+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:32.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:31 smithi118 bash[22172]: cluster 2024-03-26T21:13:30.815774+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:32.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:31 smithi118 bash[22172]: audit 2024-03-26T21:13:31.038213+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:32.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:31 smithi118 bash[22172]: audit 2024-03-26T21:13:31.043419+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:32.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:31 smithi118 bash[22172]: audit 2024-03-26T21:13:31.091011+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:32.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:31 smithi118 bash[22172]: audit 2024-03-26T21:13:31.095631+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:32.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:31 smithi118 bash[22172]: audit 2024-03-26T21:13:31.673731+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:32.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:31 smithi118 bash[22172]: audit 2024-03-26T21:13:31.680265+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:32.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:31 smithi118 bash[22172]: audit 2024-03-26T21:13:31.688425+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:33.055 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:32 smithi069 bash[21554]: cephadm 2024-03-26T21:13:31.105533+0000 mgr.a (mgr.14152) 298 : cephadm [INF] Deploying daemon alertmanager.smithi119 on smithi119 2024-03-26T21:13:33.055 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:32 smithi069 bash[21554]: audit 2024-03-26T21:13:32.583504+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:33.055 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:32 smithi069 bash[21554]: audit 2024-03-26T21:13:32.588798+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:33.055 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:32 smithi069 bash[21554]: audit 2024-03-26T21:13:32.597685+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:33.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:32 smithi119 bash[22161]: cephadm 2024-03-26T21:13:31.105533+0000 mgr.a (mgr.14152) 298 : cephadm [INF] Deploying daemon alertmanager.smithi119 on smithi119 2024-03-26T21:13:33.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:32 smithi119 bash[22161]: audit 2024-03-26T21:13:32.583504+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:33.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:32 smithi119 bash[22161]: audit 2024-03-26T21:13:32.588798+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:33.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:32 smithi119 bash[22161]: audit 2024-03-26T21:13:32.597685+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:33.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:32 smithi118 bash[22172]: cephadm 2024-03-26T21:13:31.105533+0000 mgr.a (mgr.14152) 298 : cephadm [INF] Deploying daemon alertmanager.smithi119 on smithi119 2024-03-26T21:13:33.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:32 smithi118 bash[22172]: audit 2024-03-26T21:13:32.583504+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:33.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:32 smithi118 bash[22172]: audit 2024-03-26T21:13:32.588798+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:33.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:32 smithi118 bash[22172]: audit 2024-03-26T21:13:32.597685+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:34.138 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:33 smithi069 bash[21554]: cluster 2024-03-26T21:13:32.816115+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:34.138 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:33 smithi069 bash[21554]: audit 2024-03-26T21:13:33.485338+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:34.139 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:33 smithi069 bash[21554]: audit 2024-03-26T21:13:33.545535+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:34.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:33 smithi118 bash[22172]: cluster 2024-03-26T21:13:32.816115+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:34.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:33 smithi118 bash[22172]: audit 2024-03-26T21:13:33.485338+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:34.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:33 smithi118 bash[22172]: audit 2024-03-26T21:13:33.545535+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:34.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:33 smithi119 bash[22161]: cluster 2024-03-26T21:13:32.816115+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:34.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:33 smithi119 bash[22161]: audit 2024-03-26T21:13:33.485338+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:34.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:33 smithi119 bash[22161]: audit 2024-03-26T21:13:33.545535+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:35.577 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:35 smithi069 bash[21554]: audit 2024-03-26T21:13:34.531144+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:35.577 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:35 smithi069 bash[21554]: audit 2024-03-26T21:13:34.539807+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:35.577 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:35 smithi069 bash[21554]: audit 2024-03-26T21:13:34.549956+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:35.577 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:35 smithi069 bash[21554]: cluster 2024-03-26T21:13:34.816645+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:35.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:35 smithi118 bash[22172]: audit 2024-03-26T21:13:34.531144+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:35.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:35 smithi118 bash[22172]: audit 2024-03-26T21:13:34.539807+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:35.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:35 smithi118 bash[22172]: audit 2024-03-26T21:13:34.549956+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:35.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:35 smithi118 bash[22172]: cluster 2024-03-26T21:13:34.816645+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:36.000 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:35 smithi119 bash[22161]: audit 2024-03-26T21:13:34.531144+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:36.000 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:35 smithi119 bash[22161]: audit 2024-03-26T21:13:34.539807+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:36.000 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:35 smithi119 bash[22161]: audit 2024-03-26T21:13:34.549956+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:36.000 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:35 smithi119 bash[22161]: cluster 2024-03-26T21:13:34.816645+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:37.890 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:37 smithi069 bash[21554]: cluster 2024-03-26T21:13:36.817141+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:38.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:37 smithi119 bash[22161]: cluster 2024-03-26T21:13:36.817141+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:38.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:37 smithi118 bash[22172]: cluster 2024-03-26T21:13:36.817141+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:39.481 INFO:journalctl@ceph.osd.2.smithi119.stdout:Mar 26 21:13:39 smithi119 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:39.481 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:39 smithi119 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:39.481 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:39 smithi119 bash[22161]: audit 2024-03-26T21:13:38.431598+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:39.481 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:39 smithi119 bash[22161]: cluster 2024-03-26T21:13:38.817482+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:39.758 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:39 smithi119 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:39.758 INFO:journalctl@ceph.osd.2.smithi119.stdout:Mar 26 21:13:39 smithi119 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:39.781 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:39 smithi069 bash[21554]: audit 2024-03-26T21:13:38.431598+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:39.782 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:39 smithi069 bash[21554]: cluster 2024-03-26T21:13:38.817482+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:39.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:39 smithi118 bash[22172]: audit 2024-03-26T21:13:38.431598+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:39.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:39 smithi118 bash[22172]: cluster 2024-03-26T21:13:38.817482+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:40.802 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:40 smithi069 bash[21554]: audit 2024-03-26T21:13:39.776597+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:40.802 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:40 smithi069 bash[21554]: audit 2024-03-26T21:13:39.785920+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:40.802 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:40 smithi069 bash[21554]: audit 2024-03-26T21:13:39.794284+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:40.802 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:40 smithi069 bash[21554]: audit 2024-03-26T21:13:39.801695+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:40.802 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:40 smithi069 bash[21554]: audit 2024-03-26T21:13:39.976913+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:41.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:40 smithi118 bash[22172]: audit 2024-03-26T21:13:39.776597+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:41.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:40 smithi118 bash[22172]: audit 2024-03-26T21:13:39.785920+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:41.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:40 smithi118 bash[22172]: audit 2024-03-26T21:13:39.794284+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:41.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:40 smithi118 bash[22172]: audit 2024-03-26T21:13:39.801695+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:41.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:40 smithi118 bash[22172]: audit 2024-03-26T21:13:39.976913+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:41.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:40 smithi119 bash[22161]: audit 2024-03-26T21:13:39.776597+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:41.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:40 smithi119 bash[22161]: audit 2024-03-26T21:13:39.785920+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:41.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:40 smithi119 bash[22161]: audit 2024-03-26T21:13:39.794284+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:41.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:40 smithi119 bash[22161]: audit 2024-03-26T21:13:39.801695+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:41.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:40 smithi119 bash[22161]: audit 2024-03-26T21:13:39.976913+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:41.921 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:41 smithi069 bash[21554]: cephadm 2024-03-26T21:13:40.085274+0000 mgr.a (mgr.14152) 303 : cephadm [INF] Deploying daemon prometheus.smithi118 on smithi118 2024-03-26T21:13:41.921 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:41 smithi069 bash[21554]: cluster 2024-03-26T21:13:40.818106+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:41.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:41 smithi069 bash[21554]: audit 2024-03-26T21:13:41.547489+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:41.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:41 smithi069 bash[21554]: audit 2024-03-26T21:13:41.552625+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:41.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:41 smithi069 bash[21554]: audit 2024-03-26T21:13:41.558049+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:42.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:41 smithi118 bash[22172]: cephadm 2024-03-26T21:13:40.085274+0000 mgr.a (mgr.14152) 303 : cephadm [INF] Deploying daemon prometheus.smithi118 on smithi118 2024-03-26T21:13:42.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:41 smithi118 bash[22172]: cluster 2024-03-26T21:13:40.818106+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:42.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:41 smithi118 bash[22172]: audit 2024-03-26T21:13:41.547489+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:42.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:41 smithi118 bash[22172]: audit 2024-03-26T21:13:41.552625+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:42.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:41 smithi118 bash[22172]: audit 2024-03-26T21:13:41.558049+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:42.065 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:41 smithi119 bash[22161]: cephadm 2024-03-26T21:13:40.085274+0000 mgr.a (mgr.14152) 303 : cephadm [INF] Deploying daemon prometheus.smithi118 on smithi118 2024-03-26T21:13:42.065 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:41 smithi119 bash[22161]: cluster 2024-03-26T21:13:40.818106+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:42.065 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:41 smithi119 bash[22161]: audit 2024-03-26T21:13:41.547489+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:42.065 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:41 smithi119 bash[22161]: audit 2024-03-26T21:13:41.552625+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:42.065 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:41 smithi119 bash[22161]: audit 2024-03-26T21:13:41.558049+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:44.026 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:43 smithi069 bash[21554]: cluster 2024-03-26T21:13:42.818700+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:44.027 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:43 smithi069 bash[21554]: audit 2024-03-26T21:13:43.494779+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:44.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:43 smithi119 bash[22161]: cluster 2024-03-26T21:13:42.818700+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:44.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:43 smithi119 bash[22161]: audit 2024-03-26T21:13:43.494779+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:44.285 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:43 smithi118 bash[22172]: cluster 2024-03-26T21:13:42.818700+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:44.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:43 smithi118 bash[22172]: audit 2024-03-26T21:13:43.494779+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:45.969 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:45 smithi069 bash[21554]: cluster 2024-03-26T21:13:44.819202+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:45.969 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:45 smithi069 bash[21554]: audit 2024-03-26T21:13:45.154558+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:46.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:45 smithi119 bash[22161]: cluster 2024-03-26T21:13:44.819202+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:46.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:45 smithi119 bash[22161]: audit 2024-03-26T21:13:45.154558+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:46.285 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:45 smithi118 bash[22172]: cluster 2024-03-26T21:13:44.819202+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:46.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:45 smithi118 bash[22172]: audit 2024-03-26T21:13:45.154558+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:48.114 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:47 smithi069 bash[21554]: cluster 2024-03-26T21:13:46.819816+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:48.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:47 smithi119 bash[22161]: cluster 2024-03-26T21:13:46.819816+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:48.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:47 smithi118 bash[22172]: cluster 2024-03-26T21:13:46.819816+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:50.072 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:49 smithi069 bash[21554]: cluster 2024-03-26T21:13:48.820478+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:50.072 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:49 smithi069 bash[21554]: audit 2024-03-26T21:13:49.069747+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:50.072 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:49 smithi069 bash[21554]: audit 2024-03-26T21:13:49.080464+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:50.072 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:49 smithi069 bash[21554]: audit 2024-03-26T21:13:49.091240+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:50.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:49 smithi119 bash[22161]: cluster 2024-03-26T21:13:48.820478+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:50.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:49 smithi119 bash[22161]: audit 2024-03-26T21:13:49.069747+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:50.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:49 smithi119 bash[22161]: audit 2024-03-26T21:13:49.080464+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:50.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:49 smithi119 bash[22161]: audit 2024-03-26T21:13:49.091240+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:50.269 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:49 smithi118 bash[22172]: cluster 2024-03-26T21:13:48.820478+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:50.269 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:49 smithi118 bash[22172]: audit 2024-03-26T21:13:49.069747+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:50.270 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:49 smithi118 bash[22172]: audit 2024-03-26T21:13:49.080464+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:50.270 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:49 smithi118 bash[22172]: audit 2024-03-26T21:13:49.091240+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:52.007 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:51 smithi069 bash[21554]: cluster 2024-03-26T21:13:50.821029+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:52.116 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:51 smithi118 bash[22172]: cluster 2024-03-26T21:13:50.821029+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:52.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:51 smithi119 bash[22161]: cluster 2024-03-26T21:13:50.821029+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:52.940 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:52 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:52.941 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:52 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:52.941 INFO:journalctl@ceph.osd.1.smithi118.stdout:Mar 26 21:13:52 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:53.218 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:53 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:53.218 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:53 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:53.219 INFO:journalctl@ceph.osd.1.smithi118.stdout:Mar 26 21:13:53 smithi118 systemd[1]: /etc/systemd/system/ceph-62808a52-ebb4-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-26T21:13:53.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:53 smithi069 bash[21554]: audit 2024-03-26T21:13:52.748453+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:53.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:53 smithi069 bash[21554]: audit 2024-03-26T21:13:52.758403+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:53.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:53 smithi069 bash[21554]: audit 2024-03-26T21:13:52.771610+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:53.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:53 smithi069 bash[21554]: cluster 2024-03-26T21:13:52.821500+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:53.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:53 smithi069 bash[21554]: audit 2024-03-26T21:13:53.194224+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:53.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:53 smithi069 bash[21554]: audit 2024-03-26T21:13:53.205891+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:53.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:53 smithi069 bash[21554]: audit 2024-03-26T21:13:53.246733+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:53.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:53 smithi069 bash[21554]: audit 2024-03-26T21:13:53.254260+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-26T21:13:53.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:53 smithi069 bash[21554]: audit 2024-03-26T21:13:53.503399+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:54.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:53 smithi118 bash[22172]: audit 2024-03-26T21:13:52.748453+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:54.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:53 smithi118 bash[22172]: audit 2024-03-26T21:13:52.758403+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:54.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:53 smithi118 bash[22172]: audit 2024-03-26T21:13:52.771610+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:54.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:53 smithi118 bash[22172]: cluster 2024-03-26T21:13:52.821500+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:54.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:53 smithi118 bash[22172]: audit 2024-03-26T21:13:53.194224+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:54.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:53 smithi118 bash[22172]: audit 2024-03-26T21:13:53.205891+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:54.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:53 smithi118 bash[22172]: audit 2024-03-26T21:13:53.246733+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:54.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:53 smithi118 bash[22172]: audit 2024-03-26T21:13:53.254260+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-26T21:13:54.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:53 smithi118 bash[22172]: audit 2024-03-26T21:13:53.503399+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:54.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:53 smithi119 bash[22161]: audit 2024-03-26T21:13:52.748453+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:54.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:53 smithi119 bash[22161]: audit 2024-03-26T21:13:52.758403+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:54.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:53 smithi119 bash[22161]: audit 2024-03-26T21:13:52.771610+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:54.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:53 smithi119 bash[22161]: cluster 2024-03-26T21:13:52.821500+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:13:54.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:53 smithi119 bash[22161]: audit 2024-03-26T21:13:53.194224+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:54.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:53 smithi119 bash[22161]: audit 2024-03-26T21:13:53.205891+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:54.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:53 smithi119 bash[22161]: audit 2024-03-26T21:13:53.246733+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:54.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:53 smithi119 bash[22161]: audit 2024-03-26T21:13:53.254260+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-26T21:13:54.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:53 smithi119 bash[22161]: audit 2024-03-26T21:13:53.503399+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' 2024-03-26T21:13:54.535 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:54 smithi118 bash[23257]: ignoring --setuser ceph since I am not root 2024-03-26T21:13:54.536 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:54 smithi118 bash[23257]: ignoring --setgroup ceph since I am not root 2024-03-26T21:13:54.536 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:54 smithi118 bash[23257]: debug 2024-03-26T21:13:54.312+0000 7fb7b1388700 1 -- 172.21.15.118:0/2563564049 <== mon.2 v2:172.21.15.118:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x558178a545a0 con 0x5581797d2400 2024-03-26T21:13:54.536 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:54 smithi118 bash[23257]: debug 2024-03-26T21:13:54.464+0000 7fb7bb179200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T21:13:54.614 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:54 smithi069 bash[21808]: ignoring --setuser ceph since I am not root 2024-03-26T21:13:54.614 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:54 smithi069 bash[21808]: ignoring --setgroup ceph since I am not root 2024-03-26T21:13:54.614 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:54 smithi069 bash[21808]: debug 2024-03-26T21:13:54.459+0000 7fa736958200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T21:13:55.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:55 smithi118 bash[22172]: audit 2024-03-26T21:13:54.247994+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-26T21:13:55.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:13:55 smithi118 bash[22172]: cluster 2024-03-26T21:13:54.258848+0000 mon.a (mon.0) 774 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-26T21:13:55.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:55 smithi069 bash[21554]: audit 2024-03-26T21:13:54.247994+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-26T21:13:55.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:13:55 smithi069 bash[21554]: cluster 2024-03-26T21:13:54.258848+0000 mon.a (mon.0) 774 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-26T21:13:55.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:55 smithi119 bash[22161]: audit 2024-03-26T21:13:54.247994+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.69:0/3209089473' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-26T21:13:55.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:13:55 smithi119 bash[22161]: cluster 2024-03-26T21:13:54.258848+0000 mon.a (mon.0) 774 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-26T21:13:56.285 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:56 smithi118 bash[23257]: debug 2024-03-26T21:13:56.036+0000 7fb7bb179200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T21:13:56.286 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:56 smithi118 bash[23257]: debug 2024-03-26T21:13:56.136+0000 7fb7bb179200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T21:13:56.328 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:56 smithi069 bash[21808]: debug 2024-03-26T21:13:56.067+0000 7fa736958200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T21:13:56.329 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:56 smithi069 bash[21808]: debug 2024-03-26T21:13:56.167+0000 7fa736958200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T21:13:56.614 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:56 smithi069 bash[21808]: debug 2024-03-26T21:13:56.427+0000 7fa736958200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T21:13:56.785 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:56 smithi118 bash[23257]: debug 2024-03-26T21:13:56.380+0000 7fb7bb179200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T21:13:57.447 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:57 smithi069 bash[21808]: debug 2024-03-26T21:13:57.235+0000 7fa736958200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T21:13:57.447 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:57 smithi069 bash[21808]: debug 2024-03-26T21:13:57.347+0000 7fa736958200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T21:13:57.447 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:57 smithi069 bash[21808]: debug 2024-03-26T21:13:57.451+0000 7fa736958200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T21:13:57.535 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:57 smithi118 bash[23257]: debug 2024-03-26T21:13:57.172+0000 7fb7bb179200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T21:13:57.536 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:57 smithi118 bash[23257]: debug 2024-03-26T21:13:57.280+0000 7fb7bb179200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T21:13:57.536 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:57 smithi118 bash[23257]: debug 2024-03-26T21:13:57.384+0000 7fb7bb179200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T21:13:58.035 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:57 smithi118 bash[23257]: debug 2024-03-26T21:13:57.740+0000 7fb7bb179200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T21:13:58.036 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:57 smithi118 bash[23257]: debug 2024-03-26T21:13:57.852+0000 7fb7bb179200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T21:13:58.036 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:57 smithi118 bash[23257]: debug 2024-03-26T21:13:57.956+0000 7fb7bb179200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T21:13:58.113 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:57 smithi069 bash[21808]: debug 2024-03-26T21:13:57.811+0000 7fa736958200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T21:13:58.114 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:57 smithi069 bash[21808]: debug 2024-03-26T21:13:57.927+0000 7fa736958200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T21:13:58.114 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:58 smithi069 bash[21808]: debug 2024-03-26T21:13:58.051+0000 7fa736958200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T21:13:58.697 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:58 smithi069 bash[21808]: debug 2024-03-26T21:13:58.435+0000 7fa736958200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T21:13:58.785 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:58 smithi118 bash[23257]: debug 2024-03-26T21:13:58.308+0000 7fb7bb179200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T21:13:58.786 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:58 smithi118 bash[23257]: debug 2024-03-26T21:13:58.548+0000 7fb7bb179200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T21:13:58.962 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:58 smithi069 bash[21808]: debug 2024-03-26T21:13:58.703+0000 7fa736958200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T21:13:59.188 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:58 smithi118 bash[23257]: debug 2024-03-26T21:13:58.812+0000 7fb7bb179200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T21:13:59.189 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:58 smithi118 bash[23257]: debug 2024-03-26T21:13:58.924+0000 7fb7bb179200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T21:13:59.358 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:58 smithi069 bash[21808]: debug 2024-03-26T21:13:58.967+0000 7fa736958200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T21:13:59.358 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:59 smithi069 bash[21808]: debug 2024-03-26T21:13:59.083+0000 7fa736958200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T21:13:59.614 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:59 smithi069 bash[21808]: debug 2024-03-26T21:13:59.363+0000 7fa736958200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T21:13:59.955 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:59 smithi118 bash[23257]: debug 2024-03-26T21:13:59.196+0000 7fb7bb179200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T21:13:59.955 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:59 smithi118 bash[23257]: debug 2024-03-26T21:13:59.604+0000 7fb7bb179200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T21:13:59.955 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:59 smithi118 bash[23257]: debug 2024-03-26T21:13:59.844+0000 7fb7bb179200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T21:13:59.955 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:13:59 smithi118 bash[23257]: debug 2024-03-26T21:13:59.960+0000 7fb7bb179200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T21:14:00.114 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:13:59 smithi069 bash[21808]: debug 2024-03-26T21:13:59.779+0000 7fa736958200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T21:14:00.114 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:00 smithi069 bash[21808]: debug 2024-03-26T21:14:00.019+0000 7fa736958200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T21:14:00.285 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:14:00 smithi118 bash[23257]: debug 2024-03-26T21:14:00.208+0000 7fb7bb179200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T21:14:00.614 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:00 smithi069 bash[21808]: debug 2024-03-26T21:14:00.139+0000 7fa736958200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T21:14:00.614 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:00 smithi069 bash[21808]: debug 2024-03-26T21:14:00.387+0000 7fa736958200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T21:14:01.535 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:14:01 smithi118 bash[23257]: debug 2024-03-26T21:14:01.207+0000 7fb7bb179200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T21:14:01.535 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:14:01 smithi118 bash[23257]: debug 2024-03-26T21:14:01.323+0000 7fb7bb179200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T21:14:01.717 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:01 smithi069 bash[21808]: debug 2024-03-26T21:14:01.399+0000 7fa736958200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T21:14:01.717 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:01 smithi069 bash[21808]: debug 2024-03-26T21:14:01.515+0000 7fa736958200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T21:14:02.035 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:14:01 smithi118 bash[23257]: debug 2024-03-26T21:14:01.615+0000 7fb7bb179200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T21:14:02.035 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:14:01 smithi118 bash[23257]: debug 2024-03-26T21:14:01.731+0000 7fb7bb179200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T21:14:02.114 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:01 smithi069 bash[21808]: debug 2024-03-26T21:14:01.815+0000 7fa736958200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T21:14:02.114 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:01 smithi069 bash[21808]: debug 2024-03-26T21:14:01.931+0000 7fa736958200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T21:14:02.423 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:14:02 smithi118 bash[23257]: debug 2024-03-26T21:14:02.175+0000 7fb7bb179200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T21:14:02.423 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:14:02 smithi118 bash[23257]: debug 2024-03-26T21:14:02.295+0000 7fb7bb179200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T21:14:02.423 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:14:02 smithi118 bash[23257]: [26/Mar/2024:21:14:02] ENGINE Bus STARTING 2024-03-26T21:14:02.423 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:14:02 smithi118 bash[23257]: CherryPy Checker: 2024-03-26T21:14:02.423 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:14:02 smithi118 bash[23257]: The Application mounted at '' has an empty config. 2024-03-26T21:14:02.423 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:14:02 smithi118 bash[23257]: [26/Mar/2024:21:14:02] ENGINE Serving on http://:::9283 2024-03-26T21:14:02.423 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:02 smithi118 bash[22172]: cluster 2024-03-26T21:14:02.323234+0000 mon.a (mon.0) 775 : cluster [DBG] Standby manager daemon b restarted 2024-03-26T21:14:02.423 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:02 smithi118 bash[22172]: cluster 2024-03-26T21:14:02.323495+0000 mon.a (mon.0) 776 : cluster [DBG] Standby manager daemon b started 2024-03-26T21:14:02.423 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:02 smithi118 bash[22172]: audit 2024-03-26T21:14:02.326689+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.118:0/1885853827' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T21:14:02.423 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:02 smithi118 bash[22172]: audit 2024-03-26T21:14:02.327626+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.118:0/1885853827' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T21:14:02.423 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:02 smithi118 bash[22172]: audit 2024-03-26T21:14:02.330683+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.118:0/1885853827' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T21:14:02.424 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:02 smithi118 bash[22172]: audit 2024-03-26T21:14:02.332699+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.118:0/1885853827' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T21:14:02.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:02 smithi119 bash[22161]: cluster 2024-03-26T21:14:02.323234+0000 mon.a (mon.0) 775 : cluster [DBG] Standby manager daemon b restarted 2024-03-26T21:14:02.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:02 smithi119 bash[22161]: cluster 2024-03-26T21:14:02.323495+0000 mon.a (mon.0) 776 : cluster [DBG] Standby manager daemon b started 2024-03-26T21:14:02.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:02 smithi119 bash[22161]: audit 2024-03-26T21:14:02.326689+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.118:0/1885853827' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T21:14:02.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:02 smithi119 bash[22161]: audit 2024-03-26T21:14:02.327626+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.118:0/1885853827' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T21:14:02.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:02 smithi119 bash[22161]: audit 2024-03-26T21:14:02.330683+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.118:0/1885853827' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T21:14:02.636 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:02 smithi119 bash[22161]: audit 2024-03-26T21:14:02.332699+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.118:0/1885853827' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T21:14:02.661 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:02 smithi069 bash[21808]: debug 2024-03-26T21:14:02.391+0000 7fa736958200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T21:14:02.661 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:02 smithi069 bash[21808]: debug 2024-03-26T21:14:02.515+0000 7fa736958200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T21:14:02.661 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:02 smithi069 bash[21554]: cluster 2024-03-26T21:14:02.323234+0000 mon.a (mon.0) 775 : cluster [DBG] Standby manager daemon b restarted 2024-03-26T21:14:02.661 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:02 smithi069 bash[21554]: cluster 2024-03-26T21:14:02.323495+0000 mon.a (mon.0) 776 : cluster [DBG] Standby manager daemon b started 2024-03-26T21:14:02.662 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:02 smithi069 bash[21554]: audit 2024-03-26T21:14:02.326689+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.118:0/1885853827' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T21:14:02.662 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:02 smithi069 bash[21554]: audit 2024-03-26T21:14:02.327626+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.118:0/1885853827' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T21:14:02.662 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:02 smithi069 bash[21554]: audit 2024-03-26T21:14:02.330683+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.118:0/1885853827' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T21:14:02.662 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:02 smithi069 bash[21554]: audit 2024-03-26T21:14:02.332699+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.118:0/1885853827' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T21:14:03.035 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:14:02 smithi118 bash[23257]: [26/Mar/2024:21:14:02] ENGINE Bus STARTED 2024-03-26T21:14:03.113 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:02 smithi069 bash[21808]: [26/Mar/2024:21:14:02] ENGINE Bus STARTING 2024-03-26T21:14:03.114 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:02 smithi069 bash[21808]: CherryPy Checker: 2024-03-26T21:14:03.114 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:02 smithi069 bash[21808]: The Application mounted at '' has an empty config. 2024-03-26T21:14:03.114 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:02 smithi069 bash[21808]: [26/Mar/2024:21:14:02] ENGINE Serving on http://:::9283 2024-03-26T21:14:03.114 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:02 smithi069 bash[21808]: [26/Mar/2024:21:14:02] ENGINE Bus STARTED 2024-03-26T21:14:03.636 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: cluster 2024-03-26T21:14:02.385223+0000 mon.a (mon.0) 777 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-26T21:14:03.636 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: cluster 2024-03-26T21:14:02.544872+0000 mon.a (mon.0) 778 : cluster [INF] Active manager daemon a restarted 2024-03-26T21:14:03.636 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: cluster 2024-03-26T21:14:02.545292+0000 mon.a (mon.0) 779 : cluster [INF] Activating manager daemon a 2024-03-26T21:14:03.636 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: cluster 2024-03-26T21:14:02.559440+0000 mon.a (mon.0) 780 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-03-26T21:14:03.636 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: cluster 2024-03-26T21:14:02.560431+0000 mon.a (mon.0) 781 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0153276s), standbys: b 2024-03-26T21:14:03.636 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.561339+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:14:03.636 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.561739+0000 mon.b (mon.2) 17 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:14:03.637 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.562102+0000 mon.b (mon.2) 18 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:14:03.637 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.565784+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T21:14:03.637 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.566266+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T21:14:03.637 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.566677+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:14:03.637 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.567210+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T21:14:03.637 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.567742+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T21:14:03.637 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.568314+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T21:14:03.637 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.568660+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T21:14:03.637 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.569390+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T21:14:03.637 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: cluster 2024-03-26T21:14:02.595682+0000 mon.a (mon.0) 782 : cluster [INF] Manager daemon a is now available 2024-03-26T21:14:03.637 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.626273+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:03.637 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.632662+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:14:03.637 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.640326+0000 mon.b (mon.2) 28 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi119", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:14:03.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.640597+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi119", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:14:03.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.640749+0000 mon.b (mon.2) 29 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi118", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:14:03.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.641148+0000 mon.b (mon.2) 30 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:14:03.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.641179+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi118", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:14:03.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.641371+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:14:03.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.644073+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi119", "name": "osd_memory_target"}]': finished 2024-03-26T21:14:03.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.650083+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi118", "name": "osd_memory_target"}]': finished 2024-03-26T21:14:03.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.656775+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]': finished 2024-03-26T21:14:03.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.664746+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:03.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.669909+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:14:03.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.671607+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:14:03.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.672147+0000 mon.b (mon.2) 33 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:14:03.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: cephadm 2024-03-26T21:14:02.677762+0000 mgr.a (mgr.14394) 1 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-03-26T21:14:03.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: cephadm 2024-03-26T21:14:02.679095+0000 mgr.a (mgr.14394) 2 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.conf 2024-03-26T21:14:03.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: cephadm 2024-03-26T21:14:02.680458+0000 mgr.a (mgr.14394) 3 : cephadm [INF] Updating smithi119:/etc/ceph/ceph.conf 2024-03-26T21:14:03.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.686170+0000 mon.b (mon.2) 34 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T21:14:03.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.686428+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T21:14:03.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.694060+0000 mon.b (mon.2) 35 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T21:14:03.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: audit 2024-03-26T21:14:02.694351+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T21:14:03.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: cephadm 2024-03-26T21:14:03.067931+0000 mgr.a (mgr.14394) 4 : cephadm [INF] [26/Mar/2024:21:14:03] ENGINE Bus STARTING 2024-03-26T21:14:03.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: cephadm 2024-03-26T21:14:03.188090+0000 mgr.a (mgr.14394) 5 : cephadm [INF] [26/Mar/2024:21:14:03] ENGINE Serving on https://172.21.15.69:7151 2024-03-26T21:14:03.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: cephadm 2024-03-26T21:14:03.237029+0000 mgr.a (mgr.14394) 6 : cephadm [INF] Updating smithi119:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:14:03.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: cephadm 2024-03-26T21:14:03.264760+0000 mgr.a (mgr.14394) 7 : cephadm [INF] Updating smithi118:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:14:03.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: cephadm 2024-03-26T21:14:03.270740+0000 mgr.a (mgr.14394) 8 : cephadm [INF] Updating smithi069:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:14:03.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: cephadm 2024-03-26T21:14:03.290980+0000 mgr.a (mgr.14394) 9 : cephadm [INF] [26/Mar/2024:21:14:03] ENGINE Serving on http://172.21.15.69:8765 2024-03-26T21:14:03.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:03 smithi119 bash[22161]: cephadm 2024-03-26T21:14:03.291278+0000 mgr.a (mgr.14394) 10 : cephadm [INF] [26/Mar/2024:21:14:03] ENGINE Bus STARTED 2024-03-26T21:14:03.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: cluster 2024-03-26T21:14:02.385223+0000 mon.a (mon.0) 777 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-26T21:14:03.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: cluster 2024-03-26T21:14:02.544872+0000 mon.a (mon.0) 778 : cluster [INF] Active manager daemon a restarted 2024-03-26T21:14:03.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: cluster 2024-03-26T21:14:02.545292+0000 mon.a (mon.0) 779 : cluster [INF] Activating manager daemon a 2024-03-26T21:14:03.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: cluster 2024-03-26T21:14:02.559440+0000 mon.a (mon.0) 780 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-03-26T21:14:03.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: cluster 2024-03-26T21:14:02.560431+0000 mon.a (mon.0) 781 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0153276s), standbys: b 2024-03-26T21:14:03.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.561339+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:14:03.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.561739+0000 mon.b (mon.2) 17 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:14:03.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.562102+0000 mon.b (mon.2) 18 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:14:03.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.565784+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T21:14:03.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.566266+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T21:14:03.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.566677+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:14:03.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.567210+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T21:14:03.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.567742+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T21:14:03.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.568314+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T21:14:03.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.568660+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T21:14:03.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.569390+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T21:14:03.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: cluster 2024-03-26T21:14:02.595682+0000 mon.a (mon.0) 782 : cluster [INF] Manager daemon a is now available 2024-03-26T21:14:03.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.626273+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:03.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.632662+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:14:03.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.640326+0000 mon.b (mon.2) 28 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi119", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:14:03.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.640597+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi119", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:14:03.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.640749+0000 mon.b (mon.2) 29 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi118", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:14:03.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.641148+0000 mon.b (mon.2) 30 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:14:03.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.641179+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi118", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:14:03.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.641371+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:14:03.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.644073+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi119", "name": "osd_memory_target"}]': finished 2024-03-26T21:14:03.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.650083+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi118", "name": "osd_memory_target"}]': finished 2024-03-26T21:14:03.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.656775+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]': finished 2024-03-26T21:14:03.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.664746+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:03.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.669909+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:14:03.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.671607+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:14:03.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.672147+0000 mon.b (mon.2) 33 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:14:03.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: cephadm 2024-03-26T21:14:02.677762+0000 mgr.a (mgr.14394) 1 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-03-26T21:14:03.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: cephadm 2024-03-26T21:14:02.679095+0000 mgr.a (mgr.14394) 2 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.conf 2024-03-26T21:14:03.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: cephadm 2024-03-26T21:14:02.680458+0000 mgr.a (mgr.14394) 3 : cephadm [INF] Updating smithi119:/etc/ceph/ceph.conf 2024-03-26T21:14:03.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.686170+0000 mon.b (mon.2) 34 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T21:14:03.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.686428+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T21:14:03.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.694060+0000 mon.b (mon.2) 35 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T21:14:03.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: audit 2024-03-26T21:14:02.694351+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T21:14:03.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: cephadm 2024-03-26T21:14:03.067931+0000 mgr.a (mgr.14394) 4 : cephadm [INF] [26/Mar/2024:21:14:03] ENGINE Bus STARTING 2024-03-26T21:14:03.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: cephadm 2024-03-26T21:14:03.188090+0000 mgr.a (mgr.14394) 5 : cephadm [INF] [26/Mar/2024:21:14:03] ENGINE Serving on https://172.21.15.69:7151 2024-03-26T21:14:03.789 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: cephadm 2024-03-26T21:14:03.237029+0000 mgr.a (mgr.14394) 6 : cephadm [INF] Updating smithi119:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:14:03.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: cephadm 2024-03-26T21:14:03.264760+0000 mgr.a (mgr.14394) 7 : cephadm [INF] Updating smithi118:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:14:03.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: cephadm 2024-03-26T21:14:03.270740+0000 mgr.a (mgr.14394) 8 : cephadm [INF] Updating smithi069:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:14:03.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: cephadm 2024-03-26T21:14:03.290980+0000 mgr.a (mgr.14394) 9 : cephadm [INF] [26/Mar/2024:21:14:03] ENGINE Serving on http://172.21.15.69:8765 2024-03-26T21:14:03.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:03 smithi118 bash[22172]: cephadm 2024-03-26T21:14:03.291278+0000 mgr.a (mgr.14394) 10 : cephadm [INF] [26/Mar/2024:21:14:03] ENGINE Bus STARTED 2024-03-26T21:14:03.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: cluster 2024-03-26T21:14:02.385223+0000 mon.a (mon.0) 777 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-26T21:14:03.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: cluster 2024-03-26T21:14:02.544872+0000 mon.a (mon.0) 778 : cluster [INF] Active manager daemon a restarted 2024-03-26T21:14:03.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: cluster 2024-03-26T21:14:02.545292+0000 mon.a (mon.0) 779 : cluster [INF] Activating manager daemon a 2024-03-26T21:14:03.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: cluster 2024-03-26T21:14:02.559440+0000 mon.a (mon.0) 780 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-03-26T21:14:03.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: cluster 2024-03-26T21:14:02.560431+0000 mon.a (mon.0) 781 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0153276s), standbys: b 2024-03-26T21:14:03.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.561339+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T21:14:03.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.561739+0000 mon.b (mon.2) 17 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T21:14:03.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.562102+0000 mon.b (mon.2) 18 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T21:14:03.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.565784+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T21:14:03.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.566266+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T21:14:03.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.566677+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T21:14:03.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.567210+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T21:14:03.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.567742+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T21:14:03.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.568314+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T21:14:03.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.568660+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T21:14:03.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.569390+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T21:14:03.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: cluster 2024-03-26T21:14:02.595682+0000 mon.a (mon.0) 782 : cluster [INF] Manager daemon a is now available 2024-03-26T21:14:03.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.626273+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:03.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.632662+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:14:03.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.640326+0000 mon.b (mon.2) 28 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi119", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:14:03.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.640597+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi119", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:14:03.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.640749+0000 mon.b (mon.2) 29 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi118", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:14:03.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.641148+0000 mon.b (mon.2) 30 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:14:03.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.641179+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi118", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:14:03.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.641371+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]: dispatch 2024-03-26T21:14:03.866 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.644073+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi119", "name": "osd_memory_target"}]': finished 2024-03-26T21:14:03.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.650083+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi118", "name": "osd_memory_target"}]': finished 2024-03-26T21:14:03.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.656775+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]': finished 2024-03-26T21:14:03.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.664746+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:03.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.669909+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:14:03.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.671607+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:14:03.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.672147+0000 mon.b (mon.2) 33 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:14:03.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: cephadm 2024-03-26T21:14:02.677762+0000 mgr.a (mgr.14394) 1 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-03-26T21:14:03.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: cephadm 2024-03-26T21:14:02.679095+0000 mgr.a (mgr.14394) 2 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.conf 2024-03-26T21:14:03.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: cephadm 2024-03-26T21:14:02.680458+0000 mgr.a (mgr.14394) 3 : cephadm [INF] Updating smithi119:/etc/ceph/ceph.conf 2024-03-26T21:14:03.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.686170+0000 mon.b (mon.2) 34 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T21:14:03.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.686428+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T21:14:03.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.694060+0000 mon.b (mon.2) 35 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T21:14:03.867 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: audit 2024-03-26T21:14:02.694351+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T21:14:03.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: cephadm 2024-03-26T21:14:03.067931+0000 mgr.a (mgr.14394) 4 : cephadm [INF] [26/Mar/2024:21:14:03] ENGINE Bus STARTING 2024-03-26T21:14:03.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: cephadm 2024-03-26T21:14:03.188090+0000 mgr.a (mgr.14394) 5 : cephadm [INF] [26/Mar/2024:21:14:03] ENGINE Serving on https://172.21.15.69:7151 2024-03-26T21:14:03.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: cephadm 2024-03-26T21:14:03.237029+0000 mgr.a (mgr.14394) 6 : cephadm [INF] Updating smithi119:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:14:03.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: cephadm 2024-03-26T21:14:03.264760+0000 mgr.a (mgr.14394) 7 : cephadm [INF] Updating smithi118:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:14:03.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: cephadm 2024-03-26T21:14:03.270740+0000 mgr.a (mgr.14394) 8 : cephadm [INF] Updating smithi069:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T21:14:03.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: cephadm 2024-03-26T21:14:03.290980+0000 mgr.a (mgr.14394) 9 : cephadm [INF] [26/Mar/2024:21:14:03] ENGINE Serving on http://172.21.15.69:8765 2024-03-26T21:14:03.868 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:03 smithi069 bash[21554]: cephadm 2024-03-26T21:14:03.291278+0000 mgr.a (mgr.14394) 10 : cephadm [INF] [26/Mar/2024:21:14:03] ENGINE Bus STARTED 2024-03-26T21:14:04.830 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:04 smithi119 bash[22161]: cephadm 2024-03-26T21:14:03.402037+0000 mgr.a (mgr.14394) 11 : cephadm [INF] Updating smithi119:/etc/ceph/ceph.client.admin.keyring 2024-03-26T21:14:04.830 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:04 smithi119 bash[22161]: cephadm 2024-03-26T21:14:03.435225+0000 mgr.a (mgr.14394) 12 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.client.admin.keyring 2024-03-26T21:14:04.830 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:04 smithi119 bash[22161]: cephadm 2024-03-26T21:14:03.479257+0000 mgr.a (mgr.14394) 13 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2024-03-26T21:14:04.830 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:04 smithi119 bash[22161]: cluster 2024-03-26T21:14:03.558788+0000 mon.a (mon.0) 793 : cluster [DBG] mgrmap e19: a(active, since 1.0137s), standbys: b 2024-03-26T21:14:04.830 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:04 smithi119 bash[22161]: cluster 2024-03-26T21:14:03.563775+0000 mgr.a (mgr.14394) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:04.830 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:04 smithi119 bash[22161]: cephadm 2024-03-26T21:14:03.566520+0000 mgr.a (mgr.14394) 15 : cephadm [INF] Updating smithi119:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T21:14:04.830 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:04 smithi119 bash[22161]: cephadm 2024-03-26T21:14:03.599475+0000 mgr.a (mgr.14394) 16 : cephadm [INF] Updating smithi069:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T21:14:04.830 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:04 smithi119 bash[22161]: cephadm 2024-03-26T21:14:03.694514+0000 mgr.a (mgr.14394) 17 : cephadm [INF] Updating smithi118:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T21:14:04.831 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:04 smithi119 bash[22161]: audit 2024-03-26T21:14:03.737581+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:04.831 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:04 smithi119 bash[22161]: audit 2024-03-26T21:14:03.746202+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:04.831 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:04 smithi119 bash[22161]: audit 2024-03-26T21:14:03.769471+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:04.831 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:04 smithi119 bash[22161]: audit 2024-03-26T21:14:03.777276+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:04.831 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:04 smithi119 bash[22161]: audit 2024-03-26T21:14:03.869136+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:04.831 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:04 smithi119 bash[22161]: audit 2024-03-26T21:14:03.882438+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:04.831 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:04 smithi119 bash[22161]: audit 2024-03-26T21:14:03.893023+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:04.831 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:04 smithi119 bash[22161]: cephadm 2024-03-26T21:14:03.894626+0000 mgr.a (mgr.14394) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:14:04.831 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:04 smithi119 bash[22161]: audit 2024-03-26T21:14:03.902998+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:04.831 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:04 smithi119 bash[22161]: audit 2024-03-26T21:14:04.004842+0000 mon.b (mon.2) 36 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]: dispatch 2024-03-26T21:14:04.831 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:04 smithi119 bash[22161]: audit 2024-03-26T21:14:04.005611+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]: dispatch 2024-03-26T21:14:04.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:04 smithi069 bash[21554]: cephadm 2024-03-26T21:14:03.402037+0000 mgr.a (mgr.14394) 11 : cephadm [INF] Updating smithi119:/etc/ceph/ceph.client.admin.keyring 2024-03-26T21:14:04.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:04 smithi069 bash[21554]: cephadm 2024-03-26T21:14:03.435225+0000 mgr.a (mgr.14394) 12 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.client.admin.keyring 2024-03-26T21:14:04.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:04 smithi069 bash[21554]: cephadm 2024-03-26T21:14:03.479257+0000 mgr.a (mgr.14394) 13 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2024-03-26T21:14:04.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:04 smithi069 bash[21554]: cluster 2024-03-26T21:14:03.558788+0000 mon.a (mon.0) 793 : cluster [DBG] mgrmap e19: a(active, since 1.0137s), standbys: b 2024-03-26T21:14:04.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:04 smithi069 bash[21554]: cluster 2024-03-26T21:14:03.563775+0000 mgr.a (mgr.14394) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:04.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:04 smithi069 bash[21554]: cephadm 2024-03-26T21:14:03.566520+0000 mgr.a (mgr.14394) 15 : cephadm [INF] Updating smithi119:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T21:14:04.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:04 smithi069 bash[21554]: cephadm 2024-03-26T21:14:03.599475+0000 mgr.a (mgr.14394) 16 : cephadm [INF] Updating smithi069:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T21:14:04.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:04 smithi069 bash[21554]: cephadm 2024-03-26T21:14:03.694514+0000 mgr.a (mgr.14394) 17 : cephadm [INF] Updating smithi118:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T21:14:04.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:04 smithi069 bash[21554]: audit 2024-03-26T21:14:03.737581+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:04.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:04 smithi069 bash[21554]: audit 2024-03-26T21:14:03.746202+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:04.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:04 smithi069 bash[21554]: audit 2024-03-26T21:14:03.769471+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:04.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:04 smithi069 bash[21554]: audit 2024-03-26T21:14:03.777276+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:04.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:04 smithi069 bash[21554]: audit 2024-03-26T21:14:03.869136+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:04.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:04 smithi069 bash[21554]: audit 2024-03-26T21:14:03.882438+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:04.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:04 smithi069 bash[21554]: audit 2024-03-26T21:14:03.893023+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:04.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:04 smithi069 bash[21554]: cephadm 2024-03-26T21:14:03.894626+0000 mgr.a (mgr.14394) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:14:04.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:04 smithi069 bash[21554]: audit 2024-03-26T21:14:03.902998+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:04.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:04 smithi069 bash[21554]: audit 2024-03-26T21:14:04.004842+0000 mon.b (mon.2) 36 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]: dispatch 2024-03-26T21:14:04.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:04 smithi069 bash[21554]: audit 2024-03-26T21:14:04.005611+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]: dispatch 2024-03-26T21:14:05.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:04 smithi118 bash[22172]: cephadm 2024-03-26T21:14:03.402037+0000 mgr.a (mgr.14394) 11 : cephadm [INF] Updating smithi119:/etc/ceph/ceph.client.admin.keyring 2024-03-26T21:14:05.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:04 smithi118 bash[22172]: cephadm 2024-03-26T21:14:03.435225+0000 mgr.a (mgr.14394) 12 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.client.admin.keyring 2024-03-26T21:14:05.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:04 smithi118 bash[22172]: cephadm 2024-03-26T21:14:03.479257+0000 mgr.a (mgr.14394) 13 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2024-03-26T21:14:05.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:04 smithi118 bash[22172]: cluster 2024-03-26T21:14:03.558788+0000 mon.a (mon.0) 793 : cluster [DBG] mgrmap e19: a(active, since 1.0137s), standbys: b 2024-03-26T21:14:05.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:04 smithi118 bash[22172]: cluster 2024-03-26T21:14:03.563775+0000 mgr.a (mgr.14394) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:05.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:04 smithi118 bash[22172]: cephadm 2024-03-26T21:14:03.566520+0000 mgr.a (mgr.14394) 15 : cephadm [INF] Updating smithi119:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T21:14:05.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:04 smithi118 bash[22172]: cephadm 2024-03-26T21:14:03.599475+0000 mgr.a (mgr.14394) 16 : cephadm [INF] Updating smithi069:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T21:14:05.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:04 smithi118 bash[22172]: cephadm 2024-03-26T21:14:03.694514+0000 mgr.a (mgr.14394) 17 : cephadm [INF] Updating smithi118:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T21:14:05.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:04 smithi118 bash[22172]: audit 2024-03-26T21:14:03.737581+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:05.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:04 smithi118 bash[22172]: audit 2024-03-26T21:14:03.746202+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:05.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:04 smithi118 bash[22172]: audit 2024-03-26T21:14:03.769471+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:05.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:04 smithi118 bash[22172]: audit 2024-03-26T21:14:03.777276+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:05.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:04 smithi118 bash[22172]: audit 2024-03-26T21:14:03.869136+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:05.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:04 smithi118 bash[22172]: audit 2024-03-26T21:14:03.882438+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:05.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:04 smithi118 bash[22172]: audit 2024-03-26T21:14:03.893023+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:05.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:04 smithi118 bash[22172]: cephadm 2024-03-26T21:14:03.894626+0000 mgr.a (mgr.14394) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:14:05.037 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:04 smithi118 bash[22172]: audit 2024-03-26T21:14:03.902998+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:05.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:04 smithi118 bash[22172]: audit 2024-03-26T21:14:04.004842+0000 mon.b (mon.2) 36 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]: dispatch 2024-03-26T21:14:05.038 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:04 smithi118 bash[22172]: audit 2024-03-26T21:14:04.005611+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]: dispatch 2024-03-26T21:14:06.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:06 smithi069 bash[21554]: cephadm 2024-03-26T21:14:04.359358+0000 mgr.a (mgr.14394) 19 : cephadm [INF] Reconfiguring grafana.smithi069 (dependencies changed)... 2024-03-26T21:14:06.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:06 smithi069 bash[21554]: cephadm 2024-03-26T21:14:04.381945+0000 mgr.a (mgr.14394) 20 : cephadm [INF] Reconfiguring daemon grafana.smithi069 on smithi069 2024-03-26T21:14:06.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:06 smithi069 bash[21554]: cluster 2024-03-26T21:14:04.566955+0000 mgr.a (mgr.14394) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:06.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:06 smithi069 bash[21554]: audit 2024-03-26T21:14:05.093726+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:06.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:06 smithi069 bash[21554]: audit 2024-03-26T21:14:05.179845+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:06.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:06 smithi069 bash[21554]: audit 2024-03-26T21:14:05.303449+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:06.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:06 smithi069 bash[21554]: cluster 2024-03-26T21:14:05.580569+0000 mon.a (mon.0) 806 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-26T21:14:06.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:06 smithi119 bash[22161]: cephadm 2024-03-26T21:14:04.359358+0000 mgr.a (mgr.14394) 19 : cephadm [INF] Reconfiguring grafana.smithi069 (dependencies changed)... 2024-03-26T21:14:06.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:06 smithi119 bash[22161]: cephadm 2024-03-26T21:14:04.381945+0000 mgr.a (mgr.14394) 20 : cephadm [INF] Reconfiguring daemon grafana.smithi069 on smithi069 2024-03-26T21:14:06.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:06 smithi119 bash[22161]: cluster 2024-03-26T21:14:04.566955+0000 mgr.a (mgr.14394) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:06.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:06 smithi119 bash[22161]: audit 2024-03-26T21:14:05.093726+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:06.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:06 smithi119 bash[22161]: audit 2024-03-26T21:14:05.179845+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:06.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:06 smithi119 bash[22161]: audit 2024-03-26T21:14:05.303449+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:06.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:06 smithi119 bash[22161]: cluster 2024-03-26T21:14:05.580569+0000 mon.a (mon.0) 806 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-26T21:14:06.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:06 smithi118 bash[22172]: cephadm 2024-03-26T21:14:04.359358+0000 mgr.a (mgr.14394) 19 : cephadm [INF] Reconfiguring grafana.smithi069 (dependencies changed)... 2024-03-26T21:14:06.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:06 smithi118 bash[22172]: cephadm 2024-03-26T21:14:04.381945+0000 mgr.a (mgr.14394) 20 : cephadm [INF] Reconfiguring daemon grafana.smithi069 on smithi069 2024-03-26T21:14:06.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:06 smithi118 bash[22172]: cluster 2024-03-26T21:14:04.566955+0000 mgr.a (mgr.14394) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:06.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:06 smithi118 bash[22172]: audit 2024-03-26T21:14:05.093726+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:06.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:06 smithi118 bash[22172]: audit 2024-03-26T21:14:05.179845+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:06.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:06 smithi118 bash[22172]: audit 2024-03-26T21:14:05.303449+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:06.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:06 smithi118 bash[22172]: cluster 2024-03-26T21:14:05.580569+0000 mon.a (mon.0) 806 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-26T21:14:08.363 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:08 smithi069 bash[21554]: cluster 2024-03-26T21:14:06.567241+0000 mgr.a (mgr.14394) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:08.363 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:08 smithi069 bash[21554]: cluster 2024-03-26T21:14:07.115825+0000 mon.a (mon.0) 807 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-03-26T21:14:08.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:08 smithi119 bash[22161]: cluster 2024-03-26T21:14:06.567241+0000 mgr.a (mgr.14394) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:08.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:08 smithi119 bash[22161]: cluster 2024-03-26T21:14:07.115825+0000 mon.a (mon.0) 807 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-03-26T21:14:08.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:08 smithi118 bash[22172]: cluster 2024-03-26T21:14:06.567241+0000 mgr.a (mgr.14394) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:08.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:08 smithi118 bash[22172]: cluster 2024-03-26T21:14:07.115825+0000 mon.a (mon.0) 807 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-03-26T21:14:09.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:09 smithi069 bash[21554]: audit 2024-03-26T21:14:08.483336+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:09.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:09 smithi069 bash[21554]: cluster 2024-03-26T21:14:08.567542+0000 mgr.a (mgr.14394) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-03-26T21:14:09.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:09 smithi118 bash[22172]: audit 2024-03-26T21:14:08.483336+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:09.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:09 smithi118 bash[22172]: cluster 2024-03-26T21:14:08.567542+0000 mgr.a (mgr.14394) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-03-26T21:14:09.885 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:09 smithi119 bash[22161]: audit 2024-03-26T21:14:08.483336+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:09.885 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:09 smithi119 bash[22161]: cluster 2024-03-26T21:14:08.567542+0000 mgr.a (mgr.14394) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-03-26T21:14:11.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:11 smithi118 bash[22172]: audit 2024-03-26T21:14:10.257505+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:11.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:11 smithi118 bash[22172]: audit 2024-03-26T21:14:10.264154+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:11.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:11 smithi118 bash[22172]: audit 2024-03-26T21:14:10.271211+0000 mon.b (mon.2) 37 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi118", "caps": []}]: dispatch 2024-03-26T21:14:11.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:11 smithi118 bash[22172]: audit 2024-03-26T21:14:10.271389+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi118", "caps": []}]: dispatch 2024-03-26T21:14:11.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:11 smithi118 bash[22172]: audit 2024-03-26T21:14:11.129307+0000 mon.b (mon.2) 38 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi119", "caps": []}]: dispatch 2024-03-26T21:14:11.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:11 smithi118 bash[22172]: audit 2024-03-26T21:14:11.129788+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi119", "caps": []}]: dispatch 2024-03-26T21:14:11.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:11 smithi069 bash[21554]: audit 2024-03-26T21:14:10.257505+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:11.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:11 smithi069 bash[21554]: audit 2024-03-26T21:14:10.264154+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:11.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:11 smithi069 bash[21554]: audit 2024-03-26T21:14:10.271211+0000 mon.b (mon.2) 37 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi118", "caps": []}]: dispatch 2024-03-26T21:14:11.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:11 smithi069 bash[21554]: audit 2024-03-26T21:14:10.271389+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi118", "caps": []}]: dispatch 2024-03-26T21:14:11.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:11 smithi069 bash[21554]: audit 2024-03-26T21:14:11.129307+0000 mon.b (mon.2) 38 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi119", "caps": []}]: dispatch 2024-03-26T21:14:11.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:11 smithi069 bash[21554]: audit 2024-03-26T21:14:11.129788+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi119", "caps": []}]: dispatch 2024-03-26T21:14:11.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:11 smithi119 bash[22161]: audit 2024-03-26T21:14:10.257505+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:11.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:11 smithi119 bash[22161]: audit 2024-03-26T21:14:10.264154+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:11.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:11 smithi119 bash[22161]: audit 2024-03-26T21:14:10.271211+0000 mon.b (mon.2) 37 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi118", "caps": []}]: dispatch 2024-03-26T21:14:11.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:11 smithi119 bash[22161]: audit 2024-03-26T21:14:10.271389+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi118", "caps": []}]: dispatch 2024-03-26T21:14:11.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:11 smithi119 bash[22161]: audit 2024-03-26T21:14:11.129307+0000 mon.b (mon.2) 38 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi119", "caps": []}]: dispatch 2024-03-26T21:14:11.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:11 smithi119 bash[22161]: audit 2024-03-26T21:14:11.129788+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14394 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi119", "caps": []}]: dispatch 2024-03-26T21:14:12.363 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:12 smithi069 bash[21554]: cluster 2024-03-26T21:14:10.567988+0000 mgr.a (mgr.14394) 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-26T21:14:12.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:12 smithi069 bash[21554]: cephadm 2024-03-26T21:14:11.265890+0000 mgr.a (mgr.14394) 25 : cephadm [INF] Reconfiguring alertmanager.smithi119 (dependencies changed)... 2024-03-26T21:14:12.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:12 smithi118 bash[22172]: cluster 2024-03-26T21:14:10.567988+0000 mgr.a (mgr.14394) 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-26T21:14:12.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:12 smithi118 bash[22172]: cephadm 2024-03-26T21:14:11.265890+0000 mgr.a (mgr.14394) 25 : cephadm [INF] Reconfiguring alertmanager.smithi119 (dependencies changed)... 2024-03-26T21:14:12.548 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:12 smithi119 bash[22161]: cluster 2024-03-26T21:14:10.567988+0000 mgr.a (mgr.14394) 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-26T21:14:12.548 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:12 smithi119 bash[22161]: cephadm 2024-03-26T21:14:11.265890+0000 mgr.a (mgr.14394) 25 : cephadm [INF] Reconfiguring alertmanager.smithi119 (dependencies changed)... 2024-03-26T21:14:13.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:13 smithi118 bash[22172]: cephadm 2024-03-26T21:14:11.545926+0000 mgr.a (mgr.14394) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi119 on smithi119 2024-03-26T21:14:13.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:13 smithi118 bash[22172]: audit 2024-03-26T21:14:12.342120+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:13.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:13 smithi118 bash[22172]: audit 2024-03-26T21:14:12.463971+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:13.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:13 smithi118 bash[22172]: audit 2024-03-26T21:14:12.568723+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:13.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:13 smithi118 bash[22172]: audit 2024-03-26T21:14:12.596812+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:13.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:13 smithi118 bash[22172]: audit 2024-03-26T21:14:12.706900+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:13.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:13 smithi118 bash[22172]: audit 2024-03-26T21:14:12.844310+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:13.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:13 smithi118 bash[22172]: audit 2024-03-26T21:14:13.055322+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:13.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:13 smithi069 bash[21554]: cephadm 2024-03-26T21:14:11.545926+0000 mgr.a (mgr.14394) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi119 on smithi119 2024-03-26T21:14:13.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:13 smithi069 bash[21554]: audit 2024-03-26T21:14:12.342120+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:13.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:13 smithi069 bash[21554]: audit 2024-03-26T21:14:12.463971+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:13.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:13 smithi069 bash[21554]: audit 2024-03-26T21:14:12.568723+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:13.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:13 smithi069 bash[21554]: audit 2024-03-26T21:14:12.596812+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:13.615 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:13 smithi069 bash[21554]: audit 2024-03-26T21:14:12.706900+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:13.615 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:13 smithi069 bash[21554]: audit 2024-03-26T21:14:12.844310+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:13.615 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:13 smithi069 bash[21554]: audit 2024-03-26T21:14:13.055322+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:13.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:13 smithi119 bash[22161]: cephadm 2024-03-26T21:14:11.545926+0000 mgr.a (mgr.14394) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi119 on smithi119 2024-03-26T21:14:13.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:13 smithi119 bash[22161]: audit 2024-03-26T21:14:12.342120+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:13.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:13 smithi119 bash[22161]: audit 2024-03-26T21:14:12.463971+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:13.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:13 smithi119 bash[22161]: audit 2024-03-26T21:14:12.568723+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:13.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:13 smithi119 bash[22161]: audit 2024-03-26T21:14:12.596812+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:13.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:13 smithi119 bash[22161]: audit 2024-03-26T21:14:12.706900+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:13.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:13 smithi119 bash[22161]: audit 2024-03-26T21:14:12.844310+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:13.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:13 smithi119 bash[22161]: audit 2024-03-26T21:14:13.055322+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:14.363 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:14 smithi069 bash[21554]: cluster 2024-03-26T21:14:12.568597+0000 mgr.a (mgr.14394) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-26T21:14:14.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:14 smithi119 bash[22161]: cluster 2024-03-26T21:14:12.568597+0000 mgr.a (mgr.14394) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-26T21:14:14.513 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:14 smithi118 bash[22172]: cluster 2024-03-26T21:14:12.568597+0000 mgr.a (mgr.14394) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-26T21:14:16.069 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:15 smithi119 bash[22161]: cluster 2024-03-26T21:14:14.569143+0000 mgr.a (mgr.14394) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-26T21:14:16.069 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:15 smithi119 bash[22161]: audit 2024-03-26T21:14:14.885335+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:16.069 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:15 smithi119 bash[22161]: audit 2024-03-26T21:14:15.699718+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:16.126 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:15 smithi118 bash[22172]: cluster 2024-03-26T21:14:14.569143+0000 mgr.a (mgr.14394) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-26T21:14:16.126 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:15 smithi118 bash[22172]: audit 2024-03-26T21:14:14.885335+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:16.126 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:15 smithi118 bash[22172]: audit 2024-03-26T21:14:15.699718+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:16.156 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:15 smithi069 bash[21554]: cluster 2024-03-26T21:14:14.569143+0000 mgr.a (mgr.14394) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-26T21:14:16.157 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:15 smithi069 bash[21554]: audit 2024-03-26T21:14:14.885335+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:16.157 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:15 smithi069 bash[21554]: audit 2024-03-26T21:14:15.699718+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:17.712 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:17 smithi069 bash[21808]: [26/Mar/2024:21:14:17] ENGINE Bus STOPPING 2024-03-26T21:14:17.712 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:17 smithi069 bash[21808]: [26/Mar/2024:21:14:17] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-26T21:14:17.713 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:17 smithi069 bash[21808]: [26/Mar/2024:21:14:17] ENGINE Bus STOPPED 2024-03-26T21:14:17.713 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:17 smithi069 bash[21808]: [26/Mar/2024:21:14:17] ENGINE Bus STARTING 2024-03-26T21:14:17.713 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:17 smithi069 bash[21808]: [26/Mar/2024:21:14:17] ENGINE Serving on http://:::9283 2024-03-26T21:14:17.713 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:17 smithi069 bash[21808]: [26/Mar/2024:21:14:17] ENGINE Bus STARTED 2024-03-26T21:14:17.713 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:17 smithi069 bash[21808]: [26/Mar/2024:21:14:17] ENGINE Bus STOPPING 2024-03-26T21:14:17.713 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:17 smithi069 bash[21808]: [26/Mar/2024:21:14:17] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-26T21:14:17.713 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:17 smithi069 bash[21808]: [26/Mar/2024:21:14:17] ENGINE Bus STOPPED 2024-03-26T21:14:17.713 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:17 smithi069 bash[21808]: [26/Mar/2024:21:14:17] ENGINE Bus STARTING 2024-03-26T21:14:17.713 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:17 smithi069 bash[21808]: [26/Mar/2024:21:14:17] ENGINE Serving on http://:::9283 2024-03-26T21:14:17.713 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:14:17 smithi069 bash[21808]: [26/Mar/2024:21:14:17] ENGINE Bus STARTED 2024-03-26T21:14:18.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:18 smithi118 bash[22172]: cluster 2024-03-26T21:14:16.569644+0000 mgr.a (mgr.14394) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-26T21:14:18.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:18 smithi118 bash[22172]: audit 2024-03-26T21:14:17.017763+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:18 smithi118 bash[22172]: audit 2024-03-26T21:14:17.318936+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:18 smithi118 bash[22172]: audit 2024-03-26T21:14:17.327970+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:18 smithi118 bash[22172]: audit 2024-03-26T21:14:17.338688+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:18 smithi118 bash[22172]: audit 2024-03-26T21:14:17.416152+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:18 smithi118 bash[22172]: audit 2024-03-26T21:14:17.426140+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:18 smithi118 bash[22172]: audit 2024-03-26T21:14:17.474531+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-26T21:14:18.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:18 smithi118 bash[22172]: audit 2024-03-26T21:14:17.477198+0000 mon.b (mon.2) 40 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi069.front.sepia.ceph.com:3000"}]: dispatch 2024-03-26T21:14:18.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:18 smithi118 bash[22172]: audit 2024-03-26T21:14:17.482084+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:18 smithi118 bash[22172]: audit 2024-03-26T21:14:17.496299+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-26T21:14:18.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:18 smithi118 bash[22172]: audit 2024-03-26T21:14:17.501213+0000 mon.b (mon.2) 42 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi119.front.sepia.ceph.com:9093"}]: dispatch 2024-03-26T21:14:18.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:18 smithi118 bash[22172]: audit 2024-03-26T21:14:17.506139+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:18 smithi118 bash[22172]: audit 2024-03-26T21:14:17.525808+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:14:18.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:18 smithi118 bash[22172]: audit 2024-03-26T21:14:17.529497+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:14:18.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:18 smithi118 bash[22172]: audit 2024-03-26T21:14:17.531059+0000 mon.b (mon.2) 45 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:14:18.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:18 smithi118 bash[22172]: audit 2024-03-26T21:14:17.538389+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:18 smithi118 bash[22172]: audit 2024-03-26T21:14:17.662526+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:18 smithi118 bash[22172]: audit 2024-03-26T21:14:17.671518+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:14:18.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:18 smithi069 bash[21554]: cluster 2024-03-26T21:14:16.569644+0000 mgr.a (mgr.14394) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-26T21:14:18.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:18 smithi069 bash[21554]: audit 2024-03-26T21:14:17.017763+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:18 smithi069 bash[21554]: audit 2024-03-26T21:14:17.318936+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:18 smithi069 bash[21554]: audit 2024-03-26T21:14:17.327970+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:18 smithi069 bash[21554]: audit 2024-03-26T21:14:17.338688+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:18 smithi069 bash[21554]: audit 2024-03-26T21:14:17.416152+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:18 smithi069 bash[21554]: audit 2024-03-26T21:14:17.426140+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:18 smithi069 bash[21554]: audit 2024-03-26T21:14:17.474531+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-26T21:14:18.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:18 smithi069 bash[21554]: audit 2024-03-26T21:14:17.477198+0000 mon.b (mon.2) 40 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi069.front.sepia.ceph.com:3000"}]: dispatch 2024-03-26T21:14:18.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:18 smithi069 bash[21554]: audit 2024-03-26T21:14:17.482084+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:18 smithi069 bash[21554]: audit 2024-03-26T21:14:17.496299+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-26T21:14:18.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:18 smithi069 bash[21554]: audit 2024-03-26T21:14:17.501213+0000 mon.b (mon.2) 42 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi119.front.sepia.ceph.com:9093"}]: dispatch 2024-03-26T21:14:18.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:18 smithi069 bash[21554]: audit 2024-03-26T21:14:17.506139+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:18 smithi069 bash[21554]: audit 2024-03-26T21:14:17.525808+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:14:18.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:18 smithi069 bash[21554]: audit 2024-03-26T21:14:17.529497+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:14:18.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:18 smithi069 bash[21554]: audit 2024-03-26T21:14:17.531059+0000 mon.b (mon.2) 45 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:14:18.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:18 smithi069 bash[21554]: audit 2024-03-26T21:14:17.538389+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:18 smithi069 bash[21554]: audit 2024-03-26T21:14:17.662526+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:18 smithi069 bash[21554]: audit 2024-03-26T21:14:17.671518+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:14:18.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:18 smithi119 bash[22161]: cluster 2024-03-26T21:14:16.569644+0000 mgr.a (mgr.14394) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-26T21:14:18.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:18 smithi119 bash[22161]: audit 2024-03-26T21:14:17.017763+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:18 smithi119 bash[22161]: audit 2024-03-26T21:14:17.318936+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:18 smithi119 bash[22161]: audit 2024-03-26T21:14:17.327970+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:18 smithi119 bash[22161]: audit 2024-03-26T21:14:17.338688+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:18 smithi119 bash[22161]: audit 2024-03-26T21:14:17.416152+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:18 smithi119 bash[22161]: audit 2024-03-26T21:14:17.426140+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:18 smithi119 bash[22161]: audit 2024-03-26T21:14:17.474531+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-26T21:14:18.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:18 smithi119 bash[22161]: audit 2024-03-26T21:14:17.477198+0000 mon.b (mon.2) 40 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi069.front.sepia.ceph.com:3000"}]: dispatch 2024-03-26T21:14:18.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:18 smithi119 bash[22161]: audit 2024-03-26T21:14:17.482084+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:18 smithi119 bash[22161]: audit 2024-03-26T21:14:17.496299+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-26T21:14:18.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:18 smithi119 bash[22161]: audit 2024-03-26T21:14:17.501213+0000 mon.b (mon.2) 42 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi119.front.sepia.ceph.com:9093"}]: dispatch 2024-03-26T21:14:18.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:18 smithi119 bash[22161]: audit 2024-03-26T21:14:17.506139+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:18 smithi119 bash[22161]: audit 2024-03-26T21:14:17.525808+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:14:18.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:18 smithi119 bash[22161]: audit 2024-03-26T21:14:17.529497+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:14:18.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:18 smithi119 bash[22161]: audit 2024-03-26T21:14:17.531059+0000 mon.b (mon.2) 45 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:14:18.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:18 smithi119 bash[22161]: audit 2024-03-26T21:14:17.538389+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:18 smithi119 bash[22161]: audit 2024-03-26T21:14:17.662526+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:18.387 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:18 smithi119 bash[22161]: audit 2024-03-26T21:14:17.671518+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:14:19.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:19 smithi118 bash[22172]: cluster 2024-03-26T21:14:17.332069+0000 mgr.a (mgr.14394) 30 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-26T21:14:19.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:19 smithi118 bash[22172]: audit 2024-03-26T21:14:17.475171+0000 mgr.a (mgr.14394) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-26T21:14:19.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:19 smithi118 bash[22172]: audit 2024-03-26T21:14:17.477672+0000 mgr.a (mgr.14394) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi069.front.sepia.ceph.com:3000"}]: dispatch 2024-03-26T21:14:19.286 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:19 smithi118 bash[22172]: audit 2024-03-26T21:14:17.496849+0000 mgr.a (mgr.14394) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-26T21:14:19.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:19 smithi118 bash[22172]: audit 2024-03-26T21:14:17.501755+0000 mgr.a (mgr.14394) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi119.front.sepia.ceph.com:9093"}]: dispatch 2024-03-26T21:14:19.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:19 smithi118 bash[22172]: cluster 2024-03-26T21:14:17.533010+0000 mgr.a (mgr.14394) 35 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:19.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:19 smithi118 bash[22172]: cephadm 2024-03-26T21:14:17.540599+0000 mgr.a (mgr.14394) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:14:19.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:19 smithi118 bash[22172]: audit 2024-03-26T21:14:18.037865+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:19 smithi118 bash[22172]: audit 2024-03-26T21:14:18.045377+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:19 smithi118 bash[22172]: audit 2024-03-26T21:14:18.051944+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:19 smithi118 bash[22172]: audit 2024-03-26T21:14:18.169216+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:19 smithi118 bash[22172]: audit 2024-03-26T21:14:18.180496+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:19 smithi118 bash[22172]: audit 2024-03-26T21:14:18.192618+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:19 smithi118 bash[22172]: audit 2024-03-26T21:14:18.233035+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:14:19.287 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:19 smithi118 bash[22172]: audit 2024-03-26T21:14:18.239068+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:14:19.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:19 smithi118 bash[22172]: audit 2024-03-26T21:14:18.241197+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:14:19.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:19 smithi118 bash[22172]: audit 2024-03-26T21:14:18.252027+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.288 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:19 smithi118 bash[22172]: audit 2024-03-26T21:14:18.276173+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:19 smithi069 bash[21554]: cluster 2024-03-26T21:14:17.332069+0000 mgr.a (mgr.14394) 30 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-26T21:14:19.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:19 smithi069 bash[21554]: audit 2024-03-26T21:14:17.475171+0000 mgr.a (mgr.14394) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-26T21:14:19.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:19 smithi069 bash[21554]: audit 2024-03-26T21:14:17.477672+0000 mgr.a (mgr.14394) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi069.front.sepia.ceph.com:3000"}]: dispatch 2024-03-26T21:14:19.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:19 smithi069 bash[21554]: audit 2024-03-26T21:14:17.496849+0000 mgr.a (mgr.14394) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-26T21:14:19.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:19 smithi069 bash[21554]: audit 2024-03-26T21:14:17.501755+0000 mgr.a (mgr.14394) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi119.front.sepia.ceph.com:9093"}]: dispatch 2024-03-26T21:14:19.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:19 smithi069 bash[21554]: cluster 2024-03-26T21:14:17.533010+0000 mgr.a (mgr.14394) 35 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:19.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:19 smithi069 bash[21554]: cephadm 2024-03-26T21:14:17.540599+0000 mgr.a (mgr.14394) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:14:19.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:19 smithi069 bash[21554]: audit 2024-03-26T21:14:18.037865+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:19 smithi069 bash[21554]: audit 2024-03-26T21:14:18.045377+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:19 smithi069 bash[21554]: audit 2024-03-26T21:14:18.051944+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:19 smithi069 bash[21554]: audit 2024-03-26T21:14:18.169216+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:19 smithi069 bash[21554]: audit 2024-03-26T21:14:18.180496+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:19 smithi069 bash[21554]: audit 2024-03-26T21:14:18.192618+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:19 smithi069 bash[21554]: audit 2024-03-26T21:14:18.233035+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:14:19.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:19 smithi069 bash[21554]: audit 2024-03-26T21:14:18.239068+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:14:19.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:19 smithi069 bash[21554]: audit 2024-03-26T21:14:18.241197+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:14:19.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:19 smithi069 bash[21554]: audit 2024-03-26T21:14:18.252027+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.365 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:19 smithi069 bash[21554]: audit 2024-03-26T21:14:18.276173+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:19 smithi119 bash[22161]: cluster 2024-03-26T21:14:17.332069+0000 mgr.a (mgr.14394) 30 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-26T21:14:19.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:19 smithi119 bash[22161]: audit 2024-03-26T21:14:17.475171+0000 mgr.a (mgr.14394) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-26T21:14:19.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:19 smithi119 bash[22161]: audit 2024-03-26T21:14:17.477672+0000 mgr.a (mgr.14394) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi069.front.sepia.ceph.com:3000"}]: dispatch 2024-03-26T21:14:19.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:19 smithi119 bash[22161]: audit 2024-03-26T21:14:17.496849+0000 mgr.a (mgr.14394) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-26T21:14:19.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:19 smithi119 bash[22161]: audit 2024-03-26T21:14:17.501755+0000 mgr.a (mgr.14394) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi119.front.sepia.ceph.com:9093"}]: dispatch 2024-03-26T21:14:19.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:19 smithi119 bash[22161]: cluster 2024-03-26T21:14:17.533010+0000 mgr.a (mgr.14394) 35 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:19.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:19 smithi119 bash[22161]: cephadm 2024-03-26T21:14:17.540599+0000 mgr.a (mgr.14394) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T21:14:19.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:19 smithi119 bash[22161]: audit 2024-03-26T21:14:18.037865+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:19 smithi119 bash[22161]: audit 2024-03-26T21:14:18.045377+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:19 smithi119 bash[22161]: audit 2024-03-26T21:14:18.051944+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:19 smithi119 bash[22161]: audit 2024-03-26T21:14:18.169216+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:19 smithi119 bash[22161]: audit 2024-03-26T21:14:18.180496+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.386 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:19 smithi119 bash[22161]: audit 2024-03-26T21:14:18.192618+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.387 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:19 smithi119 bash[22161]: audit 2024-03-26T21:14:18.233035+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:14:19.387 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:19 smithi119 bash[22161]: audit 2024-03-26T21:14:18.239068+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:14:19.387 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:19 smithi119 bash[22161]: audit 2024-03-26T21:14:18.241197+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:14:19.387 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:19 smithi119 bash[22161]: audit 2024-03-26T21:14:18.252027+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:19.387 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:19 smithi119 bash[22161]: audit 2024-03-26T21:14:18.276173+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:21.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:21 smithi118 bash[22172]: cluster 2024-03-26T21:14:19.533542+0000 mgr.a (mgr.14394) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:21.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:21 smithi118 bash[22172]: audit 2024-03-26T21:14:20.241224+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:21.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:21 smithi118 bash[22172]: audit 2024-03-26T21:14:20.254986+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:21.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:21 smithi118 bash[22172]: cluster 2024-03-26T21:14:20.257877+0000 mgr.a (mgr.14394) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:21.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:21 smithi118 bash[22172]: audit 2024-03-26T21:14:20.261815+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:14:21.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:21 smithi118 bash[22172]: audit 2024-03-26T21:14:20.270225+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:21.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:21 smithi118 bash[22172]: audit 2024-03-26T21:14:20.270601+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:14:21.537 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:21 smithi118 bash[22172]: audit 2024-03-26T21:14:20.273543+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:14:21.537 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:21 smithi118 bash[22172]: cluster 2024-03-26T21:14:20.277113+0000 mgr.a (mgr.14394) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:21.537 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:21 smithi118 bash[22172]: audit 2024-03-26T21:14:20.286097+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:21.602 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:21 smithi119 bash[22161]: cluster 2024-03-26T21:14:19.533542+0000 mgr.a (mgr.14394) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:21.602 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:21 smithi119 bash[22161]: audit 2024-03-26T21:14:20.241224+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:21.602 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:21 smithi119 bash[22161]: audit 2024-03-26T21:14:20.254986+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:21.602 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:21 smithi119 bash[22161]: cluster 2024-03-26T21:14:20.257877+0000 mgr.a (mgr.14394) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:21.602 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:21 smithi119 bash[22161]: audit 2024-03-26T21:14:20.261815+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:14:21.602 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:21 smithi119 bash[22161]: audit 2024-03-26T21:14:20.270225+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:21.602 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:21 smithi119 bash[22161]: audit 2024-03-26T21:14:20.270601+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:14:21.602 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:21 smithi119 bash[22161]: audit 2024-03-26T21:14:20.273543+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:14:21.602 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:21 smithi119 bash[22161]: cluster 2024-03-26T21:14:20.277113+0000 mgr.a (mgr.14394) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:21.602 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:21 smithi119 bash[22161]: audit 2024-03-26T21:14:20.286097+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:21.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:21 smithi069 bash[21554]: cluster 2024-03-26T21:14:19.533542+0000 mgr.a (mgr.14394) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:21.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:21 smithi069 bash[21554]: audit 2024-03-26T21:14:20.241224+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:21.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:21 smithi069 bash[21554]: audit 2024-03-26T21:14:20.254986+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:21.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:21 smithi069 bash[21554]: cluster 2024-03-26T21:14:20.257877+0000 mgr.a (mgr.14394) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:21.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:21 smithi069 bash[21554]: audit 2024-03-26T21:14:20.261815+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:14:21.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:21 smithi069 bash[21554]: audit 2024-03-26T21:14:20.270225+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:21.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:21 smithi069 bash[21554]: audit 2024-03-26T21:14:20.270601+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:14:21.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:21 smithi069 bash[21554]: audit 2024-03-26T21:14:20.273543+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:14:21.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:21 smithi069 bash[21554]: cluster 2024-03-26T21:14:20.277113+0000 mgr.a (mgr.14394) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:21.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:21 smithi069 bash[21554]: audit 2024-03-26T21:14:20.286097+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:22.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:22 smithi118 bash[22172]: cluster 2024-03-26T21:14:21.251011+0000 mon.a (mon.0) 844 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-26T21:14:22.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:22 smithi069 bash[21554]: cluster 2024-03-26T21:14:21.251011+0000 mon.a (mon.0) 844 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-26T21:14:22.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:22 smithi119 bash[22161]: cluster 2024-03-26T21:14:21.251011+0000 mon.a (mon.0) 844 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-26T21:14:23.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:23 smithi118 bash[22172]: cluster 2024-03-26T21:14:22.277652+0000 mgr.a (mgr.14394) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:23.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:23 smithi069 bash[21554]: cluster 2024-03-26T21:14:22.277652+0000 mgr.a (mgr.14394) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:23.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:23 smithi119 bash[22161]: cluster 2024-03-26T21:14:22.277652+0000 mgr.a (mgr.14394) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:25.363 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:25 smithi069 bash[21554]: audit 2024-03-26T21:14:24.083589+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:25.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:25 smithi069 bash[21554]: audit 2024-03-26T21:14:24.097507+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:25.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:25 smithi069 bash[21554]: cluster 2024-03-26T21:14:24.100266+0000 mgr.a (mgr.14394) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:25.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:25 smithi069 bash[21554]: cluster 2024-03-26T21:14:24.100618+0000 mgr.a (mgr.14394) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:25.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:25 smithi069 bash[21554]: audit 2024-03-26T21:14:24.112007+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:25.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:25 smithi119 bash[22161]: audit 2024-03-26T21:14:24.083589+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:25.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:25 smithi119 bash[22161]: audit 2024-03-26T21:14:24.097507+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:25.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:25 smithi119 bash[22161]: cluster 2024-03-26T21:14:24.100266+0000 mgr.a (mgr.14394) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:25.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:25 smithi119 bash[22161]: cluster 2024-03-26T21:14:24.100618+0000 mgr.a (mgr.14394) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:25.385 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:25 smithi119 bash[22161]: audit 2024-03-26T21:14:24.112007+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:25.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:25 smithi118 bash[22172]: audit 2024-03-26T21:14:24.083589+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:25.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:25 smithi118 bash[22172]: audit 2024-03-26T21:14:24.097507+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:25.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:25 smithi118 bash[22172]: cluster 2024-03-26T21:14:24.100266+0000 mgr.a (mgr.14394) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:25.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:25 smithi118 bash[22172]: cluster 2024-03-26T21:14:24.100618+0000 mgr.a (mgr.14394) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:25.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:25 smithi118 bash[22172]: audit 2024-03-26T21:14:24.112007+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:27.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:27 smithi118 bash[22172]: cluster 2024-03-26T21:14:26.101157+0000 mgr.a (mgr.14394) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:27.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:27 smithi069 bash[21554]: cluster 2024-03-26T21:14:26.101157+0000 mgr.a (mgr.14394) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:27.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:27 smithi119 bash[22161]: cluster 2024-03-26T21:14:26.101157+0000 mgr.a (mgr.14394) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:29.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:29 smithi118 bash[22172]: cluster 2024-03-26T21:14:28.101708+0000 mgr.a (mgr.14394) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:29.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:29 smithi069 bash[21554]: cluster 2024-03-26T21:14:28.101708+0000 mgr.a (mgr.14394) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:29.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:29 smithi119 bash[22161]: cluster 2024-03-26T21:14:28.101708+0000 mgr.a (mgr.14394) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:31.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:31 smithi118 bash[22172]: cluster 2024-03-26T21:14:30.102324+0000 mgr.a (mgr.14394) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:31.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:31 smithi069 bash[21554]: cluster 2024-03-26T21:14:30.102324+0000 mgr.a (mgr.14394) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:31.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:31 smithi119 bash[22161]: cluster 2024-03-26T21:14:30.102324+0000 mgr.a (mgr.14394) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:33.363 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:33 smithi069 bash[21554]: cluster 2024-03-26T21:14:32.102941+0000 mgr.a (mgr.14394) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:33.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:33 smithi069 bash[21554]: audit 2024-03-26T21:14:32.676884+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:33.364 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:33 smithi069 bash[21554]: audit 2024-03-26T21:14:32.680802+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:14:33.424 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:33 smithi118 bash[22172]: cluster 2024-03-26T21:14:32.102941+0000 mgr.a (mgr.14394) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:33.469 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:33 smithi118 bash[22172]: audit 2024-03-26T21:14:32.676884+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:33.469 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:33 smithi118 bash[22172]: audit 2024-03-26T21:14:32.680802+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:14:33.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:33 smithi119 bash[22161]: cluster 2024-03-26T21:14:32.102941+0000 mgr.a (mgr.14394) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:33.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:33 smithi119 bash[22161]: audit 2024-03-26T21:14:32.676884+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:33.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:33 smithi119 bash[22161]: audit 2024-03-26T21:14:32.680802+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:14:35.363 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:35 smithi069 bash[21554]: cluster 2024-03-26T21:14:34.103531+0000 mgr.a (mgr.14394) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:35.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:35 smithi118 bash[22172]: cluster 2024-03-26T21:14:34.103531+0000 mgr.a (mgr.14394) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:35.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:35 smithi119 bash[22161]: cluster 2024-03-26T21:14:34.103531+0000 mgr.a (mgr.14394) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:37.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:37 smithi069 bash[21554]: cluster 2024-03-26T21:14:36.104089+0000 mgr.a (mgr.14394) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:37.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:37 smithi069 bash[21554]: audit 2024-03-26T21:14:36.330665+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:37.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:37 smithi069 bash[21554]: audit 2024-03-26T21:14:36.345140+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:37.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:37 smithi069 bash[21554]: audit 2024-03-26T21:14:36.358710+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:37.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:37 smithi119 bash[22161]: cluster 2024-03-26T21:14:36.104089+0000 mgr.a (mgr.14394) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:37.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:37 smithi119 bash[22161]: audit 2024-03-26T21:14:36.330665+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:37.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:37 smithi119 bash[22161]: audit 2024-03-26T21:14:36.345140+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:37.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:37 smithi119 bash[22161]: audit 2024-03-26T21:14:36.358710+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:37.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:37 smithi118 bash[22172]: cluster 2024-03-26T21:14:36.104089+0000 mgr.a (mgr.14394) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:37.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:37 smithi118 bash[22172]: audit 2024-03-26T21:14:36.330665+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:37.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:37 smithi118 bash[22172]: audit 2024-03-26T21:14:36.345140+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:37.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:37 smithi118 bash[22172]: audit 2024-03-26T21:14:36.358710+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:38.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:38 smithi069 bash[21554]: cluster 2024-03-26T21:14:36.348197+0000 mgr.a (mgr.14394) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:38.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:38 smithi119 bash[22161]: cluster 2024-03-26T21:14:36.348197+0000 mgr.a (mgr.14394) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:38.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:38 smithi118 bash[22172]: cluster 2024-03-26T21:14:36.348197+0000 mgr.a (mgr.14394) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:39.749 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:39 smithi119 bash[22161]: cluster 2024-03-26T21:14:38.348767+0000 mgr.a (mgr.14394) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:39.749 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:39 smithi119 bash[22161]: audit 2024-03-26T21:14:38.398738+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:39.749 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:39 smithi119 bash[22161]: audit 2024-03-26T21:14:38.412796+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:39.749 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:39 smithi119 bash[22161]: cluster 2024-03-26T21:14:38.415907+0000 mgr.a (mgr.14394) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:39.749 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:39 smithi119 bash[22161]: cluster 2024-03-26T21:14:38.416344+0000 mgr.a (mgr.14394) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:39.749 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:39 smithi119 bash[22161]: audit 2024-03-26T21:14:38.426281+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:39.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:39 smithi118 bash[22172]: cluster 2024-03-26T21:14:38.348767+0000 mgr.a (mgr.14394) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:39.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:39 smithi118 bash[22172]: audit 2024-03-26T21:14:38.398738+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:39.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:39 smithi118 bash[22172]: audit 2024-03-26T21:14:38.412796+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:39.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:39 smithi118 bash[22172]: cluster 2024-03-26T21:14:38.415907+0000 mgr.a (mgr.14394) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:39.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:39 smithi118 bash[22172]: cluster 2024-03-26T21:14:38.416344+0000 mgr.a (mgr.14394) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:39.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:39 smithi118 bash[22172]: audit 2024-03-26T21:14:38.426281+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:39.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:39 smithi069 bash[21554]: cluster 2024-03-26T21:14:38.348767+0000 mgr.a (mgr.14394) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:39.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:39 smithi069 bash[21554]: audit 2024-03-26T21:14:38.398738+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:39.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:39 smithi069 bash[21554]: audit 2024-03-26T21:14:38.412796+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:39.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:39 smithi069 bash[21554]: cluster 2024-03-26T21:14:38.415907+0000 mgr.a (mgr.14394) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:39.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:39 smithi069 bash[21554]: cluster 2024-03-26T21:14:38.416344+0000 mgr.a (mgr.14394) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:39.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:39 smithi069 bash[21554]: audit 2024-03-26T21:14:38.426281+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:41.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:41 smithi119 bash[22161]: cluster 2024-03-26T21:14:40.416942+0000 mgr.a (mgr.14394) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:41.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:41 smithi118 bash[22172]: cluster 2024-03-26T21:14:40.416942+0000 mgr.a (mgr.14394) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:41.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:41 smithi069 bash[21554]: cluster 2024-03-26T21:14:40.416942+0000 mgr.a (mgr.14394) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:43.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:43 smithi069 bash[21554]: audit 2024-03-26T21:14:42.315386+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:43.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:43 smithi069 bash[21554]: audit 2024-03-26T21:14:42.329957+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:43.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:43 smithi069 bash[21554]: audit 2024-03-26T21:14:42.343636+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:43.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:43 smithi069 bash[21554]: audit 2024-03-26T21:14:42.381368+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:14:43.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:43 smithi069 bash[21554]: audit 2024-03-26T21:14:42.387619+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:14:43.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:43 smithi069 bash[21554]: audit 2024-03-26T21:14:42.389765+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:14:43.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:43 smithi069 bash[21554]: audit 2024-03-26T21:14:42.401195+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:43.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:43 smithi119 bash[22161]: audit 2024-03-26T21:14:42.315386+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:43.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:43 smithi119 bash[22161]: audit 2024-03-26T21:14:42.329957+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:43.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:43 smithi119 bash[22161]: audit 2024-03-26T21:14:42.343636+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:43.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:43 smithi119 bash[22161]: audit 2024-03-26T21:14:42.381368+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:14:43.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:43 smithi119 bash[22161]: audit 2024-03-26T21:14:42.387619+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:14:43.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:43 smithi119 bash[22161]: audit 2024-03-26T21:14:42.389765+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:14:43.635 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:43 smithi119 bash[22161]: audit 2024-03-26T21:14:42.401195+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:43.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:43 smithi118 bash[22172]: audit 2024-03-26T21:14:42.315386+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:43.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:43 smithi118 bash[22172]: audit 2024-03-26T21:14:42.329957+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:43.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:43 smithi118 bash[22172]: audit 2024-03-26T21:14:42.343636+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:43.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:43 smithi118 bash[22172]: audit 2024-03-26T21:14:42.381368+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:14:43.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:43 smithi118 bash[22172]: audit 2024-03-26T21:14:42.387619+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:14:43.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:43 smithi118 bash[22172]: audit 2024-03-26T21:14:42.389765+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:14:43.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:43 smithi118 bash[22172]: audit 2024-03-26T21:14:42.401195+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:44.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:44 smithi069 bash[21554]: cluster 2024-03-26T21:14:42.333014+0000 mgr.a (mgr.14394) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:44.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:44 smithi069 bash[21554]: cluster 2024-03-26T21:14:43.326275+0000 mon.a (mon.0) 859 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-26T21:14:44.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:44 smithi069 bash[21554]: cluster 2024-03-26T21:14:43.326327+0000 mon.a (mon.0) 860 : cluster [INF] Cluster is now healthy 2024-03-26T21:14:44.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:44 smithi119 bash[22161]: cluster 2024-03-26T21:14:42.333014+0000 mgr.a (mgr.14394) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:44.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:44 smithi119 bash[22161]: cluster 2024-03-26T21:14:43.326275+0000 mon.a (mon.0) 859 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-26T21:14:44.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:44 smithi119 bash[22161]: cluster 2024-03-26T21:14:43.326327+0000 mon.a (mon.0) 860 : cluster [INF] Cluster is now healthy 2024-03-26T21:14:44.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:44 smithi118 bash[22172]: cluster 2024-03-26T21:14:42.333014+0000 mgr.a (mgr.14394) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:44.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:44 smithi118 bash[22172]: cluster 2024-03-26T21:14:43.326275+0000 mon.a (mon.0) 859 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-26T21:14:44.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:44 smithi118 bash[22172]: cluster 2024-03-26T21:14:43.326327+0000 mon.a (mon.0) 860 : cluster [INF] Cluster is now healthy 2024-03-26T21:14:46.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:46 smithi069 bash[21554]: cluster 2024-03-26T21:14:44.333550+0000 mgr.a (mgr.14394) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:46.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:46 smithi119 bash[22161]: cluster 2024-03-26T21:14:44.333550+0000 mgr.a (mgr.14394) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:46.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:46 smithi118 bash[22172]: cluster 2024-03-26T21:14:44.333550+0000 mgr.a (mgr.14394) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:48.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:48 smithi069 bash[21554]: cluster 2024-03-26T21:14:46.334102+0000 mgr.a (mgr.14394) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:48.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:48 smithi069 bash[21554]: audit 2024-03-26T21:14:47.680861+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:48.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:48 smithi069 bash[21554]: audit 2024-03-26T21:14:47.683090+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:14:48.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:48 smithi119 bash[22161]: cluster 2024-03-26T21:14:46.334102+0000 mgr.a (mgr.14394) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:48.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:48 smithi119 bash[22161]: audit 2024-03-26T21:14:47.680861+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:48.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:48 smithi119 bash[22161]: audit 2024-03-26T21:14:47.683090+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:14:48.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:48 smithi118 bash[22172]: cluster 2024-03-26T21:14:46.334102+0000 mgr.a (mgr.14394) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:48.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:48 smithi118 bash[22172]: audit 2024-03-26T21:14:47.680861+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:48.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:48 smithi118 bash[22172]: audit 2024-03-26T21:14:47.683090+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:14:49.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:49 smithi069 bash[21554]: cluster 2024-03-26T21:14:48.334656+0000 mgr.a (mgr.14394) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:49.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:49 smithi119 bash[22161]: cluster 2024-03-26T21:14:48.334656+0000 mgr.a (mgr.14394) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:49.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:49 smithi118 bash[22172]: cluster 2024-03-26T21:14:48.334656+0000 mgr.a (mgr.14394) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:51.608 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:51 smithi069 bash[21554]: cluster 2024-03-26T21:14:50.335261+0000 mgr.a (mgr.14394) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:51.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:51 smithi119 bash[22161]: cluster 2024-03-26T21:14:50.335261+0000 mgr.a (mgr.14394) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:51.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:51 smithi118 bash[22172]: cluster 2024-03-26T21:14:50.335261+0000 mgr.a (mgr.14394) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:53.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:53 smithi069 bash[21554]: cluster 2024-03-26T21:14:52.335760+0000 mgr.a (mgr.14394) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:53.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:53 smithi119 bash[22161]: cluster 2024-03-26T21:14:52.335760+0000 mgr.a (mgr.14394) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:53.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:53 smithi118 bash[22172]: cluster 2024-03-26T21:14:52.335760+0000 mgr.a (mgr.14394) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:55.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:55 smithi069 bash[21554]: cluster 2024-03-26T21:14:54.336332+0000 mgr.a (mgr.14394) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:55.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:55 smithi119 bash[22161]: cluster 2024-03-26T21:14:54.336332+0000 mgr.a (mgr.14394) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:55.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:55 smithi118 bash[22172]: cluster 2024-03-26T21:14:54.336332+0000 mgr.a (mgr.14394) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:57.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:57 smithi069 bash[21554]: cluster 2024-03-26T21:14:56.336867+0000 mgr.a (mgr.14394) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:57.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:57 smithi069 bash[21554]: audit 2024-03-26T21:14:56.547976+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:57.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:57 smithi069 bash[21554]: audit 2024-03-26T21:14:56.558913+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:57.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:57 smithi069 bash[21554]: audit 2024-03-26T21:14:56.570851+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:57.884 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:57 smithi119 bash[22161]: cluster 2024-03-26T21:14:56.336867+0000 mgr.a (mgr.14394) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:57.884 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:57 smithi119 bash[22161]: audit 2024-03-26T21:14:56.547976+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:57.884 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:57 smithi119 bash[22161]: audit 2024-03-26T21:14:56.558913+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:57.884 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:57 smithi119 bash[22161]: audit 2024-03-26T21:14:56.570851+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:58.035 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:57 smithi118 bash[22172]: cluster 2024-03-26T21:14:56.336867+0000 mgr.a (mgr.14394) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:58.035 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:57 smithi118 bash[22172]: audit 2024-03-26T21:14:56.547976+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:58.035 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:57 smithi118 bash[22172]: audit 2024-03-26T21:14:56.558913+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:58.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:57 smithi118 bash[22172]: audit 2024-03-26T21:14:56.570851+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:59.884 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:59 smithi119 bash[22161]: cluster 2024-03-26T21:14:58.337381+0000 mgr.a (mgr.14394) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:14:59.884 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:59 smithi119 bash[22161]: audit 2024-03-26T21:14:58.632108+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:59.884 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:59 smithi119 bash[22161]: audit 2024-03-26T21:14:58.644642+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:14:59.884 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:14:59 smithi119 bash[22161]: audit 2024-03-26T21:14:58.657775+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:00.035 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:59 smithi118 bash[22172]: cluster 2024-03-26T21:14:58.337381+0000 mgr.a (mgr.14394) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:00.035 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:59 smithi118 bash[22172]: audit 2024-03-26T21:14:58.632108+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:00.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:59 smithi118 bash[22172]: audit 2024-03-26T21:14:58.644642+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:00.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:14:59 smithi118 bash[22172]: audit 2024-03-26T21:14:58.657775+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:00.113 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:59 smithi069 bash[21554]: cluster 2024-03-26T21:14:58.337381+0000 mgr.a (mgr.14394) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:00.113 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:59 smithi069 bash[21554]: audit 2024-03-26T21:14:58.632108+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:00.113 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:59 smithi069 bash[21554]: audit 2024-03-26T21:14:58.644642+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:00.113 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:14:59 smithi069 bash[21554]: audit 2024-03-26T21:14:58.657775+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:01.884 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:01 smithi119 bash[22161]: cluster 2024-03-26T21:15:00.337982+0000 mgr.a (mgr.14394) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:01.886 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:01 smithi069 bash[21554]: cluster 2024-03-26T21:15:00.337982+0000 mgr.a (mgr.14394) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:02.035 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:01 smithi118 bash[22172]: cluster 2024-03-26T21:15:00.337982+0000 mgr.a (mgr.14394) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:03.384 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:03 smithi119 bash[22161]: audit 2024-03-26T21:15:02.142473+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:03.384 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:03 smithi119 bash[22161]: audit 2024-03-26T21:15:02.155044+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:03.384 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:03 smithi119 bash[22161]: audit 2024-03-26T21:15:02.168195+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:03.384 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:03 smithi119 bash[22161]: cluster 2024-03-26T21:15:02.338516+0000 mgr.a (mgr.14394) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:03.384 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:03 smithi119 bash[22161]: audit 2024-03-26T21:15:02.673336+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:15:03.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:03 smithi118 bash[22172]: audit 2024-03-26T21:15:02.142473+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:03.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:03 smithi118 bash[22172]: audit 2024-03-26T21:15:02.155044+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:03.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:03 smithi118 bash[22172]: audit 2024-03-26T21:15:02.168195+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:03.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:03 smithi118 bash[22172]: cluster 2024-03-26T21:15:02.338516+0000 mgr.a (mgr.14394) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:03.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:03 smithi118 bash[22172]: audit 2024-03-26T21:15:02.673336+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:15:03.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:03 smithi069 bash[21554]: audit 2024-03-26T21:15:02.142473+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:03.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:03 smithi069 bash[21554]: audit 2024-03-26T21:15:02.155044+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:03.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:03 smithi069 bash[21554]: audit 2024-03-26T21:15:02.168195+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:03.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:03 smithi069 bash[21554]: cluster 2024-03-26T21:15:02.338516+0000 mgr.a (mgr.14394) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:03.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:03 smithi069 bash[21554]: audit 2024-03-26T21:15:02.673336+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:15:04.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:04 smithi118 bash[22172]: cluster 2024-03-26T21:15:04.339314+0000 mgr.a (mgr.14394) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:04.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:04 smithi069 bash[21554]: cluster 2024-03-26T21:15:04.339314+0000 mgr.a (mgr.14394) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:04.884 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:04 smithi119 bash[22161]: cluster 2024-03-26T21:15:04.339314+0000 mgr.a (mgr.14394) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:06.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:06 smithi118 bash[22172]: cluster 2024-03-26T21:15:06.339913+0000 mgr.a (mgr.14394) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:06.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:06 smithi069 bash[21554]: cluster 2024-03-26T21:15:06.339913+0000 mgr.a (mgr.14394) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:06.884 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:06 smithi119 bash[22161]: cluster 2024-03-26T21:15:06.339913+0000 mgr.a (mgr.14394) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:08.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:08 smithi118 bash[22172]: cluster 2024-03-26T21:15:08.340563+0000 mgr.a (mgr.14394) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:08.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:08 smithi069 bash[21554]: cluster 2024-03-26T21:15:08.340563+0000 mgr.a (mgr.14394) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:08.863 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:15:08 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:15:08] "GET /metrics HTTP/1.1" 200 21527 "" "Prometheus/2.43.0" 2024-03-26T21:15:08.884 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:08 smithi119 bash[22161]: cluster 2024-03-26T21:15:08.340563+0000 mgr.a (mgr.14394) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:10.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:10 smithi118 bash[22172]: cluster 2024-03-26T21:15:10.341166+0000 mgr.a (mgr.14394) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:10.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:10 smithi069 bash[21554]: cluster 2024-03-26T21:15:10.341166+0000 mgr.a (mgr.14394) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:10.884 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:10 smithi119 bash[22161]: cluster 2024-03-26T21:15:10.341166+0000 mgr.a (mgr.14394) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:12.508 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:12 smithi069 bash[21554]: cluster 2024-03-26T21:15:12.341539+0000 mgr.a (mgr.14394) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:12.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:12 smithi118 bash[22172]: cluster 2024-03-26T21:15:12.341539+0000 mgr.a (mgr.14394) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:12.884 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:12 smithi119 bash[22161]: cluster 2024-03-26T21:15:12.341539+0000 mgr.a (mgr.14394) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:14.695 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:14 smithi069 bash[21554]: cluster 2024-03-26T21:15:14.342081+0000 mgr.a (mgr.14394) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:14.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:14 smithi118 bash[22172]: cluster 2024-03-26T21:15:14.342081+0000 mgr.a (mgr.14394) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:14.884 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:14 smithi119 bash[22161]: cluster 2024-03-26T21:15:14.342081+0000 mgr.a (mgr.14394) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:18.035 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:17 smithi118 bash[22172]: cluster 2024-03-26T21:15:16.347944+0000 mgr.a (mgr.14394) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:18.035 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:17 smithi118 bash[22172]: audit 2024-03-26T21:15:16.776881+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:18.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:17 smithi118 bash[22172]: audit 2024-03-26T21:15:16.789241+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:18.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:17 smithi118 bash[22172]: audit 2024-03-26T21:15:16.802378+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:18.036 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:17 smithi118 bash[22172]: audit 2024-03-26T21:15:17.673688+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:15:18.113 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:17 smithi069 bash[21554]: cluster 2024-03-26T21:15:16.347944+0000 mgr.a (mgr.14394) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:18.113 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:17 smithi069 bash[21554]: audit 2024-03-26T21:15:16.776881+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:18.113 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:17 smithi069 bash[21554]: audit 2024-03-26T21:15:16.789241+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:18.113 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:17 smithi069 bash[21554]: audit 2024-03-26T21:15:16.802378+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:18.113 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:17 smithi069 bash[21554]: audit 2024-03-26T21:15:17.673688+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:15:18.134 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:17 smithi119 bash[22161]: cluster 2024-03-26T21:15:16.347944+0000 mgr.a (mgr.14394) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:18.134 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:17 smithi119 bash[22161]: audit 2024-03-26T21:15:16.776881+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:18.134 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:17 smithi119 bash[22161]: audit 2024-03-26T21:15:16.789241+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:18.134 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:17 smithi119 bash[22161]: audit 2024-03-26T21:15:16.802378+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:18.134 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:17 smithi119 bash[22161]: audit 2024-03-26T21:15:17.673688+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:15:19.113 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:15:18 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:15:18] "GET /metrics HTTP/1.1" 200 21524 "" "Prometheus/2.43.0" 2024-03-26T21:15:20.113 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:19 smithi069 bash[21554]: cluster 2024-03-26T21:15:18.348478+0000 mgr.a (mgr.14394) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:20.113 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:19 smithi069 bash[21554]: audit 2024-03-26T21:15:18.842876+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:20.113 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:19 smithi069 bash[21554]: audit 2024-03-26T21:15:18.857091+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:20.113 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:19 smithi069 bash[21554]: audit 2024-03-26T21:15:18.871714+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:20.134 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:19 smithi119 bash[22161]: cluster 2024-03-26T21:15:18.348478+0000 mgr.a (mgr.14394) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:20.134 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:19 smithi119 bash[22161]: audit 2024-03-26T21:15:18.842876+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:20.134 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:19 smithi119 bash[22161]: audit 2024-03-26T21:15:18.857091+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:20.134 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:19 smithi119 bash[22161]: audit 2024-03-26T21:15:18.871714+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:20.285 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:19 smithi118 bash[22172]: cluster 2024-03-26T21:15:18.348478+0000 mgr.a (mgr.14394) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:20.285 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:19 smithi118 bash[22172]: audit 2024-03-26T21:15:18.842876+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:20.285 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:19 smithi118 bash[22172]: audit 2024-03-26T21:15:18.857091+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:20.285 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:19 smithi118 bash[22172]: audit 2024-03-26T21:15:18.871714+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:22.113 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:21 smithi069 bash[21554]: cluster 2024-03-26T21:15:20.349015+0000 mgr.a (mgr.14394) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:22.133 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:21 smithi119 bash[22161]: cluster 2024-03-26T21:15:20.349015+0000 mgr.a (mgr.14394) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:22.285 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:21 smithi118 bash[22172]: cluster 2024-03-26T21:15:20.349015+0000 mgr.a (mgr.14394) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:23.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:23 smithi069 bash[21554]: audit 2024-03-26T21:15:22.334550+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:23.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:23 smithi069 bash[21554]: audit 2024-03-26T21:15:22.347285+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:23.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:23 smithi069 bash[21554]: audit 2024-03-26T21:15:22.360968+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:23.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:23 smithi119 bash[22161]: audit 2024-03-26T21:15:22.334550+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:23.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:23 smithi119 bash[22161]: audit 2024-03-26T21:15:22.347285+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:23.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:23 smithi119 bash[22161]: audit 2024-03-26T21:15:22.360968+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:23.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:23 smithi118 bash[22172]: audit 2024-03-26T21:15:22.334550+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:23.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:23 smithi118 bash[22172]: audit 2024-03-26T21:15:22.347285+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:23.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:23 smithi118 bash[22172]: audit 2024-03-26T21:15:22.360968+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:24.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:24 smithi069 bash[21554]: cluster 2024-03-26T21:15:22.349493+0000 mgr.a (mgr.14394) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:24.633 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:24 smithi119 bash[22161]: cluster 2024-03-26T21:15:22.349493+0000 mgr.a (mgr.14394) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:24.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:24 smithi118 bash[22172]: cluster 2024-03-26T21:15:22.349493+0000 mgr.a (mgr.14394) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:26.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:26 smithi069 bash[21554]: cluster 2024-03-26T21:15:24.350085+0000 mgr.a (mgr.14394) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:26.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:26 smithi119 bash[22161]: cluster 2024-03-26T21:15:24.350085+0000 mgr.a (mgr.14394) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:26.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:26 smithi118 bash[22172]: cluster 2024-03-26T21:15:24.350085+0000 mgr.a (mgr.14394) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:27.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:27 smithi069 bash[21554]: cluster 2024-03-26T21:15:26.350610+0000 mgr.a (mgr.14394) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:27.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:27 smithi119 bash[22161]: cluster 2024-03-26T21:15:26.350610+0000 mgr.a (mgr.14394) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:27.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:27 smithi118 bash[22172]: cluster 2024-03-26T21:15:26.350610+0000 mgr.a (mgr.14394) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:29.112 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:15:28 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:15:28] "GET /metrics HTTP/1.1" 200 21524 "" "Prometheus/2.43.0" 2024-03-26T21:15:29.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:29 smithi069 bash[21554]: cluster 2024-03-26T21:15:28.351200+0000 mgr.a (mgr.14394) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:29.633 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:29 smithi119 bash[22161]: cluster 2024-03-26T21:15:28.351200+0000 mgr.a (mgr.14394) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:29.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:29 smithi118 bash[22172]: cluster 2024-03-26T21:15:28.351200+0000 mgr.a (mgr.14394) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:31.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:31 smithi069 bash[21554]: cluster 2024-03-26T21:15:30.351690+0000 mgr.a (mgr.14394) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:31.633 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:31 smithi119 bash[22161]: cluster 2024-03-26T21:15:30.351690+0000 mgr.a (mgr.14394) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:31.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:31 smithi118 bash[22172]: cluster 2024-03-26T21:15:30.351690+0000 mgr.a (mgr.14394) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:33.498 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:33 smithi069 bash[21554]: cluster 2024-03-26T21:15:32.352201+0000 mgr.a (mgr.14394) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:33.498 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:33 smithi069 bash[21554]: audit 2024-03-26T21:15:32.673987+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:15:33.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:33 smithi119 bash[22161]: cluster 2024-03-26T21:15:32.352201+0000 mgr.a (mgr.14394) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:33.634 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:33 smithi119 bash[22161]: audit 2024-03-26T21:15:32.673987+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:15:33.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:33 smithi118 bash[22172]: cluster 2024-03-26T21:15:32.352201+0000 mgr.a (mgr.14394) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:33.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:33 smithi118 bash[22172]: audit 2024-03-26T21:15:32.673987+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:15:35.633 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:35 smithi119 bash[22161]: cluster 2024-03-26T21:15:34.352706+0000 mgr.a (mgr.14394) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:35.640 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:35 smithi069 bash[21554]: cluster 2024-03-26T21:15:34.352706+0000 mgr.a (mgr.14394) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:35.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:35 smithi118 bash[22172]: cluster 2024-03-26T21:15:34.352706+0000 mgr.a (mgr.14394) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:38.238 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:37 smithi118 bash[22172]: cluster 2024-03-26T21:15:36.353243+0000 mgr.a (mgr.14394) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:38.238 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:37 smithi118 bash[22172]: audit 2024-03-26T21:15:37.000910+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:38.238 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:37 smithi118 bash[22172]: audit 2024-03-26T21:15:37.012296+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:38.239 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:38 smithi118 bash[22172]: audit 2024-03-26T21:15:37.025782+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:38.363 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:37 smithi069 bash[21554]: cluster 2024-03-26T21:15:36.353243+0000 mgr.a (mgr.14394) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:38.363 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:37 smithi069 bash[21554]: audit 2024-03-26T21:15:37.000910+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:38.363 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:37 smithi069 bash[21554]: audit 2024-03-26T21:15:37.012296+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:38.363 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:38 smithi069 bash[21554]: audit 2024-03-26T21:15:37.025782+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:38.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:38 smithi119 bash[22161]: cluster 2024-03-26T21:15:36.353243+0000 mgr.a (mgr.14394) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:38.384 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:38 smithi119 bash[22161]: audit 2024-03-26T21:15:37.000910+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:38.384 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:38 smithi119 bash[22161]: audit 2024-03-26T21:15:37.012296+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:38.384 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:38 smithi119 bash[22161]: audit 2024-03-26T21:15:37.025782+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:39.112 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:15:38 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:15:38] "GET /metrics HTTP/1.1" 200 21524 "" "Prometheus/2.43.0" 2024-03-26T21:15:40.324 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:40 smithi119 bash[22161]: cluster 2024-03-26T21:15:38.353761+0000 mgr.a (mgr.14394) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:40.324 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:40 smithi119 bash[22161]: audit 2024-03-26T21:15:39.080516+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:40.324 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:40 smithi119 bash[22161]: audit 2024-03-26T21:15:39.093707+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:40.324 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:40 smithi119 bash[22161]: audit 2024-03-26T21:15:39.107024+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:40.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:40 smithi069 bash[21554]: cluster 2024-03-26T21:15:38.353761+0000 mgr.a (mgr.14394) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:40.363 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:40 smithi069 bash[21554]: audit 2024-03-26T21:15:39.080516+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:40.363 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:40 smithi069 bash[21554]: audit 2024-03-26T21:15:39.093707+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:40.363 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:40 smithi069 bash[21554]: audit 2024-03-26T21:15:39.107024+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:40.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:40 smithi118 bash[22172]: cluster 2024-03-26T21:15:38.353761+0000 mgr.a (mgr.14394) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:40.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:40 smithi118 bash[22172]: audit 2024-03-26T21:15:39.080516+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:40.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:40 smithi118 bash[22172]: audit 2024-03-26T21:15:39.093707+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:40.536 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:40 smithi118 bash[22172]: audit 2024-03-26T21:15:39.107024+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:42.133 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:42 smithi119 bash[22161]: cluster 2024-03-26T21:15:40.354312+0000 mgr.a (mgr.14394) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:42.363 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:42 smithi069 bash[21554]: cluster 2024-03-26T21:15:40.354312+0000 mgr.a (mgr.14394) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:42.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:42 smithi118 bash[22172]: cluster 2024-03-26T21:15:40.354312+0000 mgr.a (mgr.14394) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:43.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:43 smithi118 bash[22172]: cluster 2024-03-26T21:15:42.354926+0000 mgr.a (mgr.14394) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:43.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:43 smithi118 bash[22172]: audit 2024-03-26T21:15:42.484352+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:43.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:43 smithi118 bash[22172]: audit 2024-03-26T21:15:42.497286+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:43.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:43 smithi118 bash[22172]: audit 2024-03-26T21:15:42.510076+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:43.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:43 smithi118 bash[22172]: audit 2024-03-26T21:15:42.529136+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:15:43.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:43 smithi118 bash[22172]: audit 2024-03-26T21:15:42.535556+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:15:43.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:43 smithi118 bash[22172]: audit 2024-03-26T21:15:42.537741+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:15:43.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:43 smithi118 bash[22172]: audit 2024-03-26T21:15:42.549232+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:43.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:43 smithi069 bash[21554]: cluster 2024-03-26T21:15:42.354926+0000 mgr.a (mgr.14394) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:43.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:43 smithi069 bash[21554]: audit 2024-03-26T21:15:42.484352+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:43.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:43 smithi069 bash[21554]: audit 2024-03-26T21:15:42.497286+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:43.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:43 smithi069 bash[21554]: audit 2024-03-26T21:15:42.510076+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:43.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:43 smithi069 bash[21554]: audit 2024-03-26T21:15:42.529136+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:15:43.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:43 smithi069 bash[21554]: audit 2024-03-26T21:15:42.535556+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:15:43.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:43 smithi069 bash[21554]: audit 2024-03-26T21:15:42.537741+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:15:43.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:43 smithi069 bash[21554]: audit 2024-03-26T21:15:42.549232+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:43.884 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:43 smithi119 bash[22161]: cluster 2024-03-26T21:15:42.354926+0000 mgr.a (mgr.14394) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:43.884 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:43 smithi119 bash[22161]: audit 2024-03-26T21:15:42.484352+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:43.884 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:43 smithi119 bash[22161]: audit 2024-03-26T21:15:42.497286+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:43.884 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:43 smithi119 bash[22161]: audit 2024-03-26T21:15:42.510076+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:43.884 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:43 smithi119 bash[22161]: audit 2024-03-26T21:15:42.529136+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:15:43.885 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:43 smithi119 bash[22161]: audit 2024-03-26T21:15:42.535556+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:15:43.885 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:43 smithi119 bash[22161]: audit 2024-03-26T21:15:42.537741+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:15:43.885 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:43 smithi119 bash[22161]: audit 2024-03-26T21:15:42.549232+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:45.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:45 smithi118 bash[22172]: cluster 2024-03-26T21:15:44.355599+0000 mgr.a (mgr.14394) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:45.862 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:45 smithi069 bash[21554]: cluster 2024-03-26T21:15:44.355599+0000 mgr.a (mgr.14394) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:45.883 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:45 smithi119 bash[22161]: cluster 2024-03-26T21:15:44.355599+0000 mgr.a (mgr.14394) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:47.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:47 smithi118 bash[22172]: cluster 2024-03-26T21:15:46.356161+0000 mgr.a (mgr.14394) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:47.862 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:47 smithi069 bash[21554]: cluster 2024-03-26T21:15:46.356161+0000 mgr.a (mgr.14394) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:47.883 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:47 smithi119 bash[22161]: cluster 2024-03-26T21:15:46.356161+0000 mgr.a (mgr.14394) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:48.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:48 smithi118 bash[22172]: audit 2024-03-26T21:15:47.674263+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:15:48.862 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:48 smithi069 bash[21554]: audit 2024-03-26T21:15:47.674263+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:15:48.863 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:15:48 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:15:48] "GET /metrics HTTP/1.1" 200 21525 "" "Prometheus/2.43.0" 2024-03-26T21:15:48.883 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:48 smithi119 bash[22161]: audit 2024-03-26T21:15:47.674263+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:15:49.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:49 smithi118 bash[22172]: cluster 2024-03-26T21:15:48.356772+0000 mgr.a (mgr.14394) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:49.862 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:49 smithi069 bash[21554]: cluster 2024-03-26T21:15:48.356772+0000 mgr.a (mgr.14394) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:49.883 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:49 smithi119 bash[22161]: cluster 2024-03-26T21:15:48.356772+0000 mgr.a (mgr.14394) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:51.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:51 smithi118 bash[22172]: cluster 2024-03-26T21:15:50.357471+0000 mgr.a (mgr.14394) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:51.862 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:51 smithi069 bash[21554]: cluster 2024-03-26T21:15:50.357471+0000 mgr.a (mgr.14394) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:51.883 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:51 smithi119 bash[22161]: cluster 2024-03-26T21:15:50.357471+0000 mgr.a (mgr.14394) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:53.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:53 smithi069 bash[21554]: cluster 2024-03-26T21:15:52.358159+0000 mgr.a (mgr.14394) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:53.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:53 smithi118 bash[22172]: cluster 2024-03-26T21:15:52.358159+0000 mgr.a (mgr.14394) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:53.883 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:53 smithi119 bash[22161]: cluster 2024-03-26T21:15:52.358159+0000 mgr.a (mgr.14394) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:55.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:55 smithi118 bash[22172]: cluster 2024-03-26T21:15:54.358859+0000 mgr.a (mgr.14394) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:55.862 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:55 smithi069 bash[21554]: cluster 2024-03-26T21:15:54.358859+0000 mgr.a (mgr.14394) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:55.883 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:55 smithi119 bash[22161]: cluster 2024-03-26T21:15:54.358859+0000 mgr.a (mgr.14394) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:58.401 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:58 smithi118 bash[22172]: cluster 2024-03-26T21:15:56.359557+0000 mgr.a (mgr.14394) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:58.401 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:58 smithi118 bash[22172]: audit 2024-03-26T21:15:57.228130+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:58.401 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:58 smithi118 bash[22172]: audit 2024-03-26T21:15:57.241269+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:58.401 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:15:58 smithi118 bash[22172]: audit 2024-03-26T21:15:57.254329+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:58.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:58 smithi069 bash[21554]: cluster 2024-03-26T21:15:56.359557+0000 mgr.a (mgr.14394) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:58.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:58 smithi069 bash[21554]: audit 2024-03-26T21:15:57.228130+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:58.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:58 smithi069 bash[21554]: audit 2024-03-26T21:15:57.241269+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:58.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:15:58 smithi069 bash[21554]: audit 2024-03-26T21:15:57.254329+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:58.633 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:58 smithi119 bash[22161]: cluster 2024-03-26T21:15:56.359557+0000 mgr.a (mgr.14394) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:15:58.633 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:58 smithi119 bash[22161]: audit 2024-03-26T21:15:57.228130+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:58.633 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:58 smithi119 bash[22161]: audit 2024-03-26T21:15:57.241269+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:58.633 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:15:58 smithi119 bash[22161]: audit 2024-03-26T21:15:57.254329+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:15:59.112 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:15:58 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:15:58] "GET /metrics HTTP/1.1" 200 21525 "" "Prometheus/2.43.0" 2024-03-26T21:16:00.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:00 smithi118 bash[22172]: cluster 2024-03-26T21:15:58.360169+0000 mgr.a (mgr.14394) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:00.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:00 smithi118 bash[22172]: audit 2024-03-26T21:15:59.256657+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:00.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:00 smithi118 bash[22172]: audit 2024-03-26T21:15:59.268914+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:00.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:00 smithi118 bash[22172]: audit 2024-03-26T21:15:59.281609+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:00.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:00 smithi069 bash[21554]: cluster 2024-03-26T21:15:58.360169+0000 mgr.a (mgr.14394) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:00.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:00 smithi069 bash[21554]: audit 2024-03-26T21:15:59.256657+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:00.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:00 smithi069 bash[21554]: audit 2024-03-26T21:15:59.268914+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:00.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:00 smithi069 bash[21554]: audit 2024-03-26T21:15:59.281609+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:00.633 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:00 smithi119 bash[22161]: cluster 2024-03-26T21:15:58.360169+0000 mgr.a (mgr.14394) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:00.633 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:00 smithi119 bash[22161]: audit 2024-03-26T21:15:59.256657+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:00.633 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:00 smithi119 bash[22161]: audit 2024-03-26T21:15:59.268914+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:00.633 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:00 smithi119 bash[22161]: audit 2024-03-26T21:15:59.281609+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:02.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:02 smithi118 bash[22172]: cluster 2024-03-26T21:16:00.360742+0000 mgr.a (mgr.14394) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:02.583 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:02 smithi119 bash[22161]: cluster 2024-03-26T21:16:00.360742+0000 mgr.a (mgr.14394) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:02.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:02 smithi069 bash[21554]: cluster 2024-03-26T21:16:00.360742+0000 mgr.a (mgr.14394) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:04.035 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:03 smithi118 bash[22172]: cluster 2024-03-26T21:16:02.361345+0000 mgr.a (mgr.14394) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:04.035 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:03 smithi118 bash[22172]: audit 2024-03-26T21:16:02.674543+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:16:04.035 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:03 smithi118 bash[22172]: audit 2024-03-26T21:16:02.679686+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:04.035 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:03 smithi118 bash[22172]: audit 2024-03-26T21:16:02.693821+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:04.035 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:03 smithi118 bash[22172]: audit 2024-03-26T21:16:02.712297+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:04.112 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:03 smithi069 bash[21554]: cluster 2024-03-26T21:16:02.361345+0000 mgr.a (mgr.14394) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:04.112 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:03 smithi069 bash[21554]: audit 2024-03-26T21:16:02.674543+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:16:04.112 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:03 smithi069 bash[21554]: audit 2024-03-26T21:16:02.679686+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:04.112 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:03 smithi069 bash[21554]: audit 2024-03-26T21:16:02.693821+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:04.113 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:03 smithi069 bash[21554]: audit 2024-03-26T21:16:02.712297+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:04.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:03 smithi119 bash[22161]: cluster 2024-03-26T21:16:02.361345+0000 mgr.a (mgr.14394) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:04.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:03 smithi119 bash[22161]: audit 2024-03-26T21:16:02.674543+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:16:04.135 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:03 smithi119 bash[22161]: audit 2024-03-26T21:16:02.679686+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:04.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:03 smithi119 bash[22161]: audit 2024-03-26T21:16:02.693821+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:04.136 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:03 smithi119 bash[22161]: audit 2024-03-26T21:16:02.712297+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:06.035 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:05 smithi118 bash[22172]: cluster 2024-03-26T21:16:04.362023+0000 mgr.a (mgr.14394) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:06.112 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:05 smithi069 bash[21554]: cluster 2024-03-26T21:16:04.362023+0000 mgr.a (mgr.14394) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:06.133 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:05 smithi119 bash[22161]: cluster 2024-03-26T21:16:04.362023+0000 mgr.a (mgr.14394) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:08.035 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:07 smithi118 bash[22172]: cluster 2024-03-26T21:16:06.362564+0000 mgr.a (mgr.14394) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:08.112 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:07 smithi069 bash[21554]: cluster 2024-03-26T21:16:06.362564+0000 mgr.a (mgr.14394) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:08.133 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:07 smithi119 bash[22161]: cluster 2024-03-26T21:16:06.362564+0000 mgr.a (mgr.14394) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:09.112 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:16:08 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:16:08] "GET /metrics HTTP/1.1" 200 21523 "" "Prometheus/2.43.0" 2024-03-26T21:16:10.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:09 smithi118 bash[22172]: cluster 2024-03-26T21:16:08.363102+0000 mgr.a (mgr.14394) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:10.112 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:09 smithi069 bash[21554]: cluster 2024-03-26T21:16:08.363102+0000 mgr.a (mgr.14394) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:10.133 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:09 smithi119 bash[22161]: cluster 2024-03-26T21:16:08.363102+0000 mgr.a (mgr.14394) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:12.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:11 smithi118 bash[22172]: cluster 2024-03-26T21:16:10.363608+0000 mgr.a (mgr.14394) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:12.112 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:11 smithi069 bash[21554]: cluster 2024-03-26T21:16:10.363608+0000 mgr.a (mgr.14394) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:12.133 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:11 smithi119 bash[22161]: cluster 2024-03-26T21:16:10.363608+0000 mgr.a (mgr.14394) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:14.010 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:13 smithi069 bash[21554]: cluster 2024-03-26T21:16:12.364147+0000 mgr.a (mgr.14394) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:14.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:13 smithi118 bash[22172]: cluster 2024-03-26T21:16:12.364147+0000 mgr.a (mgr.14394) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:14.133 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:13 smithi119 bash[22161]: cluster 2024-03-26T21:16:12.364147+0000 mgr.a (mgr.14394) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:15.862 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:15 smithi069 bash[21554]: cluster 2024-03-26T21:16:14.364754+0000 mgr.a (mgr.14394) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:16.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:15 smithi118 bash[22172]: cluster 2024-03-26T21:16:14.364754+0000 mgr.a (mgr.14394) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:16.133 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:15 smithi119 bash[22161]: cluster 2024-03-26T21:16:14.364754+0000 mgr.a (mgr.14394) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:17.976 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:17 smithi118 bash[22172]: cluster 2024-03-26T21:16:16.365296+0000 mgr.a (mgr.14394) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:17.976 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:17 smithi118 bash[22172]: audit 2024-03-26T21:16:17.380322+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:17.977 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:17 smithi118 bash[22172]: audit 2024-03-26T21:16:17.393501+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:17.977 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:17 smithi118 bash[22172]: audit 2024-03-26T21:16:17.406375+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:17.977 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:17 smithi118 bash[22172]: audit 2024-03-26T21:16:17.674805+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:16:18.112 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:17 smithi069 bash[21554]: cluster 2024-03-26T21:16:16.365296+0000 mgr.a (mgr.14394) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:18.112 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:17 smithi069 bash[21554]: audit 2024-03-26T21:16:17.380322+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:18.112 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:17 smithi069 bash[21554]: audit 2024-03-26T21:16:17.393501+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:18.112 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:17 smithi069 bash[21554]: audit 2024-03-26T21:16:17.406375+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:18.112 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:17 smithi069 bash[21554]: audit 2024-03-26T21:16:17.674805+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:16:18.133 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:17 smithi119 bash[22161]: cluster 2024-03-26T21:16:16.365296+0000 mgr.a (mgr.14394) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:18.133 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:17 smithi119 bash[22161]: audit 2024-03-26T21:16:17.380322+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:18.133 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:17 smithi119 bash[22161]: audit 2024-03-26T21:16:17.393501+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:18.133 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:17 smithi119 bash[22161]: audit 2024-03-26T21:16:17.406375+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:18.133 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:17 smithi119 bash[22161]: audit 2024-03-26T21:16:17.674805+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:16:19.112 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:16:18 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:16:18] "GET /metrics HTTP/1.1" 200 21536 "" "Prometheus/2.43.0" 2024-03-26T21:16:19.953 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:19 smithi118 bash[22172]: cluster 2024-03-26T21:16:18.365806+0000 mgr.a (mgr.14394) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:19.953 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:19 smithi118 bash[22172]: audit 2024-03-26T21:16:19.423233+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:19.953 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:19 smithi118 bash[22172]: audit 2024-03-26T21:16:19.436641+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:19.953 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:19 smithi118 bash[22172]: audit 2024-03-26T21:16:19.449544+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:20.112 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:19 smithi069 bash[21554]: cluster 2024-03-26T21:16:18.365806+0000 mgr.a (mgr.14394) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:20.112 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:19 smithi069 bash[21554]: audit 2024-03-26T21:16:19.423233+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:20.112 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:19 smithi069 bash[21554]: audit 2024-03-26T21:16:19.436641+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:20.112 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:19 smithi069 bash[21554]: audit 2024-03-26T21:16:19.449544+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:20.133 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:19 smithi119 bash[22161]: cluster 2024-03-26T21:16:18.365806+0000 mgr.a (mgr.14394) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:20.133 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:19 smithi119 bash[22161]: audit 2024-03-26T21:16:19.423233+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:20.133 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:19 smithi119 bash[22161]: audit 2024-03-26T21:16:19.436641+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:20.133 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:19 smithi119 bash[22161]: audit 2024-03-26T21:16:19.449544+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:21.931 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:21 smithi119 bash[22161]: cluster 2024-03-26T21:16:20.366387+0000 mgr.a (mgr.14394) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:22.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:21 smithi118 bash[22172]: cluster 2024-03-26T21:16:20.366387+0000 mgr.a (mgr.14394) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:22.112 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:21 smithi069 bash[21554]: cluster 2024-03-26T21:16:20.366387+0000 mgr.a (mgr.14394) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:24.206 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:23 smithi119 bash[22161]: cluster 2024-03-26T21:16:22.366946+0000 mgr.a (mgr.14394) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:24.206 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:23 smithi119 bash[22161]: audit 2024-03-26T21:16:22.923223+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:24.206 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:23 smithi119 bash[22161]: audit 2024-03-26T21:16:22.935825+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:24.206 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:23 smithi119 bash[22161]: audit 2024-03-26T21:16:22.949098+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:24.285 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:23 smithi118 bash[22172]: cluster 2024-03-26T21:16:22.366946+0000 mgr.a (mgr.14394) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:24.285 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:23 smithi118 bash[22172]: audit 2024-03-26T21:16:22.923223+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:24.285 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:23 smithi118 bash[22172]: audit 2024-03-26T21:16:22.935825+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:24.285 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:23 smithi118 bash[22172]: audit 2024-03-26T21:16:22.949098+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:24.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:23 smithi069 bash[21554]: cluster 2024-03-26T21:16:22.366946+0000 mgr.a (mgr.14394) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:24.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:23 smithi069 bash[21554]: audit 2024-03-26T21:16:22.923223+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:24.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:23 smithi069 bash[21554]: audit 2024-03-26T21:16:22.935825+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:24.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:23 smithi069 bash[21554]: audit 2024-03-26T21:16:22.949098+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:26.284 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:25 smithi118 bash[22172]: cluster 2024-03-26T21:16:24.367489+0000 mgr.a (mgr.14394) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:26.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:25 smithi069 bash[21554]: cluster 2024-03-26T21:16:24.367489+0000 mgr.a (mgr.14394) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:26.382 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:25 smithi119 bash[22161]: cluster 2024-03-26T21:16:24.367489+0000 mgr.a (mgr.14394) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:28.284 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:27 smithi118 bash[22172]: cluster 2024-03-26T21:16:26.368014+0000 mgr.a (mgr.14394) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:28.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:27 smithi069 bash[21554]: cluster 2024-03-26T21:16:26.368014+0000 mgr.a (mgr.14394) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:28.382 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:27 smithi119 bash[22161]: cluster 2024-03-26T21:16:26.368014+0000 mgr.a (mgr.14394) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:29.112 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:16:28 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:16:28] "GET /metrics HTTP/1.1" 200 21536 "" "Prometheus/2.43.0" 2024-03-26T21:16:30.284 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:29 smithi118 bash[22172]: cluster 2024-03-26T21:16:28.368562+0000 mgr.a (mgr.14394) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:30.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:29 smithi069 bash[21554]: cluster 2024-03-26T21:16:28.368562+0000 mgr.a (mgr.14394) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:30.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:29 smithi119 bash[22161]: cluster 2024-03-26T21:16:28.368562+0000 mgr.a (mgr.14394) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:32.284 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:31 smithi118 bash[22172]: cluster 2024-03-26T21:16:30.369103+0000 mgr.a (mgr.14394) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:32.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:31 smithi069 bash[21554]: cluster 2024-03-26T21:16:30.369103+0000 mgr.a (mgr.14394) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:32.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:31 smithi119 bash[22161]: cluster 2024-03-26T21:16:30.369103+0000 mgr.a (mgr.14394) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:33.284 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:32 smithi118 bash[22172]: audit 2024-03-26T21:16:32.675373+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:16:33.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:32 smithi069 bash[21554]: audit 2024-03-26T21:16:32.675373+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:16:33.382 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:32 smithi119 bash[22161]: audit 2024-03-26T21:16:32.675373+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:16:34.284 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:33 smithi118 bash[22172]: cluster 2024-03-26T21:16:32.369646+0000 mgr.a (mgr.14394) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:34.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:33 smithi069 bash[21554]: cluster 2024-03-26T21:16:32.369646+0000 mgr.a (mgr.14394) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:34.382 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:33 smithi119 bash[22161]: cluster 2024-03-26T21:16:32.369646+0000 mgr.a (mgr.14394) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:36.284 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:35 smithi118 bash[22172]: cluster 2024-03-26T21:16:34.370213+0000 mgr.a (mgr.14394) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:36.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:35 smithi069 bash[21554]: cluster 2024-03-26T21:16:34.370213+0000 mgr.a (mgr.14394) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:36.382 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:35 smithi119 bash[22161]: cluster 2024-03-26T21:16:34.370213+0000 mgr.a (mgr.14394) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:38.285 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:37 smithi118 bash[22172]: cluster 2024-03-26T21:16:36.370732+0000 mgr.a (mgr.14394) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:38.285 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:37 smithi118 bash[22172]: audit 2024-03-26T21:16:37.548104+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:38.285 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:37 smithi118 bash[22172]: audit 2024-03-26T21:16:37.558503+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:38.285 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:37 smithi118 bash[22172]: audit 2024-03-26T21:16:37.567658+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:38.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:37 smithi069 bash[21554]: cluster 2024-03-26T21:16:36.370732+0000 mgr.a (mgr.14394) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:38.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:37 smithi069 bash[21554]: audit 2024-03-26T21:16:37.548104+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:38.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:37 smithi069 bash[21554]: audit 2024-03-26T21:16:37.558503+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:38.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:37 smithi069 bash[21554]: audit 2024-03-26T21:16:37.567658+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:38.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:37 smithi119 bash[22161]: cluster 2024-03-26T21:16:36.370732+0000 mgr.a (mgr.14394) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:38.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:37 smithi119 bash[22161]: audit 2024-03-26T21:16:37.548104+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:38.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:37 smithi119 bash[22161]: audit 2024-03-26T21:16:37.558503+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:38.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:37 smithi119 bash[22161]: audit 2024-03-26T21:16:37.567658+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:39.111 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:16:38 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:16:38] "GET /metrics HTTP/1.1" 200 21537 "" "Prometheus/2.43.0" 2024-03-26T21:16:40.284 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:39 smithi118 bash[22172]: cluster 2024-03-26T21:16:38.371264+0000 mgr.a (mgr.14394) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:40.285 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:39 smithi118 bash[22172]: audit 2024-03-26T21:16:39.630509+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:40.285 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:39 smithi118 bash[22172]: audit 2024-03-26T21:16:39.643670+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:40.285 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:39 smithi118 bash[22172]: audit 2024-03-26T21:16:39.656860+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:40.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:39 smithi069 bash[21554]: cluster 2024-03-26T21:16:38.371264+0000 mgr.a (mgr.14394) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:40.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:39 smithi069 bash[21554]: audit 2024-03-26T21:16:39.630509+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:40.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:39 smithi069 bash[21554]: audit 2024-03-26T21:16:39.643670+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:40.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:39 smithi069 bash[21554]: audit 2024-03-26T21:16:39.656860+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:40.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:39 smithi119 bash[22161]: cluster 2024-03-26T21:16:38.371264+0000 mgr.a (mgr.14394) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:40.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:39 smithi119 bash[22161]: audit 2024-03-26T21:16:39.630509+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:40.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:39 smithi119 bash[22161]: audit 2024-03-26T21:16:39.643670+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:40.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:39 smithi119 bash[22161]: audit 2024-03-26T21:16:39.656860+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:42.284 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:41 smithi118 bash[22172]: cluster 2024-03-26T21:16:40.371826+0000 mgr.a (mgr.14394) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:42.361 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:41 smithi119 bash[22161]: cluster 2024-03-26T21:16:40.371826+0000 mgr.a (mgr.14394) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:42.361 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:41 smithi069 bash[21554]: cluster 2024-03-26T21:16:40.371826+0000 mgr.a (mgr.14394) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:43.284 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:42 smithi118 bash[22172]: audit 2024-03-26T21:16:42.676584+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:16:43.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:42 smithi069 bash[21554]: audit 2024-03-26T21:16:42.676584+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:16:43.382 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:42 smithi119 bash[22161]: audit 2024-03-26T21:16:42.676584+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:16:44.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:44 smithi069 bash[21554]: cluster 2024-03-26T21:16:42.372336+0000 mgr.a (mgr.14394) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:44.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:44 smithi069 bash[21554]: audit 2024-03-26T21:16:43.124259+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:44.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:44 smithi069 bash[21554]: audit 2024-03-26T21:16:43.134048+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:44.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:44 smithi069 bash[21554]: audit 2024-03-26T21:16:43.145877+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:44.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:44 smithi069 bash[21554]: audit 2024-03-26T21:16:43.207847+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:44.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:44 smithi069 bash[21554]: audit 2024-03-26T21:16:43.222362+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:44.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:44 smithi069 bash[21554]: audit 2024-03-26T21:16:43.224623+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:16:44.363 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:44 smithi069 bash[21554]: audit 2024-03-26T21:16:43.226528+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:16:44.363 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:44 smithi069 bash[21554]: audit 2024-03-26T21:16:43.237953+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:44.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:44 smithi119 bash[22161]: cluster 2024-03-26T21:16:42.372336+0000 mgr.a (mgr.14394) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:44.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:44 smithi119 bash[22161]: audit 2024-03-26T21:16:43.124259+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:44.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:44 smithi119 bash[22161]: audit 2024-03-26T21:16:43.134048+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:44.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:44 smithi119 bash[22161]: audit 2024-03-26T21:16:43.145877+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:44.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:44 smithi119 bash[22161]: audit 2024-03-26T21:16:43.207847+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:44.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:44 smithi119 bash[22161]: audit 2024-03-26T21:16:43.222362+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:44.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:44 smithi119 bash[22161]: audit 2024-03-26T21:16:43.224623+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:16:44.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:44 smithi119 bash[22161]: audit 2024-03-26T21:16:43.226528+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:16:44.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:44 smithi119 bash[22161]: audit 2024-03-26T21:16:43.237953+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:44.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:44 smithi118 bash[22172]: cluster 2024-03-26T21:16:42.372336+0000 mgr.a (mgr.14394) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:44.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:44 smithi118 bash[22172]: audit 2024-03-26T21:16:43.124259+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:44.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:44 smithi118 bash[22172]: audit 2024-03-26T21:16:43.134048+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:44.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:44 smithi118 bash[22172]: audit 2024-03-26T21:16:43.145877+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:44.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:44 smithi118 bash[22172]: audit 2024-03-26T21:16:43.207847+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:44.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:44 smithi118 bash[22172]: audit 2024-03-26T21:16:43.222362+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:44.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:44 smithi118 bash[22172]: audit 2024-03-26T21:16:43.224623+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:16:44.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:44 smithi118 bash[22172]: audit 2024-03-26T21:16:43.226528+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:16:44.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:44 smithi118 bash[22172]: audit 2024-03-26T21:16:43.237953+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:46.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:46 smithi119 bash[22161]: cluster 2024-03-26T21:16:44.372887+0000 mgr.a (mgr.14394) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:46.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:46 smithi118 bash[22172]: cluster 2024-03-26T21:16:44.372887+0000 mgr.a (mgr.14394) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:46.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:46 smithi069 bash[21554]: cluster 2024-03-26T21:16:44.372887+0000 mgr.a (mgr.14394) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:48.382 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:48 smithi119 bash[22161]: cluster 2024-03-26T21:16:46.373401+0000 mgr.a (mgr.14394) 116 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:48.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:48 smithi119 bash[22161]: audit 2024-03-26T21:16:47.675705+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:16:48.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:48 smithi118 bash[22172]: cluster 2024-03-26T21:16:46.373401+0000 mgr.a (mgr.14394) 116 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:48.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:48 smithi118 bash[22172]: audit 2024-03-26T21:16:47.675705+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:16:48.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:48 smithi069 bash[21554]: cluster 2024-03-26T21:16:46.373401+0000 mgr.a (mgr.14394) 116 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:48.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:48 smithi069 bash[21554]: audit 2024-03-26T21:16:47.675705+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:16:49.111 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:16:48 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:16:48] "GET /metrics HTTP/1.1" 200 21535 "" "Prometheus/2.43.0" 2024-03-26T21:16:50.382 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:50 smithi119 bash[22161]: cluster 2024-03-26T21:16:48.373929+0000 mgr.a (mgr.14394) 117 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:50.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:50 smithi118 bash[22172]: cluster 2024-03-26T21:16:48.373929+0000 mgr.a (mgr.14394) 117 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:50.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:50 smithi069 bash[21554]: cluster 2024-03-26T21:16:48.373929+0000 mgr.a (mgr.14394) 117 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:52.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:52 smithi119 bash[22161]: cluster 2024-03-26T21:16:50.374463+0000 mgr.a (mgr.14394) 118 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:52.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:52 smithi118 bash[22172]: cluster 2024-03-26T21:16:50.374463+0000 mgr.a (mgr.14394) 118 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:52.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:52 smithi069 bash[21554]: cluster 2024-03-26T21:16:50.374463+0000 mgr.a (mgr.14394) 118 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:54.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:54 smithi118 bash[22172]: cluster 2024-03-26T21:16:52.375017+0000 mgr.a (mgr.14394) 119 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:54.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:54 smithi069 bash[21554]: cluster 2024-03-26T21:16:52.375017+0000 mgr.a (mgr.14394) 119 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:54.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:54 smithi119 bash[22161]: cluster 2024-03-26T21:16:52.375017+0000 mgr.a (mgr.14394) 119 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:56.387 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:56 smithi069 bash[21554]: cluster 2024-03-26T21:16:54.375545+0000 mgr.a (mgr.14394) 120 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:56.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:56 smithi118 bash[22172]: cluster 2024-03-26T21:16:54.375545+0000 mgr.a (mgr.14394) 120 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:56.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:56 smithi119 bash[22161]: cluster 2024-03-26T21:16:54.375545+0000 mgr.a (mgr.14394) 120 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:58.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:58 smithi118 bash[22172]: cluster 2024-03-26T21:16:56.375944+0000 mgr.a (mgr.14394) 121 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:58.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:58 smithi118 bash[22172]: audit 2024-03-26T21:16:57.721855+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:58.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:58 smithi118 bash[22172]: audit 2024-03-26T21:16:57.733301+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:58.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:16:58 smithi118 bash[22172]: audit 2024-03-26T21:16:57.743831+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:58.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:58 smithi069 bash[21554]: cluster 2024-03-26T21:16:56.375944+0000 mgr.a (mgr.14394) 121 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:58.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:58 smithi069 bash[21554]: audit 2024-03-26T21:16:57.721855+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:58.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:58 smithi069 bash[21554]: audit 2024-03-26T21:16:57.733301+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:58.614 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:16:58 smithi069 bash[21554]: audit 2024-03-26T21:16:57.743831+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:58.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:58 smithi119 bash[22161]: cluster 2024-03-26T21:16:56.375944+0000 mgr.a (mgr.14394) 121 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:16:58.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:58 smithi119 bash[22161]: audit 2024-03-26T21:16:57.721855+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:58.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:58 smithi119 bash[22161]: audit 2024-03-26T21:16:57.733301+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:58.633 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:16:58 smithi119 bash[22161]: audit 2024-03-26T21:16:57.743831+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:16:59.111 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:16:58 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:16:58] "GET /metrics HTTP/1.1" 200 21535 "" "Prometheus/2.43.0" 2024-03-26T21:17:00.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:00 smithi118 bash[22172]: cluster 2024-03-26T21:16:58.376254+0000 mgr.a (mgr.14394) 122 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:00.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:00 smithi118 bash[22172]: audit 2024-03-26T21:16:59.850445+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:00.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:00 smithi118 bash[22172]: audit 2024-03-26T21:16:59.863806+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:00.535 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:00 smithi118 bash[22172]: audit 2024-03-26T21:16:59.876072+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:00.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:00 smithi069 bash[21554]: cluster 2024-03-26T21:16:58.376254+0000 mgr.a (mgr.14394) 122 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:00.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:00 smithi069 bash[21554]: audit 2024-03-26T21:16:59.850445+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:00.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:00 smithi069 bash[21554]: audit 2024-03-26T21:16:59.863806+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:00.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:00 smithi069 bash[21554]: audit 2024-03-26T21:16:59.876072+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:00.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:00 smithi119 bash[22161]: cluster 2024-03-26T21:16:58.376254+0000 mgr.a (mgr.14394) 122 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:00.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:00 smithi119 bash[22161]: audit 2024-03-26T21:16:59.850445+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:00.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:00 smithi119 bash[22161]: audit 2024-03-26T21:16:59.863806+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:00.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:00 smithi119 bash[22161]: audit 2024-03-26T21:16:59.876072+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:02.400 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:02 smithi119 bash[22161]: cluster 2024-03-26T21:17:00.376748+0000 mgr.a (mgr.14394) 123 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:02.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:02 smithi118 bash[22172]: cluster 2024-03-26T21:17:00.376748+0000 mgr.a (mgr.14394) 123 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:02.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:02 smithi069 bash[21554]: cluster 2024-03-26T21:17:00.376748+0000 mgr.a (mgr.14394) 123 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:02.645 INFO:teuthology.orchestra.run.smithi069.stderr:+ ceph orch ls 2024-03-26T21:17:03.011 INFO:teuthology.orchestra.run.smithi069.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-03-26T21:17:03.011 INFO:teuthology.orchestra.run.smithi069.stdout:agent 3/3 19s ago 3m * 2024-03-26T21:17:03.012 INFO:teuthology.orchestra.run.smithi069.stdout:alertmanager ?:9093,9094 1/1 19s ago 4m count:1 2024-03-26T21:17:03.012 INFO:teuthology.orchestra.run.smithi069.stdout:grafana ?:3000 1/1 5s ago 4m count:1 2024-03-26T21:17:03.012 INFO:teuthology.orchestra.run.smithi069.stdout:mgr 2/2 5s ago 8m smithi069=a;smithi118=b;count:2 2024-03-26T21:17:03.012 INFO:teuthology.orchestra.run.smithi069.stdout:mon 3/3 19s ago 9m smithi069:172.21.15.69=a;smithi118:172.21.15.118=b;smithi119:172.21.15.119=c;count:3 2024-03-26T21:17:03.012 INFO:teuthology.orchestra.run.smithi069.stdout:node-exporter ?:9100 3/3 19s ago 4m * 2024-03-26T21:17:03.012 INFO:teuthology.orchestra.run.smithi069.stdout:osd 3 19s ago - 2024-03-26T21:17:03.012 INFO:teuthology.orchestra.run.smithi069.stdout:prometheus ?:9095 1/1 3s ago 4m count:1 2024-03-26T21:17:03.026 INFO:teuthology.orchestra.run.smithi069.stderr:+ ceph orch ps 2024-03-26T21:17:03.411 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:03 smithi119 bash[22161]: audit 2024-03-26T21:17:02.675734+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:17:03.411 INFO:teuthology.orchestra.run.smithi069.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-26T21:17:03.411 INFO:teuthology.orchestra.run.smithi069.stdout:agent.smithi069 smithi069 running 5s ago 10m - - 2024-03-26T21:17:03.411 INFO:teuthology.orchestra.run.smithi069.stdout:agent.smithi118 smithi118 running 3s ago 9m - - 2024-03-26T21:17:03.412 INFO:teuthology.orchestra.run.smithi069.stdout:agent.smithi119 smithi119 running 0s ago 9m - - 2024-03-26T21:17:03.412 INFO:teuthology.orchestra.run.smithi069.stdout:alertmanager.smithi119 smithi119 *:9093,9094 running (2m) 0s ago 3m 13.8M - 0.25.0 c8568f914cd2 b4961a079042 2024-03-26T21:17:03.412 INFO:teuthology.orchestra.run.smithi069.stdout:grafana.smithi069 smithi069 *:3000 running (2m) 5s ago 3m 71.6M - 9.4.12 2bacad6d85d8 011aefac04b5 2024-03-26T21:17:03.412 INFO:teuthology.orchestra.run.smithi069.stdout:mgr.a smithi069 *:9283,8765 running (11m) 5s ago 11m 495M - 19.0.0-2484-g42fc52b8 a9bdc3eaeb10 fb839d4a774e 2024-03-26T21:17:03.412 INFO:teuthology.orchestra.run.smithi069.stdout:mgr.b smithi118 *:8443,8765 running (8m) 3s ago 8m 439M - 19.0.0-2484-g42fc52b8 a9bdc3eaeb10 fcfd6ed53abf 2024-03-26T21:17:03.412 INFO:teuthology.orchestra.run.smithi069.stdout:mon.a smithi069 running (11m) 5s ago 11m 46.0M 2048M 19.0.0-2484-g42fc52b8 a9bdc3eaeb10 85d2f6fc9106 2024-03-26T21:17:03.412 INFO:teuthology.orchestra.run.smithi069.stdout:mon.b smithi118 running (8m) 3s ago 8m 36.5M 2048M 19.0.0-2484-g42fc52b8 a9bdc3eaeb10 27aa65723016 2024-03-26T21:17:03.412 INFO:teuthology.orchestra.run.smithi069.stdout:mon.c smithi119 running (8m) 0s ago 8m 33.4M 2048M 19.0.0-2484-g42fc52b8 a9bdc3eaeb10 885e3ebc1037 2024-03-26T21:17:03.412 INFO:teuthology.orchestra.run.smithi069.stdout:node-exporter.smithi069 smithi069 *:9100 running (3m) 5s ago 4m 8248k - 1.5.0 0da6a335fe13 d3f82911ca81 2024-03-26T21:17:03.412 INFO:teuthology.orchestra.run.smithi069.stdout:node-exporter.smithi118 smithi118 *:9100 running (3m) 3s ago 3m 8284k - 1.5.0 0da6a335fe13 dfd680dcabe4 2024-03-26T21:17:03.412 INFO:teuthology.orchestra.run.smithi069.stdout:node-exporter.smithi119 smithi119 *:9100 running (3m) 0s ago 3m 8468k - 1.5.0 0da6a335fe13 a8e4bce41def 2024-03-26T21:17:03.412 INFO:teuthology.orchestra.run.smithi069.stdout:osd.0 smithi069 running (7m) 5s ago 7m 47.7M 4096M 19.0.0-2484-g42fc52b8 a9bdc3eaeb10 3227dad07404 2024-03-26T21:17:03.412 INFO:teuthology.orchestra.run.smithi069.stdout:osd.1 smithi118 running (6m) 3s ago 6m 38.9M 4096M 19.0.0-2484-g42fc52b8 a9bdc3eaeb10 7a6204367f36 2024-03-26T21:17:03.412 INFO:teuthology.orchestra.run.smithi069.stdout:osd.2 smithi119 running (5m) 0s ago 5m 46.8M 4096M 19.0.0-2484-g42fc52b8 a9bdc3eaeb10 234315cd7df7 2024-03-26T21:17:03.412 INFO:teuthology.orchestra.run.smithi069.stdout:prometheus.smithi118 smithi118 *:9095 running (3m) 3s ago 3m 42.5M - 2.43.0 a07b618ecd1d 42296b4785d6 2024-03-26T21:17:03.428 INFO:teuthology.orchestra.run.smithi069.stderr:+ ceph orch host ls 2024-03-26T21:17:03.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:03 smithi118 bash[22172]: audit 2024-03-26T21:17:02.675734+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:17:03.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:03 smithi069 bash[21554]: audit 2024-03-26T21:17:02.675734+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:17:03.764 INFO:teuthology.orchestra.run.smithi069.stdout:HOST ADDR LABELS STATUS 2024-03-26T21:17:03.764 INFO:teuthology.orchestra.run.smithi069.stdout:smithi069 172.21.15.69 2024-03-26T21:17:03.764 INFO:teuthology.orchestra.run.smithi069.stdout:smithi118 172.21.15.118 2024-03-26T21:17:03.764 INFO:teuthology.orchestra.run.smithi069.stdout:smithi119 172.21.15.119 2024-03-26T21:17:03.764 INFO:teuthology.orchestra.run.smithi069.stdout:3 hosts in cluster 2024-03-26T21:17:03.778 INFO:teuthology.orchestra.run.smithi069.stderr:++ jq -r 'last | .daemon_name' 2024-03-26T21:17:03.778 INFO:teuthology.orchestra.run.smithi069.stderr:++ ceph orch ps --daemon-type mon -f json 2024-03-26T21:17:04.149 INFO:teuthology.orchestra.run.smithi069.stderr:+ MON_DAEMON=mon.c 2024-03-26T21:17:04.149 INFO:teuthology.orchestra.run.smithi069.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-03-26T21:17:04.149 INFO:teuthology.orchestra.run.smithi069.stderr:++ jq -e '.[]' 2024-03-26T21:17:04.149 INFO:teuthology.orchestra.run.smithi069.stderr:++ jq -r .hostname 2024-03-26T21:17:04.382 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:04 smithi119 bash[22161]: cluster 2024-03-26T21:17:02.377271+0000 mgr.a (mgr.14394) 124 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:04.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:04 smithi119 bash[22161]: audit 2024-03-26T21:17:03.010609+0000 mgr.a (mgr.14394) 125 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:17:04.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:04 smithi119 bash[22161]: audit 2024-03-26T21:17:03.322307+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:04.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:04 smithi119 bash[22161]: audit 2024-03-26T21:17:03.332929+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:04.383 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:04 smithi119 bash[22161]: audit 2024-03-26T21:17:03.344631+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:04.507 INFO:teuthology.orchestra.run.smithi069.stderr:+ GRAFANA_HOST=smithi069 2024-03-26T21:17:04.507 INFO:teuthology.orchestra.run.smithi069.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-03-26T21:17:04.507 INFO:teuthology.orchestra.run.smithi069.stderr:++ jq -r .hostname 2024-03-26T21:17:04.507 INFO:teuthology.orchestra.run.smithi069.stderr:++ jq -e '.[]' 2024-03-26T21:17:04.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:04 smithi069 bash[21554]: cluster 2024-03-26T21:17:02.377271+0000 mgr.a (mgr.14394) 124 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:04.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:04 smithi069 bash[21554]: audit 2024-03-26T21:17:03.010609+0000 mgr.a (mgr.14394) 125 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:17:04.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:04 smithi069 bash[21554]: audit 2024-03-26T21:17:03.322307+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:04.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:04 smithi069 bash[21554]: audit 2024-03-26T21:17:03.332929+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:04.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:04 smithi069 bash[21554]: audit 2024-03-26T21:17:03.344631+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:04.784 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:04 smithi118 bash[22172]: cluster 2024-03-26T21:17:02.377271+0000 mgr.a (mgr.14394) 124 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:04.784 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:04 smithi118 bash[22172]: audit 2024-03-26T21:17:03.010609+0000 mgr.a (mgr.14394) 125 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:17:04.784 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:04 smithi118 bash[22172]: audit 2024-03-26T21:17:03.322307+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:04.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:04 smithi118 bash[22172]: audit 2024-03-26T21:17:03.332929+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:04.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:04 smithi118 bash[22172]: audit 2024-03-26T21:17:03.344631+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:04.859 INFO:teuthology.orchestra.run.smithi069.stderr:+ PROM_HOST=smithi118 2024-03-26T21:17:04.860 INFO:teuthology.orchestra.run.smithi069.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-03-26T21:17:04.860 INFO:teuthology.orchestra.run.smithi069.stderr:++ jq -e '.[]' 2024-03-26T21:17:04.860 INFO:teuthology.orchestra.run.smithi069.stderr:++ jq -r .hostname 2024-03-26T21:17:05.205 INFO:teuthology.orchestra.run.smithi069.stderr:+ ALERTM_HOST=smithi119 2024-03-26T21:17:05.205 INFO:teuthology.orchestra.run.smithi069.stderr:++ ceph orch host ls -f json 2024-03-26T21:17:05.206 INFO:teuthology.orchestra.run.smithi069.stderr:++ jq -r --arg GRAFANA_HOST smithi069 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-03-26T21:17:05.544 INFO:teuthology.orchestra.run.smithi069.stderr:+ GRAFANA_IP=172.21.15.69 2024-03-26T21:17:05.545 INFO:teuthology.orchestra.run.smithi069.stderr:++ ceph orch host ls -f json 2024-03-26T21:17:05.545 INFO:teuthology.orchestra.run.smithi069.stderr:++ jq -r --arg PROM_HOST smithi118 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-03-26T21:17:05.576 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:05 smithi119 bash[22161]: audit 2024-03-26T21:17:03.390949+0000 mgr.a (mgr.14394) 126 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:17:05.577 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:05 smithi119 bash[22161]: audit 2024-03-26T21:17:03.775512+0000 mgr.a (mgr.14394) 127 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:17:05.577 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:05 smithi119 bash[22161]: audit 2024-03-26T21:17:04.136984+0000 mgr.a (mgr.14394) 128 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:05.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:05 smithi069 bash[21554]: audit 2024-03-26T21:17:03.390949+0000 mgr.a (mgr.14394) 126 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:17:05.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:05 smithi069 bash[21554]: audit 2024-03-26T21:17:03.775512+0000 mgr.a (mgr.14394) 127 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:17:05.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:05 smithi069 bash[21554]: audit 2024-03-26T21:17:04.136984+0000 mgr.a (mgr.14394) 128 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:05.784 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:05 smithi118 bash[22172]: audit 2024-03-26T21:17:03.390949+0000 mgr.a (mgr.14394) 126 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:17:05.784 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:05 smithi118 bash[22172]: audit 2024-03-26T21:17:03.775512+0000 mgr.a (mgr.14394) 127 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:17:05.784 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:05 smithi118 bash[22172]: audit 2024-03-26T21:17:04.136984+0000 mgr.a (mgr.14394) 128 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:05.879 INFO:teuthology.orchestra.run.smithi069.stderr:+ PROM_IP=172.21.15.118 2024-03-26T21:17:05.880 INFO:teuthology.orchestra.run.smithi069.stderr:++ ceph orch host ls -f json 2024-03-26T21:17:05.880 INFO:teuthology.orchestra.run.smithi069.stderr:++ jq -r --arg ALERTM_HOST smithi119 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-03-26T21:17:06.236 INFO:teuthology.orchestra.run.smithi069.stderr:+ ALERTM_IP=172.21.15.119 2024-03-26T21:17:06.236 INFO:teuthology.orchestra.run.smithi069.stderr:++ ceph orch host ls -f json 2024-03-26T21:17:06.236 INFO:teuthology.orchestra.run.smithi069.stderr:++ jq -r '.[] | .addr' 2024-03-26T21:17:06.586 INFO:teuthology.orchestra.run.smithi069.stderr:+ ALL_HOST_IPS='172.21.15.69 2024-03-26T21:17:06.586 INFO:teuthology.orchestra.run.smithi069.stderr:172.21.15.118 2024-03-26T21:17:06.586 INFO:teuthology.orchestra.run.smithi069.stderr:172.21.15.119' 2024-03-26T21:17:06.586 INFO:teuthology.orchestra.run.smithi069.stderr:+ for ip in $ALL_HOST_IPS 2024-03-26T21:17:06.586 INFO:teuthology.orchestra.run.smithi069.stderr:+ curl -s http://172.21.15.69:9100/metric 2024-03-26T21:17:06.590 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:17:06.590 INFO:teuthology.orchestra.run.smithi069.stdout: Node Exporter 2024-03-26T21:17:06.590 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:17:06.590 INFO:teuthology.orchestra.run.smithi069.stdout:

Node Exporter

2024-03-26T21:17:06.590 INFO:teuthology.orchestra.run.smithi069.stdout:

Metrics

2024-03-26T21:17:06.590 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:17:06.591 INFO:teuthology.orchestra.run.smithi069.stderr:+ for ip in $ALL_HOST_IPS 2024-03-26T21:17:06.591 INFO:teuthology.orchestra.run.smithi069.stderr:+ curl -s http://172.21.15.118:9100/metric 2024-03-26T21:17:06.594 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:17:06.594 INFO:teuthology.orchestra.run.smithi069.stdout: Node Exporter 2024-03-26T21:17:06.594 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:17:06.594 INFO:teuthology.orchestra.run.smithi069.stdout:

Node Exporter

2024-03-26T21:17:06.594 INFO:teuthology.orchestra.run.smithi069.stdout:

Metrics

2024-03-26T21:17:06.594 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:17:06.594 INFO:teuthology.orchestra.run.smithi069.stderr:+ for ip in $ALL_HOST_IPS 2024-03-26T21:17:06.594 INFO:teuthology.orchestra.run.smithi069.stderr:+ curl -s http://172.21.15.119:9100/metric 2024-03-26T21:17:06.597 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:17:06.597 INFO:teuthology.orchestra.run.smithi069.stdout: Node Exporter 2024-03-26T21:17:06.597 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:17:06.597 INFO:teuthology.orchestra.run.smithi069.stdout:

Node Exporter

2024-03-26T21:17:06.597 INFO:teuthology.orchestra.run.smithi069.stdout:

Metrics

2024-03-26T21:17:06.598 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-03-26T21:17:06.598 INFO:teuthology.orchestra.run.smithi069.stderr:+ curl -k -s https://172.21.15.69:3000/api/health 2024-03-26T21:17:06.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:06 smithi069 bash[21554]: cluster 2024-03-26T21:17:04.377745+0000 mgr.a (mgr.14394) 129 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:06.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:06 smithi069 bash[21554]: audit 2024-03-26T21:17:04.495245+0000 mgr.a (mgr.14394) 130 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:06.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:06 smithi069 bash[21554]: audit 2024-03-26T21:17:04.849591+0000 mgr.a (mgr.14394) 131 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:06.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:06 smithi069 bash[21554]: audit 2024-03-26T21:17:05.196093+0000 mgr.a (mgr.14394) 132 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:06.611 INFO:teuthology.orchestra.run.smithi069.stdout: { 2024-03-26T21:17:06.612 INFO:teuthology.orchestra.run.smithi069.stdout: "commit": "37ee25ba46", 2024-03-26T21:17:06.612 INFO:teuthology.orchestra.run.smithi069.stdout: "database": "ok", 2024-03-26T21:17:06.612 INFO:teuthology.orchestra.run.smithi069.stdout: "version": "9.4.12" 2024-03-26T21:17:06.613 INFO:teuthology.orchestra.run.smithi069.stderr:+ curl -k -s https://172.21.15.69:3000/api/health 2024-03-26T21:17:06.613 INFO:teuthology.orchestra.run.smithi069.stderr:+ jq -e '.database == "ok"' 2024-03-26T21:17:06.624 INFO:teuthology.orchestra.run.smithi069.stdout:}true 2024-03-26T21:17:06.625 INFO:teuthology.orchestra.run.smithi069.stderr:+ ceph orch daemon stop mon.c 2024-03-26T21:17:06.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:06 smithi119 bash[22161]: cluster 2024-03-26T21:17:04.377745+0000 mgr.a (mgr.14394) 129 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:06.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:06 smithi119 bash[22161]: audit 2024-03-26T21:17:04.495245+0000 mgr.a (mgr.14394) 130 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:06.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:06 smithi119 bash[22161]: audit 2024-03-26T21:17:04.849591+0000 mgr.a (mgr.14394) 131 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:06.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:06 smithi119 bash[22161]: audit 2024-03-26T21:17:05.196093+0000 mgr.a (mgr.14394) 132 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:06.784 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:06 smithi118 bash[22172]: cluster 2024-03-26T21:17:04.377745+0000 mgr.a (mgr.14394) 129 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:06.784 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:06 smithi118 bash[22172]: audit 2024-03-26T21:17:04.495245+0000 mgr.a (mgr.14394) 130 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:06.784 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:06 smithi118 bash[22172]: audit 2024-03-26T21:17:04.849591+0000 mgr.a (mgr.14394) 131 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:06.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:06 smithi118 bash[22172]: audit 2024-03-26T21:17:05.196093+0000 mgr.a (mgr.14394) 132 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:06.971 INFO:teuthology.orchestra.run.smithi069.stdout:Scheduled to stop mon.c on host 'smithi119' 2024-03-26T21:17:06.984 INFO:teuthology.orchestra.run.smithi069.stderr:+ sleep 120 2024-03-26T21:17:07.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:07 smithi069 bash[21554]: audit 2024-03-26T21:17:05.543530+0000 mgr.a (mgr.14394) 133 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:07.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:07 smithi069 bash[21554]: audit 2024-03-26T21:17:05.878941+0000 mgr.a (mgr.14394) 134 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:07.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:07 smithi069 bash[21554]: audit 2024-03-26T21:17:06.233441+0000 mgr.a (mgr.14394) 135 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:07.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:07 smithi069 bash[21554]: audit 2024-03-26T21:17:06.970640+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:07.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:07 smithi069 bash[21554]: audit 2024-03-26T21:17:06.981767+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:07.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:07 smithi069 bash[21554]: audit 2024-03-26T21:17:06.996355+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:17:07.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:07 smithi069 bash[21554]: audit 2024-03-26T21:17:07.000016+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:17:07.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:07 smithi069 bash[21554]: audit 2024-03-26T21:17:07.001137+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:17:07.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:07 smithi069 bash[21554]: audit 2024-03-26T21:17:07.008589+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:07.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:07 smithi119 bash[22161]: audit 2024-03-26T21:17:05.543530+0000 mgr.a (mgr.14394) 133 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:07.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:07 smithi119 bash[22161]: audit 2024-03-26T21:17:05.878941+0000 mgr.a (mgr.14394) 134 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:07.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:07 smithi119 bash[22161]: audit 2024-03-26T21:17:06.233441+0000 mgr.a (mgr.14394) 135 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:07.633 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:07 smithi119 bash[22161]: audit 2024-03-26T21:17:06.970640+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:07.633 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:07 smithi119 bash[22161]: audit 2024-03-26T21:17:06.981767+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:07.633 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:07 smithi119 bash[22161]: audit 2024-03-26T21:17:06.996355+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:17:07.633 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:07 smithi119 bash[22161]: audit 2024-03-26T21:17:07.000016+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:17:07.633 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:07 smithi119 bash[22161]: audit 2024-03-26T21:17:07.001137+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:17:07.633 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:07 smithi119 bash[22161]: audit 2024-03-26T21:17:07.008589+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:07.784 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:07 smithi118 bash[22172]: audit 2024-03-26T21:17:05.543530+0000 mgr.a (mgr.14394) 133 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:07.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:07 smithi118 bash[22172]: audit 2024-03-26T21:17:05.878941+0000 mgr.a (mgr.14394) 134 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:07.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:07 smithi118 bash[22172]: audit 2024-03-26T21:17:06.233441+0000 mgr.a (mgr.14394) 135 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:07.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:07 smithi118 bash[22172]: audit 2024-03-26T21:17:06.970640+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:07.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:07 smithi118 bash[22172]: audit 2024-03-26T21:17:06.981767+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:07.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:07 smithi118 bash[22172]: audit 2024-03-26T21:17:06.996355+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:17:07.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:07 smithi118 bash[22172]: audit 2024-03-26T21:17:07.000016+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:17:07.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:07 smithi118 bash[22172]: audit 2024-03-26T21:17:07.001137+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:17:07.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:07 smithi118 bash[22172]: audit 2024-03-26T21:17:07.008589+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:08.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:08 smithi069 bash[21554]: cluster 2024-03-26T21:17:06.378047+0000 mgr.a (mgr.14394) 136 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:08.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:08 smithi069 bash[21554]: audit 2024-03-26T21:17:06.584874+0000 mgr.a (mgr.14394) 137 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:08.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:08 smithi069 bash[21554]: audit 2024-03-26T21:17:06.960782+0000 mgr.a (mgr.14394) 138 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:17:08.612 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:08 smithi069 bash[21554]: cephadm 2024-03-26T21:17:06.961571+0000 mgr.a (mgr.14394) 139 : cephadm [INF] Schedule stop daemon mon.c 2024-03-26T21:17:08.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:08 smithi119 bash[22161]: cluster 2024-03-26T21:17:06.378047+0000 mgr.a (mgr.14394) 136 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:08.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:08 smithi119 bash[22161]: audit 2024-03-26T21:17:06.584874+0000 mgr.a (mgr.14394) 137 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:08.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:08 smithi119 bash[22161]: audit 2024-03-26T21:17:06.960782+0000 mgr.a (mgr.14394) 138 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:17:08.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:08 smithi119 bash[22161]: cephadm 2024-03-26T21:17:06.961571+0000 mgr.a (mgr.14394) 139 : cephadm [INF] Schedule stop daemon mon.c 2024-03-26T21:17:08.784 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:08 smithi118 bash[22172]: cluster 2024-03-26T21:17:06.378047+0000 mgr.a (mgr.14394) 136 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:08.784 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:08 smithi118 bash[22172]: audit 2024-03-26T21:17:06.584874+0000 mgr.a (mgr.14394) 137 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T21:17:08.784 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:08 smithi118 bash[22172]: audit 2024-03-26T21:17:06.960782+0000 mgr.a (mgr.14394) 138 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T21:17:08.784 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:08 smithi118 bash[22172]: cephadm 2024-03-26T21:17:06.961571+0000 mgr.a (mgr.14394) 139 : cephadm [INF] Schedule stop daemon mon.c 2024-03-26T21:17:09.111 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:17:08 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:17:08] "GET /metrics HTTP/1.1" 200 21534 "" "Prometheus/2.43.0" 2024-03-26T21:17:10.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:10 smithi069 bash[21554]: cluster 2024-03-26T21:17:08.378528+0000 mgr.a (mgr.14394) 140 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:10.632 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:10 smithi119 bash[22161]: cluster 2024-03-26T21:17:08.378528+0000 mgr.a (mgr.14394) 140 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:10.784 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:10 smithi118 bash[22172]: cluster 2024-03-26T21:17:08.378528+0000 mgr.a (mgr.14394) 140 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:12.382 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:12 smithi119 systemd[1]: Stopping Ceph mon.c for 62808a52-ebb4-11ee-95d0-87774f69a715... 2024-03-26T21:17:12.382 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:12 smithi119 bash[22161]: debug 2024-03-26T21:17:12.177+0000 7f5641243700 -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-26T21:17:12.382 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:12 smithi119 bash[22161]: debug 2024-03-26T21:17:12.177+0000 7f5641243700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-26T21:17:13.132 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:12 smithi119 bash[35092]: ceph-62808a52-ebb4-11ee-95d0-87774f69a715-mon-c 2024-03-26T21:17:13.132 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:13 smithi119 bash[35153]: Error response from daemon: No such container: ceph-62808a52-ebb4-11ee-95d0-87774f69a715-mon-c 2024-03-26T21:17:13.132 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:13 smithi119 systemd[1]: ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mon.c.service: Deactivated successfully. 2024-03-26T21:17:13.132 INFO:journalctl@ceph.mon.c.smithi119.stdout:Mar 26 21:17:13 smithi119 systemd[1]: Stopped Ceph mon.c for 62808a52-ebb4-11ee-95d0-87774f69a715. 2024-03-26T21:17:19.111 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:17:18 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:17:18] "GET /metrics HTTP/1.1" 200 21534 "" "Prometheus/2.43.0" 2024-03-26T21:17:26.784 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:26 smithi118 bash[22172]: cluster 2024-03-26T21:17:10.379060+0000 mgr.a (mgr.14394) 141 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:26.861 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:26 smithi069 bash[21554]: cluster 2024-03-26T21:17:10.379060+0000 mgr.a (mgr.14394) 141 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:27.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:12.379539+0000 mgr.a (mgr.14394) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:27.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:14.380028+0000 mgr.a (mgr.14394) 143 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:27.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:16.380569+0000 mgr.a (mgr.14394) 144 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:27.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: audit 2024-03-26T21:17:17.676496+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:17:27.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:18.381111+0000 mgr.a (mgr.14394) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:27.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:20.381640+0000 mgr.a (mgr.14394) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:27.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:21.352086+0000 mon.b (mon.2) 77 : cluster [INF] mon.b calling monitor election 2024-03-26T21:17:27.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:21.354471+0000 mon.a (mon.0) 932 : cluster [INF] mon.a calling monitor election 2024-03-26T21:17:27.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:22.382173+0000 mgr.a (mgr.14394) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:27.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:24.382725+0000 mgr.a (mgr.14394) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:27.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:26.376765+0000 mon.a (mon.0) 933 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-03-26T21:17:27.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:26.383238+0000 mgr.a (mgr.14394) 149 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:27.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:26.385551+0000 mon.a (mon.0) 934 : cluster [DBG] monmap epoch 3 2024-03-26T21:17:27.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:26.385588+0000 mon.a (mon.0) 935 : cluster [DBG] fsid 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:17:27.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:26.385633+0000 mon.a (mon.0) 936 : cluster [DBG] last_changed 2024-03-26T21:08:13.357290+0000 2024-03-26T21:17:27.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:26.385667+0000 mon.a (mon.0) 937 : cluster [DBG] created 2024-03-26T21:05:22.625472+0000 2024-03-26T21:17:27.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:26.385698+0000 mon.a (mon.0) 938 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T21:17:27.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:26.385732+0000 mon.a (mon.0) 939 : cluster [DBG] election_strategy: 1 2024-03-26T21:17:27.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:26.385760+0000 mon.a (mon.0) 940 : cluster [DBG] 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-03-26T21:17:27.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:26.385789+0000 mon.a (mon.0) 941 : cluster [DBG] 1: [v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0] mon.c 2024-03-26T21:17:27.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:26.385822+0000 mon.a (mon.0) 942 : cluster [DBG] 2: [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon.b 2024-03-26T21:17:27.786 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:26.404083+0000 mon.a (mon.0) 943 : cluster [DBG] fsmap 2024-03-26T21:17:27.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:26.404177+0000 mon.a (mon.0) 944 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-03-26T21:17:27.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:26.404778+0000 mon.a (mon.0) 945 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-03-26T21:17:27.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:26.405094+0000 mon.a (mon.0) 946 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-26T21:17:27.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:26.427550+0000 mon.a (mon.0) 947 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-26T21:17:27.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:26.427586+0000 mon.a (mon.0) 948 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-26T21:17:27.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: cluster 2024-03-26T21:17:26.427648+0000 mon.a (mon.0) 949 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0] is down (out of quorum) 2024-03-26T21:17:27.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: audit 2024-03-26T21:17:26.433534+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: audit 2024-03-26T21:17:26.439695+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: audit 2024-03-26T21:17:26.448409+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.787 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: audit 2024-03-26T21:17:26.456569+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: audit 2024-03-26T21:17:26.466030+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: audit 2024-03-26T21:17:26.475147+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: audit 2024-03-26T21:17:26.482459+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:17:27.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: audit 2024-03-26T21:17:26.482533+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: audit 2024-03-26T21:17:26.490340+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: audit 2024-03-26T21:17:26.498683+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: audit 2024-03-26T21:17:26.508965+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: audit 2024-03-26T21:17:26.520092+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: audit 2024-03-26T21:17:27.027239+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: audit 2024-03-26T21:17:27.040674+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: audit 2024-03-26T21:17:27.043255+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:17:27.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: audit 2024-03-26T21:17:27.045255+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:17:27.788 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:27 smithi118 bash[22172]: audit 2024-03-26T21:17:27.058001+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.862 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:12.379539+0000 mgr.a (mgr.14394) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:27.862 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:14.380028+0000 mgr.a (mgr.14394) 143 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:27.862 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:16.380569+0000 mgr.a (mgr.14394) 144 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:27.862 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: audit 2024-03-26T21:17:17.676496+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:17:27.862 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:18.381111+0000 mgr.a (mgr.14394) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:27.862 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:20.381640+0000 mgr.a (mgr.14394) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:27.862 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:21.352086+0000 mon.b (mon.2) 77 : cluster [INF] mon.b calling monitor election 2024-03-26T21:17:27.862 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:21.354471+0000 mon.a (mon.0) 932 : cluster [INF] mon.a calling monitor election 2024-03-26T21:17:27.862 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:22.382173+0000 mgr.a (mgr.14394) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:27.862 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:24.382725+0000 mgr.a (mgr.14394) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:27.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:26.376765+0000 mon.a (mon.0) 933 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-03-26T21:17:27.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:26.383238+0000 mgr.a (mgr.14394) 149 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:27.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:26.385551+0000 mon.a (mon.0) 934 : cluster [DBG] monmap epoch 3 2024-03-26T21:17:27.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:26.385588+0000 mon.a (mon.0) 935 : cluster [DBG] fsid 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:17:27.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:26.385633+0000 mon.a (mon.0) 936 : cluster [DBG] last_changed 2024-03-26T21:08:13.357290+0000 2024-03-26T21:17:27.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:26.385667+0000 mon.a (mon.0) 937 : cluster [DBG] created 2024-03-26T21:05:22.625472+0000 2024-03-26T21:17:27.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:26.385698+0000 mon.a (mon.0) 938 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T21:17:27.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:26.385732+0000 mon.a (mon.0) 939 : cluster [DBG] election_strategy: 1 2024-03-26T21:17:27.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:26.385760+0000 mon.a (mon.0) 940 : cluster [DBG] 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-03-26T21:17:27.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:26.385789+0000 mon.a (mon.0) 941 : cluster [DBG] 1: [v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0] mon.c 2024-03-26T21:17:27.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:26.385822+0000 mon.a (mon.0) 942 : cluster [DBG] 2: [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon.b 2024-03-26T21:17:27.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:26.404083+0000 mon.a (mon.0) 943 : cluster [DBG] fsmap 2024-03-26T21:17:27.863 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:26.404177+0000 mon.a (mon.0) 944 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-03-26T21:17:27.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:26.404778+0000 mon.a (mon.0) 945 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-03-26T21:17:27.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:26.405094+0000 mon.a (mon.0) 946 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-26T21:17:27.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:26.427550+0000 mon.a (mon.0) 947 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-26T21:17:27.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:26.427586+0000 mon.a (mon.0) 948 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-26T21:17:27.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: cluster 2024-03-26T21:17:26.427648+0000 mon.a (mon.0) 949 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0] is down (out of quorum) 2024-03-26T21:17:27.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: audit 2024-03-26T21:17:26.433534+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: audit 2024-03-26T21:17:26.439695+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: audit 2024-03-26T21:17:26.448409+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: audit 2024-03-26T21:17:26.456569+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: audit 2024-03-26T21:17:26.466030+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.864 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: audit 2024-03-26T21:17:26.475147+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: audit 2024-03-26T21:17:26.482459+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:17:27.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: audit 2024-03-26T21:17:26.482533+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: audit 2024-03-26T21:17:26.490340+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: audit 2024-03-26T21:17:26.498683+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: audit 2024-03-26T21:17:26.508965+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: audit 2024-03-26T21:17:26.520092+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: audit 2024-03-26T21:17:27.027239+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: audit 2024-03-26T21:17:27.040674+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:27.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: audit 2024-03-26T21:17:27.043255+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:17:27.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: audit 2024-03-26T21:17:27.045255+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:17:27.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:27 smithi069 bash[21554]: audit 2024-03-26T21:17:27.058001+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:29.021 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:17:28 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:17:28] "GET /metrics HTTP/1.1" 200 21531 "" "Prometheus/2.43.0" 2024-03-26T21:17:29.284 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:29 smithi118 bash[22172]: audit 2024-03-26T21:17:28.036255+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:29.284 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:29 smithi118 bash[22172]: audit 2024-03-26T21:17:28.048318+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:29.284 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:29 smithi118 bash[22172]: audit 2024-03-26T21:17:28.062179+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:29.361 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:29 smithi069 bash[21554]: audit 2024-03-26T21:17:28.036255+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:29.361 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:29 smithi069 bash[21554]: audit 2024-03-26T21:17:28.048318+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:29.361 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:29 smithi069 bash[21554]: audit 2024-03-26T21:17:28.062179+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:30.361 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:30 smithi069 bash[21554]: cluster 2024-03-26T21:17:28.383760+0000 mgr.a (mgr.14394) 150 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:30.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:30 smithi118 bash[22172]: cluster 2024-03-26T21:17:28.383760+0000 mgr.a (mgr.14394) 150 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:32.361 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:32 smithi069 bash[21554]: cluster 2024-03-26T21:17:30.384309+0000 mgr.a (mgr.14394) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:32.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:32 smithi118 bash[22172]: cluster 2024-03-26T21:17:30.384309+0000 mgr.a (mgr.14394) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:34.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:33 smithi118 bash[22172]: cluster 2024-03-26T21:17:32.384832+0000 mgr.a (mgr.14394) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:34.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:33 smithi118 bash[22172]: audit 2024-03-26T21:17:32.686882+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:34.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:33 smithi118 bash[22172]: audit 2024-03-26T21:17:32.688399+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:17:34.111 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:33 smithi069 bash[21554]: cluster 2024-03-26T21:17:32.384832+0000 mgr.a (mgr.14394) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:34.111 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:33 smithi069 bash[21554]: audit 2024-03-26T21:17:32.686882+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:34.111 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:33 smithi069 bash[21554]: audit 2024-03-26T21:17:32.688399+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:17:36.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:35 smithi118 bash[22172]: cluster 2024-03-26T21:17:34.385379+0000 mgr.a (mgr.14394) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:36.111 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:35 smithi069 bash[21554]: cluster 2024-03-26T21:17:34.385379+0000 mgr.a (mgr.14394) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:37.946 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:37 smithi069 bash[21554]: cluster 2024-03-26T21:17:36.385889+0000 mgr.a (mgr.14394) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:38.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:37 smithi118 bash[22172]: cluster 2024-03-26T21:17:36.385889+0000 mgr.a (mgr.14394) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:39.111 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:17:38 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:17:38] "GET /metrics HTTP/1.1" 200 21596 "" "Prometheus/2.43.0" 2024-03-26T21:17:39.861 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:39 smithi069 bash[21554]: cluster 2024-03-26T21:17:38.386404+0000 mgr.a (mgr.14394) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:40.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:39 smithi118 bash[22172]: cluster 2024-03-26T21:17:38.386404+0000 mgr.a (mgr.14394) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:42.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:41 smithi118 bash[22172]: cluster 2024-03-26T21:17:40.386933+0000 mgr.a (mgr.14394) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:42.111 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:41 smithi069 bash[21554]: cluster 2024-03-26T21:17:40.386933+0000 mgr.a (mgr.14394) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:43.784 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:43 smithi118 bash[22172]: cluster 2024-03-26T21:17:42.387453+0000 mgr.a (mgr.14394) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:43.784 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:43 smithi118 bash[22172]: audit 2024-03-26T21:17:43.701054+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:44.111 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:43 smithi069 bash[21554]: cluster 2024-03-26T21:17:42.387453+0000 mgr.a (mgr.14394) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:44.111 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:43 smithi069 bash[21554]: audit 2024-03-26T21:17:43.701054+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:45.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:44 smithi118 bash[22172]: audit 2024-03-26T21:17:43.719927+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:45.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:44 smithi118 bash[22172]: audit 2024-03-26T21:17:43.732884+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:45.111 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:44 smithi069 bash[21554]: audit 2024-03-26T21:17:43.719927+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:45.111 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:44 smithi069 bash[21554]: audit 2024-03-26T21:17:43.732884+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:46.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:45 smithi118 bash[22172]: cluster 2024-03-26T21:17:44.387933+0000 mgr.a (mgr.14394) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:46.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:45 smithi118 bash[22172]: audit 2024-03-26T21:17:44.718083+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:46.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:45 smithi118 bash[22172]: audit 2024-03-26T21:17:44.737025+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:46.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:45 smithi118 bash[22172]: audit 2024-03-26T21:17:44.751943+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:46.111 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:45 smithi069 bash[21554]: cluster 2024-03-26T21:17:44.387933+0000 mgr.a (mgr.14394) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:46.111 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:45 smithi069 bash[21554]: audit 2024-03-26T21:17:44.718083+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:46.111 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:45 smithi069 bash[21554]: audit 2024-03-26T21:17:44.737025+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:46.111 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:45 smithi069 bash[21554]: audit 2024-03-26T21:17:44.751943+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:47.861 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:47 smithi069 bash[21554]: cluster 2024-03-26T21:17:46.388435+0000 mgr.a (mgr.14394) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:47.861 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:47 smithi069 bash[21554]: audit 2024-03-26T21:17:46.622613+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:47.861 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:47 smithi069 bash[21554]: audit 2024-03-26T21:17:46.635837+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:47.861 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:47 smithi069 bash[21554]: audit 2024-03-26T21:17:46.648320+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:48.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:47 smithi118 bash[22172]: cluster 2024-03-26T21:17:46.388435+0000 mgr.a (mgr.14394) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:48.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:47 smithi118 bash[22172]: audit 2024-03-26T21:17:46.622613+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:48.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:47 smithi118 bash[22172]: audit 2024-03-26T21:17:46.635837+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:48.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:47 smithi118 bash[22172]: audit 2024-03-26T21:17:46.648320+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:17:49.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:48 smithi118 bash[22172]: audit 2024-03-26T21:17:47.677281+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:17:49.110 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:17:48 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:17:48] "GET /metrics HTTP/1.1" 200 21597 "" "Prometheus/2.43.0" 2024-03-26T21:17:49.111 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:48 smithi069 bash[21554]: audit 2024-03-26T21:17:47.677281+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:17:50.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:49 smithi118 bash[22172]: cluster 2024-03-26T21:17:48.388939+0000 mgr.a (mgr.14394) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:50.110 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:49 smithi069 bash[21554]: cluster 2024-03-26T21:17:48.388939+0000 mgr.a (mgr.14394) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:52.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:51 smithi118 bash[22172]: cluster 2024-03-26T21:17:50.389531+0000 mgr.a (mgr.14394) 161 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:52.110 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:51 smithi069 bash[21554]: cluster 2024-03-26T21:17:50.389531+0000 mgr.a (mgr.14394) 161 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:54.033 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:53 smithi118 bash[22172]: cluster 2024-03-26T21:17:52.390050+0000 mgr.a (mgr.14394) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:54.110 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:53 smithi069 bash[21554]: cluster 2024-03-26T21:17:52.390050+0000 mgr.a (mgr.14394) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:56.033 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:55 smithi118 bash[22172]: cluster 2024-03-26T21:17:54.390586+0000 mgr.a (mgr.14394) 163 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:56.110 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:55 smithi069 bash[21554]: cluster 2024-03-26T21:17:54.390586+0000 mgr.a (mgr.14394) 163 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:57.894 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:57 smithi069 bash[21554]: cluster 2024-03-26T21:17:56.391114+0000 mgr.a (mgr.14394) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:58.035 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:57 smithi118 bash[22172]: cluster 2024-03-26T21:17:56.391114+0000 mgr.a (mgr.14394) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:17:58.860 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:17:58 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:17:58] "GET /metrics HTTP/1.1" 200 21597 "" "Prometheus/2.43.0" 2024-03-26T21:17:59.860 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:17:59 smithi069 bash[21554]: cluster 2024-03-26T21:17:58.391585+0000 mgr.a (mgr.14394) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:00.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:17:59 smithi118 bash[22172]: cluster 2024-03-26T21:17:58.391585+0000 mgr.a (mgr.14394) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:02.171 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:01 smithi118 bash[22172]: cluster 2024-03-26T21:18:00.391952+0000 mgr.a (mgr.14394) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:02.171 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:01 smithi118 bash[22172]: audit 2024-03-26T21:18:00.883243+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:02.171 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:01 smithi118 bash[22172]: audit 2024-03-26T21:18:00.893662+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:02.171 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:01 smithi118 bash[22172]: audit 2024-03-26T21:18:00.903431+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:02.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:01 smithi069 bash[21554]: cluster 2024-03-26T21:18:00.391952+0000 mgr.a (mgr.14394) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:02.361 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:01 smithi069 bash[21554]: audit 2024-03-26T21:18:00.883243+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:02.361 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:01 smithi069 bash[21554]: audit 2024-03-26T21:18:00.893662+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:02.361 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:01 smithi069 bash[21554]: audit 2024-03-26T21:18:00.903431+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:03.283 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:02 smithi118 bash[22172]: audit 2024-03-26T21:18:02.677545+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:18:03.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:02 smithi069 bash[21554]: audit 2024-03-26T21:18:02.677545+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:18:04.284 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:03 smithi118 bash[22172]: cluster 2024-03-26T21:18:02.392420+0000 mgr.a (mgr.14394) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:04.284 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:03 smithi118 bash[22172]: audit 2024-03-26T21:18:02.920569+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:04.284 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:03 smithi118 bash[22172]: audit 2024-03-26T21:18:02.934629+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:04.284 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:03 smithi118 bash[22172]: audit 2024-03-26T21:18:02.948456+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:04.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:03 smithi069 bash[21554]: cluster 2024-03-26T21:18:02.392420+0000 mgr.a (mgr.14394) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:04.361 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:03 smithi069 bash[21554]: audit 2024-03-26T21:18:02.920569+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:04.361 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:03 smithi069 bash[21554]: audit 2024-03-26T21:18:02.934629+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:04.361 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:03 smithi069 bash[21554]: audit 2024-03-26T21:18:02.948456+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:06.283 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:05 smithi118 bash[22172]: cluster 2024-03-26T21:18:04.392949+0000 mgr.a (mgr.14394) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:06.284 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:05 smithi118 bash[22172]: audit 2024-03-26T21:18:05.829416+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:06.284 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:05 smithi118 bash[22172]: audit 2024-03-26T21:18:05.843323+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:06.284 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:05 smithi118 bash[22172]: audit 2024-03-26T21:18:05.856606+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:06.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:05 smithi069 bash[21554]: cluster 2024-03-26T21:18:04.392949+0000 mgr.a (mgr.14394) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:06.361 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:05 smithi069 bash[21554]: audit 2024-03-26T21:18:05.829416+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:06.361 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:05 smithi069 bash[21554]: audit 2024-03-26T21:18:05.843323+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:06.361 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:05 smithi069 bash[21554]: audit 2024-03-26T21:18:05.856606+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:08.283 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:07 smithi118 bash[22172]: cluster 2024-03-26T21:18:06.393442+0000 mgr.a (mgr.14394) 169 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:08.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:07 smithi069 bash[21554]: cluster 2024-03-26T21:18:06.393442+0000 mgr.a (mgr.14394) 169 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:09.110 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:18:08 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:18:08] "GET /metrics HTTP/1.1" 200 21593 "" "Prometheus/2.43.0" 2024-03-26T21:18:10.283 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:09 smithi118 bash[22172]: cluster 2024-03-26T21:18:08.393977+0000 mgr.a (mgr.14394) 170 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:10.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:09 smithi069 bash[21554]: cluster 2024-03-26T21:18:08.393977+0000 mgr.a (mgr.14394) 170 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:12.283 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:11 smithi118 bash[22172]: cluster 2024-03-26T21:18:10.394488+0000 mgr.a (mgr.14394) 171 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:12.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:11 smithi069 bash[21554]: cluster 2024-03-26T21:18:10.394488+0000 mgr.a (mgr.14394) 171 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:14.283 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:13 smithi118 bash[22172]: cluster 2024-03-26T21:18:12.395019+0000 mgr.a (mgr.14394) 172 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:14.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:13 smithi069 bash[21554]: cluster 2024-03-26T21:18:12.395019+0000 mgr.a (mgr.14394) 172 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:16.283 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:15 smithi118 bash[22172]: cluster 2024-03-26T21:18:14.395569+0000 mgr.a (mgr.14394) 173 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:16.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:15 smithi069 bash[21554]: cluster 2024-03-26T21:18:14.395569+0000 mgr.a (mgr.14394) 173 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:18.283 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:17 smithi118 bash[22172]: cluster 2024-03-26T21:18:16.396038+0000 mgr.a (mgr.14394) 174 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:18.283 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:17 smithi118 bash[22172]: audit 2024-03-26T21:18:17.678085+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:18:18.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:17 smithi069 bash[21554]: cluster 2024-03-26T21:18:16.396038+0000 mgr.a (mgr.14394) 174 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:18.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:17 smithi069 bash[21554]: audit 2024-03-26T21:18:17.678085+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:18:19.054 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:18:18 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:18:18] "GET /metrics HTTP/1.1" 200 21595 "" "Prometheus/2.43.0" 2024-03-26T21:18:19.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:19 smithi069 bash[21554]: audit 2024-03-26T21:18:18.069362+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:19.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:19 smithi069 bash[21554]: audit 2024-03-26T21:18:18.080097+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:19.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:19 smithi069 bash[21554]: audit 2024-03-26T21:18:18.091630+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:19.533 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:19 smithi118 bash[22172]: audit 2024-03-26T21:18:18.069362+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:19.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:19 smithi118 bash[22172]: audit 2024-03-26T21:18:18.080097+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:19.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:19 smithi118 bash[22172]: audit 2024-03-26T21:18:18.091630+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:20.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:20 smithi069 bash[21554]: cluster 2024-03-26T21:18:18.396547+0000 mgr.a (mgr.14394) 175 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:20.533 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:20 smithi118 bash[22172]: cluster 2024-03-26T21:18:18.396547+0000 mgr.a (mgr.14394) 175 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:22.360 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:22 smithi118 bash[22172]: cluster 2024-03-26T21:18:20.397065+0000 mgr.a (mgr.14394) 176 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:22.360 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:22 smithi118 bash[22172]: audit 2024-03-26T21:18:21.120360+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:22.360 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:22 smithi118 bash[22172]: audit 2024-03-26T21:18:21.130575+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:22.360 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:22 smithi118 bash[22172]: audit 2024-03-26T21:18:21.139806+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:22.361 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:22 smithi069 bash[21554]: cluster 2024-03-26T21:18:20.397065+0000 mgr.a (mgr.14394) 176 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:22.361 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:22 smithi069 bash[21554]: audit 2024-03-26T21:18:21.120360+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:22.361 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:22 smithi069 bash[21554]: audit 2024-03-26T21:18:21.130575+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:22.361 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:22 smithi069 bash[21554]: audit 2024-03-26T21:18:21.139806+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:24.283 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:24 smithi118 bash[22172]: cluster 2024-03-26T21:18:22.397641+0000 mgr.a (mgr.14394) 177 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:24.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:24 smithi069 bash[21554]: cluster 2024-03-26T21:18:22.397641+0000 mgr.a (mgr.14394) 177 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:26.533 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:26 smithi118 bash[22172]: cluster 2024-03-26T21:18:24.398218+0000 mgr.a (mgr.14394) 178 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:26.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:26 smithi118 bash[22172]: audit 2024-03-26T21:18:26.058659+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:26.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:26 smithi118 bash[22172]: audit 2024-03-26T21:18:26.070958+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:26.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:26 smithi118 bash[22172]: audit 2024-03-26T21:18:26.083768+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:26.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:26 smithi069 bash[21554]: cluster 2024-03-26T21:18:24.398218+0000 mgr.a (mgr.14394) 178 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:26.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:26 smithi069 bash[21554]: audit 2024-03-26T21:18:26.058659+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:26.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:26 smithi069 bash[21554]: audit 2024-03-26T21:18:26.070958+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:26.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:26 smithi069 bash[21554]: audit 2024-03-26T21:18:26.083768+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:28.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:28 smithi118 bash[22172]: cluster 2024-03-26T21:18:26.398712+0000 mgr.a (mgr.14394) 179 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:28.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:28 smithi118 bash[22172]: audit 2024-03-26T21:18:27.183180+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:18:28.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:28 smithi118 bash[22172]: audit 2024-03-26T21:18:27.716747+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:28.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:28 smithi118 bash[22172]: audit 2024-03-26T21:18:27.729081+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:28.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:28 smithi118 bash[22172]: audit 2024-03-26T21:18:27.731429+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:18:28.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:28 smithi118 bash[22172]: audit 2024-03-26T21:18:27.733441+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:18:28.534 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:28 smithi118 bash[22172]: audit 2024-03-26T21:18:27.745580+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:28.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:28 smithi069 bash[21554]: cluster 2024-03-26T21:18:26.398712+0000 mgr.a (mgr.14394) 179 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:28.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:28 smithi069 bash[21554]: audit 2024-03-26T21:18:27.183180+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T21:18:28.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:28 smithi069 bash[21554]: audit 2024-03-26T21:18:27.716747+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:28.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:28 smithi069 bash[21554]: audit 2024-03-26T21:18:27.729081+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:28.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:28 smithi069 bash[21554]: audit 2024-03-26T21:18:27.731429+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T21:18:28.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:28 smithi069 bash[21554]: audit 2024-03-26T21:18:27.733441+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T21:18:28.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:28 smithi069 bash[21554]: audit 2024-03-26T21:18:27.745580+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:29.110 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:18:28 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:18:28] "GET /metrics HTTP/1.1" 200 21595 "" "Prometheus/2.43.0" 2024-03-26T21:18:30.533 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:30 smithi118 bash[22172]: cluster 2024-03-26T21:18:28.399237+0000 mgr.a (mgr.14394) 180 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:30.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:30 smithi069 bash[21554]: cluster 2024-03-26T21:18:28.399237+0000 mgr.a (mgr.14394) 180 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:32.533 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:32 smithi118 bash[22172]: cluster 2024-03-26T21:18:30.399775+0000 mgr.a (mgr.14394) 181 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:32.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:32 smithi069 bash[21554]: cluster 2024-03-26T21:18:30.399775+0000 mgr.a (mgr.14394) 181 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:33.533 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:33 smithi118 bash[22172]: audit 2024-03-26T21:18:32.678704+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:18:33.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:33 smithi069 bash[21554]: audit 2024-03-26T21:18:32.678704+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:18:34.533 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:34 smithi118 bash[22172]: cluster 2024-03-26T21:18:32.400303+0000 mgr.a (mgr.14394) 182 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:34.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:34 smithi069 bash[21554]: cluster 2024-03-26T21:18:32.400303+0000 mgr.a (mgr.14394) 182 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:36.533 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:36 smithi118 bash[22172]: cluster 2024-03-26T21:18:34.400892+0000 mgr.a (mgr.14394) 183 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:36.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:36 smithi069 bash[21554]: cluster 2024-03-26T21:18:34.400892+0000 mgr.a (mgr.14394) 183 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:38.533 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:38 smithi118 bash[22172]: cluster 2024-03-26T21:18:36.401408+0000 mgr.a (mgr.14394) 184 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:38.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:38 smithi069 bash[21554]: cluster 2024-03-26T21:18:36.401408+0000 mgr.a (mgr.14394) 184 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:39.110 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:18:38 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:18:38] "GET /metrics HTTP/1.1" 200 21592 "" "Prometheus/2.43.0" 2024-03-26T21:18:39.533 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:39 smithi118 bash[22172]: audit 2024-03-26T21:18:38.276970+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:39.533 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:39 smithi118 bash[22172]: audit 2024-03-26T21:18:38.288247+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:39.533 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:39 smithi118 bash[22172]: audit 2024-03-26T21:18:38.300109+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:39.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:39 smithi069 bash[21554]: audit 2024-03-26T21:18:38.276970+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:39.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:39 smithi069 bash[21554]: audit 2024-03-26T21:18:38.288247+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:39.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:39 smithi069 bash[21554]: audit 2024-03-26T21:18:38.300109+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:40.551 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:40 smithi069 bash[21554]: cluster 2024-03-26T21:18:38.401911+0000 mgr.a (mgr.14394) 185 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:40.783 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:40 smithi118 bash[22172]: cluster 2024-03-26T21:18:38.401911+0000 mgr.a (mgr.14394) 185 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:42.533 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:42 smithi118 bash[22172]: cluster 2024-03-26T21:18:40.402373+0000 mgr.a (mgr.14394) 186 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:42.533 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:42 smithi118 bash[22172]: audit 2024-03-26T21:18:41.317890+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:42.533 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:42 smithi118 bash[22172]: audit 2024-03-26T21:18:41.329810+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:42.533 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:42 smithi118 bash[22172]: audit 2024-03-26T21:18:41.343636+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:42.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:42 smithi069 bash[21554]: cluster 2024-03-26T21:18:40.402373+0000 mgr.a (mgr.14394) 186 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:42.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:42 smithi069 bash[21554]: audit 2024-03-26T21:18:41.317890+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:42.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:42 smithi069 bash[21554]: audit 2024-03-26T21:18:41.329810+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:42.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:42 smithi069 bash[21554]: audit 2024-03-26T21:18:41.343636+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:44.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:44 smithi069 bash[21554]: cluster 2024-03-26T21:18:42.402828+0000 mgr.a (mgr.14394) 187 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:44.724 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:44 smithi118 bash[22172]: cluster 2024-03-26T21:18:42.402828+0000 mgr.a (mgr.14394) 187 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:46.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:46 smithi069 bash[21554]: cluster 2024-03-26T21:18:44.403350+0000 mgr.a (mgr.14394) 188 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:46.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:46 smithi069 bash[21554]: audit 2024-03-26T21:18:46.290180+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:46.611 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:46 smithi069 bash[21554]: audit 2024-03-26T21:18:46.307308+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:46.783 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:46 smithi118 bash[22172]: cluster 2024-03-26T21:18:44.403350+0000 mgr.a (mgr.14394) 188 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:46.783 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:46 smithi118 bash[22172]: audit 2024-03-26T21:18:46.290180+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:46.783 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:46 smithi118 bash[22172]: audit 2024-03-26T21:18:46.307308+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:47.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:47 smithi069 bash[21554]: audit 2024-03-26T21:18:46.325824+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:47.783 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:47 smithi118 bash[22172]: audit 2024-03-26T21:18:46.325824+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:48.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:48 smithi069 bash[21554]: cluster 2024-03-26T21:18:46.403813+0000 mgr.a (mgr.14394) 189 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:48.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:48 smithi069 bash[21554]: audit 2024-03-26T21:18:47.679479+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:18:48.783 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:48 smithi118 bash[22172]: cluster 2024-03-26T21:18:46.403813+0000 mgr.a (mgr.14394) 189 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:48.783 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:48 smithi118 bash[22172]: audit 2024-03-26T21:18:47.679479+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:18:49.110 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:18:48 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:18:48] "GET /metrics HTTP/1.1" 200 21592 "" "Prometheus/2.43.0" 2024-03-26T21:18:50.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:50 smithi069 bash[21554]: cluster 2024-03-26T21:18:48.404319+0000 mgr.a (mgr.14394) 190 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:50.783 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:50 smithi118 bash[22172]: cluster 2024-03-26T21:18:48.404319+0000 mgr.a (mgr.14394) 190 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:52.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:52 smithi069 bash[21554]: cluster 2024-03-26T21:18:50.404873+0000 mgr.a (mgr.14394) 191 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:52.783 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:52 smithi118 bash[22172]: cluster 2024-03-26T21:18:50.404873+0000 mgr.a (mgr.14394) 191 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:54.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:54 smithi069 bash[21554]: cluster 2024-03-26T21:18:52.405488+0000 mgr.a (mgr.14394) 192 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:54.783 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:54 smithi118 bash[22172]: cluster 2024-03-26T21:18:52.405488+0000 mgr.a (mgr.14394) 192 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:56.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:56 smithi069 bash[21554]: cluster 2024-03-26T21:18:54.406053+0000 mgr.a (mgr.14394) 193 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:56.783 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:56 smithi118 bash[22172]: cluster 2024-03-26T21:18:54.406053+0000 mgr.a (mgr.14394) 193 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:58.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:58 smithi069 bash[21554]: cluster 2024-03-26T21:18:56.406619+0000 mgr.a (mgr.14394) 194 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:58.785 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:58 smithi118 bash[22172]: cluster 2024-03-26T21:18:56.406619+0000 mgr.a (mgr.14394) 194 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:59.110 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:18:58 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:18:58] "GET /metrics HTTP/1.1" 200 21592 "" "Prometheus/2.43.0" 2024-03-26T21:18:59.783 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:59 smithi118 bash[22172]: cluster 2024-03-26T21:18:58.406967+0000 mgr.a (mgr.14394) 195 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:59.783 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:59 smithi118 bash[22172]: audit 2024-03-26T21:18:58.468427+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:59.783 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:59 smithi118 bash[22172]: audit 2024-03-26T21:18:58.478494+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:59.783 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:18:59 smithi118 bash[22172]: audit 2024-03-26T21:18:58.489057+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:59.860 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:59 smithi069 bash[21554]: cluster 2024-03-26T21:18:58.406967+0000 mgr.a (mgr.14394) 195 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:18:59.860 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:59 smithi069 bash[21554]: audit 2024-03-26T21:18:58.468427+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:59.860 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:59 smithi069 bash[21554]: audit 2024-03-26T21:18:58.478494+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:18:59.860 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:18:59 smithi069 bash[21554]: audit 2024-03-26T21:18:58.489057+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:19:01.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:19:01 smithi069 bash[21554]: cluster 2024-03-26T21:19:00.407446+0000 mgr.a (mgr.14394) 196 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:19:01.783 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:19:01 smithi118 bash[22172]: cluster 2024-03-26T21:19:00.407446+0000 mgr.a (mgr.14394) 196 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:19:02.783 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:19:02 smithi118 bash[22172]: audit 2024-03-26T21:19:01.537905+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:19:02.783 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:19:02 smithi118 bash[22172]: audit 2024-03-26T21:19:01.550943+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:19:02.783 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:19:02 smithi118 bash[22172]: audit 2024-03-26T21:19:01.562631+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:19:02.860 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:19:02 smithi069 bash[21554]: audit 2024-03-26T21:19:01.537905+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:19:02.860 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:19:02 smithi069 bash[21554]: audit 2024-03-26T21:19:01.550943+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:19:02.860 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:19:02 smithi069 bash[21554]: audit 2024-03-26T21:19:01.562631+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:19:03.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:19:03 smithi069 bash[21554]: cluster 2024-03-26T21:19:02.407974+0000 mgr.a (mgr.14394) 197 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:19:03.610 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:19:03 smithi069 bash[21554]: audit 2024-03-26T21:19:02.679561+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:19:04.033 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:19:03 smithi118 bash[22172]: cluster 2024-03-26T21:19:02.407974+0000 mgr.a (mgr.14394) 197 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:19:04.033 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:19:03 smithi118 bash[22172]: audit 2024-03-26T21:19:02.679561+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.14394 172.21.15.69:0/1679861095' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T21:19:05.616 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:19:05 smithi118 bash[22172]: cluster 2024-03-26T21:19:04.408479+0000 mgr.a (mgr.14394) 198 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:19:05.860 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:19:05 smithi069 bash[21554]: cluster 2024-03-26T21:19:04.408479+0000 mgr.a (mgr.14394) 198 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:19:06.986 INFO:teuthology.orchestra.run.smithi069.stderr:+ curl -s http://172.21.15.118:9095/api/v1/status/config 2024-03-26T21:19:06.995 INFO:teuthology.orchestra.run.smithi069.stderr:+ curl -s http://172.21.15.118:9095/api/v1/status/config 2024-03-26T21:19:06.995 INFO:teuthology.orchestra.run.smithi069.stderr:+ jq -e '.status == "success"' 2024-03-26T21:19:07.003 INFO:teuthology.orchestra.run.smithi069.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: 62808a52-ebb4-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.69: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: 62808a52-ebb4-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.69: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: 62808a52-ebb4-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.69: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: 62808a52-ebb4-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.69: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.69: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-26T21:19:07.003 INFO:teuthology.orchestra.run.smithi069.stderr:+ curl -s http://172.21.15.118:9095/api/v1/alerts 2024-03-26T21:19:07.009 INFO:teuthology.orchestra.run.smithi069.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-03-26T21:19:07.009 INFO:teuthology.orchestra.run.smithi069.stderr:+ curl -s http://172.21.15.118:9095/api/v1/alerts 2024-03-26T21:19:07.016 INFO:teuthology.orchestra.run.smithi069.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","cluster":"62808a52-ebb4-11ee-95d0-87774f69a715","instance":"smithi069: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-26T21:17:40.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 smithi119","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-03-26T21:17:40.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 smithi119\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-26T21:17:30.084118673Z","value":"1e+00"}]}}true 2024-03-26T21:19:07.016 INFO:teuthology.orchestra.run.smithi069.stderr:+ curl -s http://172.21.15.119:9093/api/v1/status 2024-03-26T21:19:07.024 INFO:teuthology.orchestra.run.smithi069.stderr:+ curl -s http://172.21.15.119:9093/api/v1/alerts 2024-03-26T21:19:07.029 INFO:teuthology.orchestra.run.smithi069.stderr:+ curl -s http://172.21.15.119:9093/api/v1/alerts 2024-03-26T21:19:07.029 INFO:teuthology.orchestra.run.smithi069.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-03-26T21:19:07.034 INFO:teuthology.orchestra.run.smithi069.stdout:{"status":"success","data":{"configYAML":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi069.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi118.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\ntemplates: []\n","configJSON":{"global":{"resolve_timeout":"5m","http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"smtp_hello":"localhost","smtp_smarthost":"","smtp_require_tls":true,"pagerduty_url":"https://events.pagerduty.com/v2/enqueue","opsgenie_api_url":"https://api.opsgenie.com/","wechat_api_url":"https://qyapi.weixin.qq.com/cgi-bin/","victorops_api_url":"https://alert.victorops.com/integrations/generic/20131114/alert/","telegram_api_url":"https://api.telegram.org","webex_api_url":"https://webexapis.com/v1/messages"},"route":{"receiver":"default","routes":[{"receiver":"ceph-dashboard","group_by":["alertname"],"group_wait":"10s","group_interval":"10s","repeat_interval":"1h"}]},"receivers":[{"name":"default"},{"name":"ceph-dashboard","webhook_configs":[{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi069.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0},{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi118.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0}]}],"templates":null},"versionInfo":{"branch":"HEAD","buildDate":"20221222-14:51:36","buildUser":"root@abe866dd5717","goVersion":"go1.19.4","revision":"258fab7cdd551f2cf251ed0348f0ad7289aee789","version":"0.25.0"},"uptime":"2024-03-26T21:14:18.677162333Z","clusterStatus":{"name":"01HSY9TANMCN1TTAV401AM0HP5","status":"ready","peers":[{"name":"01HSY9TANMCN1TTAV401AM0HP5","address":"172.21.15.119:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"62808a52-ebb4-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 smithi119","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-03-26T21:18:10.084Z","endsAt":"2024-03-26T21:22:10.084Z","generatorURL":"http://smithi118.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":"478a5723944a44c5"},{"labels":{"alertname":"CephMonDown","cluster":"62808a52-ebb4-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 smithi119\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-03-26T21:18:00.084Z","endsAt":"2024-03-26T21:22:00.084Z","generatorURL":"http://smithi118.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":"ce64125294247532"}]}true 2024-03-26T21:19:07.777 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:19:07 smithi069 bash[21554]: cluster 2024-03-26T21:19:06.409013+0000 mgr.a (mgr.14394) 199 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:19:07.777 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:19:07 smithi069 bash[21554]: audit 2024-03-26T21:19:06.530494+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:19:07.778 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:19:07 smithi069 bash[21554]: audit 2024-03-26T21:19:06.542451+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:19:07.778 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:19:07 smithi069 bash[21554]: audit 2024-03-26T21:19:06.554059+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:19:07.779 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-26T21:19:07.788 INFO:tasks.cephadm:Teardown begin 2024-03-26T21:19:07.789 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T21:19:07.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:19:07 smithi118 bash[22172]: cluster 2024-03-26T21:19:06.409013+0000 mgr.a (mgr.14394) 199 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T21:19:07.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:19:07 smithi118 bash[22172]: audit 2024-03-26T21:19:06.530494+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:19:07.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:19:07 smithi118 bash[22172]: audit 2024-03-26T21:19:06.542451+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:19:07.790 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:19:07 smithi118 bash[22172]: audit 2024-03-26T21:19:06.554059+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14394 ' entity='mgr.a' 2024-03-26T21:19:07.803 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T21:19:07.817 DEBUG:teuthology.orchestra.run.smithi119:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T21:19:07.832 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-26T21:19:07.832 DEBUG:teuthology.orchestra.run.smithi069:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-26T21:19:07.853 DEBUG:teuthology.orchestra.run.smithi118:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-26T21:19:07.865 DEBUG:teuthology.orchestra.run.smithi119:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-26T21:19:07.881 INFO:tasks.cephadm:Stopping all daemons... 2024-03-26T21:19:07.881 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-26T21:19:07.881 DEBUG:teuthology.orchestra.run.smithi069:> sudo systemctl stop ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mon.a 2024-03-26T21:19:08.027 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:19:07 smithi069 systemd[1]: Stopping Ceph mon.a for 62808a52-ebb4-11ee-95d0-87774f69a715... 2024-03-26T21:19:08.210 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:19:08 smithi069 bash[21554]: debug 2024-03-26T21:19:08.036+0000 7f78a76c7700 -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-26T21:19:08.210 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:19:08 smithi069 bash[21554]: debug 2024-03-26T21:19:08.036+0000 7f78a76c7700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-26T21:19:08.978 INFO:journalctl@ceph.mon.a.smithi069.stdout:Mar 26 21:19:08 smithi069 bash[45925]: ceph-62808a52-ebb4-11ee-95d0-87774f69a715-mon-a 2024-03-26T21:19:08.979 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:19:08 smithi069 bash[21808]: ::ffff:172.21.15.118 - - [26/Mar/2024:21:19:08] "GET /metrics HTTP/1.1" 200 21585 "" "Prometheus/2.43.0" 2024-03-26T21:19:08.991 DEBUG:teuthology.orchestra.run.smithi069:> sudo pkill -f 'journalctl -f -n 0 -u ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mon.a.service' 2024-03-26T21:19:09.021 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T21:19:09.022 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-26T21:19:09.022 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-26T21:19:09.022 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mon.b 2024-03-26T21:19:09.314 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:19:09 smithi118 systemd[1]: Stopping Ceph mon.b for 62808a52-ebb4-11ee-95d0-87774f69a715... 2024-03-26T21:19:09.314 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:19:09 smithi118 bash[22172]: debug 2024-03-26T21:19:09.159+0000 7f5c4f769700 -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-26T21:19:09.314 INFO:journalctl@ceph.mon.b.smithi118.stdout:Mar 26 21:19:09 smithi118 bash[22172]: debug 2024-03-26T21:19:09.159+0000 7f5c4f769700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-26T21:19:10.086 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mon.b.service' 2024-03-26T21:19:10.119 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T21:19:10.120 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-26T21:19:10.120 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-26T21:19:10.120 DEBUG:teuthology.orchestra.run.smithi119:> sudo systemctl stop ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mon.c 2024-03-26T21:19:10.139 DEBUG:teuthology.orchestra.run.smithi119:> sudo pkill -f 'journalctl -f -n 0 -u ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mon.c.service' 2024-03-26T21:19:10.231 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T21:19:10.231 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-26T21:19:10.231 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-26T21:19:10.231 DEBUG:teuthology.orchestra.run.smithi069:> sudo systemctl stop ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mgr.a 2024-03-26T21:19:10.588 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:19:10 smithi069 systemd[1]: Stopping Ceph mgr.a for 62808a52-ebb4-11ee-95d0-87774f69a715... 2024-03-26T21:19:10.589 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:19:10 smithi069 bash[21808]: debug 2024-03-26T21:19:10.396+0000 7fa72b364700 -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-26T21:19:10.589 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:19:10 smithi069 bash[21808]: debug 2024-03-26T21:19:10.396+0000 7fa72b364700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-26T21:19:11.143 DEBUG:teuthology.orchestra.run.smithi069:> sudo pkill -f 'journalctl -f -n 0 -u ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mgr.a.service' 2024-03-26T21:19:11.152 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:19:10 smithi069 bash[46025]: ceph-62808a52-ebb4-11ee-95d0-87774f69a715-mgr-a 2024-03-26T21:19:11.152 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:19:11 smithi069 bash[46086]: Error response from daemon: No such container: ceph-62808a52-ebb4-11ee-95d0-87774f69a715-mgr-a 2024-03-26T21:19:11.152 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:19:11 smithi069 systemd[1]: ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mgr.a.service: Deactivated successfully. 2024-03-26T21:19:11.152 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Mar 26 21:19:11 smithi069 systemd[1]: Stopped Ceph mgr.a for 62808a52-ebb4-11ee-95d0-87774f69a715. 2024-03-26T21:19:11.164 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T21:19:11.164 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-26T21:19:11.165 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-26T21:19:11.165 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mgr.b 2024-03-26T21:19:11.533 INFO:journalctl@ceph.mgr.b.smithi118.stdout:Mar 26 21:19:11 smithi118 systemd[1]: Stopping Ceph mgr.b for 62808a52-ebb4-11ee-95d0-87774f69a715... 2024-03-26T21:19:12.080 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-62808a52-ebb4-11ee-95d0-87774f69a715@mgr.b.service' 2024-03-26T21:19:12.103 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T21:19:12.103 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-26T21:19:12.103 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-26T21:19:12.103 DEBUG:teuthology.orchestra.run.smithi069:> sudo systemctl stop ceph-62808a52-ebb4-11ee-95d0-87774f69a715@osd.0 2024-03-26T21:19:12.610 INFO:journalctl@ceph.osd.0.smithi069.stdout:Mar 26 21:19:12 smithi069 systemd[1]: Stopping Ceph osd.0 for 62808a52-ebb4-11ee-95d0-87774f69a715... 2024-03-26T21:19:12.611 INFO:journalctl@ceph.osd.0.smithi069.stdout:Mar 26 21:19:12 smithi069 bash[31771]: debug 2024-03-26T21:19:12.256+0000 7f6b6dc0e700 -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-26T21:19:12.611 INFO:journalctl@ceph.osd.0.smithi069.stdout:Mar 26 21:19:12 smithi069 bash[31771]: debug 2024-03-26T21:19:12.256+0000 7f6b6dc0e700 -1 osd.0 23 *** Got signal Terminated *** 2024-03-26T21:19:12.611 INFO:journalctl@ceph.osd.0.smithi069.stdout:Mar 26 21:19:12 smithi069 bash[31771]: debug 2024-03-26T21:19:12.256+0000 7f6b6dc0e700 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T21:19:18.610 INFO:journalctl@ceph.osd.0.smithi069.stdout:Mar 26 21:19:18 smithi069 bash[46127]: ceph-62808a52-ebb4-11ee-95d0-87774f69a715-osd-0 2024-03-26T21:19:18.610 INFO:journalctl@ceph.osd.0.smithi069.stdout:Mar 26 21:19:18 smithi069 bash[46209]: Error response from daemon: No such container: ceph-62808a52-ebb4-11ee-95d0-87774f69a715-osd-0 2024-03-26T21:19:20.000 DEBUG:teuthology.orchestra.run.smithi069:> sudo pkill -f 'journalctl -f -n 0 -u ceph-62808a52-ebb4-11ee-95d0-87774f69a715@osd.0.service' 2024-03-26T21:19:20.034 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T21:19:20.034 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-26T21:19:20.034 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-26T21:19:20.034 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-62808a52-ebb4-11ee-95d0-87774f69a715@osd.1 2024-03-26T21:19:20.533 INFO:journalctl@ceph.osd.1.smithi118.stdout:Mar 26 21:19:20 smithi118 systemd[1]: Stopping Ceph osd.1 for 62808a52-ebb4-11ee-95d0-87774f69a715... 2024-03-26T21:19:20.533 INFO:journalctl@ceph.osd.1.smithi118.stdout:Mar 26 21:19:20 smithi118 bash[27117]: debug 2024-03-26T21:19:20.183+0000 7f37866aa700 -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-26T21:19:20.533 INFO:journalctl@ceph.osd.1.smithi118.stdout:Mar 26 21:19:20 smithi118 bash[27117]: debug 2024-03-26T21:19:20.183+0000 7f37866aa700 -1 osd.1 23 *** Got signal Terminated *** 2024-03-26T21:19:20.534 INFO:journalctl@ceph.osd.1.smithi118.stdout:Mar 26 21:19:20 smithi118 bash[27117]: debug 2024-03-26T21:19:20.183+0000 7f37866aa700 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T21:19:26.406 INFO:journalctl@ceph.osd.1.smithi118.stdout:Mar 26 21:19:26 smithi118 bash[36026]: ceph-62808a52-ebb4-11ee-95d0-87774f69a715-osd-1 2024-03-26T21:19:26.782 INFO:journalctl@ceph.osd.1.smithi118.stdout:Mar 26 21:19:26 smithi118 bash[36298]: Error response from daemon: No such container: ceph-62808a52-ebb4-11ee-95d0-87774f69a715-osd-1 2024-03-26T21:19:28.414 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-62808a52-ebb4-11ee-95d0-87774f69a715@osd.1.service' 2024-03-26T21:19:28.454 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T21:19:28.454 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-26T21:19:28.454 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-26T21:19:28.455 DEBUG:teuthology.orchestra.run.smithi119:> sudo systemctl stop ceph-62808a52-ebb4-11ee-95d0-87774f69a715@osd.2 2024-03-26T21:19:28.784 INFO:journalctl@ceph.osd.2.smithi119.stdout:Mar 26 21:19:28 smithi119 systemd[1]: Stopping Ceph osd.2 for 62808a52-ebb4-11ee-95d0-87774f69a715... 2024-03-26T21:19:28.784 INFO:journalctl@ceph.osd.2.smithi119.stdout:Mar 26 21:19:28 smithi119 bash[27512]: debug 2024-03-26T21:19:28.619+0000 7f85ddaa1700 -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-26T21:19:28.784 INFO:journalctl@ceph.osd.2.smithi119.stdout:Mar 26 21:19:28 smithi119 bash[27512]: debug 2024-03-26T21:19:28.619+0000 7f85ddaa1700 -1 osd.2 23 *** Got signal Terminated *** 2024-03-26T21:19:28.784 INFO:journalctl@ceph.osd.2.smithi119.stdout:Mar 26 21:19:28 smithi119 bash[27512]: debug 2024-03-26T21:19:28.619+0000 7f85ddaa1700 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T21:19:34.705 INFO:journalctl@ceph.osd.2.smithi119.stdout:Mar 26 21:19:34 smithi119 bash[37063]: ceph-62808a52-ebb4-11ee-95d0-87774f69a715-osd-2 2024-03-26T21:19:34.705 INFO:journalctl@ceph.osd.2.smithi119.stdout:Mar 26 21:19:34 smithi119 bash[37254]: Error response from daemon: No such container: ceph-62808a52-ebb4-11ee-95d0-87774f69a715-osd-2 2024-03-26T21:19:36.486 DEBUG:teuthology.orchestra.run.smithi119:> sudo pkill -f 'journalctl -f -n 0 -u ceph-62808a52-ebb4-11ee-95d0-87774f69a715@osd.2.service' 2024-03-26T21:19:36.526 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T21:19:36.526 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-26T21:19:36.526 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 --force --keep-logs 2024-03-26T21:19:36.694 INFO:teuthology.orchestra.run.smithi069.stdout:Deleting cluster with fsid: 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:19:45.178 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 --force --keep-logs 2024-03-26T21:19:45.347 INFO:teuthology.orchestra.run.smithi118.stdout:Deleting cluster with fsid: 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:19:53.415 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 --force --keep-logs 2024-03-26T21:19:53.583 INFO:teuthology.orchestra.run.smithi119.stdout:Deleting cluster with fsid: 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:20:01.533 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T21:20:01.548 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T21:20:01.561 DEBUG:teuthology.orchestra.run.smithi119:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T21:20:01.574 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-26T21:20:01.576 DEBUG:teuthology.misc:Transferring archived files from smithi069:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-03-26_20:31:35-orch:cephadm-wip-guits-testing-2024-03-26-0925-distro-default-smithi/7624098/remote/smithi069/crash 2024-03-26T21:20:01.577 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/crash -- . 2024-03-26T21:20:01.600 INFO:teuthology.orchestra.run.smithi069.stderr:tar: /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/crash: Cannot open: No such file or directory 2024-03-26T21:20:01.600 INFO:teuthology.orchestra.run.smithi069.stderr:tar: Error is not recoverable: exiting now 2024-03-26T21:20:01.602 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-03-26_20:31:35-orch:cephadm-wip-guits-testing-2024-03-26-0925-distro-default-smithi/7624098/remote/smithi118/crash 2024-03-26T21:20:01.603 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/crash -- . 2024-03-26T21:20:01.614 INFO:teuthology.orchestra.run.smithi118.stderr:tar: /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/crash: Cannot open: No such file or directory 2024-03-26T21:20:01.614 INFO:teuthology.orchestra.run.smithi118.stderr:tar: Error is not recoverable: exiting now 2024-03-26T21:20:01.616 DEBUG:teuthology.misc:Transferring archived files from smithi119:/var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-03-26_20:31:35-orch:cephadm-wip-guits-testing-2024-03-26-0925-distro-default-smithi/7624098/remote/smithi119/crash 2024-03-26T21:20:01.617 DEBUG:teuthology.orchestra.run.smithi119:> sudo tar c -f - -C /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/crash -- . 2024-03-26T21:20:01.628 INFO:teuthology.orchestra.run.smithi119.stderr:tar: /var/lib/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/crash: Cannot open: No such file or directory 2024-03-26T21:20:01.629 INFO:teuthology.orchestra.run.smithi119.stderr:tar: Error is not recoverable: exiting now 2024-03-26T21:20:01.630 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-26T21:20:01.630 DEBUG:teuthology.orchestra.run.smithi069:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-26T21:20:01.657 INFO:teuthology.orchestra.run.smithi069.stdout:2024-03-26T21:09:31.906419+0000 mon.a (mon.0) 439 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T21:20:01.658 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-26T21:20:01.658 DEBUG:teuthology.orchestra.run.smithi069:> sudo egrep '\[SEC\]' /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-26T21:20:01.712 DEBUG:teuthology.orchestra.run.smithi069:> sudo egrep '\[ERR\]' /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-26T21:20:01.768 DEBUG:teuthology.orchestra.run.smithi069:> sudo egrep '\[WRN\]' /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-26T21:20:01.826 INFO:teuthology.orchestra.run.smithi069.stdout:2024-03-26T21:09:31.906419+0000 mon.a (mon.0) 439 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T21:20:01.827 INFO:tasks.cephadm:Compressing logs... 2024-03-26T21:20:01.827 DEBUG:teuthology.orchestra.run.smithi069:> 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-26T21:20:01.874 DEBUG:teuthology.orchestra.run.smithi118:> 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-26T21:20:01.876 DEBUG:teuthology.orchestra.run.smithi119:> 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-26T21:20:01.882 INFO:teuthology.orchestra.run.smithi069.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-26T21:20:01.887 INFO:teuthology.orchestra.run.smithi118.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-26T21:20:01.890 INFO:teuthology.orchestra.run.smithi119.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-26T21:20:01.899 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-26T21:20:01.906 INFO:teuthology.orchestra.run.smithi119.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-26T21:20:01.906 INFO:teuthology.orchestra.run.smithi119.stderr:gzip -5 --verbose -- /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-osd.2.log 2024-03-26T21:20:01.906 INFO:teuthology.orchestra.run.smithi119.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.cephadm.log 2024-03-26T21:20:01.906 INFO:teuthology.orchestra.run.smithi119.stderr:/var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.log 2024-03-26T21:20:01.906 INFO:teuthology.orchestra.run.smithi119.stderr:gzip -5 --verbose -- /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-volume.log 2024-03-26T21:20:01.906 INFO:teuthology.orchestra.run.smithi119.stderr:/var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.cephadm.log: /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-mon.c.log 2024-03-26T21:20:01.906 INFO:teuthology.orchestra.run.smithi119.stderr: 83.0% -- replaced with /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.cephadm.log.gz 2024-03-26T21:20:01.906 INFO:teuthology.orchestra.run.smithi119.stderr:/var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.audit.log 2024-03-26T21:20:01.906 INFO:teuthology.orchestra.run.smithi119.stderr: 87.8% -- replaced with /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.log.gz 2024-03-26T21:20:01.906 INFO:teuthology.orchestra.run.smithi119.stderr:/var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-mon.c.log: /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.audit.log: 83.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-26T21:20:01.907 INFO:teuthology.orchestra.run.smithi119.stderr: 90.3% -- replaced with /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.audit.log.gz 2024-03-26T21:20:01.907 INFO:teuthology.orchestra.run.smithi069.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-26T21:20:01.907 INFO:teuthology.orchestra.run.smithi069.stderr:gzip -5 --verbose -- /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-osd.0.log 2024-03-26T21:20:01.907 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-mon.a.log 2024-03-26T21:20:01.907 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.cephadm.log 2024-03-26T21:20:01.907 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.log 2024-03-26T21:20:01.907 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-volume.log 2024-03-26T21:20:01.908 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.log: 83.8% -- replaced with /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.cephadm.log.gz 2024-03-26T21:20:01.908 INFO:teuthology.orchestra.run.smithi069.stderr:gzip -5 --verbose -- /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.audit.log 2024-03-26T21:20:01.908 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-mgr.a.log 2024-03-26T21:20:01.908 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.audit.log: 87.7% -- replaced with /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.log.gz 2024-03-26T21:20:01.908 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-mgr.a.log: 90.2% -- replaced with /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.audit.log.gz 2024-03-26T21:20:01.908 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.cephadm.log 2024-03-26T21:20:01.908 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-osd.1.log 2024-03-26T21:20:01.908 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.log 2024-03-26T21:20:01.908 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.cephadm.log: /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-volume.log 2024-03-26T21:20:01.908 INFO:teuthology.orchestra.run.smithi118.stderr: 83.0% -- replaced with /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.cephadm.log.gz 2024-03-26T21:20:01.908 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-mgr.b.log 2024-03-26T21:20:01.908 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.audit.log 2024-03-26T21:20:01.908 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-mon.b.log 2024-03-26T21:20:01.909 INFO:teuthology.orchestra.run.smithi118.stderr: 87.7% -- replaced with /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.log.gz 2024-03-26T21:20:01.909 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.audit.log: /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-mon.b.log: 90.3% -- replaced with /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph.audit.log.gz 2024-03-26T21:20:01.909 INFO:teuthology.orchestra.run.smithi118.stderr: 82.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-26T21:20:01.911 INFO:teuthology.orchestra.run.smithi118.stderr: 91.1% -- replaced with /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-mgr.b.log.gz 2024-03-26T21:20:01.918 INFO:teuthology.orchestra.run.smithi069.stderr: 91.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-26T21:20:01.928 INFO:teuthology.orchestra.run.smithi118.stderr: 91.9% -- replaced with /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-volume.log.gz 2024-03-26T21:20:01.930 INFO:teuthology.orchestra.run.smithi119.stderr: 91.9% -- replaced with /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-volume.log.gz 2024-03-26T21:20:01.943 INFO:teuthology.orchestra.run.smithi069.stderr: 91.9% -- replaced with /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-volume.log.gz 2024-03-26T21:20:01.949 INFO:teuthology.orchestra.run.smithi069.stderr: 93.6% -- replaced with /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-osd.0.log.gz 2024-03-26T21:20:01.951 INFO:teuthology.orchestra.run.smithi119.stderr: 93.7% -- replaced with /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-osd.2.log.gz 2024-03-26T21:20:01.988 INFO:teuthology.orchestra.run.smithi118.stderr: 93.9% -- replaced with /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-osd.1.log.gz 2024-03-26T21:20:02.007 INFO:teuthology.orchestra.run.smithi119.stderr: 93.2% -- replaced with /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-mon.c.log.gz 2024-03-26T21:20:02.009 INFO:teuthology.orchestra.run.smithi119.stderr: 2024-03-26T21:20:02.009 INFO:teuthology.orchestra.run.smithi119.stderr:real 0m0.127s 2024-03-26T21:20:02.009 INFO:teuthology.orchestra.run.smithi119.stderr:user 0m0.205s 2024-03-26T21:20:02.009 INFO:teuthology.orchestra.run.smithi119.stderr:sys 0m0.012s 2024-03-26T21:20:02.066 INFO:teuthology.orchestra.run.smithi069.stderr: 88.3% -- replaced with /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-mgr.a.log.gz 2024-03-26T21:20:02.089 INFO:teuthology.orchestra.run.smithi118.stderr: 92.7% -- replaced with /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-mon.b.log.gz 2024-03-26T21:20:02.091 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-03-26T21:20:02.091 INFO:teuthology.orchestra.run.smithi118.stderr:real 0m0.213s 2024-03-26T21:20:02.091 INFO:teuthology.orchestra.run.smithi118.stderr:user 0m0.313s 2024-03-26T21:20:02.091 INFO:teuthology.orchestra.run.smithi118.stderr:sys 0m0.032s 2024-03-26T21:20:02.287 INFO:teuthology.orchestra.run.smithi069.stderr: 91.4% -- replaced with /var/log/ceph/62808a52-ebb4-11ee-95d0-87774f69a715/ceph-mon.a.log.gz 2024-03-26T21:20:02.288 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-03-26T21:20:02.289 INFO:teuthology.orchestra.run.smithi069.stderr:real 0m0.412s 2024-03-26T21:20:02.289 INFO:teuthology.orchestra.run.smithi069.stderr:user 0m0.660s 2024-03-26T21:20:02.289 INFO:teuthology.orchestra.run.smithi069.stderr:sys 0m0.023s 2024-03-26T21:20:02.289 INFO:tasks.cephadm:Archiving logs... 2024-03-26T21:20:02.289 DEBUG:teuthology.misc:Transferring archived files from smithi069:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-03-26_20:31:35-orch:cephadm-wip-guits-testing-2024-03-26-0925-distro-default-smithi/7624098/remote/smithi069/log 2024-03-26T21:20:02.290 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-26T21:20:02.462 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-03-26_20:31:35-orch:cephadm-wip-guits-testing-2024-03-26-0925-distro-default-smithi/7624098/remote/smithi118/log 2024-03-26T21:20:02.463 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-26T21:20:02.524 DEBUG:teuthology.misc:Transferring archived files from smithi119:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-03-26_20:31:35-orch:cephadm-wip-guits-testing-2024-03-26-0925-distro-default-smithi/7624098/remote/smithi119/log 2024-03-26T21:20:02.525 DEBUG:teuthology.orchestra.run.smithi119:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-26T21:20:02.569 INFO:tasks.cephadm:Removing cluster... 2024-03-26T21:20:02.569 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 --force 2024-03-26T21:20:02.724 INFO:teuthology.orchestra.run.smithi069.stdout:Deleting cluster with fsid: 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:20:04.055 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 --force 2024-03-26T21:20:04.223 INFO:teuthology.orchestra.run.smithi118.stdout:Deleting cluster with fsid: 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:20:05.582 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 62808a52-ebb4-11ee-95d0-87774f69a715 --force 2024-03-26T21:20:05.753 INFO:teuthology.orchestra.run.smithi119.stdout:Deleting cluster with fsid: 62808a52-ebb4-11ee-95d0-87774f69a715 2024-03-26T21:20:07.093 INFO:tasks.cephadm:Removing cephadm ... 2024-03-26T21:20:07.094 DEBUG:teuthology.orchestra.run.smithi069:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-26T21:20:07.100 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-26T21:20:07.106 DEBUG:teuthology.orchestra.run.smithi119:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-26T21:20:07.111 INFO:tasks.cephadm:Teardown complete 2024-03-26T21:20:07.112 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-26T21:20:07.121 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-26T21:20:07.121 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-26T21:20:07.146 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-26T21:20:07.150 DEBUG:teuthology.orchestra.run.smithi119:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-26T21:20:07.235 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-26T21:20:07.244 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-26T21:20:07.244 DEBUG:teuthology.orchestra.run.smithi069:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T21:20:07.246 DEBUG:teuthology.orchestra.run.smithi118:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T21:20:07.248 DEBUG:teuthology.orchestra.run.smithi119:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T21:20:07.259 INFO:teuthology.orchestra.run.smithi069.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T21:20:07.259 INFO:teuthology.orchestra.run.smithi069.stdout:============================================================================== 2024-03-26T21:20:07.259 INFO:teuthology.orchestra.run.smithi069.stdout:*hv01.front.sepi 44.4.53.2 2 u 37 64 377 0.084 -7.883 3.224 2024-03-26T21:20:07.259 INFO:teuthology.orchestra.run.smithi069.stdout:+hv02.front.sepi 63.231.80.2 3 u 35 64 377 0.100 -4.812 2.065 2024-03-26T21:20:07.259 INFO:teuthology.orchestra.run.smithi069.stdout:+hv03.front.sepi 74.6.168.72 3 u 51 64 377 0.087 -3.272 3.052 2024-03-26T21:20:07.259 INFO:teuthology.orchestra.run.smithi069.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-26T21:20:07.260 INFO:teuthology.orchestra.run.smithi118.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T21:20:07.260 INFO:teuthology.orchestra.run.smithi118.stdout:============================================================================== 2024-03-26T21:20:07.260 INFO:teuthology.orchestra.run.smithi118.stdout:*hv01.front.sepi 44.4.53.2 2 u 44 64 377 0.071 -4.552 1.592 2024-03-26T21:20:07.260 INFO:teuthology.orchestra.run.smithi118.stdout:+hv02.front.sepi 63.231.80.2 3 u 43 64 377 0.085 -2.344 2.182 2024-03-26T21:20:07.260 INFO:teuthology.orchestra.run.smithi118.stdout:+hv03.front.sepi 74.6.168.72 3 u 38 64 377 0.087 -4.986 1.542 2024-03-26T21:20:07.260 INFO:teuthology.orchestra.run.smithi118.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-26T21:20:07.261 INFO:teuthology.orchestra.run.smithi119.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T21:20:07.261 INFO:teuthology.orchestra.run.smithi119.stdout:============================================================================== 2024-03-26T21:20:07.261 INFO:teuthology.orchestra.run.smithi119.stdout:*hv01.front.sepi 44.4.53.2 2 u 44 64 377 0.088 -8.815 3.600 2024-03-26T21:20:07.261 INFO:teuthology.orchestra.run.smithi119.stdout:+hv02.front.sepi 63.231.80.2 3 u 43 64 377 0.071 -7.535 3.571 2024-03-26T21:20:07.262 INFO:teuthology.orchestra.run.smithi119.stdout:+hv03.front.sepi 74.6.168.72 3 u 45 64 377 0.093 -3.765 3.457 2024-03-26T21:20:07.262 INFO:teuthology.orchestra.run.smithi119.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-26T21:20:07.263 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-26T21:20:07.278 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-26T21:20:07.279 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-26T21:20:07.324 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-26T21:20:07.375 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-26T21:20:07.532 INFO:teuthology.task.internal:Duration was 1522.021098 seconds 2024-03-26T21:20:07.533 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-26T21:20:07.541 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-26T21:20:07.541 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-26T21:20:07.544 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-26T21:20:07.546 DEBUG:teuthology.orchestra.run.smithi119:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-26T21:20:07.583 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-26T21:20:07.583 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi069.front.sepia.ceph.com 2024-03-26T21:20:07.584 DEBUG:teuthology.orchestra.run.smithi069:> 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-26T21:20:07.630 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi118.front.sepia.ceph.com 2024-03-26T21:20:07.630 DEBUG:teuthology.orchestra.run.smithi118:> 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-26T21:20:07.640 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi119.front.sepia.ceph.com 2024-03-26T21:20:07.640 DEBUG:teuthology.orchestra.run.smithi119:> 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-26T21:20:07.651 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-26T21:20:07.651 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-26T21:20:07.674 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-26T21:20:07.685 DEBUG:teuthology.orchestra.run.smithi119:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-26T21:20:07.727 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-26T21:20:07.727 DEBUG:teuthology.orchestra.run.smithi069:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-26T21:20:07.758 DEBUG:teuthology.orchestra.run.smithi118:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-26T21:20:07.762 DEBUG:teuthology.orchestra.run.smithi119:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-26T21:20:07.859 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-26T21:20:07.869 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-26T21:20:07.869 DEBUG:teuthology.orchestra.run.smithi069:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-26T21:20:07.881 DEBUG:teuthology.orchestra.run.smithi118:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-26T21:20:07.894 DEBUG:teuthology.orchestra.run.smithi119:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-26T21:20:07.905 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-26T21:20:07.934 DEBUG:teuthology.orchestra.run.smithi069:> 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-26T21:20:07.936 DEBUG:teuthology.orchestra.run.smithi118:> 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-26T21:20:07.938 DEBUG:teuthology.orchestra.run.smithi119:> 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-26T21:20:07.944 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = core 2024-03-26T21:20:07.948 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = core 2024-03-26T21:20:07.959 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern = core 2024-03-26T21:20:07.986 DEBUG:teuthology.orchestra.run.smithi069:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-26T21:20:08.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T21:20:08.013 DEBUG:teuthology.orchestra.run.smithi118:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-26T21:20:08.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T21:20:08.028 DEBUG:teuthology.orchestra.run.smithi119:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-26T21:20:08.033 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T21:20:08.033 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-26T21:20:08.043 INFO:teuthology.task.internal:Transferring archived files... 2024-03-26T21:20:08.044 DEBUG:teuthology.misc:Transferring archived files from smithi069:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-03-26_20:31:35-orch:cephadm-wip-guits-testing-2024-03-26-0925-distro-default-smithi/7624098/remote/smithi069 2024-03-26T21:20:08.044 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-26T21:20:08.079 DEBUG:teuthology.misc:Transferring archived files from smithi118:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-03-26_20:31:35-orch:cephadm-wip-guits-testing-2024-03-26-0925-distro-default-smithi/7624098/remote/smithi118 2024-03-26T21:20:08.079 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-26T21:20:08.102 DEBUG:teuthology.misc:Transferring archived files from smithi119:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-03-26_20:31:35-orch:cephadm-wip-guits-testing-2024-03-26-0925-distro-default-smithi/7624098/remote/smithi119 2024-03-26T21:20:08.102 DEBUG:teuthology.orchestra.run.smithi119:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-26T21:20:08.125 INFO:teuthology.task.internal:Removing archive directory... 2024-03-26T21:20:08.125 DEBUG:teuthology.orchestra.run.smithi069:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-26T21:20:08.128 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-26T21:20:08.142 DEBUG:teuthology.orchestra.run.smithi119:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-26T21:20:08.169 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-26T21:20:08.179 INFO:teuthology.task.internal:Not uploading archives. 2024-03-26T21:20:08.179 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-26T21:20:08.192 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-26T21:20:08.192 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-26T21:20:08.194 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-26T21:20:08.197 DEBUG:teuthology.orchestra.run.smithi119:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-26T21:20:08.197 INFO:teuthology.orchestra.run.smithi069.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 26 21:20 /home/ubuntu/cephtest 2024-03-26T21:20:08.200 INFO:teuthology.orchestra.run.smithi118.stdout: 658466 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 26 21:20 /home/ubuntu/cephtest 2024-03-26T21:20:08.217 INFO:teuthology.orchestra.run.smithi119.stdout: 658466 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 26 21:20 /home/ubuntu/cephtest 2024-03-26T21:20:08.218 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-26T21:20:08.228 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-26T21:20:08.291 INFO:teuthology.nuke:Checking targets against current locks 2024-03-26T21:20:08.313 DEBUG:teuthology.nuke:shortname: smithi069 2024-03-26T21:20:08.314 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T21:20:08.336 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-26_20:31:35-orch:cephadm-wip-guits-testing-2024-03-26-0925-distro-default-smithi/7624098', '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 20:45:07.123492', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJyoKeJj7Ojtl35SAlNjQHytgZcGg2lqKLMO8Di59LxazS+0nDlMccSLqXm5vhZYbiZA2n4ljoqsWn8I6DxHPBs='} 2024-03-26T21:20:08.341 DEBUG:teuthology.nuke:shortname: smithi118 2024-03-26T21:20:08.341 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T21:20:08.363 DEBUG:teuthology.nuke:shortname: smithi119 2024-03-26T21:20:08.363 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T21:20:08.371 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-26_20:31:35-orch:cephadm-wip-guits-testing-2024-03-26-0925-distro-default-smithi/7624098', '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 20:45:07.125082', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNLHmAoQVZzXIvt9Z42+LDN5T1fgSQpU2mAeoRsD5LhUT8VhTAqhB7aLPv9bQLn4FXe6bTEazgQq7HPQBE81fz8='} 2024-03-26T21:20:08.382 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi119.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-26_20:31:35-orch:cephadm-wip-guits-testing-2024-03-26-0925-distro-default-smithi/7624098', '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 20:45:07.121546', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAzU+/dyTstHcd3l+Cumv4GKOqhoa3a1N1EUgAOVh/BDDovEP5ponpWiX0ymI+ztQQYNfLFhsx6b9kiXgFnXaBg='} 2024-03-26T21:20:08.391 INFO:teuthology.orchestra.console.smithi069:Power off 2024-03-26T21:20:08.392 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-26T21:20:08.416 DEBUG:teuthology.orchestra.console.smithi069:power off output: Chassis Power Control: Down/Off 2024-03-26T21:20:08.417 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T21:20:08.433 INFO:teuthology.orchestra.console.smithi118:Power off 2024-03-26T21:20:08.434 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-26T21:20:08.446 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-03-26T21:20:08.457 DEBUG:teuthology.orchestra.console.smithi118:power off output: Chassis Power Control: Down/Off 2024-03-26T21:20:08.457 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T21:20:08.471 INFO:teuthology.orchestra.console.smithi119:Power off 2024-03-26T21:20:08.472 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-26T21:20:08.481 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2024-03-26T21:20:08.493 DEBUG:teuthology.orchestra.console.smithi119:power off output: Chassis Power Control: Down/Off 2024-03-26T21:20:08.493 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T21:20:08.516 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is on 2024-03-26T21:20:12.447 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T21:20:12.482 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T21:20:12.516 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T21:20:12.557 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-03-26T21:20:12.592 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2024-03-26T21:20:12.625 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is on 2024-03-26T21:20:16.560 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T21:20:16.592 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T21:20:16.626 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T21:20:16.670 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is off 2024-03-26T21:20:16.701 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is off 2024-03-26T21:20:16.735 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is off 2024-03-26T21:20:16.771 INFO:teuthology.orchestra.console.smithi069:Power off completed 2024-03-26T21:20:16.801 INFO:teuthology.orchestra.console.smithi118:Power off completed 2024-03-26T21:20:16.836 INFO:teuthology.orchestra.console.smithi119:Power off completed 2024-03-26T21:20:16.940 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: 1522.0210981369019 failure_reason: '"2024-03-26T21:09:31.906419+0000 mon.a (mon.0) 439 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' flavor: default owner: scheduled_gabrioux@teuthology success: false 2024-03-26T21:20:16.941 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-26T21:20:17.017 INFO:teuthology.run:FAIL